@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/MontserratRegular.eot');
	src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
	url('../fonts/MontserratRegular.woff2') format('woff2'),
	url('../fonts/MontserratRegular.woff') format('woff'),
	url('../fonts/MontserratRegular.ttf') format('truetype'),
	url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/MontserratMedium.eot');
	src: url('../fonts/MontserratMedium.eot') format('embedded-opentype'),
	url('../fonts/MontserratMedium.woff2') format('woff2'),
	url('../fonts/MontserratMedium.woff') format('woff'),
	url('../fonts/MontserratMedium.ttf') format('truetype'),
	url('../fonts/MontserratMedium.svg#MontserratMedium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/MontserratSemiBold.eot');
	src: url('../fonts/MontserratSemiBold.eot') format('embedded-opentype'),
	url('../fonts/MontserratSemiBold.woff2') format('woff2'),
	url('../fonts/MontserratSemiBold.woff') format('woff'),
	url('../fonts/MontserratSemiBold.ttf') format('truetype'),
	url('../fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/MontserratBold.eot');
	src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
	url('../fonts/MontserratBold.woff2') format('woff2'),
	url('../fonts/MontserratBold.woff') format('woff'),
	url('../fonts/MontserratBold.ttf') format('truetype'),
	url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/MontserratExtraBold.eot');
	src: url('../fonts/MontserratExtraBold.eot') format('embedded-opentype'),
	url('../fonts/MontserratExtraBold.woff2') format('woff2'),
	url('../fonts/MontserratExtraBold.woff') format('woff'),
	url('../fonts/MontserratExtraBold.ttf') format('truetype'),
	url('../fonts/MontserratExtraBold.svg#MontserratExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	src: url('../fonts/JuraRegular.woff');
	src: url('../fonts/JuraRegular.woff2') format('embedded-opentype');
	url('../fonts/JuraRegular.woff2') format('woff2');
	url('../fonts/JuraRegular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: 700;
}

* {
	box-sizing: border-box;
}

input, button {
	-webkit-appearance: none;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

p {
	margin: 0;
}

video {
	outline: none;
	border: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	background: #EEEFF3;
	color: #FFFFFF;
}

ol, ul {
	list-style: none;
}

.container_fluid {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 100px;
}

.container {
	max-width: 1440px;
	padding: 0 40px;
	width: 100%;
	margin: 0 auto;
}

.wrapper {
	overflow: hidden;
}

header {
	padding: 24px 0;
	position: relative;
	z-index: 10;
	background: #EEEFF3;
	transition: all 0.4s ease-in-out;
}

header.active {
	background: #ffffff;
}

.header_inners {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 20;
}

#menu-toggle {
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 16;
	position: relative;
}

#menu-toggle span {
	display: block;
	background: #0A1629;
	transition: .25s ease-in-out;
}

#menu-toggle #hamburger span {
	width: 29px;
	height: 3px;
	position: relative;
	top: 0;
	right: 0;
	margin: 4px 0;
}

#menu-toggle.open #hamburger span:nth-child(1) {
	transform: rotate(-45deg) translate(-4px, 5px);
	margin: 0;
}

#menu-toggle.open #hamburger span:nth-child(3) {
	opacity: 0;
}

#menu-toggle.open #hamburger span:nth-child(2) {
	margin: 0;
	transform: rotate(45deg) translate(3px, 2px);
}

.box_logo {
	display: flex;
	align-items: center;
	margin-left: 29px;
}

.box_logo p {
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-left: 7px;
}

.header_box {
	display: flex;
	align-items: center;
}

.header_box > img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-right: 8px;
}

.header_box p {
	font-family: Jura;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}

.header_box_phone {
	margin-left: 20px;
}

.header_box_location {
	margin-left: auto;
}

.phone_wrapper {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.phone_wrapper a {
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	flex-shrink: 0;
	white-space: nowrap;
	transition: color 0.3s ease-in-out;
}

.phone_wrapper a:hover {
	color: #4C298C;
}

.phone_wrapper_current {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.phone_dropdown {
	position: absolute;
	top: 100%;
	right: 7px;
	width: auto;
	display: none;
	z-index: 5;
	padding-top: 3px;
	margin-top: 0;
}

.phone_dropdown_box {
	display: flex;
	padding: 12px 14px;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
	align-items: flex-start;
	flex-direction: column;
	gap: 11px;
}

.phone_dropdown.show {
	display: block;
}

.phone_wrapper_icon {
	transition: transform 0.3s ease-in-out;
	width: 16px;
	height: 16px;
	margin-left: 3px;
}

.phone_wrapper_icon.rotate {
	transform: rotate(180deg);
}

.header_social {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 16px 0 17px;
}

.language_switcher {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
	z-index: 5;
}

.language_switcher a {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
}

.language_switcher_current {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.language_dropdown {
	position: absolute;
	top: 100%;
	right: 2px;
	display: none;
	width: auto;
	padding-top: 3px;
	z-index: 1;
	margin-top: 0;
}

.language_dropdown_box {
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
	padding: 10px;
	background: #FFFFFF;
	border-radius: 8px;
	width: 52px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.language_dropdown_box:hover {
	color: #FFFFFF;
	background: #4C298C;
}

.language_dropdown.show {
	display: block;
}

.language_switcher_icon {
	transition: transform 0.3s ease-in-out;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

.language_switcher_icon.rotate {
	transform: rotate(180deg);
}

.header_promocode {
	margin-left: 17px;
}

.header_promocode a {
	background: #EEEFF3;
	transition: all 0.3s ease-in-out;
}

.non_scroll .header_promocode a {
	background: #ffffff;
}

.non_scroll .header_promocode a:hover {
	background: #4C298C;
}

.main_inners {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}

.main_left_block {
	width: 50%;
	height: calc(100vh - 108px);
	padding: 60px 0 60px 60px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	min-height: 800px;
	max-height: 980px;
}

.img_robot {
	max-width: 360px;
	width: 50%;
	position: absolute;
	right: 25px;
	bottom: 48px;
}

.main_right_block {
	width: 50%;
	height: auto;
	gap: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.main_right_top_block {
	height: 50%;
	width: 100%;
	padding: 38px 76px 38px 38px;
	position: relative;
}

.main_right_top_block:after {
	content: "";
	transition: all 0.3s ease-in-out;
	background-image: url("../img/icon_long_bottom_up.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 38px;
	top: 38px;
	opacity: 0;
}

.main_right_top_block:hover:after {
	opacity: 1;
}

.main_right_top_block:hover .main_right_top_inners img {
	transform: scale(1.1);
}

.main_right_bottom_blocks {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 50%;
	width: 100%;
}

.main_right_bottom_block {
	width: 50%;
	height: 100%;
	padding: 38px 30px 38px 38px;
	position: relative;
}

.main_right_bottom_block:after {
	content: "";
	transition: all 0.3s ease-in-out;
	background-image: url("../img/icon_long_bottom_up.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 38px;
	top: 38px;
	opacity: 0;
}

.main_right_bottom_block:hover:after {
	opacity: 1;
}

.main_right_bottom_block:hover .main_right_bottom_inners img {
	transform: scale(1.1);
}

.box_dark {
	background: #262626;
	border-radius: 20px;
	position: relative;
}

.main h1 {
	font-weight: 800;
	font-size: 132px;
	line-height: 142px;
	color: #FFFFFF;
	word-spacing: 9999999px;
}

.main_left_block p {
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	margin-top: 20px;
}

.fw_bold {
	font-weight: 700;
}

.yellow {
	color: #FFD748;
}

.btn {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	height: 54px;
	padding: 0 50px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFD748;
	border-radius: 14px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.btn:hover {
	background: #4C298C;
	color: #ffffff;
}

.btn_main {;
	margin-top: auto;
	min-width: 423px;
	height: 72px;
	font-size: 20px;
	line-height: 24px;
}

.main_right_top_inners {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}

.main_right_top_inners img {
	transition: all 0.3s ease-in-out;
}

.serv_name {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #EFEFEF;
	text-decoration: none;
}

.serv_subtitle {
	margin-top: 4px;
	font-size: 16px;
	line-height: 20px;
	color: #CCCCCC;
	text-decoration: none;
}

.img_household {
	max-width: 330px;
	align-self: center;
}

.img_digital {
	max-width: 230px;
	align-self: flex-end;
}

.main_right_bottom_inners {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.main_right_bottom_inners img {
	transition: all 0.3s ease-in-out;
}

.img_office {
	max-width: 237px;
	align-self: flex-end;
}

.repair {
	margin-top: 20px;
}

.white_wrapper {
	background: #FFFFFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 80px;
}

.flex_inners {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 34px;
}

.flex_item {
	flex-grow: 1;
	width: calc(50% - 10px);
}

h2 {
	font-weight: 800;
	font-size: 60px;
	line-height: 72px;
	text-transform: uppercase;
	color: #262626;
}

.repair_request {
	height: 100%;
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.repair_request p {
	font-size: 22px;
	line-height: 31px;
	color: #253239;
	margin-bottom: 28px;
}

.repair_request p span {
	font-weight: 700;
}

.repair_inners {
	margin-top: 40px;
}

.grid_container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 100%;
}

.grid_item {
	background: linear-gradient(126.29deg, #262626 1.16%, #262626 33.52%, #262626 100%);
	border-radius: 20px;
	cursor: pointer;
	position: relative;
}

.grid_item77 {
	height: 77px;
	display: flex;
	align-items: center;
	padding: 11px 28px;
}

.div1 {
	grid-area: 1 / 1 / 2 / 2;
}

.div2 {
	grid-area: 2 / 1 / 3 / 2;
}

.div3 {
	grid-area: 3 / 1 / 4 / 2;
}

.div4 {
	grid-area: 1 / 2 / 4 / 3;
}

.div5 {
	grid-area: 4 / 1 / 6 / 2;
}

.div6 {
	grid-area: 4 / 2 / 5 / 3;
}

.div7 {
	grid-area: 5 / 2 / 6 / 3;
}

.div8 {
	grid-area: 1 / 3 / 2 / 4;
}

.div9 {
	grid-area: 2 / 3 / 3 / 4;
}

.div10 {
	grid-area: 3 / 3 / 4 / 4;
}

.div11 {
	grid-area: 1 / 4 / 4 / 5;
}

.div11 {
	grid-area: 1 / 4 / 4 / 5;
}

.div12 {
	grid-area: 4 / 3 / 6 / 5;
}

.div12 {
	display: flex!important;
	align-items: stretch;
	gap: 20px;
}

.grid_item_w70 {
	width: 100%;
	max-width: 100%;
	height: 174px;
}

.grid_item_circle {
	width: 174px;
	flex-shrink: 0;
	height: 174px;
}

.grid_item > span {
	flex-shrink: 0;
	background: #474747;
	border-radius: 50%;
	display: block;
	position: relative;
	align-self: flex-end;
}

.grid_icon_small {
	width: 53px;
	height: 53px;
}

.grid_item span:before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}

.grid_item .repair_office:before {
	background-image: url("../img/repair_office.png");
	width: 80px;
	height: 49px;
	left: -12px;
}

.grid_item .repair_digital:before {
	background-image: url("../img/repair_digital.png");
	width: 70px;
	height: 48px;
	left: -5px;
}

.grid_item .repair_beauty:before {
	background-image: url("../img/repair_beauty.png");
	width: 70px;
	height: 51px;
	left: -5px;
}

.grid_item .repair_medicine:before {
	background-image: url("../img/repair_medicine.png");
	width: 64px;
	height: 50px;
	left: -5px;
}

.grid_item .repair_drones:before {
	background-image: url("../img/repair_drones.png");
	width: 82px;
	height: 64px;
	left: -19px;
	top: -18px;
}

.grid_item .repair_electric_transport:before {
	background-image: url("../img/repair_electric_transport.png");
	width: 52px;
	height: 46px;
	left: 8px;
}

.grid_item .repair_power_tool:before {
	background-image: url("../img/repair_power_tool.png");
	width: 55px;
	height: 53px;
	left: -5px;
}

.grid_item .repair_garden:before {
	background-image: url("../img/repair_garden.png");
	width: 60px;
	height: 52px;
	left: -5px;
}

.repair_title {

	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 22px;
}

.max-width_125{
	max-width: 118px;
}

/*.pre {*/
/*	white-space: pre-line;*/
/*}*/

.apple_svg{
	margin-left: 6px;
}

.grid_item:hover span:before {
	transform: scale(1.1);
}

.grid_item:after {
	transition: all 0.3s ease-in-out;
	content: "";
	background-image: url("../img/icon_long_bottom_up.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 18px;
	right: 20px;
	opacity: 0;
}

.grid_item_big:after {
	top: 18px;
	left: 20px;
	right: auto;
}

.grid_item_circle:after {
	display: none;
}

.grid_item:hover:after {
	opacity: 1;
}

.grid_item_big {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px;
	align-items: flex-start;
	justify-content: flex-end;
}

.grid_item_big .repair_title {
	font-size: 22px;
	line-height: 29px;
	margin-left: 0;
}

.icon_apple {
	background-image: url("../img/icon_apple.svg");
	width: 18px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: inline-block;
	margin: 0 0 0 6px;
	position: relative;
	top: 2px;
}

.grid_icon_big {
	width: 115px;
	height: 115px;
}

.grid_item .repair_apple:before {
	background-image: url("../img/repair_apple.png");
	width: 134px;
	height: 107px;
	left: -5px;
}

.grid_item .repair_big_equipment:before {
	background-image: url("../img/repair_big_equipment.png");
	width: 114px;
	height: 123px;
	left: -5px;
}

.grid_item_big > span {
	position: absolute;
	top: 30px;
	right: 30px;
}


/*here*/
.other_repair_item > span{
	top: 0;
	right: 40px;
}

.grid_item .grid_icon_middle {
	width: 90px;
	height: 90px;
}

.grid_item .repair_smartphones:before {
	background-image: url("../img/repair_smartphones.png");
	width: 95px;
	height: 86px;
	left: -5px;
}

.grid_item .repair_small_equipment:before {
	background-image: url("../img/repair_small_equipment.png");
	width: 96px;
	height: 95px;
	left: -5px;
}

.grid_item .repair_other:before {
	background-image: url("../img/repair_other.png");
	width: 94px;
	height: 85px;
	left: -5px;
}

.grid_item_circle {
	border-radius: 50%;
}

.grid_item_circle .repair_title {
	margin-left: 0;
	text-align: center;
	margin-top: 3px;
}

.grid_item_circle .grid_icon_middle {
	margin: 15px auto 0;
}

.how_work {
	margin-top: 20px;
}

.how_work_wrapper {
	padding: 80px;
	overflow: hidden;
}

.how_work h2 {
	color: #ffffff;
}

.how_work_text p {
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.how_work_text span {
	font-weight: 700;
}

.how_work_inners {
	margin-top: 40px;
}

.how_work_inners > .flex_item:first-child {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}

.how_work_item {
	width: 100%;
	background: #FFFFFF;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 11px 16px;
	position: relative;
}

.how_work_number {
	width: 74px;
	height: 74px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #4C298C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #FFFFFF;
	margin-right: 20px;
}

.how_work_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #262626;
}

.how_work_subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #262626;
	margin-top: 9px;
}

.how_work_smile {
	position: absolute;
	right: 46px;
	top: 10px;
}

.how_work_smile p {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	position: relative;
}

.how_work_smile p:after {
	content: "";
	background-image: url("../img/icon_arrow_semicircle.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 19px;
	height: 54px;
	position: absolute;
	right: -33px;
	top: 23px;
}

.how_work_smile img {
	max-width: 40px;
	float: right;
	margin-right: -10px;
}

.video_wrapper {
	position: relative;
	height: 328px;
	border-radius: 20px;
}

.video_body::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 20px;
}

.video_wrapper video {
	width: 100%;
	border-radius: 20px;
	max-height: 328px;
	object-fit: cover;
	/*margin-top: 4px;*/
}

.video_body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.video_play {
	background-image: url("../img/icon_play.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 84px;
	height: 84px;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	z-index: 1;
	overflow: hidden;
	border-radius: 50%;
	transition: all 0.5s ease;
	animation: 1s linear infinite hoverWave;
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
	}
	40% {
		box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
	}
	80% {
		box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 22px rgba(255, 255, 255, 0.067);
	}
	100% {
		box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3), 0 0 0 25px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

.video_info {
	position: absolute;
	text-align: center;
	top: 30px;
	right: 32px;
	z-index: 1;
}

.how_work .box_logo p {
	font-size: 12px;
	line-height: 16px;
}

.about_video {
	margin-top: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 0 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.about_video_smile {
	display: none;
}

.about_video_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
}

.how_work_inners .flex_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about_video_subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 6px;
}

.tariff {
	margin-top: 20px;
}

.tariff_header {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.tariff_subtitle {
	font-size: 22px;
	line-height: 31px;
	color: #262626;
	margin-top: 18px;
}

.tariff_subtitle span {
	font-weight: 700;
}

.img_robot_tariff {
	max-width: 192px;
	/*margin-left: 40px;*/
}

.tariff_click_info {
	position: absolute;
	right: 14px;
	bottom: 0;
}

.tariff_click_info p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #262626;
	transform: rotate(-8.52deg);
	position: relative;
}

.tariff_click_info p:after {
	content: "";
	background-image: url("../img/icon_arrow_semicircle_tariff.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	right: -8px;
	top: 22px;
	width: 19px;
	height: 41px;
}

.tariff_body {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.tariff_item {
	background: #262626;
	border-radius: 20px;
	height: 96px;
	width: 100%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.tariff_item:after {
	content: "";
	width: 18px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px 0 0 20px;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}

.tariff_item_header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.tariff_item_header .hit {
	display: none!important;
}

.tariff_item_header .crown {
	display: none!important;
}

.tariff_item_text {
	display: none;
}

/*.tariff_item.base:after {*/
/*	background: #6F3CCC;*/
/*}*/

/*.tariff_item.optimal:after {*/
/*	background: #4C298C;*/
/*}*/

/*.tariff_item.vip:after {*/
/*	background: #2A1F70;*/
/*}*/

.tariff_item:hover:after {
	transform: translateX(0);
}

.tariff_name {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 24px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 12px;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	min-width: max-content;
}

.tariff_description {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding-left: 12px;
	border-left: 1px solid #FFFFFF;
	transition: all 0.3s ease-in-out;
}


.tariff_description span {
	font-weight: 700;
}

.tariff_box_price {
	margin-left: auto;
	background: #FFD748;
	width: 115px;
	padding: 12px 0 12px 21px;
	border-radius: 20px 0 0 20px;
	flex-shrink: 0;
}

.tariff_price {
	font-weight: 800;
	font-size: 26px;
	line-height: 32px;
	color: #262626;
}

.tariff_period {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	margin-top: -5px;
}

.tariff_item.active .tariff_name {
	border-radius: 20px 0 0 20px;
	padding-right: 24px;
}

.tariff_item.active .tariff_description {
	border-left: 0;
	padding-left: 24px;
}

.tariff_period .old_price{
	display: none;
}

.tariff_info {
	background: #262626;
	border-radius: 20px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.tariff_info_header {
	padding: 50px 0 30px;
	border-radius: 20px 20px 0 0;
	position: relative;
}

.tariff_info_header_top {
	margin-left: 40px;
	display: flex;
	align-items: flex-start;
}

.hit {
	position: absolute;
	top: 16px;
	left: 40px;
	height: 22px;
	padding: 0 10px;
	background: #FFD748;
	border-radius: 25px;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	color: #262626;
}

.hit span {
	display: flex;
	align-items: flex-start;
}

.hit span:after {
	content: "";
	background-image: url("../img/icon_fire.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 17px;
	height: 17px;
	display: block;
	margin-left: 4px;
}

.tariff_name_data {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.crown {
	background-image: url("../img/icon_crown.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 31px;
	height: 31px;
	display: none;
	position: absolute;
	top: 10px;
	left: 40px;
}

.tariff_description_data {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
	margin-top: 6px;
}

.tariff_description_data span {
	font-weight: 700;
}

.tariff_description_data br {
	display: none;
}

.tariff_box_price_data {
	margin-left: auto;
	background: #FFD748;
	width: 212px;
	height: 96px;
	padding: 14px 0 0 30px;
	border-radius: 20px 0 0 20px;
	transition: all 0.3s ease-in-out;
}


.tariff_box_price_data.active {
	width: 212px;
}

.tariff_price_data {
	font-weight: 800;
	font-size: 40px;
	line-height: 49px;
	color: #262626;
}

.tariff_period_data {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	margin-bottom: 2px;
}

.tariff_period_data .old_price {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #616161;
	text-decoration: line-through;
	margin-left: 16px;
}

.tariff_period_data::first-letter {
	text-transform: capitalize;
}

.checkout-block {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 22px;
}

.form-check {
	display: flex;
	align-items: center;
}

.form-check-input[type=radio] {
	border: 1px solid #FFD748;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	border-radius: 50%;
	margin: 0;
	position: relative;
}

.form-check-label {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	padding-left: 8px;
	cursor: pointer;
}

.form-check-label span {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFD748;
	background: #262626;
	border-radius: 20px;
	margin-left: 6px;
	padding: 3px 7px;
}

.form-check-input:checked[type=radio]:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFD748;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gift_vip {
	display: none;
}

.gift_line {
	flex-wrap: nowrap;
	overflow: hidden;
	background: #282828;
	height: 32px;
	margin-top: 30px;
}

.gift_line ul {
	animation-direction: alternate;
	animation-duration: 50s;
	animation-name: shake;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: flex;
	align-items: center;
	height: 100%;
}

.gift_line ul li {
	white-space: nowrap;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding-left: 30px;
	display: flex;
	align-items: center;
}

.gift_line ul li span {
	margin-left: 10px;
}

.gift_line ul li:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FFD748;
	margin-right: 30px;
}

.gift_line ul li span {
	font-weight: 700;
	text-transform: uppercase;
}

@keyframes shake {
	100% {
		transform: translateX(-1900px);
	}
}

.tariff_info_text {
	padding: 30px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
}

.tariff_list {
	columns: 2;
	column-gap: 25px;
	width: 100%;
}

.tariff_list li{
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
}


.tariff_list li:before {
	content: "";
	background-image: url("../img/icon_check_tariff.png");
	width: 20px;
	height: 21px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.tariff_list li span {
	font-weight: 700;
}

.btn_choose_tariff {
	margin-top: auto;
	width: 100%;
}

.tariff_price_year {
	display: none;
}

.tariff_period_year {
	display: none;
}

.advantage {
	margin-top: 20px;
	position: relative;
}

.advantage:before {
	content: "";
	width: 185px;
	height: 136px;
	background: #262626;
	border-radius: 50%;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.advantage_inners {
	padding: 80px;
	position: relative;
	z-index: 1;
}

.advantage h2 {
	color: #fff;
}

.advantage_inner {
	display: flex;
	align-items: stretch;
	gap: 20px;
	margin-top: auto;
}

.advantage_box_title {
	display: flex;
	flex-direction: column;
}

.advantage_box_header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
}

.advantage_subtitle {
	font-size: 22px;
	line-height: 33px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 400px;
}

.advantage_subtitle span {
	font-weight: 700;
}

.advantage_arrow {
	margin-left: auto;
	margin-top: -20px;
}

.advantage_arrow p {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	transform: rotate(-8.52deg);
	position: relative;
}

.advantage_arrow p span {
	display: block;
	position: relative;
}

.advantage_arrow p span:after {
	content: "";
	background-image: url("../img/icon_thumbs_up.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 29px;
	height: 29px;
	position: absolute;
	right: -3px;
	top: -10px;
}

.advantage_arrow p:before {
	content: "";
	background-image: url("../img/icon_arrow_semicircle_adv.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 30px;
	height: 69px;
	position: absolute;
	left: -47px;
	top: -13px;
	transform: rotate(8.52deg);
}

.advantage_block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}

.advantage_block > div {
	width: calc(50% - 10px);
	gap: 20px;
	display: flex;
	flex-direction: column;
}

.advantage_item {
	flex-grow: 1;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.advantage_big {
	height: 217px;
}

.advantage_small {
	height: 110px;
}

.advantage_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #262626;
}

.advantage_about {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #262626;
}

.advantage_big .advantage_about {
	margin-top: 12px;
}

.advantage_small .advantage_about {
	margin-top: 6px;
}

.advantage1 {
	padding-left: 104px;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 30px;
}

.advantage1:before {
	content: "";
	background-image: url("../img/advantage_balloon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 140px;
	height: 217px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.advantage_small {
	display: flex;
	align-items: flex-start;
	padding: 20px 5px 0 12px;
}

.advantage_icon {
	width: 50px;
	height: 50px;
	background: #4C298C;
	border-radius: 50%;
	margin-right: 12px;
	flex-shrink: 0;
	position: relative;
}

.advantage_icon:after {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}

.advantage2 .advantage_icon:after {
	background-image: url("../img/advantage_gifts.png");
	width: 60px;
	height: 60px;
	left: -4px;
	top: -12px;
}

.advantage3 {
	padding-top: 30px;
}

.advantage3 .advantage_icon:after {
	background-image: url("../img/advantage_target.png");
	width: 68px;
	height: 63px;
	left: -2px;
	top: -11px;
}

.advantage4 {
	padding-left: 30px;
	align-items: flex-start;
	padding-top: 30px;
}

.advantage4:before {
	content: "";
	background-image: url("../img/advantage_badge_star.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 154px;
	height: 161px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.advantage4 .advantage_about {
	max-width: 135px;
}

.advantage5 .advantage_icon:after {
	background-image: url("../img/advantage_rocket.png");
	width: 58px;
	height: 80px;
	left: -3px;
	top: -6px;
}

.advantage6 .advantage_icon:after {
	background-image: url("../img/advantage_service.png");
	width: 71px;
	height: 71px;
	left: -10px;
	top: -8px;
}

.advantage_inner_right .advantage_item {
	flex-grow: 1;
}

.advantage_inner_right .advantage_item:first-child {
	max-width: 325px;
	width: 100%;
	flex-shrink: 0;
}

.reviews {
	margin-top: 20px;
	position: relative;
}

.reviews:before {
	content: "";
	width: 211px;
	height: 146px;
	background: #EEEFF3;
	border-radius: 50%;
	position: absolute;
	top: -105px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.reviews .white_wrapper {
	padding-top: 80px;
}

.reviews_subtitle {
	font-size: 22px;
	line-height: 31px;
	color: #262626;
	margin-top: 20px;
}

.reviews_subtitle span {
	font-weight: 700;
}

.flex_item_articles {
	display: flex;
	flex-direction: column;
}

.reviews_articles_box {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	margin-top: auto;
}

.reviews_articles {
	background: #FFFFFF;
	border-radius: 20px;
}

.swiper-slide-prev .reviews_articles {
	box-shadow: none;
}

.reviews_articles_header {
	height: 63px;
	background: #FFDF43;
	border-radius: 20px 20px 0 0;
	padding: 0 30px 0 44px;
	display: flex;
	align-items: center;
}

.swiper_reviews_articles {
	position: relative;
}

.reviews_articles_body {
	padding: 22px 44px 30px;
}

.reviews_articles_body p {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #262626;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: auto;
	text-overflow: ellipsis;
	max-width: 480px;
}
.logo_news {
	max-height: 35px;
}
.reviews_articles_body p::-webkit-scrollbar {
	display: none;
}
.reviews_articles_read {
	text-align: right;
	margin-top: 10px;
}

.reviews_articles_read a {
	font-size: 12px;
	line-height: 17px;
	color: rgba(38, 38, 38, 0.5);
	transition: all 0.3s ease-in-out;
}

.reviews_articles_read a:hover {
	color: rgba(38, 38, 38, 1);
}

.swiper_arrow .swiper-button-prev:after, .swiper_arrow .swiper-button-next:after {
	content: '';
	display: none;
}

.swiper_arrow .swiper-button-next {
	width: 38px;
	height: 38px;
	background-image: url("../img/arrow_circle_right.svg");
	opacity: 0.7;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out;
	position: static;
	margin: 0;
}

.swiper_arrow .swiper-button-next:hover {
	opacity: 1;
}

.swiper_arrow .swiper-button-prev {
	width: 38px;
	height: 38px;
	background-image: url("../img/arrow_circle_left.svg");
	opacity: 0.7;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in-out;
	position: static;
	margin: 0;
}

.swiper_arrow .swiper-button-prev:hover {
	opacity: 1;
}

.swiper_arrow {
	display: flex;
	align-items: center;
	gap: 2px;
	position: absolute;
	top: 13px;
	right: 30px;
	z-index: 2;
	height: 38px;
}

.reviews_social {
	display: flex;
	align-items: stretch;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.swiper_reviews_social {
	overflow: visible;
}

.swiper_reviews_social .swiper-slide {
	flex-shrink: 0;
	height: 100%;
	width: calc(50% - 10px);
}

.reviews_social_item {
	width: 100%;
	background: #FFFFFF;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	height: 252px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.reviews_social_item {
	padding: 4px 4px 0 4px;
}

.reviews_social_wrapper {
	margin: 16px 16px 0 16px;
}

.reviews_social_header {
	display: flex;
	align-items: flex-start;
}

.reviews_social_header > div {
	overflow: hidden;
}

.reviews_social_ava {
	width: 36px;
	margin-right: 12px;
	flex-shrink: 0;
}

.reviews_social_name {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.reviews_quantity {
	font-size: 12px;
	line-height: 15px;
	color: #7D7D7D;
	margin-top: 2px;
}

.reviews_social_rate_date {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 17px 0 15px 0;
	gap: 4px;
}


/*.reviews_page_social_item .reviews_social_rate_date, */
/*.reviews_page_social_item_filter .reviews_social_rate_date  {*/
/*	gap: 4px;*/
/*}*/
.reviews_social_rating {
	display: flex;
	align-items: center;
}

.star_color {
	background-image: url("../img/star.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
}

.reviews_social_date p {
	font-size: 12px;
	line-height: 15px;
	color: #7D7D7D;
}

.reviews_social_text {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #262626;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	word-wrap: break-word;
}

.reviews_social_read {
	text-align: center;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}

.reviews_social_read a {
	font-size: 12px;
	line-height: 17px;
	color: rgba(38, 38, 38, 0.5);
	transition: all 0.3s ease-in-out;
}

.reviews_social_read a:hover {
	color: rgba(38, 38, 38, 1);
}

.reviews_social_item .video_wrapper {
	position: relative;
	height: 184px;
	border-radius: 20px;
}

.reviews_social_item .video_wrapper video {
	width: 100%;
	border-radius: 20px;
	min-height: 242px;
	/*max-height: 184px;*/
	height: 100%;
}
#homepage_video_review .video_wrapper video{
	min-height: unset;
}

.reviews_social_video {
	height: 184px;
	width: 100%;
	position: relative;
	border-radius: 20px;
}



.reviews_social_video .video_play {
	width: 53px;
	height: 53px;
}

.reviews_social_all {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.faq {
	margin-top: 20px;
}

.faq_wrapper {
	padding: 80px;
}

.faq h2 {
	color: #ffffff;
	margin-bottom: 38px;
}

.faq_inners {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}

.faq_question {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #262626;
	position: relative;
	cursor: pointer;
	padding: 23px 10px 23px 63px;
	background: #FFFFFF;
	border-radius: 20px;
}

.faq_question:after {
	content: "";
	background: #4C298C;
	position: absolute;
	left: 34px;
	width: 20px;
	height: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.faq_question:before {
	content: "";
	background: #4C298C;
	position: absolute;
	left: 42px;
	width: 4px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.faq_item.active .faq_question:before {
	display: none;
}

.faq_item.active {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
}

.faq_answer {
	display: none;
	padding: 13px 63px 18px;
}

.faq_answer p {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

footer {
	background: #262626;
	margin-top: 20px;
}

.footer_wrapper {
	padding: 80px 0 40px;
}

.footer_top > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer .box_logo {
	margin: 0 0 37px;
}

footer .box_logo p {
	color: #ffffff;
}

footer img {
	display: block;
}

footer a {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	transition: color 0.3s ease-in-out;
}

footer a:hover {
	color: #FFD748;
}

.footer_top {
	display: flex;
	align-items: stretch;
}

.footer_address {
	margin-bottom: 8px;
}

.social_link {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 11px;
}

.social_link li a {
	background: rgba(255, 255, 255, 0.1);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_link li a path {
	transition: fill 0.3s ease;
}

.social_link li a:hover path {
	fill: #FFD748;
}

.footer_caption {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer_list {
	flex-grow: 1;
}

.footer_list li {
	margin-bottom: 16px;
}

.footer_list li:last-child {
	margin-bottom: 0;
}

.footer_list_contacts li {
	margin-bottom: 12px;
}

.footer_list_messenger {
	display: flex;
	align-items: center;
	gap: 12px;
}

.btn_border {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	height: 35px;
	min-width: 211px;
	border: 1px solid #FFFFFF;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #262626;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.btn_border:hover {
	background: #4C298C;
	color: #ffffff;
	border: 1px solid #4C298C;
}


.to_director {
	margin-top: 16px;
}

.footer_list_payment {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}

.footer_bottom {
	margin-top: 70px;
	display: flex;
	align-items: flex-start;
}

.footer_first {
	max-width: 500px;
	width: 100%;
}

.footer_second {
	max-width: 500px;
	width: 100%;
}

.footer_last {
	margin-left: auto;
	max-width: 215px;
	width: 100%;
}

.footer_block_services {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.footer_services {
	width: 100%;
}

.footer_politics {
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_politics p {
	font-size: 12px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.7);
}

.footer_politics a {
	font-size: 12px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease-in-out;
}

.footer_politics a:hover {
	color: rgba(255, 255, 255, 1);
}

.list_politics {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.footer_items{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	text-align: start;
}

.overlay_top {
	z-index: 5;
	position: fixed;
	background: #FFFFFF;
	border-radius: 0 0 20px 20px;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	transform: translateY(-100%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	display: block;
	padding: 102px 0 100px;
}

.overlay_top .social_link{
	margin-top: 20px;
}

.overlay_scroll {
	max-width: 1440px;
	padding: 0 40px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
	overflow-y: auto;
	flex-direction: column;
}

.overlay_top.open {
	transform: translateY(0);
	width: 100%;
}

.non_scroll {
	overflow: hidden;
}

.overlay_top_inners {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.overlay_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(38, 38, 38, 0.89);
	backdrop-filter: blur(2px);
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}

.overlay_modal {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1010;
	display: none;
}
.overlay_error{
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
}

.show {
	visibility: visible;
	opacity: 1;
	display: block !important;
}

.hide {
	visibility: hidden;
	opacity: 0;
	display: none !important;
}

.overlay_top_caption {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: rgba(38, 38, 38, 0.5);
	margin-bottom: 24px;
}

.overlay_top_list li {
	margin-bottom: 16px;
	min-width: 265px;
}

.overlay_top_list li:last-child {
	margin-bottom: 0;
}

.overlay_top_list li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #262626;
	transition: color 0.3s ease-in-out;
}

.overlay_top_list li a:hover {
	font-weight: 600;
	color: #4C298C;
}

.overlay_top_service {
	padding: 0 0 0 60px;
	margin: 0 60px;
	border-left: 1px solid rgba(38, 38, 38, 0.2);
	border-right: 1px solid rgba(38, 38, 38, 0.2);
}

.overlay_top_list_service {
	column-count: 2;
	column-gap: 60px;
}

.overlay_top_list_service li {
	position: relative;
	padding-left: 14px;
}

.overlay_top_list_service li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #4C298C;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 7px;
}

.btn_border_dark {
	height: 38px;
	min-width: 221px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border: 1px solid #1B303B;
	border-radius: 14px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.btn_border_dark:hover {
	background: #4C298C;
	color: #ffffff;
}


.btn_top_to_director {
	margin-top: 32px;
}

.overlay_top_social li a {
	background: #262626;
}

.overlay_top_about {
	display: flex;
	flex-direction: column;
}

.modal_main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: left;
	width: 100%;
	max-width: 444px;
}

.modal {
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1500;
	display: none;
	text-align: center;
}

#modal_answer{
	z-index: 10001;
}

#modal_answer .modal_body{
	display: flex;
	flex-direction: column;
}

#modal_answer .btn_close{
	margin-top: 32px;
}


.modal_wrapper {
	width: 100%;
	height: auto;
	padding: 60px 30px 40px;
	background: #FFFFFF;
	border-radius: 20px;
	margin: auto;
	position: relative;
}

.modal .modal_close {
	position: absolute;
	top: 16px;
	right: 20px;
	cursor: pointer;
	background-image: url("../img/close_modal.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 24px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}

.modal .modal_close:hover {
	opacity: 1;
}

.modal_title {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #262626;
}

.modal_subtitle {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #262626;
	margin-top: 8px;
}
.modal_subtitle span{
	font-weight: 600;
}


.desc_problem_txt{
	max-width: 251px;
}
.modal_tariff .modal_subtitle_list .modal_subtitle {
	display: none;
}

.modal_tariff .modal_subtitle_list .modal_subtitle.active {
	display: block;
}

.form_modal {
	margin-top: 16px;
}

.form_group {
	margin-bottom: 14px;
	position: relative;
}


input.error_form {
	border: 1px solid #E36160;
	box-sizing: border-box;
	margin-bottom: 14px;
}

span.error_form,
.error_form_new{


	color: #FF4B4B;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;




	/* display: inline-flex; */
	/* align-items: center; */
	justify-content: center;
	/* margin: -10px 0 0 0; */
	/* background: #E36160; */
	/* border-radius: 2px; */
	/*font-style: normal;*/
	/*font-weight: 500;*/
	/*font-size: 12px;*/
	/*line-height: 15px;*/
	/*color: #FF4B4B;*/
	/* padding: 2px 5px; */
	position: absolute;
	top: 73px;
	left: 2px;
	z-index: 2;
}

#message_number_modal_tariff-error{
	top: 152px;
}

/*span.error_form:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 9px solid #E36160;
	position: absolute;
	left: 20px;
	top: -7px;
}*/

form label {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	margin-bottom: 6px;
	display: block;
}

.tiny_modals input.error_form{
	margin-bottom: 16px!important;
}
.tiny_modals span.error_form, .tiny_modals .error_form_new {
	top: 74px!important;
}


form input {
	width: 100%;


	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;

	font-style: normal;
	font-weight: 500;



	background: #FFFFFF;
	border: 1px solid rgba(38, 38, 38, 0.30);
	border-radius: 10px;
	height: 46px;
	color: #262626;
	font-size: 16px;
	line-height: 20px;
	padding: 0 15px;
	transition: all 0.3s ease-in-out;
}

form input:focus {
	border: 1px solid #6C6C6C;
}

form input:hover {
	border: 1px solid #4C298C
}

form textarea {
	background: #FFFFFF;
	border: 1px solid rgba(38, 38, 38, 0.30);
	border-radius: 10px;
	outline: 0;
	height: 145px;
	padding: 15px;
	resize: none;
	width: 100%;
	color: #262626;
	font-size: 16px;
	line-height: 20px;
	transition: all 0.3s ease-in-out;
}

form textarea:focus {
	border: 1px solid #6C6C6C;
}

.select2-selection {
	transition: all 0.3s ease-in-out;
}

form textarea:hover {
	border: 1px solid #4C298C
}

form .select2-selection:hover {
	border: 1px solid #4C298C
}

form .select2-selection:focus {
	border: 1px solid #6C6C6C
}


form button {
	width: 100%;
	height: 54px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-top: 16px;
	cursor: pointer;
	border: 0;
}

.form_modal .btn {
	width: 100%;
}

.form_modal_agreement {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #262626;
	margin-top: 12px;
}

.form_modal_agreement a {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #262626;
	text-decoration-line: underline;
}

.modal_tariff .modal_main{
	max-width: 1035px;
}

.modal_tariff .modal_wrapper {
	padding: 0;
}
.modal_tariff .modal_header {
	padding: 20px 40px;
	background: #FFFFFF;
	border-radius: 20px 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal_tariff .modal_body {
	border-radius: 0 0 20px 20px;
}

.modal_tariff .modal_header  .box_logo {
	margin-left: 0;
}

.modal_tariff .modal_close {
	position: static;
}

.modal_tariff .modal_body {
	background: #EEEFF3;
	padding: 40px;
}

.modal_inners {
	display: flex;
	align-items: stretch;
}

.modal_steps {
	width: 100%;
	max-width: 297px;
	margin-right: 20px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.modal_steps .modal_title {
	font-size: 24px;
	line-height: 29px;
	text-align: left;
}

.modal_steps .modal_subtitle {
	font-weight: 500;
	text-align: left;
}

.modal_steps_form {
	background: #FFFFFF;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	width: 100%;
	overflow: hidden;
}

.modal_steps_form_header {
	height: 90px;
	background: #4C298C;
	border-radius: 20px 20px 0 0;
	width: 100%;
	padding: 20px 40px;
}

.list_steps {
	margin: 24px 0;
}

.list_steps li {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #B4B4B4;
	margin-bottom: 20px;
	position: relative;
}

.list_steps li:last-child {
	margin-bottom: 0;
}

.list_steps li .step_number {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	border-radius: 50%;
	background: #B4B4B4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	flex-shrink: 0;
	z-index: 1;
}

.list_steps li .step_number:before {
	content: '';
	width: 2px;
	height: calc(100% - 4px);
	background: #B4B4B4;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.list_steps li:first-child .step_number:before {
	display: none;
}

.list_steps li.active {
	color: #262626;
}

.list_steps li.active .step_number {
	background: #FFD748;
}

.list_steps li.activated {
	color: #B4B4B4;
}

.list_steps li.activated i{
	display: none;
}

.list_steps li.activated .step_number {
	background: #FFD748;
}

.list_steps li.activated .step_number:after {
	content: "";
	background-image: url("../img/icon_check.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 12px;
	height: 9px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.modal_tariff_info {
	margin-top: auto;
	background: rgba(76, 41, 140, 0.08);
	border-radius: 20px;
	padding: 16px 16px 16px 43px;
	position: relative;
}

.modal_tariff_info:before {
	content: "";
	background-image: url("../img/icon_info.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 19px;
	left: 16px;
}

.modal_tariff_info p {
	font-size: 13px;
	line-height: 18px;
	color: #262626;
}

.modal_tariff_info p span {
	font-weight: 600;
}

.modal_tariff_info a{
	text-decoration: underline;
	color: inherit;
}

.modal_tariff_info p.modal-message_text-small{
	font-size: 11px;
	line-height: 15px;
}

.modal_message-activation.d-none{
	display: none;
}




.modal_message-activation-mob, .modal_message-buy-mob{
	margin-top: 15px;

}
.modal_message-activation-mob p, .modal_message-buy-mob p{
	font-size: 10px;
	line-height: normal;
	text-align: center;
	color: #262626;
}
.modal_message-activation-mob a, .modal_message-buy-mob a{
	text-decoration: underline;
	color: inherit;
}

.modal_message-activation-mob.d-none, .modal_message-buy-mob.d-none{
	display: none;
}

@media screen and (min-width: 850px) {
	.modal_message-activation-mob, .modal_message-buy-mob{
		display: none!important;
	}
}


.modal_step {
	z-index: -1;
	position: relative;
	height: 0;
}

.modal_step .btn {
	margin-top: 0;
}

.modal_step > div {
	padding: 20px 40px 40px 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.modal_step.active {
	z-index: 1;
	height: auto;
}

.modal_tariff_groups {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.modal_step .form_group label{
	margin-left: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
}

.modal_tariff_groups .form_group {
	flex-grow: 1;
	width: calc(50% - 10px);
	margin-bottom: 0;
}

.step_btns {
	margin-top: 34px;
	align-self: flex-end;
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.your_tariff_caption {
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

.modal_promocode .modal-header_activation .your_tariff_caption{
	font-size: 16px;
	line-height: 19px;
}

.modal_tariff_name_price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tariff_modal_name {
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
}

.modal_promocode .modal-header_activation .tariff_modal_name{
	font-size: 20px;
	font-weight: 600;
}

.price_modal,
.price_modal-active{
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #FFD748;
}

.check {
	text-align: left;
	display: flex;
	margin-top: 33px;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.check .check_in {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.check input {
	margin-right: 14px;
}

.check_in label {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
}

.check label,
.check input {
	cursor: pointer;
	margin: 0;
}

.check .check_in input[type="checkbox"] {
	display: none;
}

.check .check_in input[type="checkbox"] + label .check_copy {
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	background: transparent;
	margin-right: 14px;
	border: 1px solid rgba(38, 38, 38, 0.30);
	border-radius: 5px;
	position: relative;
}

.check_copy:after {
	content: "";
	background-image: url("../img/icon_check.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 12px;
	height: 9px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.check .check_in input[type="checkbox"]:checked + label .check_copy {
	background: #262626;
}

.check .check_in input[type="checkbox"]:checked + label .check_copy:after {
	opacity: 1;
}

.promocode_input {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
	border-style: solid;
	border-width: 0;
	height: 9px;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 10px;
	background-image: url("../img/icon_arrow_input.svg");
	background-repeat: no-repeat;
	background-position: center center;
}


.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
	border-width: 0;
	transform: rotate(180deg);
}

.select2-container {
	z-index: 10000;
	height: 46px;
	background: #FFFFFF;
	border-radius: 10px;
}
/*.select2-search {
	display: none!important;
}*/

.select2-container--default .select2-selection--single {
	background-color: transparent;
	border-radius: 10px;
	height: 100%;
	border: 1px solid rgba(38, 38, 38, 0.30);
}

.select2  {
	width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	height: 100%;
	display: flex;
	align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	border-radius: 10px;
	padding: 15px 25px 15px 14px;
}

.select2-dropdown {
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	background: #FFFFFF;
	border: 1px solid rgba(38, 38, 38, 0.30);
	border-radius: 10px;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: transparent;
	color: #262626;
}

.select2-results__option {
	padding: 7px 5px 7px 14px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: transparent;
	color: #262626;
}

.select2-container--default .select2-results__option--selected {
	background-color: transparent;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 150px;
}

.select2-container--open {
	border: 0;
}

.modal_groups_address {
	justify-content: flex-start;
}

.modal_groups_address .form_group {
	flex-grow: 1;
	width: auto;
	margin-bottom: 0;
}

.modal_groups_address .form_group_first {
	width: 100%;
	max-width: 164px;
	flex-shrink: 0;
}

.modal_groups_address .form_group_house {
	width: 100%;
	max-width: 83px;
	flex-shrink: 0;
}

.modal_groups_address .form_group_apartment {
	width: 100%;
	max-width: 68px;
	flex-shrink: 0;
}

.modal_groups_address .form_group_second {
	width: 100%;
	max-width: 183px;
	flex-shrink: 0;
}

.input_group {
	background: #fff;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.input_calendar::before {
	content: "";
	background-image: url("../img/icon_calendar.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.input_group input {
	cursor: pointer;
	background: 0 0;
}

.datepicker {
	z-index: 9999;
	width: 163px;
	margin-top: -7px;
	/*left: 639px;
	opacity: 1;
	top: 2847.6px;*/
}

form.form_modal_tariff input {
	font-size: 14px;
	line-height: 17px;
}

.datepicker--nav-action {
	width: 10px;
	border-radius: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.datepicker--nav-action:after {
	content: "";
	background-image: url("../img/arrow_calendar.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 10px;
	height: 10px;
}

.datepicker--nav-action[data-action='next'] {
	transform: rotate(180deg);
}

.datepicker--nav {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #262626;
	text-transform: none;
	letter-spacing: inherit;
	border-radius: 0;
	justify-content: space-between;
	border-bottom: 0;
	min-height: 20px;
	padding: 0;
}

.datepicker--nav-title i {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #262626;
	margin-left: 5px;
}

.datepicker--day-name {
	color: #4C298C;
	text-transform: none;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
}

.datepicker--pointer {
	display: none;
}

.datepicker--content {
	padding: 0;
}

.datepicker--cell-day {
	height: 23px;
	width: 23px;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #262626;
}

.datepicker--cell.-current- {
	color: #ffffff!important;
	border-color: transparent;
	background: #4C298C;
	border-radius: 50%;
}


.datepicker--cell-day.-weekend- {
	color: #4C298C;
}

.datepicker--cell {
	border-radius: 50%;
}

.datepicker--nav-action:hover {
	background: transparent;
}

.datepicker--nav-action svg {
	display: none;
}

.datepicker--cell-month {
	width: 33.33%;
	height: 25%;
	font-size: 13px;
	line-height: 16px;
	color: #262626;
	border-radius: 5px;
}

.datepicker--cell-year {
	font-size: 13px;
	line-height: 16px;
	color: #262626;
}

.datepicker--cell-month.-current- {
	border-radius: 10px;
}

.datepicker--cell-year.-current- {
	border-radius: 10px;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: rgba(38, 38, 38, 0.3) !important;
}

.datepicker--cell.-selected- {
	color: #fff;
	border: none;
	background: #5cc4ef;
}

.form_group_time {
	max-width: 164px;
}

.input_time::before {
	content: "";
	background-image: url("../img/icon_time.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.form_group_time .select2-selection__arrow {
	display: none;
}

.form_group_time .select2-container {
	background: transparent;
}

.step_btns .btn_border_dark{
	height: 54px;
	padding: 0 50px;
	min-width: inherit;
}

.form_group textarea {
	background: #FFFFFF;
	border: 1px solid rgba(38, 38, 38, 0.30);
	border-radius: 10px;
	outline: 0;
	height: 129px;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 17px;
	color: #262626;
	width: 100%;
	padding: 13px 14px;
	resize: none;
}

.payment_inners {
	display: flex;
	align-items: stretch;
	gap: 20px;
	justify-content: space-between;
}

.payment_methods {
	text-align: center;
	width: 100%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
}

.payment_methods p {
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	margin: 10px 0;
}

.payment_card_data {
	background: #EEEFF3;
	border-radius: 20px;
	padding: 20px;
	max-width: 261px;
	width: 100%;
	min-height: 125px;
	position: relative;
}

.payment_method {
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #6C6C6C;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.payment_method.active {
	border: 1px solid #6C6C6C;
}

.payment_method.card span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.payment_method.card span:after {
	content: "";
	background-image: url("../img/icon_credit_card.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}

.payment_method.pay span {
	background-image: url("../img/GooglePay_logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 48px;
	height: 20px;
}

.payment_method:hover {
	border: 1px solid #6C6C6C;
}

.payment_email_box {
	width: 100%;
	background: #F5F5F5;
	border-radius: 16px;
	padding: 14px 20px 14px 25px;
}

.payment_email_box p {
	font-size: 12px;
	line-height: 15px;
	color: #262626;
}

.payment_email_box .form_group{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.payment_email_box .form_group label {
	margin-left: 0;
}

.payment_email_box .form_group input {
	width: 100%;
}

.email_url {
	position: relative;
	max-width: 241px;
	width: 100%;
}

.domain-list {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	padding: 10px 16px;
	overflow: hidden;
	overflow-y: auto;
	height: 110px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid rgba(38, 38, 38, 0.30);
	z-index: 5;
}

.domain-list li {
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	margin-bottom: 10px;
	cursor: pointer;
}

.payment_card_currency {
	position: absolute;
	top: 13px;
	right: 15px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.payment_card_currency .visa{
	width: 33px;
}

.payment_card_currency .mastercard{
	width: 23px;
}

.card_caption {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	border-radius: 0;
	margin-bottom: 5px;
}

.payment_card_data input {
	border: none;
	outline: none;
	font-size: 16px;
	padding: 0;
	background: transparent;
	height: 20px;
	border-radius: 0;
	width: auto;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(38, 38, 38, 0.3);
}

.payment_card_data input:hover, .payment_card_data input:focus {
	border: 0;
	border-bottom: 1px solid rgba(38, 38, 38, 0.3);
}

.card_info {
	margin-top: 14px;
	display: flex;
	align-items: flex-start;
	gap: 43px;
}

.card_info > div {
	width: min-content;
	position: relative;
}

.card_number_group {
	position: relative;
}

.card_info .card_caption {
	text-transform: uppercase;
}

.payment_card_data .card_date {
	width: 53px;
}

.payment_card_data .card_cvv {
	width: 31px;
}

.modal_thanks .modal_body {
	text-align: center;
}

.modal_thanks .btn,
.modal_answer .btn{
	margin: 32px auto 0;
}

.img_robot_modal_thanks {
	width: 100%;
	max-width: 168px;
	display: block;
	margin: -120px auto 0;
}

.header_sign-in{
	padding: 0px 3px 0px 2px;
	cursor: pointer;
	margin-left: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: inherit;
	border: 1px solid #EEEFF3;
}

.header_sign-in:hover{
	border: 1px solid #000;
	background: #FFF;
}

.header_sign-text{
	margin-left: 6px;
	color: #6132FF;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px
}


/**************  Страница спасибо  ***************/

.secondary_inners {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	overflow: hidden;
	padding: 100px 0 53px 0;
	position: relative;
}

.secondary_media {
	max-width: 670px;
	width: 100%;
	flex-shrink: 0;
}

.secondary_inners:before {
	content: "";
	background-image: url("../img/bg_circle.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 706px;
	height: 706px;
	display: block;
	position: absolute;
	left: 10%;
	top: 8px;
}

.thanks_page .secondary_inners:before {
	left: -40px;
}

.thanks_page h1{
	font-weight: 800;
	font-size: 60px;
	line-height: 72px;
	color: #FFFFFF;
}

.thanks_page .subtitle{
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
	margin-top: 20px;
	max-width: 520px;
	margin-bottom: 60px;
}

.thanks_page .subtitle span {
	font-weight: 700;
}

.img_robot_thanks {
	max-width: 400px;
	display: block;
	position: relative;
	z-index: 2;
	margin: auto;
}

.secondary_info {
	margin-top: 15px;
}

.secondary_social {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 90px;
}

.secondary_social p {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}


/**************  Страница 404  ***************/

.error_page .secondary_inners {
	gap: 106px;
}

.error_page h1 {
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	margin-top: 0;
}

.error_page h1 span{
	font-size: 190px;
	line-height: 190px;
	display: block;
}

.img_robot_error {
	max-width: 438px;
	display: block;
	position: relative;
	z-index: 2;
	margin: auto;
}

.error_page .subtitle{
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	margin: 40px 0 50px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

#card_date-error, #card_cvv-error, #card_number-error {
	background: none;
	font-size: 11px;
	line-height: 12px;
	left: 0;
	bottom: -15px;
	border: 0;
	white-space: nowrap;
	font-weight: 500;
}

#card_date-error:before, #card_cvv-error:before, #card_number-error:before {
	display: none;
}


/************  Страницы отзывов  **************/

.reviews_page {
	color: #262626;
}

.reviews_page_wrapper {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 80px;
}

.reviews_page h1 {
	font-weight: 800;
	font-size: 60px;
	line-height: 72px;
	text-transform: uppercase;
	color: #262626;
}

.reviews_page .subtitle {
	font-size: 22px;
	line-height: 31px;
	color: #262626;
	margin-top: 10px;
}

.reviews_page .subtitle span {
	font-weight: bold;
}

.reviews_page_articles_tabs {
	display: flex;
	align-items: center;
	gap: 17px;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 8px;
}


.reviews_page_articles_tabs li {
	cursor: pointer;
	width: 112px;
	height: 42px;
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	transition: all 0.3s ease-in-out;
}

.reviews_page_articles_tabs li:hover {
	background: rgba(0, 0, 0, 0.5);
}

.reviews_page_articles_tabs li.active {
	background: #FFDF43;
}

.reviews_page_articles_content {
	margin-top: 20px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.reviews_page_articles_item {
	display: none;
}

.swiper_reviews_page_articles {
	position: relative;
	padding: 10px;
}

.swiper_reviews_page_articles .swiper_arrow {
	display: block;
	position: static;
	z-index: 1;
	height: auto;
}

.swiper_reviews_page_articles .swiper-button-prev {
	position: absolute;
	margin: 0;
	top: 23px;
	left: 20px;
	z-index: 10;
}

.swiper_reviews_page_articles .swiper-button-next {
	position: absolute;
	margin: 0;
	top: 23px;
	right: 20px;
	z-index: 10;
}

.reviews_page .reviews_articles_header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px 0 44px;
}

.reviews_page .reviews_articles_read a {
	font-size: 12px;
	line-height: 17px;
	color: #262626;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.reviews_page_articles_tabs li img {
	filter: brightness(0) invert(1);
}

.reviews_page_articles_tabs li.active img {
	filter: none;
}

.reviews_page_footer {
	margin-top: 40px;
}

.reviews_page_social_tabs {
	display: flex;
	align-items: center;
	gap: 12px;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 8px;
}

.reviews_page_social_tabs li {
	cursor: pointer;
	height: 42px;
	flex-shrink: 0;
	border: 1px solid #262626;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	padding: 0 20px;
	font-size: 15px;
	line-height: 22px;
	color: #262626;
	transition: all 0.3s ease-in-out;
}

.reviews_page_social_tabs li:hover {
	background: rgba(38, 38, 38, 0.1);
}

.reviews_page_social_tabs li.active {
	background: #262626;
	color: #ffffff;
}

.reviews_page_social_content_filter {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.reviews_page_social_content_mob{
	display:none;
	visibility: hidden;
}

.reviews_page_social_item_filter, .reviews_page_social_item_mob {
	width: calc(25% - 15px);
}


.reviews_page_social_content {
	align-items: start;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 40px;
	display: grid;
	grid-template-areas:
        'a a'
        'b c';
}


.b_a_review_item{
	grid-area: b_a_review_item;
}
.b_b_review_item{
	grid-area: b_b_review_item;
}
.b_c_review_item{
	grid-area: b_c_review_item;
	height: 100%;
}
.c_a_review_item{
	grid-area: c_a_review_item;
}
.c_b_review_item{
	grid-area: c_b_review_item;
}
.c_c_review_item{
	grid-area: c_c_review_item;
}
.b_c_review_item .reviews_social_item,
.b_c_review_item .reviews_social_video,
.b_c_review_item .video_wrapper	{
	min-height: 100%;
}
.b_c_review_item .reviews_social_item .video{
	min-height: 99%;
}



.a_review_container, .d_review_container{
	grid-template-columns: repeat(4, 1fr);
	grid-area: a;
	display: grid;
	gap: 20px;
}
.b_review_container{
	grid-template-columns: 1fr 1fr;
	grid-area: b;
	display: grid;
	gap: 20px;

	grid-template-areas:
        'b_a_review_item b_c_review_item'
        'b_b_review_item b_c_review_item';
}
.c_review_container{
	grid-area: c;
	display: grid;
	gap: 20px;

	grid-template-areas:
        'c_a_review_item c_a_review_item'
        'c_b_review_item c_c_review_item';
}









.reviews_page_social_item {
	width: 100%;
	/*max-width: 305px;*/
}

.reviews_page_social_more {
	margin: 40px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #262626;
	border-radius: 12px;
	cursor: pointer;
	color: #262626;
	padding: 0 50px;
	width: fit-content;
	min-width: 218px;
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.reviews_page_social_more:hover {
	background: #4C298C;
	color: #ffffff;
	border: 1px solid #4C298C;
}


/************ Страница политики ****************/

.privacy_page_wrapper {
	padding: 80px;
}

.privacy_page h1 {
	font-weight: 800;
	font-size: 60px;
	line-height: 72px;
	color: #FFFFFF;
}

.privacy_page .subtitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 20px;
}

.privacy_page h3 {
	font-size: 20px;
	line-height: 140%;
	font-weight: 700;
	padding: 16px 0 24px;
	text-transform: uppercase;
}

.privacy_page p {
	line-height: 160%;
	padding-bottom: 16px;
}

.privacy_page ul {
	padding-left: 16px;
	padding-bottom: 16px;
}

.privacy_page ul li {
	line-height: 160%;
	padding-bottom: 8px;
}

.modal_back_step {
	display: none;
}

.modal_back_step_tariff {
	display: none;
}

/********* Активация промокода ********/

.modal_promocode .modal_main {
	max-width: 1035px;
}

.modal_promocode .modal_wrapper {
	padding: 0;
}

.modal_promocode .modal_header {
	padding: 20px 40px;
	background: #FFFFFF;
	border-radius: 20px 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal_promocode .modal_body {
	background: #EEEFF3;
	padding: 40px;
	border-radius: 0 0 20px 20px;
}

.modal_promocode .modal_steps {
	max-width: 286px;
	margin-right: 19px;
}

.modal_promocode .modal_steps_form_header {
	padding: 10px 40px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.modal_promocode .modal-header_activation{
	padding: 10px 16px;
	align-items: normal;
	height: unset;
}

.certificate_name_step_before {
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

.certificate_name_step {
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
}

.certificate_caption {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	margin-bottom: 17px;
}

.modal_promocode .modal_step .modal_steps_form_body{
	align-items: flex-start;
	min-height: 300px;
}

.modal_promocode .modal_step .modal_steps_form_body .step_btns {
	margin-top: auto;
}

.swiper_shops {
	margin-top: 15px;
}

.modal_promocode .modal_step .modal_steps_form_body .payment_email_box {
	margin-bottom: 32px;
}

.promocode_shop_check .check {
	margin: 0;
}

.promocode_shop_check .check .check_in label {
	justify-content: center;
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	padding: 15px 13px;
	width: 167px;
}

.promocode_shop_check .check .check_in input[type="radio"] + label .check_copy {
	width: 20px;
	height: 20px;
	transition: all 0.3s ease-in-out;
	margin-right: 9px;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	background: transparent;
	border: 1px solid rgba(38, 38, 38, 0.30);
	border-radius: 5px;
	position: relative;
}

.promocode_shop_check .check .check_in input[type="radio"]:checked + label .check_copy:after {
	opacity: 1;
}

.promocode_shop_check .check .check_in input[type="radio"]:checked + label {
	background: rgba(103, 208, 78, 0.15);
}

.promocode_shop_check .check .check_in input[type="radio"]:checked + label .check_copy {
	background: #67D04E;
}

.promocode_shop_check .check .check_in input[type="radio"] {
	display: none;
}

.swiper_arrow_shops .swiper-button-prev:after, .swiper_arrow_shops .swiper-button-next:after {
	content: '';
	display: none;
}

.swiper_arrow_shops .swiper-button-prev {
	width: 21px;
	height: 21px;
	left: 0;
	background-image: url("../img/arrow2_circle_left.svg");
	opacity: 0.7;
	background-position: top center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}

.swiper_arrow_shops .swiper-button-prev:hover {
	opacity: 1;
}

.swiper_arrow_shops .swiper-button-next {
	width: 21px;
	height: 21px;
	right: 0;
	background-image: url("../img/arrow2_circle_right.svg");
	opacity: 0.7;
	background-position: top center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}

.swiper_arrow_shops .swiper-button-next:hover {
	opacity: 1;
}

.modal_certificate_partnerss {
	width: auto;
	max-width: 100%;
	position: relative;
}

.swiper_shops {
	padding: 0 0 23px;
	margin: 15px 30px 0;
}

.swiper_shops .swiper-pagination {
	bottom: 0;
}

.swiper_shops .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(76, 41, 140, 0.3);
	opacity: 1;
}

.swiper_shops .swiper-pagination-bullet-active {
	background: #4C298C;
}

.wrapper_swiper_shops {
	position: relative;
}

.modal_promocode .modal_step_1 .btn {
	width: 265px;
}

.modal_promocode .modal_header .box_logo {
	margin-left: 0;
}

.certificate_box {
	margin-top: 8px;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	transition: all 0.3s ease-in-out;
}

.certificate_box input {
	border: 1px solid #D9D9DB;
	border-radius: 10px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 6px;
	color: #262626;
	max-width: 172px;
}

.certificate_box.active {
	transition: all 0.3s ease-in-out;
}

.certificate_box.active input {
	background: rgba(103, 208, 78, 0.1);
}

.certificate_box.active:after {
	content: "";
	background-image: url("../img/check_ok.svg");
	background-position: top center;
	width: 21px;
	height: 21px;
	display: block;
	margin-left: 19px;
	position: absolute;
	left: 172px;
	top: 13px;
}

.modal_promocode .modal_step_3 .modal_tariff_groups .form_group {
	flex-grow: 0;
}

.form_modal_certificate  .modal_tariff_info {
	display: none!important;
}

.flip_text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #262626;
	font-size: 12px;
	line-height: 15px;
}

.flip_text:before {
	content: "";
	background-image: url("../img/flip_left.svg");
	background-repeat: no-repeat;
	width: 9px;
	height: 8px;
	display: block;
}

.flip_text:after {
	content: "";
	background-image: url("../img/flip_right.svg");
	background-repeat: no-repeat;
	width: 9px;
	height: 8px;
	display: block;
}

.hidden_desk {
	display: none;
}

.db_m {
	display: none;
}

.repair_more {
	display: none;
}

.btn_main_promocode {
	display: none;
}

.desk_flex {
	display: none;
}

.desktop_hiden_footer_elements{
	display:none;
}

.mob_methods{
	display: flex;
	gap: 7px;
}
.mob_methods img{
	width: 100%;
	max-width: 28px;
	position: relative;
	filter: brightness(50%);

}

@media screen and (max-width: 1750px) {
.footer_second {
    max-width: 420px;
    width: 100%;
}

.img_robot {
    right: -40px;
}
}


@media screen and (max-width: 1600px) {
.container_fluid {
    padding: 0 40px;
    max-width: 1440px;
}

.white_wrapper {
    padding: 40px;
}

.how_work_wrapper {
    padding: 40px;
}

.advantage_inners {
    padding: 40px;
}

.faq_wrapper {
    padding: 40px;
}

.footer_wrapper {
    padding: 52px 0 40px;
}

.footer_second {
    max-width: 340px;
    width: 100%;
}

.img_robot {
    max-width: 270px;
    right: -20px;
    bottom: 34px;
}

.img_household {
    max-width: 244px;
}

.img_digital {
    max-width: 157px;
}

.img_office {
    max-width: 167px;
}

.secondary_inners {
    justify-content: flex-start;
}

.secondary_inners:before {
    left: -40px;
}

.main_left_block {
    min-height: 530px;
    max-height: 820px;
    padding: 32px 0 40px 40px;
}

.main h1 {
    font-size: 105px;
    line-height: 105px;
}

.main_left_block p {
    font-size: 24px;
    line-height: 31px;
}

.btn_main {
    min-width: 370px;
    height: 54px;
    font-size: 16px;
    line-height: 20px;
}

.main_right_top_block {
    padding: 19px 34px 24px 19px;
}

.main_right_top_block:after {
    left: 19px;
    top: 19px;
}

.main_right_bottom_block {
    padding: 19px;
}

.main_right_bottom_block:after {
    left: 19px;
    top: 19px;
}

.serv_name {
    font-size: 24px;
    line-height: 29px;
}

.serv_subtitle {
    font-size: 14px;
    line-height: 17px;
}

.reviews_page_wrapper {
    padding: 80px 40px 40px;
}

.privacy_page_wrapper {
    padding: 80px 40px 40px;
}
}

@media screen and (max-width: 1400px) {
.main_left_block  {
    height: auto;
    padding: 30px 0 30px 30px;
    min-height: auto;
}

.main h1 {
    font-size: 85px;
    line-height: 85px;
}

.main_left_block p {
    font-size: 20px;
    line-height: 27px;
}

.btn_main {
    min-width: 330px;
    padding: 0 20px;
}

.tariff_info_header_top {
    margin-left: 20px;
}

.tariff_info_text {
    padding: 20px;
}

.tariff_name {
    font-size: 20px;
    line-height: 25px;
    padding-left: 15px;
}

.tariff_item:after {
    width: 15px;
}

.tariff_item.active .tariff_name {
    padding-right: 14px;
}

.tariff_subtitle br {
    display: none;
}

.tariff_item.active .tariff_description {
    padding-left: 14px;
}

.tariff_name_data {
    font-size: 30px;
    line-height: 36px;
}

.tariff_description_data {
    max-width: 270px;
}

.tariff_box_price_data {
    padding: 14px 0 0 20px;
}

.tariff_box_price_data.active {
    width: 200px;
}

.advantage3 {
    padding-top: 17px;
}

.advantage_small {
    padding: 15px 15px 10px 12px;
    height: auto;
}

.how_work_smile {
    right: 47px;
    top: 10px;
}

.advantage_title {
    font-size: 16px;
    line-height: 19px;
}

.advantage_inner_right .advantage_item:first-child {
    max-width: 275px;
}

.how_work_title {
    font-size: 16px;
    line-height: 22px;
}

.how_work_item {
    padding: 11px 16px;
}

.how_work_item:nth-child(2) {
    padding: 11px 150px 11px 16px;
}

h2 {
    font-size: 50px;
    line-height: 72px;
}

.reviews_subtitle {
    font-size: 20px;
    line-height: 31px;
}

.footer_first {
    max-width: 350px;
}

.footer_second {
    max-width: 300px;
    width: 100%;
}

.footer_third {
    margin: 0 auto;
}

.footer_list {
    max-width: 100%;
    width: auto;
}

.hit {
    left: 20px;
}

.crown {
    left: 20px;
}
}

.banner_title_how_works{
max-width: 450px;
}
/*.footer_politics {*/
/*	padding: 20px 0;*/
/*	align-items: center;*/
/*	flex-direction: column-reverse;*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	gap: 20px;*/
/*	text-align: center;*/
/*}*/
@media screen and (max-width: 1325px) {
	.tariff_list {
		columns: 2;
		column-gap: 10px;
	}
}
@media screen and (max-width: 1293px) {
	.tooltip-3:hover .tooltip-text-3 {
		left: unset!important;
		right: 0;
	}
	#basic_advantages_list .tooltip-3:hover .tooltip-text-3 {
		top: -167px!important;
		left: 72px!important;
	}
	/*#basic_advantages_list .info {*/
	/*	display: flex!important;*/
	/*}*/
}
@media screen and (max-width: 1250px) {

	.footer_politics {
		padding: 20px 0;
		align-items: center;
		flex-direction: column-reverse;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		text-align: center;
	}

	.reviews_social_item .video_wrapper video{
    min-height: 236px;
}
.banner_title_how_works{
    max-width: 405px;
}
.header_box_location {
    display: none;
}

.header_box_phone {
    margin-left: auto;
}

.container {
    padding: 0 15px;
}

.container_fluid {
    padding: 0 15px;
}

.overlay_scroll {
    padding: 0 15px;
}

.overlay_top_service {
    padding: 0 0 0 20px;
    margin: 0 20px;
}

.overlay_top_list_service {
    column-gap: 40px;
}

.overlay_top {
    padding: 90px 0 70px;
}


/*.footer_first {
    max-width: 100%;
}*/
	.footer_second {
		max-width: max-content;
	}

	.footer_third {
		max-width: max-content;
		width: auto;
		margin:0 20px;
	}

	.footer_last {
		margin: 0;
		max-width: max-content;
		width: 100%;
	}

	.footer_top {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}

	.footer_list {
		width: auto;
		max-width: max-content;
	}

	.footer_first {
		max-width: 300px;
		flex-shrink: 0;
	}

	.img_robot {
		max-width: 180px;
	}

	.btn_main {
		min-width: 280px;
		padding: 0 10px;
	}

	.img_household {
		max-width: 164px;
		align-self: center;
	}

	.main_right_top_block {
		padding: 19px 15px 24px 15px;
	}

	.serv_name {
		font-size: 20px;
		line-height: 25px;
	}
	.img_digital {
		max-width: 107px;
	}

	.img_office {
		max-width: 117px;
		align-self: flex-end;
	}

	.main_left_block {
		height: auto;
		padding: 20px 0 20px 20px;
	}

	.main_inners {
		gap: 15px;
	}

	.main_right_block {
		gap: 15px;
	}

	.main_right_bottom_blocks {
		gap: 15px;
	}

	.main_right_bottom_block {
		padding: 15px;
	}

	.main_right_bottom_inners > div {
		margin-top: 30px;
	}

	.main_right_bottom_blocks {
		align-items: stretch;
		gap: 15px;
		height: auto;
		width: 100%;
	}

	.main_left_block p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 70px;
	}

	h2 {
		font-size: 40px;
		line-height: 49px;
	}

	.white_wrapper {
		border-radius: 20px;
		padding: 30px 20px;
	}

	.repair_request p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.grid_container {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}

	.grid_item77 {
		height: auto;
		display: flex;
		align-items: center;
		padding: 11px 18px;
	}

	.repair_title {
		font-size: 15px;
		line-height: 20px;
		margin-left: 22px;
	}



	.grid_item_big {
		padding: 15px;
	}

	.grid_item_big .repair_title {
		font-size: 18px;
		line-height: 22px;
	}

	.grid_item .grid_icon_middle {
		width: 80px;
		height: 80px;
	}

	.grid_item .repair_other:before {
		width: 84px;
		height: 75px;
		left: 0;
	}

	.how_work_text p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.how_work_number {
		width: 64px;
		height: 64px;
		font-size: 30px;
		line-height: 38px;
		margin-right: 20px;
	}

	.how_work_title {
		font-size: 15px;
		line-height: 20px;
	}

	.how_work_subtitle {
		font-size: 13px;
		line-height: 19px;
		margin-top: 4px;
	}

	.how_work_smile img {
		max-width: 30px;
		margin-right: -10px;
	}
	.how_work_smile p:after {
		width: 13px;
		height: 41px;
		right: -18px;
		top: 23px;
	}

	.how_work_smile {
		right: 27px;
		top: 10px;
	}

	.about_video {
		padding: 15px 30px;
	}

	.video_wrapper video {
		height: 100%;
		max-height: 328px;
	}

	.tariff_subtitle {
		font-size: 18px;
		line-height: 22px;
		margin-top: 18px;
	}

	.tariff_box_price_data {
		width: 150px;
		height: 85px;
	}

	.tariff_box_price_data.active {
		width: 140px;
	}

	.tariff_box_price_data {
		padding: 14px 0 0 15px;
	}

	.tariff_price_data {
		font-size: 32px;
		line-height: 40px;
	}

	.tariff_period_data .old_price {
		font-size: 14px;
		line-height: 17px;
		margin-left: 10px;
	}

	.tariff_name {
		font-size: 18px;
		line-height: 23px;
		padding-left: 15px;
		padding-right: 10px;
	}

	.tariff_item.active .tariff_name {
		padding-right: 10px;
	}

	.tariff_description {
		font-size: 13px;
		line-height: 18px;
		padding-left: 10px;
	}

	.tariff_item.active .tariff_description {
		padding-left: 10px;
	}

	.div12 {
		gap: 15px;
	}

	.how_work_wrapper {
		padding: 30px 20px;
	}

	.advantage_inners {
		padding: 30px 20px;
	}

	.faq_wrapper {
		padding: 30px 20px;
	}

	.advantage1:before {
		width: 80px;
		height: 117px;
	}

	.advantage1 {
		padding-left: 54px;
		padding-bottom: 20px;
	}

	.advantage4:before {
		width: 84px;
		height: 71px;
	}

	.advantage_subtitle {
		font-size: 18px;
		line-height: 22px;
		margin-top: 20px;
		max-width: 240px;
	}

	.advantage_arrow {
		margin-top: 25px;
	}

	.advantage_arrow p span:after {
		right: -8px;
	}

	.advantage_arrow p:before {
		left: -40px;
		top: -13px;
	}

	.advantage4 {
		padding-left: 20px;
		padding-top: 20px;
	}

	.advantage_inner {
		flex-direction: column;
	}

	.advantage_inner_right .advantage_item:first-child {
		max-width: 100%;
	}

	.reviews_social_wrapper {
		margin: 10px 10px 0 10px;
	}

	.reviews_social_item {
		height: 245px;
	}

	.faq_question {
		font-size: 16px;
		line-height: 22px;
		padding: 20px 10px 20px 40px;
	}

	.faq_question:after {
		left: 14px;
		width: 16px;
		height: 4px;
	}

	.faq_question:before {
		left: 20px;
		width: 4px;
		height: 16px;
	}

	.faq_answer {
		padding: 13px 40px 18px;
	}

	.faq_answer p {
		font-size: 13px;
		line-height: 19px;
	}

	.img_robot_thanks {
		max-width: 290px;
	}

	.secondary_media {
		max-width: 560px;
	}

	.img_robot_error {
		max-width: 338px;
	}

	.thanks_page h1 {
		font-size: 47px;
		line-height: 52px;
	}

	.secondary_info {
		margin-top: 15px;
		padding-right: 15px;
	}

	.thanks_page .subtitle {
		font-size: 20px;
		line-height: 28px;
		margin-top: 20px;
		width: 100%;
		margin-bottom: 40px;
	}

	.error_page .secondary_inners {
		gap: 0;
		justify-content: center;
	}

	.error_page h1 span {
		font-size: 140px;
		line-height: 140px;
	}

	.error_page h1 {
		font-size: 25px;
		line-height: 29px;
	}

	.error_page .subtitle {
		font-weight: 500;
		font-size: 14px;
		line-height: 21px;
		color: #FFFFFF;
		margin: 30px 0 40px;
	}

	.secondary_inners:before {
		width: 596px;
		height: 596px;
	}

	.secondary_social {
		gap: 16px;
		margin-top: 60px;
		flex-direction: column;
	}

	.reviews_page_wrapper {
		border-radius: 20px;
		padding: 40px 20px 40px;
	}

	.reviews_page h1 {
		font-size: 40px;
		line-height: 52px;
	}

	.reviews_page .subtitle {
		font-size: 20px;
		line-height: 25px;
		margin-top: 20px;
	}

	.reviews_page_social_item_filter, .reviews_page_social_item_mob {
		width: calc(33% - 11px);
	}

	.other_repair_item > span{
		left: 45px;
	}

}

.info{
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

.tooltip{
	display: flex;
	position: relative;
}

.tooltip_mob{
	display: flex;
}

.tooltip .tooltip-text,
.tooltip_mob .tooltip-text_mob{
	visibility: hidden;
	position: absolute;
	z-index: 1;
	opacity: 0;
	border-radius: 8px;
	background-color: #DFDFEB;
	display: flex;
	height: 56px;
	width: 263px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	color: #262626;
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}

.tooltip-1:hover .tooltip-text-1{
	width: 263px;
	bottom: 16px;
	right: 4px;
}

.tooltip-2:hover .tooltip-text-2 {
	width: 224px;
	bottom: 17px;
	right: 0;
	height: fit-content;
}
#basic_advantages_list .tooltip-3:hover .tooltip-text-3 {
	top: -167px;
	left: 72px;
}
#basic_advantages_list .info {
	display: flex;
}
.tooltip-3:hover .tooltip-text-3 {
	width: 224px;
	top: -58px;
	left: -2px;
}

.tooltip_mob:hover .tooltip-text_mob{
	width: 100%;
	right: 0;
}

.tooltip_mob-1:hover .tooltip-text_mob-1{
	top: -54px;
}

.tooltip_mob-2:hover .tooltip-text_mob-2{
	top: -55px;
}

.tooltip:hover .tooltip-text, .tooltip_mob:hover .tooltip-text_mob{
	visibility: visible;
	opacity: 1;
	transition: visibility 0.3s linear, opacity 0.3s linear;
}

@media screen and (max-width: 1179px) {
	.a_review_container{
		grid-template-columns: repeat(2, 1fr);
	}
	.reviews_page_social_content {
		grid-template-areas:
		'a a'
		'b b'
		'c c';
	}
}




@media screen and (max-width: 1020px) {
	.swiper_shops {
		padding: 0 0 23px;
		margin: 15px 10px 0;
	}

	.swiper_arrow_shops .swiper-button-prev {
		left: -13px;
	}

	.swiper_arrow_shops .swiper-button-next {
		right: -13px;
	}
}
.footer_politics_mob_ver{
	display:none;
}
.footer_list_messenger_phone{
	display: flex;
	gap: 24px;
}

.certificate_box-message{
	color: #262626;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-top: 20px;
}

.reviews_articles_body{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.certificate_box-message--error{
	color: #FF4B4B;
}

.certificate_box-message.d-none{
	display: none;
}

@media screen and (max-width: 990px) {
	.certificate_box-message{
		margin-top: 24px;
		font-size: 12px;
	}

	.div11 .repair_title{
		max-width: 137px;
	}
	.div3 .repair_title{
		max-width: 165px;
	}
	.modal_message-activation,
	.modal_message-buy{
		display: none!important;
	}

	.modal_promocode .modal-header_activation{
		padding: 16px;
		width: calc(100% - 32px);
		margin-left: 16px;
		height: unset;
	}

	.modal_promocode .modal-header_activation .your_tariff_caption{
		font-size: 13px;
		line-height: normal;
		font-weight: 400;
	}

	.modal_promocode .modal-header_activation .tariff_modal_name{
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}


	.list_politics{
		align-items: start;
	}
	.rights_rsrvd_mob_ver{
		font-size: 11px;
	}
	footer a{
		font-size: 12px;
	}
	.rights_rsrvd_mob_ver, footer a{
		color: rgba(255, 255, 255, 0.50);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Montserrat;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-align: center;
	}

	.rights_rsrvd_mob_ver{
		margin: 40px 0 23px;
	}

	.desk_methods{
		display: none;
	}

	.footer_politics{
		display: none;
	}

	.footer_politics_mob_ver{
		display:flex;
		flex-direction: column-reverse;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding: 20px 17px;
	}

	.overlay_top .social_link {
		margin-top: 0;
	}

	.desktop_hiden_footer_elements{
		display: block;
	}

	.how_work_item:nth-child(2){
		padding: 12px;
	}
	.banner_title_how_works{
		max-width: 270px;
	}
	.header_social, .header_promocode {
		display: none;
	}

	header .box_logo img {
		max-width: 102px;
		width: 100%;
	}

	header .box_logo p {
		font-size: 12px;
		line-height: 14px;
		margin-left: 6px;
	}

	header .box_logo {
		margin-left: 0;
		order: 1;
	}

	.header_box_phone {
		order: 2;
	}

	.language_switcher {
		order: 3;
		margin-left: 16px;
	}
	.header_sign-in{
		order: 4;
		margin-left: 10px;
	}
	#menu-toggle {
		order: 5;
		margin-left: 16px;
		width: 32px;
		height: 32px;
	}

	.overlay_top_caption {
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 16px;
	}

	header {
		padding: 24px 16px;
	}

	#menu-toggle #hamburger span {
		width: 24px;
		height: 3px;
	}

	.overlay_top_inners {
		flex-direction: column;
	}

	.overlay_top {
		padding: 80px 0 0;
		height: 100%;
		border-radius: 0;
	}

	.overlay_top_list li a {
		font-weight: 500;
		font-size: 13px;
		line-height: 18px;
	}

	.overlay_top_service {
		padding: 24px 0;
		margin: 24px 0;
		border: 0;
		border-top: 1px solid rgba(38, 38, 38, 0.2);
		border-bottom: 1px solid rgba(38, 38, 38, 0.2);
	}

	.btn_border_dark {
		height: 54px;
		min-width: 221px;
		width: 100%;
		border-radius: 12px;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
	}

	.btn_top_to_director {
		margin: 40px auto 32px;
		max-width: 450px;
	}

	.overlay_top_social {
		justify-content: center;
		margin-bottom: 32px;
	}

	.footer_top {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}

	.footer_block_services {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		flex-direction: column;
	}

	.footer_services {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer_wrapper {
		padding: 40px 17px 20px;
	}

	footer .box_logo {
		margin: 0 auto 42px;
	}

	footer .box_logo img {
		max-width: 131px;
		width: 100%;
	}

	.footer_first {
		max-width: 100%;
	}

	.footer_top > div {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		max-width: 400px;
	}

	.footer_address_box {
		display: none;
	}

	.footer_last .btn_border {
		height: 54px;
	}

	.footer_last {
		max-width: 100%;
		width: 100%;
	}

	.footer_last .btn_border {
		height: 54px;
		min-width: auto;
		max-width: 400px;
		width: 100%;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
	}

	.footer_social {
		justify-content: center;
		margin: 40px auto 36px;
		gap: 10px;
		flex-wrap: wrap;
	}

	.footer_social  li a {
		width: 44px;
		height: 44px;
	}

	.slider3 .rates_slider_item_media:before {
		width: 55px;
		height: 51px;
		top: 60px;
		left: 20px;
	}

	.footer_services {
		margin-top: 24px;
	}

	.footer_block_services {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		flex-direction: column;
	}

	.footer_list {
		width: auto;
		max-width: 100%;
	}

	.footer_caption {
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
		width: 100%;
		position: relative;
		cursor: pointer;
	}

	.footer_caption:after {
		content: "";
		background-image: url("../img/icon_arrow_list.svg");
		background-repeat: no-repeat;
		width: 21px;
		height: 21px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: all 0.3s ease-in-out;
	}

	.footer_caption.active:after {
		transform: rotate(180deg);
	}

	/*footer a {*/
	/*	font-size: 13px;*/
	/*	line-height: 16px;*/
	/*	color: rgba(255, 255, 255, 0.5);*/
	/*}*/

	.footer_contacts {
		margin: 24px 0 0 0;
		width: 100%;
	}

	.footer_list_messenger {
		display: none;
	}

	.footer_dop {
		margin-top: 24px;
	}

	.footer_list li {
		margin-bottom: 14px;
	}

	.footer_list li:last-child {
		margin-bottom: 14px;
	}

	.hidden_mob {
		display: none;
	}

	.footer_list_main, .footer_services_list1, .footer_list_contacts  {
		margin-top: 16px;
	}

	.footer_list_payment {
		margin: 20px auto 0;
		justify-content: center;
	}

	.footer_bottom {
		margin-top: 0;
		align-items: center;
		justify-content: center;
	}

	.footer_btns {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.main_right_block {
		display: none;
	}

	.main_left_block {
		padding: 20px 12px 150px 12px;
		width: 100%;
		text-align: center;
		align-items: center;
	}

	.main h1 {
		font-size: 70px;
		line-height: 85px;
		margin-top: 30px;
	}

	.img_robot {
		max-width: 180px;
		right: 10px;
		top: auto;
		bottom: 20px;
	}

	.container {
		padding: 0 4px;
	}

	.container_fluid {
		padding: 0 4px;
	}

	footer .container {
		padding: 0;
	}

	.main_left_block p {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 40px;
	}

	.flex_inners {
		flex-direction: column;
		gap: 0;
	}

	.flex_item {
		flex-grow: 1;
		width: 100%;
	}

	.box_dark {
		border-radius: 12px;
	}

	.btn {
		border-radius: 12px;
	}

	.white_wrapper {
		border-radius: 12px;
	}

	.grid_item {
		border-radius: 12px;
	}

	.repair_request {
		align-items: center;
		text-align: center;
		justify-content: center;
		background: #EEEFF3;
		border-radius: 0 0 12px 12px;
		padding: 24px 20px;
		margin: 30px -12px 0;
	}

	.repair .white_wrapper {
		padding: 30px 12px 0;
	}

	.repair_request p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.repair_request .btn {
		max-width: 500px;
		width: 100%;
	}

	.repair_inners {
		margin-top: 16px;
	}

	.div12 {
		gap: 4px;
		width: 100%;
	}

	.div12 > .grid_item {
		width: calc(50% - 2px);
	}

	.grid_item_w70 {
		max-width: 100%;
	}

	.grid_item:after {
		width: 26px;
		height: 26px;
		top: 16px;
		left: 16px;
		right: auto;
		opacity: 1;
	}

	.div1 {
		justify-content: space-between;
		align-items: flex-end;
	}

	.grid_item span {
		width: 66px;
		height: 66px;
	}

	.grid_item .grid_icon_middle {
		width: 66px;
		height: 66px;
	}

	.div3 span, .div11 span, .div4 span {
		width: 90px;
		height: 90px;
		order: 2;
	}

	.repair_title {
		font-size: 15px!important;
		line-height: 20px!important;
		margin-left: 0;
		color: #EFEFEF;
	}



	.grid_item {
		display: flex;
		align-items: flex-end;
		padding: 16px 10px 18px 16px;
	}

	.grid_item_big {
		flex-direction: row;
		height: 100%;
		align-items: flex-end;
		justify-content: space-between;
	}

	.grid_item span {
		position: absolute;
		top: 15px;
		right: 12px;
	}

	.grid_container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}

	.div2, .div3, .div5, .div6, .div7, .div8, .div9, .div11, .div12_m, .div13_m, .div12 > .grid_item {
		padding-bottom: 14px;
		width: calc(50% - 2px);
		min-height: 140px;
		height: auto;
		padding-top: 65px;
	}

	.div1, .div4, .div10  {
		width: 100%;
		height: 120px;
	}

	.div1 {
		order: 2;
		width: calc(50% - 2px);
		height: 140px;
	}

	.div2 {
		order: 3;
	}

	.div3 {
		order: 11;
		width: 100%;

	}

	.div4 {
		order: 1;
	}

	.div5 {
		order: 4;
	}

	.div6 {
		order: 9;
	}

	.div7 {
		order: 8;
	}

	.div8 {
		order: 5;
	}

	.div9 {
		order: 12;
	}

	.div10 {
		order: 10;
		width: calc(50% - 2px);
		height: 140px;
	}

	.div11 {
		order: 6;
		width: 100%;
	}

	.div12_m {
		order: 7;
	}

	.div13_m {
		order: 13;
	}

	.div2 span, .div5 span, .div6 span,  .div7 span, .div8 span, .div9 span, .div12_m span, .div13_m span, .div12 > .grid_item span{
		top: 12px;
	}

	.div3 span, .div11 span{
		top: 25px;
	}

	.grid_item_circle .grid_icon_middle {
		margin: 0;
	}

	.grid_item_circle .repair_title {
		margin-left: 0;
		text-align: left;
		margin-top: 0;
	}

	/*.grid_item .repair_office:before {*/
	/*	width: 110px;*/
	/*	height: 69px;*/
	/*	left: -12px;*/
	/*	*/
	/*}*/

	.grid_item .repair_digital:before {
		width: 78px;
		height: 53px;
		left: -5px;
	}

	.grid_item .repair_beauty:before {
		width: 108px;
		height: 79px;
		left: -9px;
		top: 18px;
	}

	.grid_item .repair_apple:before {
		width: 94px;
		height: 75px;
		left: -5px;
	}

	.grid_item .repair_smartphones:before {
		width: 75px;
		height: 69px;
		left: -5px;
	}

	.grid_item .repair_medicine:before {
		width: 62px;
		height: 48px;
		left: 0;
	}

	.grid_item .repair_drones:before {
		width: 89px;
		height: 68px;
		left: -16px;
		top: 0;
	}

	.grid_item .repair_power_tool:before {
		width: 67px;
		height: 66px;
		left: -5px;
	}

	.grid_item .repair_electric_transport:before {
		width: 70px;
		height: 62px;
		left: 4px;
		top: -6px;
	}

	.grid_item .repair_garden:before {
		/*width: 90px;*/
		/*height: 78px;*/
		left: 1px;
	}

	.grid_item .repair_big_equipment:before {
		width: 87px;
		height: 96px;
		left: -3px;
		top: 13px;
	}

	.grid_item .repair_small_equipment:before {
		width: 66px;
		height: 64px;
		left: -5px;
	}

	.grid_item .repair_other:before {
		width: 64px;
		height: 57px;
		left: 0;
	}

	h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.repair h2 br {
		display: none;
	}

	.grid_item  .icon_apple {
		width: 16px;
		height: 19px;
		position: static;
		margin-bottom: 1px;
	}

	.div4  .repair_title {
		display: flex;
		align-items: flex-end;
	}
	.div4  .repair_title svg{
		width: 16px;
		height: 18px;
		margin-bottom: 2px;
	}

	.how_work_text p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.how_work_inners .flex_item_video {
		display: flex;
		flex-direction: column-reverse;
	}

	.how_work_inners {
		margin-top: 30px;
	}

	.how_work_item {
		padding: 12px;
		border-radius: 12px;
	}

	.how_work_smile {
		display: none;
	}

	.how_work_wrapper {
		padding: 30px 12px;
	}

	.about_video {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		padding: 24px 12px;
		border-radius: 12px;
		margin: 20px 0 12px 0;
	}

	.about_video_smile {
		display: block;
		position: absolute;
		width: 60px;
		flex-shrink: 0;
		margin-left: 0;
		top: 24px;
		right: 0;
	}

	.about_video_smile p {
		font-size: 12px;
		line-height: 16px;
		color: #FFFFFF;
		transform: rotate(-8.52deg);
		position: relative;
	}

	.about_video_smile p:after {
		content: "";
		background-image: url("../img/icon_arrow_semicircle_video.svg");
		background-repeat: no-repeat;
		background-size: cover;
		width: 20px;
		height: 31px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}

	.about_video_smile img {
		width: 20px;
		position: absolute;
		right: 8px;
		bottom: -3px;
	}

	.about_video_subtitle {
		font-size: 13px;
		line-height: 18px;
		margin-top: 10px;
		max-width: 270px;
		padding-right: 60px;
	}

	.about_video_title {
		font-size: 15px;
		line-height: 19px;
	}

	.video_wrapper {
		height: auto;
		border-radius: 12px;
		margin-top: 20px;
	}

	.how_work .box_logo img {
		width: 62px;
	}

	.video_info {
		position: absolute;
		text-align: center;
		top: 22px;
		right: 16px;
		z-index: 1;
	}

	.how_work .box_logo p {
		font-size: 8px;
		line-height: 9px;
		margin-left: 2px;
	}

	.video_play {
		width: 50px;
		height: 50px;
	}

	.btn_how_work {
		margin: 30px auto 0;
		max-width: 350px;
		width: 100%;
	}

	.btn_how_work {
		margin: 30px auto 0;
		max-width: 450px;
		width: 100%;
		justify-items: center;
		display: flex;
	}

	.video_wrapper video {
		border-radius: 12px;
	}

	.video_body::before {
		border-radius: 12px;
	}

	.tariff_subtitle {
		font-size: 15px;
		line-height: 21px;
		margin-top: 10px;
	}

	.tariff_click_info {
		display: none;
	}

	.tariff_header {
		display: flex;
		align-items: flex-start;
		position: relative;
		justify-content: space-between;
	}

	.tariff .white_wrapper {
		padding: 30px 12px;
	}

	.img_robot_tariff {
		max-width: 142px;
		margin-left: 20px;
	}

	.tariff_body {
		margin-top: 10px;
	}

	.flex_item_tariff {
		display: none;
	}

	.tariff_item_header {
		flex-direction: column;
		padding: 47px 10px 20px;
		height: auto;
	}

	.tariff_item {
		border-radius: 12px;
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.tariff_name {
		font-size: 22px;
		line-height: 27px;
		padding: 0;
	}

	.tariff_description {
		font-size: 13px;
		line-height: 18px;
		padding-left: 0;
		border: 0;
		text-align: center;
		margin-top: 4px;
	}

	.tariff_description br {
		display: none;
	}

	.tariff_box_price {
		width: auto;
		padding: 6px 30px;
		border-radius: 12px;
		flex-shrink: 0;
		margin: 16px 0 12px;
		text-align: center;
	}

	.tariff_price {
		font-size: 36px;
		line-height: 44px;
	}

	.tariff_period {
		font-size: 13px;
		line-height: 16px;
		transition: all 0.3s ease-in-out;
	}

	.tariff_box_price.active .tariff_period{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.tariff_period .old_price {
		display: inline-block;
		font-weight: 500;
		color: #616161;
		text-decoration: line-through;
		margin-left: 16px;
	}

	.tariff_item:after {
		display: none;
	}

	.tariff_item.active .tariff_name {
		background: transparent!important;
		padding: 0;
	}

	.tariff_item_text {
		flex-direction: column;
		padding: 20px 16px 40px;
		display: flex;
		flex-grow: 1;
	}

	.tariff_list li:before {
		left: 0;
		top: -2px;
	}

	.tariff_list {
		columns: inherit;
		margin-bottom: 30px;
	}

	.tariff_list li {
		font-size: 13px;
		line-height: 16px;
		padding-left: 30px;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	.swiper_tariff-modal-promocode .tariff_list li{
		margin-bottom: 10px;
	}

	.tariff_list li:last-child {
		margin-bottom: 0;
	}

	.hidden_desk {
		display: block;
	}

	.tariff_item .gift_line {
		height: 25px;
		margin-top: 16px;
	}

	.gift_line ul li {
		font-size: 13px;
		line-height: 16px;
		padding-left: 16px;
	}

	.gift_line ul li:before {
		margin-right: 16px;
		margin-top: 2px;
	}

	.tariff_item  .checkout-block {
		display: flex;
		align-items: center;
		gap: 24px;
		margin-top: 0;
	}

	.tariff_item_header .hit {
		display: block!important;
		top: 16px;
		left: 0;
		right: 0;
		height: auto;
		padding: 2px 5px;
		border-radius: 25px;
		font-size: 13px;
		line-height: 16px;
		margin: 0 auto;
		width: fit-content;
	}

	.tariff_item_header .crown {
		display: block!important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.hit span:after {
		width: 15px;
		height: 15px;
		margin-left: 2px;
	}

	@keyframes shake {
		100% {
			transform: translateX(-1000px);
		}
	}


	.db_m {
		display: block;
	}

	.tariff_body {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: normal;
	}

	.swiper-pagination-bullet {
		background: #262626;
		opacity: 0.3;
	}

	.swiper-pagination-bullet-active {
		background: #262626;
		opacity: 1;
	}

	.swiper_tariff .swiper-pagination{
		bottom: 0;
	}

	.swiper_tariff {
		margin: -20px -12px 0 -12px;
		padding: 20px 12px 40px;
	}

	.swiper_tariff .swiper-slide {
		height: auto;
	}

	.advantage_inners {
		padding: 30px 12px;
	}

	.repair_more {
		display: flex;
		width: 100%;
		margin: 20px auto 0;
		max-width: 350px;
	}

	.mob_hide {
		display: none!important;
	}

	.desk_flex{
		display: flex;
	}


	/*.repair_inners .grid_container > .g_ch:nth-child(n+7) {
		display: none;
		transition: all 1.5s ease-in-out;
	}

	.repair_inners .grid_container.active > .g_ch:nth-child(n+7) {
		display: flex;
	}*/

	.grid_item_circle:after {
		display: inherit;
	}

	.advantage_subtitle {
		font-size: 15px;
		line-height: 21px;
		margin-top: 10px;
		max-width: 240px;
	}

	.advantage_arrow p {
		font-size: 12px;
		line-height: 17px;
	}

	.advantage_arrow p span:after {
		width: 19px;
		height: 19px;
		right: 0;
		top: -5px;
	}

	.advantage_arrow p:before {
		left: 0;
		top: 100%;
		background-image: url("../img/icon_arrow_semicircle_adv_m.svg");
		width: 33px;
		height: 51px;
	}

	.advantage_arrow {
		margin-top: -70px;
	}

	.advantage_block {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		gap: inherit;
	}

	.advantage_block > div {
		width: 100%;
		gap: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.advantage .advantage_block_m {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 4px;
	}

	.advantage_big {
		height: auto;
	}

	.advantage .advantage_item {
		padding: 16px;
		display: block;
		border-radius: 11px;
	}

	.advantage .advantage2, .advantage .advantage3, .advantage .advantage5, .advantage .advantage6 {
		min-height: 170px;
		height: auto;
		width: calc(50% - 2px);
		padding-bottom: 70px;
	}

	.advantage_title {
		font-size: 15px;
		line-height: 19px;
	}

	.advantage .advantage1, .advantage .advantage4 {
		width: 100%;
		min-height: 114px;
		padding-right: 150px;
	}

	.advantage .advantage_about {
		font-size: 13px;
		line-height: 18px;
		margin-top: 10px;
	}

	.advantage_icon {
		width: 50px;
		height: 50px;
		margin-right: 0;
		flex-shrink: 0;
		position: absolute;
		right: 5px;
		bottom: 5px;
	}

	.advantage1:before {
		width: 147px;
		height: 114px;
		right: 0;
		left: auto;
		top: 0;
		background-image: url(../img/advantage_balloon_m.png);
	}

	.advantage3 .advantage_icon:after {
		width: 68px;
		height: 63px;
		left: -16px;
		top: -11px;
	}

	.advantage5 .advantage_icon:after {
		width: 48px;
		height: 70px;
		left: 5px;
		top: -23px;
	}

	.advantage2 .advantage_icon:after {
		width: 70px;
		height: 70px;
		left: -18px;
		top: -12px;
	}

	.advantage6 .advantage_icon:after {
		width: 71px;
		height: 71px;
		left: -14px;
		top: -8px;
	}

	.advantage4:before {
		width: 137px;
		height: 114px;
		background-image: url(../img/advantage_badge_star_m.png);
	}

	.advantage4 .advantage_about {
		max-width: 205px;
	}

	.btn_main_promocode {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 12px;
		width: 100%;
		max-width: 280px;
		background: #262626;
		margin-top: 16px;
		height: 54px;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
		transition: all 0.3s ease-in-out;
	}

	.reviews .white_wrapper {
		padding: 30px 12px 0;
	}

	.reviews_subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}

	.reviews_articles_body {
		padding: 20px 20px 16px;
	}

	.reviews_articles_body p {
		max-width: 100%;
	}

	.reviews_articles_read a {
		font-weight: 500;
		font-size: 13px;
		line-height: 18px;
	}

	.reviews_articles_box {
		margin-top: 30px;
	}

	.reviews_articles_header {
		height: 62px;
		padding: 0 12px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	.swiper_arrow {
		display: block;
		position: static;
		z-index: 1;
		height: auto;
	}

	.swiper_arrow .swiper-button-prev {
		position: absolute;
		margin: 0;
		top: 13px;
		left: 12px;
		z-index: 10;
	}

	.swiper_arrow .swiper-button-next {
		position: absolute;
		margin: 0;
		top: 13px;
		right: 12px;
		z-index: 10;
	}

	.reviews_articles_read {
		margin-top: 20px;
	}

	.reviews_social {
		display: flex;
		align-items: stretch;
		gap: inherit;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.reviews_social_item {
		height: 245px;
		width: auto;
	}

	.swiper_reviews_social {
		margin: 30px -12px 0 -12px;
		padding: 30px 12px 50px;
		background: #EEEFF3;
	}

	.reviews_social_all {
		display: flex;
		justify-content: center;
		background: #EEEFF3;
		padding: 20px 12px 40px;
		margin: 0 -12px;
	}

	.reviews_social_all .btn {
		min-width: 310px;
		padding: 0 15px;
	}

	.swiper_reviews_social .swiper-pagination-bullet {
		background: #262626;
		opacity: 0.3;
	}

	.swiper_reviews_social .swiper-pagination-bullet-active {
		opacity: 1;
	}

	.reviews_social_name {
		font-size: 16px;
		line-height: 20px;
	}

	.reviews_quantity {
		font-size: 11px;
		line-height: 13px;
		margin-top: 4px;
	}

	.reviews_social_date p {
		font-size: 11px;
		line-height: 13px;
		color: #7D7D7D;
	}

	.swiper_reviews_social {
		overflow: hidden;
	}

	.advantage:before {
		display: none;
	}

	.reviews:before {
		display: none;
	}

	.reviews_social_text {
		font-size: 13px;
		line-height: 18px;
	}

	.reviews_social_read a {
		font-size: 13px;
		line-height: 18px;
	}

	.reviews_social_wrapper {
		margin: 16px 16px 0 16px;
	}

	.reviews .video_body::before {
		border-radius: 20px;
	}

	.reviews_social_read {
		text-align: right;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top: auto;
		padding: 0 16px;
	}

	.faq_wrapper {
		padding: 30px 12px;
	}

	.faq h2 {
		margin-bottom: 30px;
	}

	.faq_item.active {
		border-radius: 12px;
	}

	.faq_question {
		font-size: 15px;
		line-height: 19px;
		padding: 13px 27px 13px 56px;
		border-radius: 12px;
	}

	.faq_question:after {
		left: 24px;
		width: 16px;
		height: 4px;
	}

	.faq_question:before {
		left: 30px;
		width: 4px;
		height: 16px;
	}

	.faq_answer p {
		font-size: 13px;
		line-height: 18px;
	}

	.faq_answer {
		padding: 12px 20px 20px 56px;
	}

	.faq_inners {
		margin-top: 20px;
	}

	.tariff_item.active .tariff_description {
		padding-left: 0;
	}

	.modal_tariff .modal_body {
		padding: 20px 20px 60px;
	}

	.modal_tariff .modal_header {
		padding: 20px;
	}

	.modal_steps {
		max-width: 267px;
		margin-right: 20px;
	}

	.modal_step > div {
		padding: 20px 15px 40px 15px;
	}

	.secondary_inners {
		display: flex;
		align-items: center;
		gap: 0;
		padding: 50px 12px 40px 12px;
		flex-direction: column;
		text-align: center;
	}

	.secondary_social {
		display: none;
	}

	.img_robot_thanks {
		max-width: 200px;
	}

	.error_page .secondary_inners {
		padding: 50px 12px 40px 12px;
		align-items: center;
	}

	.img_robot_error {
		max-width: 190px;
	}

	.secondary_inners:before {
		width: 282px;
		height: 282px;
		left: 0;
		right: 0;
		margin: auto;
		top: 11px;
	}

	.secondary_info {
		margin-top: 0;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}

	.error_page h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.error_page h1 span {
		font-size: 120px;
		line-height: 120px;
	}

	.error_page .subtitle {
		font-size: 13px;
		line-height: 19px;
		margin: 14px 0 32px;
	}

	.thanks_page h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.thanks_page .subtitle {
		font-size: 15px;
		line-height: 22px;
		margin-top: 12px;
		margin-bottom: 32px;
		max-width: 100%;
	}

	.secondary_media {
		width: 100%;
		max-width: 100%;
	}

	.reviews_page_wrapper {
		border-radius: 12px;
		padding: 30px 12px 40px;
	}

	.reviews_page h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.reviews_page .subtitle {
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}

	.reviews_page_articles {
		margin-top: 30px;
	}

	.reviews_page_articles_content {
		margin-top: 10px;
	}

	.reviews_page .reviews_articles_box {
		margin-top: 0;
	}

	.reviews_page .reviews_articles_header {
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.reviews_page_social_content ,
	.reviews_page_social_content_filter,
	.reviews_page_social_content_mob{
		gap: 17px;
	}

	.privacy_page h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.privacy_page h3 {
		font-size: 18px;
		line-height: 140%;
		padding: 12px 0 20px;
	}

	.privacy_page .subtitle {
		font-size: 16px;
		line-height: 22px;
		margin: 10px 0 20px;
	}

	.privacy_page_wrapper {
		padding: 30px 12px 30px;
	}

	.privacy_page p {
		font-size: 14px;
	}

	.privacy_page ul li {
		font-size: 14px;
	}

	.swiper_shops {
		padding: 0 0 23px;
		margin: 15px 30px 0;
	}

	.swiper_arrow_shops .swiper-button-prev {
		left: 0;
	}

	.swiper_arrow_shops .swiper-button-next {
		right: 0;
	}

	.shops_block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.modal_promocode .modal_steps_form_header {
		padding: 10px 15px;
	}
	.certificate_name_step {
		font-size: 18px;
		line-height: 22px;
	}

	.certificate_name_step_before {
		font-size: 12px;
		line-height: 16px;
	}

	.form_modal_certificate  .modal_steps_form_header {
		height: 80px;
	}

	.modal_promocode .modal_header {
		padding: 20px;
	}

	.modal_promocode .modal_body {
		padding: 20px 20px 60px;
	}

	.swiper_tariff:before {
		content: "";
		background-image: url("../img/icon_hand.svg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		width: 40px;
		height: 40px;
		position: absolute;
		right: -230px;
		top: 2px;
		z-index: 2;
		left: 0;
		margin: auto;
		animation: flip 1.5s ease-in-out alternate infinite;
	}
	@keyframes flip {
		0% {
			transform: translate(0, 0);
		}
		100% {
			transform: translate(-10px, 0);
		}
	}
}

@media screen and (max-width: 850px) {
	.desc_problem_txt{
		max-width: unset;
	}
	.modal_tariff .modal_header  .box_logo {
		display: none;
	}

	.modal_promocode .modal_header  .box_logo {
		display: none;
	}

	.modal_tariff .modal_body {
		background: #ffffff;
	}

	.modal_tariff .modal_body {
		padding: 0 16px 32px;
	}

	.modal_promocode .modal_body {
		background: #ffffff;
	}

	.modal_promocode .modal_body {
		padding: 0 16px 32px;
	}

	.modal_step_4{
		margin: 0 -16px;
	}

	.modal_inners {
		display: flex;
		align-items: center;
		flex-direction: column;
	}


	.modal_tariff .modal_header {
		justify-content: flex-end;
	}

	.modal_tariff .modal_header {
		padding: 20px 16px 0;
	}

	.modal_steps {
		max-width: 100%;
		margin-right: 0;
		align-items: center;
		text-align: center;
		flex-direction: column-reverse;
	}

	.modal_promocode .modal_steps {
		margin-right: 0;
	}

	.modal_steps .modal_title {
		text-align: center;
		margin-top: 16px;
	}

	.modal_steps .modal_subtitle {
		font-weight: 400;
		text-align: center;
		font-size: 15px;
		line-height: 19px;
	}

	.step_text {
		display: none;
	}

	.list_steps {
		margin-top: 0;
		display: flex;
		align-items: center;
		gap: 24px;
	}

	.list_steps li {
		margin-bottom: 0;
	}

	.list_steps li .step_number {
		width: 24px;
		height: 24px;
		margin-right: 0;
	}

	.list_steps li .step_number:before {
		content: '';
		width: 24px;
		height: 1px;
		position: absolute;
		bottom: 0;
		top: 0;
		left: auto;
		right: 100%;
		margin: auto;
		z-index: -1;
	}

	.modal_steps_form_header {
		height: auto;
		width: 100%;
		padding: 16px;
	}

	.modal_steps_form {
		margin-top: 20px;
	}

	.your_tariff_caption {
		font-size: 13px;
		line-height: 16px;
	}



	.modal_tariff_name_price {
		margin-top: 9px;
	}

	.reviews_page_social_tabs {
		margin: 0 -12px;
		padding: 0 12px 8px 12px;
	}

	.reviews_page_articles_tabs {
		margin: 0 -12px;
		padding: 0 12px 8px 12px;
	}

}
/*#email_promocode_modal, #email_domains_promocode_modal .domain-list{*/
/*	width: calc(50% - 10px);*/
/*}*/

#time_select_input_wrapper{
	display: none;
}

.promocode_content_wrapper.correct #promocode{
	background: rgba(103, 208, 78, 0.10);
}
.promocode_content_wrapper.correct:after {
	content: "";
	background-image: url("../img/check_ok.svg");
	background-position: top center;
	width: 27px;
	height: 21px;
	background-repeat: no-repeat;
	display: block;
	margin-left: 19px;
}
@media screen and (max-width: 650px) {
	.form_group .flag_ua_img{
		top: 38px!important;
	}
	.promocode_content_wrapper.correct:after {
		position: absolute;
		right: 10px;
	}
	.promocode_content_wrapper{
		position: relative;
	}
	.promocode_content_wrapper.error_result:after, .promocode_content_wrapper_check.error_result:after{
		position: absolute;
		top: 20%;
		right: 14px;
	}
	#input_time{
		display:none!important;
	}
	#time_select_input_wrapper{
		display: flex;
	}
	#email_promocode_modal, #email_domains_promocode_modal .domain-list{
		width: 100%;
	}
	#shop_certificate-error{
		top: 48px!important;
	}
	.certificate_caption{
		margin-top: 30px;
		margin-bottom: 7px;
	}
	.promocode_content_wrapper_check{
		width: 100%;
		max-width: unset;
	}
	.certificate_box{
		margin-bottom: 106px;
	}
	#partner_certificate{
		max-width: unset!important;
	}
	#partner_certificate{
		text-align: start;
	}
	.check_in label{
		padding-left: 0!important;
		margin-left: 0!important;
	}

	span.error_form, .error_form_new{
		top: 78px!important;
	}
	#promocode_modal_tariff-error{
		top: 55px!important;
	}
	.certificate_box.active:after{
		top: 13px;
		left: unset;
		right: 14px!important;
		position: absolute;
	}

	input.error_form{
		margin-bottom: 16px;
	}
	.check{
		margin-top: 15px;
	}
	.img_robot {
		max-width: 141px;
		right: 13px;
		top: 20px;
		bottom: auto;
	}

	.main h1 {
		font-size: 70px;
		line-height: 85px;
		margin-top: 150px;
	}

	.box_dark {
		border-radius: 12px;
		align-items: flex-start;
		text-align: left;
	}

	.btn_main {
		min-width: 100%;
		padding: 0 10px;
	}

	.btn_main_promocode {
		max-width: 100%;
	}

	.main_left_block {
		padding: 20px 12px 24px 12px;
	}

	.tariff_modal_name {
		font-size: 15px;
		line-height: 18px;
	}

	.price_modal,
	.price_modal-active{
		font-size: 15px;
		line-height: 18px;
	}

	.modal_tariff .modal_header {
		position: relative;
	}

	.modal .modal_back_step {
		position: absolute;
		top: 20px;
		left: 16px;
		cursor: pointer;
		background-image: url("../img/arrow_back_modal.svg");
		background-repeat: no-repeat;
		background-position: top center;
		width: 24px;
		height: 24px;
		transition: all 0.3s ease-in-out;
		display: none;
	}

	.modal .modal_back_step_tariff {
		position: absolute;
		top: 20px;
		left: 16px;
		cursor: pointer;
		background-image: url("../img/arrow_back_modal.svg");
		background-repeat: no-repeat;
		background-position: top center;
		width: 24px;
		height: 24px;
		transition: all 0.3s ease-in-out;
		display: none;
	}

	.modal_steps_form_header {
		border-radius: 12px;
	}

	.modal_main {
		padding: 16px;
	}

	.step_btns .step_prev{
		display: none;
	}

	.modal_step > div {
		padding: 0;
	}

	.modal_steps_form {
		box-shadow: none;
		border-radius: 0;
	}

	.modal_step .form_group label {
		margin-left: 5px;
		font-weight: 600;
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 8px;
	}

	.modal_tariff_groups {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 18px 8px;
		width: 100%;
		margin-top: 16px;
	}

	.modal_tariff_groups .form_group {
		flex-grow: 1;
		width: 100%;
		margin-bottom: 0;
	}

	.step_btns {
		margin-top: 32px;
		align-self: inherit;
		display: flex;
		align-items: center;
		gap: inherit;
		width: 100%;
	}

	.modal_step .btn {
		margin-top: 0;
		width: 100%;
	}

	.modal_groups_address .form_group_first {
		width: 100%;
		max-width: 100%;
		flex-shrink: 0;
	}

	.modal_groups_address .form_group_second {
		width: 100%;
		max-width: 100%;
		flex-shrink: 0;
	}

	.modal_groups_address .form_group_house {
		width: 100%;
		max-width: calc(50% - 8px);
		flex-shrink: 0;
	}

	.modal_groups_address .form_group_apartment {
		width: 100%;
		max-width: calc(50% - 8px);
		flex-shrink: 0;
	}

	.modal_groups_address .form_group_date {
		width: 100%;
		max-width: calc(50% - 8px);
		flex-shrink: 0;
	}

	.modal_groups_address .form_group_time {
		width: 100%;
		max-width: calc(50% - 8px);
	}

	.datepicker {
		z-index: 9999;
		width: 248px;
		height: fit-content;
	}

	.datepicker.active {
		position: fixed;
		left: 0!important;
		right: 0!important;
		bottom: 0!important;
		top: 0!important;
		opacity: 1!important;
		margin: auto;
	}


	.datepicker--cell-day {
		height: 35px;
		width: 35px;
		font-size: 17px;
		line-height: 21px;
	}

	.datepicker--day-name {
		font-size: 15px;
		line-height: 18px;
	}

	.datepicker--nav {
		font-size: 18px;
		line-height: 22px;
	}

	.datepicker--nav-action:after {
		width: 16px;
		height: 16px;
	}

	.datepicker--days-names {
		margin: 13px 0 5px;
	}

	.datepicker--cell-month {
		font-size: 15px;
		line-height: 18px;
	}

	.datepicker--cell-year {
		font-size: 15px;
		line-height: 18px;
	}

	.datepicker--nav-title i {
		font-size: 18px;
		line-height: 22px;
	}

	.payment_inners {
		display: flex;
		align-items: stretch;
		gap: 14px;
		justify-content: space-between;
		flex-direction: column;
	}

	.payment_card_data {
		padding: 20px;
		max-width: 400px;
		width: 100%;
		min-height: 165px;
		position: relative;
		margin: 0 auto;
	}

	.payment_method.card {
		display: none;
	}

	.payment_methods {
		flex-direction: column-reverse;
	}

	.payment_email_box p {
		display: none;
	}

	.payment_email_box {
		width: 100%;
		background: #ffffff;
		border-radius: 0;
		padding: 0;
	}

	.payment_email_box .form_group {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		flex-direction: column;
	}

	.email_url {
		position: relative;
		max-width: 100%;
		width: 100%;
	}

	.modal_tariff_info {
		margin-top: 30px;
		background: #ffffff;
		border-radius: 0;
		padding: 0;
		position: relative;
		display: flex;
		align-items: center;
	}

	.modal_tariff_info:before {
		position: static;
		display: block;
		flex-shrink: 0;
		margin-right: 12px;
	}

	.modal_title {
		font-size: 22px;
		line-height: 26px;
	}

	.modal_subtitle br{
		display: none;
	}

	.modal_parent .modal_wrapper{
		padding: 54px 10px 32px;
	}

	.modal_parent .form_modal {
		margin-top: 24px;
		padding: 0 22px;
	}

	.modal_parent form label {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 8px;
	}

	.form_modal_agreement {
		font-size: 11px;
		line-height: 13px;
	}

	.form_modal_agreement a {
		font-size: 11px;
		line-height: 13px;
	}

	.modal_parent .form_modal .btn {
		padding: 0 10px;
		text-align: center;
	}

	.modal_thanks .modal_wrapper{
		padding: 0 20px 32px;
	}

	.modal_thanks .btn {
		padding: 0 10px;
		text-align: center;
		width: 100%;
	}

	.img_robot_modal_thanks {
		max-width: 182px;
		margin: -50px auto 0;
	}

	.reviews_page_social_content ,
	.reviews_page_social_content_filter,
	.reviews_page_social_content_mob{
		margin-top: 20px;
	}

	.reviews_page_social_content ,
	.reviews_page_social_content_filter,
	.reviews_page_social_content_mob{
		gap: 10px;
	}

	.reviews_page_social_item_filter,
	.reviews_page_social_item_mob{
		width: calc(50% - 5px);
	}

	.certificate_caption {
		margin-top: 16px;
	}

	.modal_promocode .modal_step_1 .btn {
		width: 100%;
	}

	.step_btns .step_prev_certificate {
		display: none;
	}

	.modal_promocode .modal_step .modal_steps_form_body {
		min-height: auto;
	}

	.modal_promocode .modal_step .modal_steps_form_body .step_btns {
		margin-top: 32px;
	}

	.certificate_name_step {
		font-size: 15px;
		line-height: 18px;
	}

	.modal_promocode .modal_step .modal_steps_form_body .payment_email_box {
		margin-bottom: 0;
	}

	.certificate_name_step_before {
		font-size: 10px;
		line-height: 15px;
	}

	.form_modal_certificate  .modal_steps_form_header {
		height: 60px;
	}

	.swiper_arrow_shops {
		display: none;
	}

	.swiper_shops {
		padding: 0 0 23px;
		margin: 15px 0 0;
	}

	.wow {
		animation: none !important;
	}


	.swiper_tariff:before {
		right: 39px;
		left: auto;
		z-index: 2;
		margin: 0;
	}

}

@media screen and (max-width: 600px) {
	/*.reviews_social_item .video_wrapper video{*/
	/*	min-height: 245px;*/
	/*}*/
	.language_switcher {
		display: none;
		margin-left: 0;
	}

	.overlay_top_list_service {
		column-gap: 0;
		column-count: 1;
	}

	.social_link li a {
		width: 44px;
		height: 44px;
	}

	.how_work_number {
		width: 44px;
		height: 44px;
		font-size: 21px;
		line-height: 26px;
		margin-right: 12px;
	}

	.repair_more {
		max-width: 100%;
	}

	.advantage .advantage_item {
		padding: 11px;
	}

	.advantage .advantage2, .advantage .advantage3, .advantage .advantage5, .advantage .advantage6 {
		padding-bottom: 70px;
	}

	.advantage .advantage1, .advantage .advantage4 {
		padding-right: 150px;
	}

	.thanks_page .btn{
		width: 100%;
	}

	.error_page .btn{
		width: 100%;
	}

	.secondary_info {
		width: 100%;
	}

	.error_page .subtitle br{
		display: none;
	}

	/*span.error_form,*/
	/*.error_form_new{*/
	/*	font-size: 12px;*/
	/*	line-height: 14px;*/
	/*}*/



	.phone_wrapper {
		display: none;
		z-index: 2;
		position: absolute;
		right: 40px;
		top: 38px;
		background: #FFFFFF;
		padding: 12px 14px;
		border-radius: 8px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
	}

	.phone_dropdown_box {
		display: flex;
		padding: 0;
		background: #FFFFFF;
		border-radius: 0;
		box-shadow: none;
		align-items: flex-start;
		flex-direction: column;
		gap: 11px;
	}

	.phone_wrapper_current {
		display: flex;
		align-items: center;
		cursor: pointer;
		/*margin-bottom: 11px;*/
	}

	.phone_wrapper_icon {
		display: none;
	}

	.phone_dropdown {
		position: static;
		display: block;
		z-index: 5;
		padding-top: 0;
		margin-top: 0;
	}

	.header_box > img {
		width: 29px;
		height: 29px;
		flex-shrink: 0;
		margin-right: 0;
		cursor: pointer;
	}

	.reviews_page_social_item {
		width: 100%;
	}

	.reviews_page_social_content,
	.reviews_page_social_content_filter,
	.reviews_page_social_content_mob{
		gap: 16px;
	}

	.modal_certificate_partnerss span.error_form {
		text-align: center;
		left: 0;
		right: 0;
	}
	.reviews_page_social_item_filter,
	.reviews_page_social_item_mob{
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	.reviews_page_social_content{
		display: flex;
		flex-direction: column;
	}
	.a_review_container{
		grid-template-columns: 1fr;
	}
	.b_review_container{
		grid-template-areas:
        'b_a_review_item b_a_review_item'
		'b_b_review_item b_b_review_item'
        'b_c_review_item b_c_review_item';
	}
	.c_review_container{
		grid-template-areas:
        'c_a_review_item c_a_review_item'
        'c_b_review_item c_b_review_item'
		'c_c_review_item c_c_review_item';
	}
}
@media screen and (max-width: 500px) {
	.modal_message-activation-mob p, .modal_message-buy-mob p{
		width: 204px;
	}
	.advantage_arrow {
		position: absolute;
		right: -12px;
		top: 17px;
		margin: 0;
		width: 114px;
		padding-right: 16px;
	}


	.reviews_page_social_content_filter,.reviews_page_social_content{
		display: none!important;
	}


	.reviews_page_social_content_mob{
		display:flex;
		visibility: visible;
		align-items: stretch;
		justify-content: flex-start;
		gap: 20px;
		margin-top: 40px;
		flex-wrap: wrap;
	}

	.advantage_arrow p span:after {
		width: 19px;
		height: 19px;
		right: -16px;
		top: -5px;
	}

	.advantage_box_header > div:first-child {
		padding-right: 30px;
		width: min-content;
	}
	header .box_logo p {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 0 3.5px;
	}

	header .box_logo img{
		max-width: 87px;
		height: 20px;
	}
}



@media screen and (max-width: 387px) {
	#menu-toggle{
		margin-left: 8px;
	}
}


@media screen and (max-width: 365px) {
	header {
		padding: 20px 5px;
	}
}

@media screen and (max-width: 360px) {
	.privacy_page h1 {
		font-size: 28px;
		line-height: 33px;
	}

	.advantage_arrow p {
		font-size: 11px;
		line-height: 16px;
	}

	.advantage_arrow {
		width: 106px;
	}
	.modal_promocode .modal_body,
	.modal_tariff .modal_body {
		padding: 0 5px 20px;
	}
	.modal_promocode .modal_main,
	.modal_tariff .modal_main{
		padding: 10px 5px;
	}
}

@media screen and (max-width: 340px) {
	header .box_logo p {
		font-size: 7px;
		line-height: 12px;
	}
    .tariff_item_text{
		padding: 20px 14px 40px;
	}
}

/* авторизация */

.modal_sign .modal_main{
	max-width: 560px;

}
.modal_sign .modal_wrapper{
	max-height: 625px;
	padding: 35px 80px;
	border-radius: 20px;
	border: 5px solid #6F3CCC;
	background: #EEEFF3;
	box-shadow: 2px 2px 16px 0px rgba(27, 25, 25, 0.12);
}

.modal_sign .modal_title{
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: none;
}

.modal_sign .modal_subtitle{
	color: #000;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
}

.modal_sign .form_modal{
	margin-top: 40px;
}

.modal_create-acc-wrapper{
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #262626;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.modal_create-acc-wrapper--one{
	justify-content: start;
}

.link-btn{
	height: 100%;
	cursor: pointer;
	color: #5990FA;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	border: none;
}

form button.link-btn{
	max-width: 166px;
	margin-bottom: 50px;
}

.modal_line-wrapper{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.modal_line{
	background: #DFDFEB;
	height: 1px;
	width: 100%;
}

.modal_line-text{
	color: #7D7D7D;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
}

.btn-modal-email{
	cursor: pointer;
	margin-top: 39px;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 1px solid #3C3C3C;
	background: #FFF;
	box-shadow: 0px 3px 10px 0px rgba(27, 25, 25, 0.15);
	color: #262626;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}

.social_links-wrapper{
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.social_link-block{
	cursor: pointer;
	height: 50px;
	width: 50px;
	padding: 12px;
	border-radius: 9px;
	border: 1px solid #EEEFF3;
	background: #FFF;
	box-shadow: 2px 2px 16px 0px rgba(27, 25, 25, 0.12);
}

.no-active, no-active:hover{
	pointer-events: none;
	background: #7D7D7D;
	color: #A8A8A8;
}

.modal_create form label {
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.modal_create form .form_group--no-active #phone_create{
	border: 1.5px solid #DFDFEB;
	background: #EEEFF3;
}

.modal_pages{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #838383;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.form_modal--no-active{
	display: none
}

.form_validate_create_acc_3 .form_modal_groups{
	margin-top: 97px;
}

.step-3 .modal_pages{
	margin-top: 95px;
}
.clue__wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.clue__item{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #DFDFEB;
	padding: 5px;
	color: #262626;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	gap: 5px;
	position: relative;
}

.clue__item-text{
	display: none;
	z-index: 1;
	padding: 15px;
	position: absolute;
	color: #FFF;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	border-radius: 12px;
	background: #262626;
	box-shadow: 0px 3px 10px 0px rgba(27, 25, 25, 0.15);
}

.clue__item:hover .clue__item-text{
	display: block;
}

.clue__item-text-1{
	left: 85px;
	top: 17px;
	width: 200px;
}

.clue__item-text-2{
	width: 214px;
	top: 17px;
	left: -110px;
}

.form_group{
	position: relative;
}

.form_group img{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(25%);
	cursor: pointer;
}

@media screen and (max-width: 650px) {
	.modal_sign.modal_parent .form_modal{
		padding: 0;
	}

}

@media screen and (max-width: 395px) {
	.modal_create-acc-wrapper{
		justify-content: center;
		gap: 10px;
		flex-wrap: wrap;
	}

}
@media screen and (max-width: 359px) {
	.list_politics  {
		gap: 16px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer_items{
		align-items: center;
		text-align: center;
	}


}
@media screen and (max-width: 338px) {
	.about_video_smile{
		top:40px;
	}
}

@media screen and (max-width: 580px) {
	.modal_sign .modal_wrapper{
		min-height: 530px;
		padding: 15px 20px;
	}
	.modal_sign .modal_title{
		font-size: 21px;
		line-height: 110%;
	}
	.modal_sign .modal_subtitle {
		font-size: 14px;
		line-height: 100%;
	}
}

.widget__wrapper{
	position: fixed;
	z-index: 2;
	margin: 0 15px 15px 0;
	inset: auto 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 10px;
}

.widget__btn{
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
	font-size: 14px;
	background: #FFFFFF;
	border: 3px solid rgb(255, 215, 72);
	border-radius: 16px;
	color: #262626;
	padding: 13px 0 13px 13px;
	font-weight: 700;
	cursor: pointer;
}
a.widget__btn{
	gap: 8px;
}
.widget__text{
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}
.widget__btn-parent{
	border: none;
	cursor: pointer;
	background: inherit;
}
.widget__btn-wrapper{
	display: none;
	transform: translateX(-150%);
	opacity: 0;
	transition: all 1s;
}
.widget__btn-wrapper--active{
	display: flex;
	flex-direction: column;
	gap: 8px;
	opacity: 1;
	transform: translateY(0);
}

.step3_container{
	width: 100%;
}
.step3_wrapper{
	display: none;
}
.no_broken_equipment {
	margin-left: 5px;
	margin-top: 14px;
	width: 100%;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
}

@media screen and (max-width: 650px) {
	#serial_number_wrapper {
		max-width: 100%;
	}
}
.modal_steps_form_body_details_certificate{
	width: 100%;
	/*margin-top: 25px;*/
}

#link_how_to_make_pre_payment{
	color: #F9D863;
	cursor: pointer;
}

.mass_media_img_tcn{
	width: 50px;
}
.mini_img{
	width: 45px;
}

.documentation_content{
	margin: 20px 0 65px 0;
	padding: 68px 40px;
	min-height: 572px;
}

.list_docs_item_title{
	color: #FFF;
	font-family: Montserrat;
	font-size: 60px;
	font-style: normal;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.documents_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 15px;
}

.list_docs_item{

	min-width: 420px;
	width: 100%;
	background-color: #FFFFFF;
	color: #262626;
	padding: 16px;
	display: flex;
	gap: 16px;
	height: 112px;
	align-items: center;

	border-radius: 16px;
	box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.25);
}

.list_docs_item p{
	color: #262626;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.list_docs_item img{
	width: 100%;
	max-width: 40px;
}

@media screen and (max-width: 990px) {
	.documents_wrapper{
		padding: 0 9px;
	}
}


@media screen and (max-width: 940px) {
	.tariff-header-price-modal-promocode .tariff_box_price_data{
		width: 106px;
	}
	.documentation_content{
		min-height: 344px;
		padding: 17px 12px;
		margin: 0;
	}
	.list_docs_item_title{
		font-size: 38px;
		line-height: 50px;
		text-transform: none;
		margin-bottom: 58px;
	}
	.documents_wrapper{
		padding: 0 9px;
	}
}



.reviews_page_articles_tabs::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.reviews_page_articles_tabs::-webkit-scrollbar-track {
	background-color: #EEEFF3;
	border-radius: 3px;
	opacity: 0.3;
}

.reviews_page_articles_tabs::-webkit-scrollbar-thumb {
	background-color: #FFDF43;
	border-radius: 8px;
}

#f{
	max-height: 600px;
}

#f .f-header, #f .f-container, .f-no-embed .mode_wrapper_brPcx{
	border-radius: 0!important;
}
.mode_wrapper_brPcx{
	border-top: none!important;
}
#f .f-btn-success:after, #f .f-btn-success-gradient-custom:active:after, #f .f-btn-success-gradient-custom:after, #f .f-btn-success-gradient-custom:focus:after, #f .f-btn-success-gradient-custom:hover:after{
	background-color: #4C298C!important;
	background: #4C298C!important;
}
#f .f-btn-success:before{
	box-shadow: none!important;
}
#f .f-title-security{
	width: fit-content!important;
}
#f .f-center-security{
	justify-content: center!important;
	margin-left: unset!important;
}
#f .f-title-security span{
	color: #3C3C3C!important;
	font-family: Montserrat!important;
	font-size: 14px!important;
	font-style: normal!important;
	font-weight: 300!important;
	line-height: 20px!important;
}
#f .f-security{
	position: unset!important;
}
#f .f-pb-32{
	padding-bottom: 20px!important;
}
#f .f-card-gradient-custom{
	background: #262626!important;
}
#f .f-card-shadow{
	box-shadow: none!important;
}
#f .f-card{
	padding:20px!important;
}
#f .f-card-brand-icon{
	width: 34px!important;
	height: 24px!important;
}
#f .f-form-group-card .f-form-control{
	font-size: 22px!important;
	color: #FFF!important;
	font-family: Montserrat!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 140%!important;
}
#f .f-control-label-floating{
	color: #A0A9B8;
	font-family: Montserrat!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 22px!important;
}

#f .f-merchant-name, #f .f-merchant-url a,#f .f-amount sup, #f .f-currency{
	color: #A8A8A8!important;
}
#f .f-merchant-name, #f .f-merchant-url a,
#f .f-order-desc, #f .f-amount,
#f .f-amount sup, #f .f-currency,
#f .f-order-desc, #f .f-menu-item.active,
#f .f-menu-item, #f .f-button-pay{
	font-family: Montserrat!important;
}


#f .f-order-desc, #f .f-amount{
	color: #262626!important;
}

 #f .f-currency{
	font-size: 18px!important;
}
#f .f-merchant-name{
	font-size: 22px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 18px!important;
	margin-bottom: 12px!important;
}
#f .f-merchant-url a{
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 20px!important;
}

#f .f-amount{
	font-size: 36px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: 40px!important;
}
#f .f-amount sup{
	font-size: 20px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: 40px!important;
}
#f .f-currency{
	font-style: normal!important;
	font-weight: 600!important;
	line-height: 40px!important;
	text-transform: uppercase!important;
}

#f .f-order-desc{
	font-size: 17px!important;
	font-style: normal!important;
	font-weight: 700!important;
	line-height: 28px!important;
	margin: 32px 0!important;
}
#f .f-menu-item.active{
	color: #3C3C3C!important;
	font-size: 14px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: 22px!important;
}
#f .f-menu-item{
	color: #BABDC1!important;
	font-size: 14px!important;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 20px!important;
}
#f .f-button-pay{
	color: #FFF!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: 22px!important;
}
@media (max-width: 360px){
	#f .f-form-group-card .f-form-control{
		font-size: 16px!important;
		font-style: normal!important;
		font-weight: 700!important;
		line-height: 26px!important;
	}
	#f .f-card_label, #f .f-form-group-card .f-form-control{
		height: 20px!important;
	}
	#f .f-form-group-card .f-form-control{
		font-size: 16px!important;
		font-style: normal!important;
		font-weight: 700!important;
		line-height: 26px!important;
	}
	#f .f-form-group-card-number{
		margin: 0 0 21px 0!important;
	}
	#f .f-btn-unstyled{
		height: unset!important;
		padding: 8px 0!important;
	}
	#f .f-center-wrap{
		padding: 0!important;
	}
	#f .f-amount{
		font-size: 26px!important;
		font-style: normal!important;
		font-weight: 500!important;
		line-height: 40px!important;
	}
	#f .f-amount sup{
		font-size: 14px!important;
		font-style: normal!important;
		font-weight: 600!important;
		line-height: 40px!important;
	}
	#f .f-header-logo{
		padding: 1.5rem 0 0 0;
	}
	#f .f-button-pay{
		font-size: 16px!important;
		font-style: normal!important;
		font-weight: 600!important;
		line-height: 22px!important;
	}

}

@media (min-width: 1340px){
	#f .f-sidebar-wrap {
		padding: 0 1rem!important;
	}
	#f .f-header-logo {
		flex: 0 0 340px!important;
		max-width: 340px!important;
		padding-left: 1rem!important;
	}
	#f .f-sidebar {
		flex: 0 0 340px!important;
		max-width: 340px!important;
	}
	#f .f-center-wrap {
		padding: 0 1rem!important;
	}
}

@media (min-width: 992px){
	#f .f-sidebar-wrap {
		padding: 0 1rem!important;
	}
	#f .f-header-logo {
		flex: 0 0 320px!important;
		max-width: 320px!important;
		padding-left: 1rem!important;
	}
	#f .f-sidebar {
		flex: 0 0 320px!important;
		max-width: 320px!important;
	}
	#f .f-center-wrap {
		padding: 0 1rem!important;
	}
}
#shop_certificate-error{
	top: 55px;
	max-width: 300px;
}
#radioShop-error{
	top: 165px;
}

@media (max-width: 900px){
	#radioShop-error {
		top: 195px;
	}
	#shop_certificate-error{
		top: 48px;
	}
}

/* TIMER */

#btn_send_again{
	display: none;
}

.timer_wrapper{
	margin: 16px 0 50px;
	padding: 0 6px;
}

/* LOADER */

.loader__wrapper{
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
}

.loader__wrapper--active{
	display: flex;
	justify-content: center;
	align-items: center;
}

.machine {
	width: 60vmin;
	fill: #FFDF43;
}

.small-shadow, .medium-shadow, .large-shadow {
	fill: rgba(0, 0, 0, 0.05); }

.small {
	-webkit-animation: counter-rotation 2.5s infinite linear;
	-moz-animation: counter-rotation 2.5s infinite linear;
	-o-animation: counter-rotation 2.5s infinite linear;
	animation: counter-rotation 2.5s infinite linear;
	-webkit-transform-origin: 100.136px 225.345px;
	-ms-transform-origin: 100.136px 225.345px;
	transform-origin: 100.136px 225.345px; }

.small-shadow {
	-webkit-animation: counter-rotation 2.5s infinite linear;
	-moz-animation: counter-rotation 2.5s infinite linear;
	-o-animation: counter-rotation 2.5s infinite linear;
	animation: counter-rotation 2.5s infinite linear;
	-webkit-transform-origin: 110.136px 235.345px;
	-ms-transform-origin: 110.136px 235.345px;
	transform-origin: 110.136px 235.345px; }

.medium {
	-webkit-animation: rotation 3.75s infinite linear;
	-moz-animation: rotation 3.75s infinite linear;
	-o-animation: rotation 3.75s infinite linear;
	animation: rotation 3.75s infinite linear;
	-webkit-transform-origin: 254.675px 379.447px;
	-ms-transform-origin: 254.675px 379.447px;
	transform-origin: 254.675px 379.447px; }

.medium-shadow {
	-webkit-animation: rotation 3.75s infinite linear;
	-moz-animation: rotation 3.75s infinite linear;
	-o-animation: rotation 3.75s infinite linear;
	animation: rotation 3.75s infinite linear;
	-webkit-transform-origin: 264.675px 389.447px;
	-ms-transform-origin: 264.675px 389.447px;
	transform-origin: 264.675px 389.447px; }

.large {
	-webkit-animation: counter-rotation 5s infinite linear;
	-moz-animation: counter-rotation 5s infinite linear;
	-o-animation: counter-rotation 5s infinite linear;
	animation: counter-rotation 5s infinite linear;
	-webkit-transform-origin: 461.37px 173.694px;
	-ms-transform-origin: 461.37px 173.694px;
	transform-origin: 461.37px 173.694px; }

.large-shadow {
	-webkit-animation: counter-rotation 5s infinite linear;
	-moz-animation: counter-rotation 5s infinite linear;
	-o-animation: counter-rotation 5s infinite linear;
	animation: counter-rotation 5s infinite linear;
	-webkit-transform-origin: 471.37px 183.694px;
	-ms-transform-origin: 471.37px 183.694px;
	transform-origin: 471.37px 183.694px; }

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to   {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to   {transform: rotate(359deg);}
}

@-webkit-keyframes counter-rotation {
	from {-webkit-transform: rotate(359deg);}
	to   {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes counter-rotation {
	from {-moz-transform: rotate(359deg);}
	to   {-moz-transform: rotate(0deg);}
}
@-o-keyframes counter-rotation {
	from {-o-transform: rotate(359deg);}
	to   {-o-transform: rotate(0deg);}
}
@keyframes counter-rotation {
	from {transform: rotate(359deg);}
	to   {transform: rotate(0deg);}
}


#modal_create_acc #phone-error{
	top: 85px
}
.box_logo a{
	display: flex;
}

#other_repair_item{
	align-items: center;
}
#other_repair_item .repair_title{
	font-size: 16px;
	max-width: 107px;
	line-height: normal;
}


.full_review_txt{
	display: none;
}
.reviews_social_media{
	width: 16px;
	height: 16px;
}


.form_group .flag_ua_img{
	position: absolute;
	top: 35px;
	left: 14px;
	transform: translateY(25%);
	cursor: pointer;
}

.tiny_modals .form_group .flag_ua_img{
	top: 37px!important;
}

.phone{
	padding: 0 42px;
}
.modal_subtitle {
	text-align: center;
}
.promocode_content_wrapper, .promocode_content_wrapper_check{
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.promocode_content_wrapper.error_result:after, .promocode_content_wrapper_check.error_result:after{
	content: "";
	background-repeat: no-repeat;
	background-image: url(../img/error_img.svg);
	background-position: top center;
	width: 30px;
	height: 24px;
	display: block;
	margin: 0 0 13px 17px;
}

.promocode_input input.error_form, .promocode_content_wrapper_check input.error_form{
	border-radius: 10px!important;
	border: 1px solid #F55D49!important;
	background: rgba(38, 38, 38, 0.10)!important;
}

.datepicker-arrival, .time_select_input, .time_select_input::placeholder{
	color: #262626;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 13px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}
.modal_timepicker{
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1500;
	display: none;
	text-align: center;
	justify-content: center;
	opacity: 0;
	transition: .3s;
}
.modal_main_timepicker {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: left;
	width: 100%;
	max-width: 253px;
}
.modal_wrapper_timepicker {
	width: 100%;
	height: auto;
	padding: 16px 13px 16px 46px;
	background: #FFFFFF;
	border-radius: 12px;
	margin: auto;
	position: relative;
}
.time_picker{
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.time_picker li{
	color: #262626;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor:pointer;
	position: relative;
}
.time_picker li:hover{
	color: #4C298C;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/*.time_picker li:hover:before{*/
/*	content: "";*/
/*	background-image: url("../img/icon_time.svg");*/
/*	background-position: top center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	width: 18px;*/
/*	height: 18px;*/
/*	position: absolute;*/
/*	left: -29px;*/
/*	top: 2px;*/
/*	filter: brightness(0.4);*/
/*}*/

.chosen_option:before{
	content: "";
	background-image: url("../img/icon_time.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -29px;
	top: 2px;
	filter: brightness(0.4);
}
.choose_tariff_step_modal_promocode{
	min-height: 390px!important;
}
.checkout-block-modal-promocode{
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 12px;
}




.modal_tariff_groups-modal-promocode{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}

.form-check-modal-promocode {
	display: flex;
	align-items: center;
}
.form-check-input-modal-promocode{
    padding: 9px!important;
}
.form-check-input-modal-promocode[type=radio] {
	border: 1px solid #262626;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	border-radius: 50%;
	margin: 0;
	position: relative;
}

.form-check-label-modal-promocode {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #262626;
	padding-left: 8px;
	cursor: pointer;
    margin: unset;
}

.form-check-label-modal-promocode span {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	background: #262626;
	border-radius: 20px;
	margin-left: 6px;
	padding: 3px 7px;
}

.form-check-input-modal-promocode:checked[type=radio]:after {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #262626;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*.choose_tariff_step_modal_promocode{*/
/*    padding: 40px!important;*/
/*}*/
.choose_tariff_step_modal_promocode .form-check-input{
	background: transparent!important;
}

.modal-promocode-checks .form-check-input[type=radio]{
	width: 20px;
	height: 20px;
}

.modal-promocode-checks .form-check-input:checked[type=radio]:after{
	width: 10px;
	height: 10px;
}


.tariffs-modal-promocode{
	border: 1px solid #6F3CCC;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    width:100%;
    height:100%;
    max-width: 417px;
    margin-bottom: 24px;
	min-height: 260px;
}
.tariff-header-modal-promocode{
	background: #6F3CCC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 14px 14px 0px 0px;
    max-width: 417px;
    max-height: 260px;
    padding: 12px 0 12px 15px;
}
.tariff-header-details-modal-promocode{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.tariff-title-txt-modal-promocode{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
.modal-promocode-checks, .modal-promocode-checks .form-check-label{
    margin: unset;
}
.modal-promocode-checks input{
    padding: unset!important;
}

.tariff-header-price-modal-promocode .tariff_box_price_data{
    max-width: 146.892px!important;
    max-height: 61px!important;
}

.tariff_list-modal-promocode li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;

    color: #262626;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.tariff_list-modal-promocode li:before {
    content: "";
    background-image: url("../img/icon_check_tariff.png");
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

.tariff_list-modal-promocode li span {
    font-weight: 700;
}

.price-modal-promocode{
    color: #262626;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.tariff-body-modal-promocode{
	padding: 10px 15px 0 15px;
}






/*.base_outline {*/
/*    border: 1px solid #6F3CCC;*/
/*}*/

/*.optimal_outline {*/
/*    border: 1px solid #4C298C;*/
/*}*/

/*.vip_outline {*/
/*    border: 1px solid #2A1F70;*/
/*}*/

/*.base_header {*/
/*    background: #6F3CCC;*/
/*}*/

/*.optimal_header {*/
/*    background: #4C298C;*/
/*}*/

/*.vip_header {*/
/*    background: #2A1F70;*/
/*}*/
.modal_tariff_groups-modal-promocode-mob{
	max-width: 100%;
	width: 100%;
	display: none;
}
.modal_tariff_groups-modal-promocode-mob .form-check input{
	padding:unset;
}

.modal_tariff_groups-modal-promocode-mob .btn_choose_tariff{
	margin-top: auto!important;
}


.swiper_tariff-modal-promocode .tariff_name{
	color: #FFF;
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 17.655px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.swiper_tariff-modal-promocode .tariff_list li, .swiper_tariff-modal-promocode .tariff_description{
	color: #FFF;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 10.433px;
	font-style: normal;
	line-height: 140%;
}
.swiper_tariff-modal-promocode .tariff_list li{
	padding-bottom: unset;
}

.swiper_tariff-modal-promocode .tooltip{
	width: 16px;
	height: 16px;
}
.swiper_tariff-modal-promocode .tariff_list li:before{
	width: 16px;
	height: 16px;
	top: 0;
}
.swiper_tariff-modal-promocode .tariff_box_price{
	width: 100%;
	margin: 12px 0 12px;
	max-width: 185px;
}
.swiper_tariff-modal-promocode .tariff_price{
	color: #262626;
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 28.89px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.swiper_tariff-modal-promocode .form-check-label{
	margin: unset;
	font-size: 12px;
}


.swiper_tariff-modal-promocode .tariff_item_header{
	padding: 47px 10px 16px;
}


.swiper_tariff-modal-promocode .tariff_item_text{
	padding: 16px 12px 40px;
}
.swiper_tariff-modal-promocode .gift_line{
	margin-top: 16px;
}

.swiper_tariff-modal-promocode .gift_line ul li{
	color: #FFF;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 10.433px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 10px;
}
.swiper_tariff-modal-promocode .gift_line ul li span{
	color: #FFF;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 10.433px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left: 5px;
}

.swiper_tariff-modal-promocode .tariff_item{
	height: 98%;
}
.swiper_tariff-modal-promocode .btn{
	color: #000;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Montserrat;
	font-size: 12.84px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.modal_promocode .modal_step .choose_tariff_step_modal_promocode{
	padding: 30px!important;
}
.tariff_item-modal-promocode{
	background: transparent ;
	border-radius: unset;
	height: unset;
	width: unset;
	cursor: unset;
	position: unset;
	overflow: unset;
	display: flex;
	flex-direction: row;
}
.tariffs-modal-promocode .checkout-block{
	gap: 41px;
}

.modal_promo_hit{
	border-radius: 25px;
	font-size: 12px;
	top: 17px;
	line-height: 18px;
	height: 18px;
	padding: 0 5px;
	width: 47px;
	left: 184px;
}
.modal_promo_crown{
	width: 28px;
	height: 28px;
	top: 7px;
	left: 130px;
}
@media (max-width: 940px){
	.tariffs-modal-promocode .checkout-block{
		gap: 24px;
	}
	.tariff-modal-promocode_desktop .old_price{
		font-size: 12px;
	}
	.form-check-label-modal-promocode{
		font-size: 12px;
	}
	.tariff-title-txt-modal-promocode{
		font-size: 16px;
	}
	.tariff_period_data{
		font-size: 12px;
	}
	.price-modal-promocode{
		font-size: 16px;
	}
	.tariff-header-modal-promocode{
		padding: 14px 0 15px 10px;
	}
	.tariff-body-modal-promocode{
		padding: 19px 15px 14px 10px;
	}
	.tariff_list-modal-promocode li{
		font-size: 12px;
	}
	.modal_promo_hit{
		top: 19px;
		left: 160px;
	}
	.modal_promo_crown{
		top: 9px;
		left: 116px;
	}
}
.swiper_tariff-modal-promocode{
	max-width: 100%;
}

.privacy_policy{
	max-width: 150px;
	display: block;
	text-align: start;
}

@media (max-width:350px){
	.list_politics{
		flex-direction: column;
		justify-content: flex-start;
	}
	.list_politics .footer_items{
		text-align: start;
		align-items: start;
	}
	.privacy_policy{
		max-width: none;
	}
	.repair_title {
		font-size: 12px!important;
		line-height: 16px!important;
	}
	.max-width_125 {
		max-width: 83px!important;
	}
}

@media (max-width:850px){
	.modal_promocode .modal_step .choose_tariff_step_modal_promocode{
		padding: 0!important;
	}

	.tariff-modal-promocode_desktop{
		display:none;
	}
	.modal_tariff_groups-modal-promocode-mob{
		max-width: 100%;
		width: 100%;
		display: inline-grid;
	}
	.choose_tariff_step_modal_promocode .step_btns{
		display:none;
	}
	/*.choose_tariff_step_modal_promocode{*/
	/*	padding: 40px 0!important;*/
	/*}*/
}

.list_steps li.d-none{
	display: none;
}

.form-check-input-modal-promocode{
	cursor: pointer;
}

/*.video_step_by_step{*/
/*	background: rgba(0, 0, 0, 0.6);*/
/*}*/

.price_modal,
.price_modal-active{
	display: flex;
}

.reviews_social_item .video_body::before{
	background: none;
}

.title_mass_media{
	font-weight: 800!important;
	font-size: 15px!important;
}

@media (max-width:865px){
	.tariff_box_price_data {
		padding: 14px 0 0 9px;
	}
	.tariff-header-price-modal-promocode .tariff_box_price_data {
		width: 93px;
	}
	.price-modal-promocode {
		font-size: 15px;
	}
	.tariff_period_data {
		font-size: 10px;
	}
	.tariff-modal-promocode_desktop .old_price {
		font-size: 11px;
	}
}

@media screen and (max-width: 990px) {
	.info{
		width: 100%;
	}
}

@media screen and (max-width: 466px) {
	.list_docs_item{
		min-width: unset;
	}
}
@media screen and (max-width: 322px) {
	form input{
		font-size: 15px;
	}
}


.brows_an_vers{
	top: -59px!important;
	left: unset!important;
	right: 0!important;
}

.modal_promocode  .tooltip_mob:hover .tooltip-text_mob{
	width: 263px;
}
@media screen and (max-width: 850px){
	.modal_promocode .info{
		position: relative;
	}
	.modal_promocode .tooltip{
		position: unset;
	}
	.modal_promocode .tooltip .tooltip-text,
	.modal_promocode .tooltip_mob .tooltip-text_mob{
		width: 100%;
		top: -60px;
	}
}


@media screen and (max-width: 1435px){
	.documents_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 940px) {
	.documentation_content{
		min-height: 344px;
		padding: 17px 12px;
		margin: 0;
	}
	.documents_list {
		grid-template-columns: 1fr;
	}
	.list_docs_item_title{
		font-size: 38px;
		line-height: 50px;
		text-transform: none;
		margin-bottom: 58px;
	}
	.documents_wrapper{
		padding: 0 9px;
	}
}