@charset "UTF-8";
@import url('../fonts/fonts.css');
* {
	margin: 0;
	padding: 0;
}

::-webkit-input-placeholder {
	/* Firefox, Chrome, Opera */
	color: rgba(0, 0, 0, 0.35);
}

:-ms-input-placeholder {
	/* Firefox, Chrome, Opera */
	color: rgba(0, 0, 0, 0.35);
}

::-ms-input-placeholder {
	/* Firefox, Chrome, Opera */
	color: rgba(0, 0, 0, 0.35);
}

::placeholder {
	/* Firefox, Chrome, Opera */
	color: rgba(0, 0, 0, 0.35);
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, 0.35);
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgba(0, 0, 0, 0.35);
}

.keys_btn_wr::-webkit-scrollbar {
	width: 0px;
	background: transparent;
	/* make scrollbar transparent */
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: normal;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.clear {
	clear: both;
}

@media (min-width: 769px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}

	.number_tel {
		margin-right: 25px;
	}

	#icon_email {
		margin-right: 25px;
	}

	.footer_mobile_img {
		margin-right: 18px;
	}

	.header_wr_number,
	.fixed_menu_btn_wr .menu_ul {
		margin-right: 24px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.wrapper {
	max-width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.header_tab {
	width: 100%;
	height: 550px;
	background-color: #26262a;
	position: relative;
}

.main_page .header_tab {
	height: 580px;
}

.header_tab::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	bottom: 0;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.header_white_block {
	width: 558.8px;
	height: 558.8px;
	-webkit-transform: rotate(-330deg);
	-ms-transform: rotate(-330deg);
	transform: rotate(-330deg);
	border-radius: 130px;
	background-color: #f6f8fb;
	position: absolute;
	right: -575px;
	margin-right: 50%;
	display: block;
	top: -138px;
}

.fixed_menu {
	display: none;
	position: fixed;
	z-index: 10000;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.fixed_menu,
.fixed_menu_wr {
	width: 100%;
	height: 64px;
}

.fixed_menu_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts_wrap {
	display: flex;
	align-items: center;
	font-size: 20px;
	box-sizing: content-box;
	width: 250px;
}

.contacts_wrap a {
	display: block;
	color: #000;
}

.contacts_wrap img {
	margin-left: 50%;
}

.fixed_menu_wr .logo img {
	width: 129px;
}

.fixed_menu_btn_wr {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.fixed_menu_btn_wr .auth_registration {
	display: flex;
}

.fixed_menu_btn_wr ul.header_menu_two {
	margin: 0 10px 0 0;
}

.fixed_menu_btn_wr ul.header_menu_two li {
	margin: 0;
}

.fixed_menu_btn_wr .auth_registration.replace_block {
	position: fixed;
	right: -120px;
	bottom: 0;
	transform: rotate(-90deg) translateX(100%);
	border-radius: 6px;
	background: #fff;
	padding: 1px;
	align-items: center;
}

.fixed_menu_btn_reg {
	width: 187px;
	height: 40px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 55, 104, 0.1);
	box-shadow: 0 2px 1px 0 rgba(255, 55, 104, 0.1);
	background-color: #ff3768;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.fixed_menu_btn_vhod {
	width: 85px;
	height: 40px;
	border-radius: 6px;
	border: solid 2px rgba(255, 55, 104, 0.75);
	font-size: 14px;
	font-weight: bold;
	color: #ff3768;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	margin-right: 12px;
}

.fixed_menu_btn_wr .menu_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}

.fixed_menu_btn_wr .submenu_ul {
	margin-top: 24px;
}

.itemreviewed {
	display: none;
}

.modal_body_reg {
	display: none;
}

#sign-up {
	display: none;
}

.modal_body_pass {
	display: none;
}

#forgot-password {
	display: none;
}

.error-message {
	display: none;
}

pre {
	display: none;
}
.what {
	position: relative;
	padding: 280px 0 50px !important;
}

header {
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	z-index: 100;
	height: 20px;
}

.menu_ul {
	display: inline-block;
	float: right;
}

.menu_ul li {
	display: inline-block;
	list-style-type: none;
	/*margin-right: 24px;*/
	margin-right: 14px;
	position: relative;
}

.menu_ul li:last-child {
	margin-right: 0;
}

.menu_ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #2475e6;
	position: relative;
}

.menu_ul li > i {
	color: #2475e6;
	margin-left: 6px;
	font-size: 12px;
}

.menu_ul > li > a:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0;
	height: 1px;
	opacity: 0.4;
	border-radius: 0.5px;
	background-color: #2475e6;
}

.submenu_wr {
	display: none;
	position: absolute;
	z-index: 1;
}

.submenu_ul {
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	width: 184px;
	margin-left: -20px;
	margin-top: 30px;
}

.submenu_ul li {
	display: block;
	list-style-type: none;
	margin-right: 0;
}

.submenu_ul li a {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #040527 !important;
	text-decoration: none;
	display: block;
	padding: 10px 20px 10px 20px;
}

.submenu_ul li a:after {
	display: none;
}

.submenu_ul li a.active {
	color: #000;
	font-weight: bold;
}

.submenu_ul li:hover {
	background-color: rgba(46, 133, 255, 0.2);
}

.main_page .submenu_ul li:hover,
.client_page .submenu_ul li:hover,
.multibtn .submenu_ul li:hover {
	background-color: rgba(46, 133, 255, 0.2);
}

.feedback_page .submenu_ul li:hover,
.zahvat .submenu_ul li:hover,
.chat_page .submenu_ul li:hover,
.credit .submenu_ul li:hover {
	background-color: rgba(255, 56, 106, 0.2);
}

.stado .submenu_ul li:hover {
	background-color: rgba(18, 202, 88, 0.2);
}

.Kviz .submenu_ul li:hover,
.crm .submenu_ul li:hover {
	background-color: rgba(155, 123, 224, 0.2);
}

.menu_ul > li:hover .submenu_wr {
	display: block;
}

.header_logoline {
	position: relative;
	z-index: 3;
}

.header_logoline_wr {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_logo {
	position: relative;
	width: 179px;
	/* height: 83px; 
  left: -40px; */
	margin-bottom: -15px;
}

.header_wr_number {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}

.btn_room {
	width: 120px;
	height: 48px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	background-color: #ffe53b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #26262a;
	text-decoration: none;
}

.btn_room > i {
	margin-left: 15px;
}

.number_tel {
	margin-right: 10px;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #26262a;
	font-family: 'BigCityGrotesquePro';
	text-decoration: none;
}

#icon_email {
	margin-right: 10px;
	color: #26262a;
	font-size: 20px;
}

.header_text_wr {
	margin-top: 40px;
}

.header_text_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.header_text_col_1 {
	max-width: 500px;
}

.header_text_col_2 {
	margin-right: 140px;
	overflow: hidden;
	max-height: 388px;
	margin-top: -10px;
}

.header_title {
	font-family: 'BigCityGrotesquePro';
	font-size: 36px;
	font-weight: 900;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 20px;
}

#header_title_big {
	font-size: 42px;
	font-weight: 800;
	font-family: 'BigCityGrotesquePro';
}

.header_text {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 25px;
}

.header_text h1 {
	display: inline;
	font-size: 21px;
}

.header_menu_two {
	display: inline-block;
	margin-bottom: 30px;
}

.header_menu_two li {
	display: inline-block;
	list-style-type: none;
	margin-right: 34px;
}

.header_menu_two li:last-child {
	margin-right: 0;
}

.header_menu_two li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #fff;
	position: relative;
}

.header_menu_two li a:hover {
	opacity: 0.75;
}

.header_menu_two li a:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0;
	height: 1px;
	opacity: 0.3;
	border-radius: 0.5px;
	background-color: #fff;
}

#head_email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form_email_input {
	width: 265px;
	height: 54px;
	border-radius: 6px;
	background-color: #f7f7f3;
	font-size: 16px;
	margin-right: 12px;
	padding-left: 18px;
	border: none;
}

.form_email_input:focus {
	outline: none;
}

.form_email_btn,
.form_callback_btn {
	padding: 0 18px;
	height: 54px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	background-color: #ffe53b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #26262a;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	text-align: center;
}

.form_email_btn:hover,
.form_callback_btn:hover {
	-webkit-box-shadow: 0 2px 2px 0 rgba(255, 229, 59, 0.5);
	box-shadow: 0 2px 2px 0 rgba(255, 229, 59, 0.5);
	background-color: #ffdd00;
}

.form_email_btn:active,
.form_email_btn:focus,
.form_callback_btn:active,
.form_callback_btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffdd00;
}

#head_email_input {
	width: 265px;
	height: 54px;
	border-radius: 6px;
	background-color: #f7f7f3;
	font-size: 16px;
	margin-right: 12px;
	padding-left: 18px;
	border: none;
}

#head_email_input:focus {
	outline: none;
}

#head_email_btn {
	width: 138px;
	height: 54px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	background-color: #ffe53b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #26262a;
	border: none;
	outline: none;
}

.slider_header,
.slider_header_wr {
	width: 400px;
	padding-top: 10px;
}

.slider_header .slick-track {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-arrow {
	display: none !important;
}

.slick-dots {
	left: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
	width: 24px;
	content: '';
	background-color: #fff;
	border-radius: 46px;
	height: 6px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

li.slick-active {
	width: 24px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 6px;
	height: 6px;
	padding: 0;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:before {
	opacity: 0.5;
	color: #fff !important;
	width: 6px;
	height: 6px;
	line-height: 6px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 6px;
}

.head_prem {
	padding-top: 160px;
	margin-bottom: 80px;
}

.head_prem_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #26262a;
	margin-bottom: 40px;
}

.head_prem_text_wr {
	position: relative;
	width: 330px;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	height: 260px;
}

.head_prem_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.head_prem_text {
	font-family: BigCityGrotesquePro;
	font-size: 52px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #ff3768;
	line-height: 0.96;
	margin-bottom: 20px;
}

#head_prem_text_span {
	margin-top: 25px;
	font-size: 32px;
	color: #26262a;
	display: block;
	line-height: 38px;
}

#head_prem_text_span_star {
	font-size: 52px;
	font-weight: normal;
	line-height: 32px;
	opacity: 0.27;
	letter-spacing: normal;
	color: #26262a;
}

.head_prem_text_wr:after {
	content: '';
	top: -44px;
	left: -45px;
	content: '';
	position: absolute;
	width: 315px;
	height: 315px;
	-webkit-transform: rotate(-371deg);
	-ms-transform: rotate(-371deg);
	transform: rotate(-371deg);
	opacity: 0.1;
	border-radius: 58.3px;
	background-color: #2d85ff;
}

.head_prem_small {
	opacity: 0.38;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #26262a;
}

.head_prem_row {
	overflow: hidden;
	margin-top: 24px;
	/*margin-top: 80px;*/
}

.head_prem_col {
	width: 50%;
	height: auto;
	float: left;
}

.head_prem_col_img_wr {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	margin-right: 16px;
	border-radius: 10px;
	background-color: rgba(46, 133, 255, 0.1);
}

.head_prem_col img {
	display: block;
}

.head_prem_col_p {
	font-family: 'BigCityGrotesquePro';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: normal;
	color: #26262a;
	padding-left: 56px;
	margin-right: 25px;
}

.head_prem_col_p b {
	font-weight: 500;
}

/*Продукты наши*/
.product_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #26262a;
	margin-bottom: 56px;
}

.product_wr {
	width: 100%;
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.product_col {
	width: calc(33% - 24px);
	margin: 12px 12px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #ccc;
}

.product_col_wr {
	margin: 30px;
}

.product_col_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 28px;
	line-height: 20px;
}

.product_col_title a {
	color: #fff;
	text-decoration: none;
}

.product_col_title a:hover {
	opacity: 0.75;
}

.product_col_title:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0;
	height: 1px;
	opacity: 0.4;
	border-radius: 0.5px;
	background-color: #fff;
}

.product_col_text {
	height: 160px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: normal;
	color: #fff;
}

.product_col_text span {
	display: block;
	margin-top: 7px;
	font-weight: bold;
	font-size: 17px;
}

.product_col_slider_wr {
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 305px;
	border-radius: 8px;
	margin-bottom: 20px;
	padding-bottom: 40px;
}

.product_col_slider_wr .slick-list {
	min-width: 100%;
}

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

.product_col_slider_wr .slick-slide,
.product_col_slider_wr .slick-slide > div,
.product_col_slider_slide {
	height: 100%;
}

.slick-dotted.slick-slider {
	/*margin-top: -20px;*/
}

.product_col_slider {
	width: 110%;
	left: -5%;
	height: 325px;
	top: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.product_col_slider_slide_wr {
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_col_slider_slide img {
	max-width: 332px;
	max-height: 330px;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
}

.product_col_btn {
	height: 54px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	background-color: #ffe53b;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: #26262a;
	text-decoration: none;
	margin-bottom: 20px;
}

.product_col_btn:hover {
	-webkit-box-shadow: 0 2px 2px 0 rgba(255, 229, 59, 0.5);
	box-shadow: 0 2px 2px 0 rgba(255, 229, 59, 0.5);
	background-color: #ffdd00;
}

.product_col_btn:active,
.product_col_btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffdd00;
}

.product_col_install {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

/*Интеграция с сервисами*/
.integer_service {
	margin-top: 60px;
	margin-bottom: 80px;
}

.integer_service_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	font-style: normal;
	color: #26262a;
	margin-bottom: 20px;
}

.integer_service_wr {
	width: 100%;
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.integer_service_col {
	width: 25%;
}

.integer_service_col > div {
	border-radius: 4.2px;
	background-color: #f4f7fc;
	margin: 12px 12px;
}

.integer_service_col_small img {
	width: 100%;
}

.integer_service_wr_small {
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.integer_service_col_small {
	width: 20%;
}

.integer_service_col_small > div {
	margin: 5px 5px;
	border-radius: 8px;
	background-color: #f4f7fc;
	padding: 8px 0;
}

.integer_service_col img {
	width: 100%;
}

.integer_service_btn {
	width: 100%;
	height: 47px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #2475e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 12px;
	border: 2px solid rgba(36, 117, 230, 0.5);
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 24px;
}

/*Форма*/
.form_12 {
	width: 100%;
	height: 360px;
	background-color: #26262a;
	position: relative;
	margin-bottom: 80px;
	margin-top: 160px;
}

.form_12:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
}

.form_12_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 64px;
	color: #fff;
	margin-bottom: 26px;
	padding-top: 15px;
}

.form_12_title span {
	color: #ffe53b;
}

.form_12_text {
	font-family: BigCityGrotesquePro;
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
	color: #fff;
	margin-bottom: 30px;
}

#circle-blue {
	position: absolute;
	left: 41%;
	top: -13%;
	width: 14px;
}

#circle-pink {
	position: absolute;
	left: 10%;
	top: 20%;
}

#circle-yellow {
	position: absolute;
	right: 25%;
	top: 18%;
	width: 35px;
}

#line-pinklight {
	position: absolute;
	top: 74%;
	left: 50%;
	width: 29px;
}

#zigzag-pink-big {
	position: absolute;
	left: 65%;
	bottom: -13%;
}

#zigzag-purpl {
	position: absolute;
	top: -15%;
	left: 19%;
	width: 45px;
}

#circle-purple {
	position: absolute;
	top: 55%;
	right: 15%;
	width: 16px;
}

/*Кейсы*/
.keys {
	margin-bottom: 80px;
	overflow: hidden;
}

.keys_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 64px;
	color: #26262a;
	margin-bottom: 48px;
}

.keys_btn_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}

.keys_btn_wr a {
	padding: 0 16px;
	height: 44px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #2475e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 12px;
	border: 2px solid rgba(36, 117, 230, 0.5);
	text-decoration: none;
}

.keys_btn_wr a:hover {
	border: solid 2px #2475e6;
}

.keys_btn_wr a.active {
	background-color: #2475e6;
	color: #fff;
}

.keys_block {
	padding: 32px 35px;
	border-radius: 24px;
	background-color: #f4f7fc;
	overflow: hidden;
	margin-bottom: 24px;
}

.keys_block_header {
	overflow: hidden;
	margin-bottom: 24px;
}

.keys_block_header img {
	width: 110px;
	height: 110px;
	float: left;
	border-radius: 50%;
	margin-right: 27px;
}

.keys_block_citata {
	font-family: BigCityGrotesquePro;
	font-size: 26px;
	font-weight: bold;
	color: #26262a;
	line-height: 27px;
	margin-bottom: 15px;
}

.keys_block_statys {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: 500;
	line-height: 27px;
	color: #26262a;
	margin-bottom: 15px;
}

.keys_block_link {
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	color: #2475e6;
	text-decoration: none;
}

.keys_block_opis {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: normal;
	color: #26262a;
	margin-bottom: 5px;
}

.keys_block_opis span {
	width: 115px;
	margin-right: 22px;
	display: block;
	float: left;
}

.keys_block_body {
	margin-bottom: 30px;
}

.keys_block_text {
	font-size: 16px;
	line-height: 24px;
	color: #1f232c;
}

.btn_all_keys {
	width: 100%;
	height: 47px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #2475e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 12px;
	border: 2px solid rgba(36, 117, 230, 0.5);
	text-decoration: none;
	margin-bottom: 20px;
	box-sizing: border-box;
}

/*Форма с девушкой*/
.form_girl {
	margin-top: 160px;
	width: 100%;
	height: 520px;
	background-color: #26262a;
	position: relative;
}

.form_girl_img {
	height: 120%;
	position: absolute;
	right: 120px;
	bottom: 30px;
	z-index: 10;
}

.form_girl_bg {
	width: 500px;
	height: 500px;
	-webkit-transform: rotate(-330deg);
	-ms-transform: rotate(-330deg);
	transform: rotate(-330deg);
	border-radius: 130px;
	background-color: #fff;
	position: absolute;
	z-index: 9;
	right: 177px;
	bottom: 77px;
}

.form_girl:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
}

.form_girl_text {
	font-family: BigCityGrotesquePro;
	font-size: 38px;
	font-weight: 900;
	font-style: normal;
	line-height: 48px;
	color: #fff;
	max-width: 534px;
	margin-bottom: 24px;
	padding-top: 25px;
}

.span_big {
	font-size: 45px;
}

.yellow_span {
	color: #ffe53b;
}

.form_girl_textsecond {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: normal;
	line-height: 28px;
	color: #ffffff;
	max-width: 468px;
	margin-bottom: 32px;
}

/*Footer*/
footer {
	padding: 48px 0 30px;
}

.footer_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_menu_wr {
	width: calc(100% - 250px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_mainblock {
	max-width: 250px;
	width: 100%;
}

.wr_footer_phone {
	overflow: hidden;
	margin-bottom: 15px;
}

.footer_logo {
	width: 130px;
	margin-top: -5px;
	display: block;
	margin-bottom: 13px;
}

.footer_mobile_img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	display: block;
	float: left;
}

.footer_mobile {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #26262a;
	text-decoration: none;
}

.footer_mobile:hover {
	text-decoration: underline;
	color: #ff3737;
}

.footer_bank {
	opacity: 0.5;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #26262a;
	margin-bottom: 12px;
}

.footer_dogovor {
	position: relative;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #26262a;
	text-decoration: none;
	margin-bottom: 15px;
	display: inline-block;
}

.footer_dogovor:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 2px;
	left: 0;
	height: 1px;
	opacity: 0.3;
	border-radius: 1px;
	background-color: #26262a;
}

.footer_garant {
	opacity: 0.5;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #26262a;
	margin-bottom: 30px;
}

.footer_menu_title {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: bold;
	line-height: 20px;
	color: #26262a;
	margin-bottom: 24px;
}

.footer_col {
	width: 33%;
}

.footer_link {
	display: table;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #2475e6;
	text-decoration: none;
	margin-bottom: 13px;
	position: relative;
}

.footer_col .active {
	font-weight: bold;
}

.footer_link:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 1px;
	left: 0;
	height: 1px;
	opacity: 0.3;
	border-radius: 1px;
	background-color: #2475e6;
}

.footer_social {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 12px;
}

.footer_social img {
	width: 100%;
}

/*отзывы*/
.reviews {
	margin-bottom: 60px;
}

.reviews_wr {
	/*width: 100%;*/
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.reviews_col {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.reviews_col > div {
	margin: 12px 12px;
	border-radius: 6px;
	background-color: #f4f7fc;
	height: 100%;
}

.reviews_pad {
	padding: 24px;
	overflow: hidden;
}

.mc-navlabel {
	display: none !important;
}

.reviews .reviews_wr .cc.mc-red .mc-btn2 {
	font-size: 18px !important;
	font-weight: 500 !important;
	font-style: normal !important;
	text-align: center;
	color: #2475e6 !important;
	height: 54px !important;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2) !important;
	box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2) !important;
	background-color: #ffffff !important;
	border: solid 2px rgba(36, 117, 230, 0.5) !important;
}

.reviews_names {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #26262a;
	float: left;
}

.reviews_date {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: right;
	color: #26262a;
	float: right;
}

.reviews_wr_info {
	overflow: hidden;
	margin-bottom: 12px;
}

audio {
	background-color: #fff;
	width: 395px;
}

audio::-webkit-media-controls-panel {
	background-color: #fff;
}

.player {
	float: left;
}

.plyer_text {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: normal;
	text-align: right;
	color: #2475e6;
	float: right;
	margin-top: 15px;
	text-decoration: none;
	position: relative;
}

.plyer_text:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0;
	height: 1px;
	opacity: 0.3;
	border-radius: 1px;
	background-color: #2475e6;
}

.reviews_col_audio {
	background-color: transparent;
}

.reviews_pad {
	border-radius: 6px;
	background-color: #f4f7fc;
	margin-bottom: 12px;
}

.btn_all_audio {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	color: #2475e6;
	height: 54px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2);
	box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2);
	background-color: #ffffff;
	border: solid 2px rgba(36, 117, 230, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 24px;
}

.reviews_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: normal;
	color: #26262a;
	margin-bottom: 20px;
}

/***************************************************/
/******************Обратный звонок******************/
/***************************************************/
.feedback_page .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/iconServiceCallback.svg);
	right: 0;
	top: -13px;
}

.feedback_page .header_tab {
	background-color: #ff3768;
}

.feedback_page .menu_ul li a,
.feedback_page .menu_ul li > i {
	color: #ff3768;
}

.feedback_page .menu_ul li a:after {
	background-color: #ff3768;
}

.header_title_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 67px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
}

.feedback_page .header_menu_two li a {
	color: #941937;
}

.feedback_page .header_menu_two li a:hover {
	opacity: 1;
	color: #760d26;
}

.feedback_page .header_menu_two li a:after {
	background-color: #941937;
}

/*Что дает....*/
.feedback_page .head_prem_text {
	color: #ff3768;
}

.feedback_page .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.feedback_page .head_prem_text_wr:after {
	background-color: #ff3768;
}

.feedback_page .head_prem_col_img_wr {
	background-color: rgba(255, 56, 106, 0.1);
}

/*Перед футером форма*/
.feedback_footer {
	width: 100%;
	background-color: #ff3768;
	position: relative;
	margin-top: 160px;
}

.feedback_footer_wr {
	padding-bottom: 90px;
	padding-top: 40px;
}

.feedback_footer:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
}

.feedback_footer_text {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	line-height: 1.33;
	color: #ffffff;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*Вопросы*/
.questions {
	margin-bottom: 80px;
}

.questions_headet {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 48px;
}

.questions_row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.questions_col {
	width: 50%;
}

.questions_col a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 18px;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-decoration: underline;
	border-radius: 6px;
	/*min-height: 46px;*/
	background-color: #f4f7fc;
	margin: 6px;
	color: rgba(35, 116, 231, 0.5);
}

.questions_col a span {
	color: #2475e6;
}

.questions_btn {
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #2475e6;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2);
	box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2);
	border: solid 2px rgba(36, 117, 230, 0.5);
	background-color: #ffffff;
	height: 54px;
	width: 100%;
	margin-right: 6px;
	margin-left: 6px;
	text-decoration: none;
}

/*Более 6000 живых отзывов*/
.feedback_6000 {
	height: 480px;
	width: 100%;
	background-image: url(../images/otziv_big.png);
	margin-bottom: 60px;
}

.feedback_6000_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 480px;
}

.feedback_6000_text {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 64px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 48px;
}

.feedback_6000_btn {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: #2475e6;
	width: 320px;
	height: 54px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2);
	box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2);
	border: solid 2px rgba(36, 117, 230, 0.5);
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.feedback_6000_btn:hover {
	background-color: #1a6ee3;
	border: solid 2px #1a6ee3;
	-webkit-box-shadow: 0 2px 1px 0 rgba(36, 117, 230, 0.36);
	box-shadow: 0 2px 1px 0 rgba(36, 117, 230, 0.36);
	color: #ffffff;
}

.feedback_6000_btn:focus,
.feedback_6000_btn:active {
	background-color: #1a6ee3;
	color: #ffffff;
	border: solid 2px #1a6ee3;
}
/*Конструктор сайтов*/
.tarif_constructor {
	background-color: #171717;
}
.constructor_page .header_tab {
	overflow: hidden;
	background-color: #171717;
	padding-bottom: 8%;
}
.constructor_page .header_text_row {
	padding-top: 80px;
}
.constructor_page .header_box_img {
	position: absolute;
	top: -16%;
	left: 7%;
	right: 0;
}
/* .constructor_page .header_box_img img{
  height: auto;
  width: 100%;
} */
 #advantages-918{
	padding-top: 0;
 }
#advantages-910{
	margin-bottom: 0;
}
.constructor_page .tarif_function_p {
	color: #26262a;
}
.constructor_page .tarif_header {
	color: #26262a;
}
.constructor_page .tarif_paket_col.test .tarif_paket_name,
.constructor_page .tarif_paket_col.test .tarif_paket_opis,
.constructor_page .tarif_paket_col.test .tarif_paket_count,
.constructor_page .tarif_paket_col.test .tarif_paket_text {
	color: #26262a;
}
.constructor_page .tarif_function {
	color: #26262a;
}
.constructor_page .tarif_paket_col.test {
	background-color: #f3f7fc;
}
.constructor_page .tarif_paket_col {
	background-color: #f3f7fc;
}
.constructor_page .keys,
.constructor_page .feedback_6000 {
	display: none;
}
.constructor_page .form_registration {
	background-color: #171717;
}
.constructor_page .saving_content {
	position: relative;
}
.constructor_page .saving_list {
	list-style: none;
	font-size: 22px;
	color: #fff;
	display: inline-block;
}
.constructor_page .saving_item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 260px;
	text-align: center;
}
.constructor_page .saving_item:first-child {
	background-image: url(../images/square1.png);
	position: absolute;
	right: 22%;
	top: -15%;
}
.constructor_page .saving_item:nth-child(2) {
	background-image: url(../images/square2.png);
	position: absolute;
	right: -2%;
	top: -25%;
}
.constructor_page .saving_item:nth-child(3) {
	background-image: url(../images/square3.png);
	position: absolute;
	right: 8%;
	bottom: 9%;
}
.constructor_page .saving_item:last-child {
	font-size: 53px;
	color: #000;
	position: absolute;
	top: 0%;
	right: 9%;
}
.constructor_page .saving_box_img {
	width: 75%;
	position: relative;
	left: -8%;
}
.constructor_page .saving_header {
	margin-bottom: 100px;
}
.constructor_page .slider_header{
	display: none;
}

.constructor_page .saving_box_img img {
	width: 100%;
	height: auto;
}
.constructor_page .saving_subtitle {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	max-width: 630px;
	margin-block: 40px;
	margin-inline: auto;
}
.constructor_page .saving_desc {
	font-size: 26px;
	color: #26262a;
	text-align: center;
	max-width: 630px;
	margin-block: 40px;
	margin-inline: auto;
	font-weight: 600;
}
.constructor_page #saving .form_email_btn {
	margin-inline: auto;
	    z-index: 500;
    position: relative;
}
.constructor_page .feedback_footer{
	background-color: #171717;
}
.form_registration_bg {
	position: absolute;
	right: 0%;
	top: -52%;
	z-index: 9;
}
#form_registration-919 .form_registration_bg {
	display: none;
}
#form_registration-916 .form_registration_wr {
	z-index: 10;

}
.constructor_page .form_registration_text {
	max-width: 350px;
}
.fitchi_box_img img {
	width: 100%;
	height: auto;
}
#advantages-917 {
	margin-bottom: 0;
}
#advantages-917 .fichi_col_50 > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 0;
}
#advantages-917 .fichi_col_50:nth-child(2) > div {
	background-color: #171717;
}
#advantages-917 .fichi_col_50:nth-child(5),
#advantages-917 .fichi_col_50:nth-child(6) {
	width: 100%;
}
#advantages-917 .fichi_col_50:nth-child(5) > div {
	flex-direction: row;
	gap: 42px;
	padding-bottom: 40px;
}
#advantages-917 .fichi_col_50:nth-child(6) > div {
	flex-direction: row;
	background-color: #171717;
}
#advantages-917 .fichi_col_50:nth-child(5) > div > div,
#advantages-917 .fichi_col_50:nth-child(6) > div > div {
	width: 50%;
}
#advantages-917 .fichi_col_50:nth-child(2) > div .fichi_name,
#advantages-917 .fichi_col_50:nth-child(6) > div .fichi_name,
#advantages-917 .fichi_col_50:nth-child(2) > div .fichi_text,
#advantages-917 .fichi_col_50:nth-child(6) > div .fichi_text {
	color: #fff;
}
#tarif_paket_wr-919 .tarif_paket_col_wr:last-child .tarif_paket_col {
	background-color: #26262a;
	position: relative;
}
#tarif_paket_wr-919 .tarif_paket_col_wr:last-child .tarif_paket_col::before {
	content: 'экономия 2 978 ₽';
	display: block;
	background-color: #ff3768;
	border-radius: 5px;
	padding: 4px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
}
#tarif_paket_wr-919
	.tarif_paket_col_wr:last-child
	.tarif_paket_col
	.tarif_paket_opis,
#tarif_paket_wr-919
	.tarif_paket_col_wr:last-child
	.tarif_paket_col
	.tarif_paket_count,
#tarif_paket_wr-919
	.tarif_paket_col_wr:last-child
	.tarif_paket_col
	.tarif_paket_name {
	color: #fff;
}
#advantages-918 .dop_fichi_header{
	margin-bottom: 100px;
}
#advantages-918 .img{
	margin-top: -90px;
    margin-bottom: 42px;
}
#advantages-918 .dop_fichi_wr{
	display: grid;
	
    grid-template-columns: repeat(2, 1fr);

}
#advantages-918 .fichi_col_50{
	width: inherit;

}#advantages-918 .fichi_col_50:first-child{
	grid-area: 1 / 1 / 3 / 2;


}

#advantages-918 .fichi_col_50:first-child > div{
	background-image: url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-color: #171717;
	
}
#advantages-918 .fichi_col_50:first-child > div .fichi_text,
#advantages-918 .fichi_col_50:first-child > div .fichi_name
{
	color: #fff;
	
}
/*Тарифы на обратный звонок*/
.tarif {
	margin-bottom: 80px;
	width: 100%;
	position: relative;
	padding-top: 70px;
	padding-bottom: 80px;
}
.constructor_page .tarif{
	
	padding-bottom: 0;
}

.tarif:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	bottom: 0;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
}

.tarif_feedback {
	background-color: #ff3768;
}

.tarif_header {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 64px;
	color: #ffffff;
	margin-bottom: 56px;
}

.tarif_function {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 24px;
}

.tarif_function_col {
	float: left;
	width: 50%;
}

.tarif_function_row {
	margin-bottom: 18px;
	overflow: hidden;
}

.tarif_function_img_wr {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 26px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	float: left;
}

.tarif_function_p {
	font-family: BigCityGrotesquePro;
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
	color: #ffffff;
	overflow: hidden;
}

.tarif_function_p_small {
	font-size: 14px;
	line-height: 1.64;
	color: #ffffff;
	margin-top: 10px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-left: 58px;
}

.tarif_paket_wr {
	width: 100%;
	/*margin: 0 -11px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-top: 32px;
}

.tarif_paket_col_wr {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.tarif_paket_col {
	margin: 0 11px;
	border-radius: 12px;
	background-color: #ffffff;
	padding: 44px 24px;
}

.tarif_paket_name {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #26262a;
}

.tarif_paket_count {
	font-family: BigCityGrotesquePro;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.53;
	color: #26262a;
	text-align: center;
	margin-bottom: 8px;
	/*min-height: 95px;*/
}

.tarif_paket_count span {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: 900;
	display: block;
	text-align: center;
	color: #26262a;
}

.tarif_paket_text {
	font-family: BigCityGrotesquePro;
	/*font-style: italic;*/
	font-size: 16px;
	line-height: 1.33;
	color: #26262a;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	margin-bottom: 20px;
}

.tarif_paket_btn,
.tarif_paket_btnF {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #26262a;
	width: 200px;
	height: 54px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	background-color: #ffe53b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	text-decoration: none;
}

.tarif_paket_btn:hover,
.tarif_paket_btnF:hover {
	-webkit-box-shadow: 0 2px 2px 0 rgba(255, 229, 59, 0.5);
	box-shadow: 0 2px 2px 0 rgba(255, 229, 59, 0.5);
	background-color: #ffdd00;
}

.tarif_paket_btn:active,
.tarif_paket_btn:focus,
.tarif_paket_btnF:active,
.tarif_paket_btnF:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffdd00;
}

.tarif_paket_col.test {
	background-color: rgba(0, 0, 0, 0.12);
}

.tarif_paket_col.test .tarif_paket_name,
.tarif_paket_col.test .tarif_paket_opis,
.tarif_paket_col.test .tarif_paket_count,
.tarif_paket_col.test .tarif_paket_text {
	color: #fff;
}

.b-detail_text {
	margin-bottom: 30px;
}

/*Дополнительные фошки*/
.dop_fichi {
	padding: 80px 0;
	margin: 0 0 30px;
	background-color: #f4f7fc;
}

.dop_fichi_header,
.saving_header {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 34px;
}
.constructor_page .saving{
	background-color: #f4f7fc;
	padding-bottom: 100px;
}
#advantages-915{
	background-color: #fff;
}
.dop_fichi_wr {
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.fichi_col_50 {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fichi_col_50 > div {
	margin: 12px;
	border-radius: 24px;
	background-color: #ffffff;
	padding: 24px;
	width: 100%;
}

.fichi_col_30 {
	width: 33.3333333333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fichi_col_30 > div {
	margin: 12px;
	border-radius: 24px;
	background-color: #ffffff;
	padding: 24px;
	width: 100%;
}

.fichi_col_100 {
	width: 100%;
}

.fichi_col_100 > div {
	margin: 24px 12px;
	border-radius: 24px;
	background-color: #ffffff;
	padding: 24px;
}

.fichi_header_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}

.fichi_img_wr {
	width: 48px;
	height: 48px;
	border-radius: 9px;
	background-color: #f4f7fc !important;
	margin-right: 16px;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.fichi_name {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
}

.fichi_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

.fichi_ul {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
	padding-left: 25px;
	margin-top: 8px;
}

.fichi_ul li {
	margin-bottom: 10px;
}

/*Зарегстрируйтесь бесплатно*/
.form_registration {
	width: 100%;
	height: 360px;
	background-color: #ff3768;
	position: relative;
}

.form_registration_wr {
	position: relative;
	z-index: 2;
}

.form_registration:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: 1;
	top: 0;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
	left: 0;
}

.form_registration_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #ffffff;
	margin-bottom: 20px;
	padding-top: 40px;
}

.form_registration_text {
	font-family: BigCityGrotesquePro;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.23;
	color: #ffffff;
	margin-bottom: 43px;
}

.premium_wr {
	padding-bottom: 80px;
}

.form_registration_circle1 {
	position: absolute;
	left: 10%;
	top: 20%;
	width: 16px;
	z-index: 10;
}

.form_registration_circle2 {
	position: absolute;
	left: 41%;
	top: -3%;
	width: 16px;
	z-index: 10;
}

.form_registration_circle3 {
	position: absolute;
	right: 25%;
	top: 18%;
	width: 34px;
	z-index: 10;
}

.form_registration_circle4 {
	position: absolute;
	top: 55%;
	right: 15%;
	width: 16px;
	z-index: 10;
}

.form_registration_line1 {
	position: absolute;
	top: 82%;
	left: 37%;
	width: 29px;
	z-index: 10;
}

.form_registration_line2 {
	left: 49%;
	position: absolute;
	top: 58%;
	z-index: 10;
}

.form_registration_zigzag1 {
	position: absolute;
	top: -15%;
	left: 19%;
	width: 45px;
	z-index: 10;
}

.form_registration_zigzag2 {
	position: absolute;
	left: 65%;
	bottom: -13%;
	width: 142px;
	z-index: 10;
}

/*Как это работает*/
.how_work {
	margin-bottom: 80px;
}

.how_work_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	margin-bottom: 66px;
	line-height: 1.19;
	color: #26262a;
}

.how_work_row {
	margin: 0 -12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.how_work_col {
	width: 50%;
}

.how_work_col_title {
	font-family: BigCityGrotesquePro;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.23;
	color: #26262a;
}

.how_work_text_wr {
	margin: 12px;
	margin-top: 0;
}

.how_work_text {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.17;
	color: #26262a;
}

.how_work_img {
	margin: 12px;
	margin-right: 21px;
	float: left;
}

.statistik_col_33_wr .how_work_img {
	margin: 0 32px 24px 0;
	float: left;
}

/*Как выглядит обратный звонок*/
.how_lock {
	position: relative;
	margin-top: 100px;
}

.how_lock:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.how_lock_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 36px;
}

.how_lock_slider_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	/*justify-content: space-between;*/
	margin-bottom: 100px;
}

.how_lock_slider_big {
	margin-right: 64px;
}

.how_lock_slider_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
	margin-bottom: 26px;
}

.how_lock_slider_big_slider,
.how_lock_slider_big_slider_slide {
	width: 664px !important;
}

.how_lock_slider_small_slider,
.how_lock_slider_small_slider_slide {
	width: 200px !important;
}

.how_lock_slider_big_slider .slick-dots li button:before,
.how_lock_slider_small_slider .slick-dots li button:before {
	opacity: 0.2;
	background-color: #26262a;
	color: #26262a !important;
}

.how_lock_slider_big_slider .slick-dots li.slick-active button:before,
.how_lock_slider_small_slider .slick-dots li.slick-active button:before {
	background-color: #ff3768;
	opacity: 1;
}

/***************************************************/
/********************Огненый чат********************/
/***************************************************/
.chat_page .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/iconServiceChat.svg);
	right: -20px;
	top: 0;
}

.chat_page .slider_header,
.chat_page .slider_header_wr {
	width: 350px;
}

.stado .slider_header,
.stado .slider_header_wr {
	width: 280px;
}

.chat_page .header_tab {
	background-color: #ff80b0;
}

.chat_page .menu_ul li a,
.chat_page .menu_ul li > i {
	color: #ff80b0;
}

.chat_page .menu_ul li a:after {
	background-color: #ff80b0;
}

.header_title_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 72px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
}

.chat_page .header_menu_two li a {
	color: #e91d4f;
}

.chat_page .header_menu_two li a:hover {
	opacity: 1;
	color: #c20f3b;
}

.chat_page .header_menu_two li a:after {
	background-color: #e91d4f;
}

/*Доступно для скачивания*/
.chat_dowl_wr {
	padding-top: 160px;
	margin-bottom: 80px;
}

.chat_dowl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.chat_dowl_col {
	width: 50%;
}

.chat_dowl_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #26262a;
	margin-bottom: 40px;
}

.chat_dowl_col > img {
	margin: 0 auto;
	display: block;
	margin-top: -85px;
}

.chat_dowl_row_title {
	font-family: BigCityGrotesquePro;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.23;
	color: #26262a;
	margin-bottom: 12px;
}

.chat_dowl_row_col_title {
	font-family: BigCityGrotesquePro;
	font-size: 15px;
	line-height: 1.17;
	color: #26262a;
	margin-bottom: 5px;
}

.chat_dowl_row_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

.chat_dowl_row_col a {
	display: block;
	overflow: ovefplay;
}

.chat_dowl_row_col {
	margin-right: 20px;
}

.chat_dowl_row {
	margin-bottom: 15px;
}

/*Что дает ....*/
/*.chat_page .head_prem {
  padding-top: 0;
}*/
.chat_page .head_prem_text {
	color: #ff80b0;
}

.chat_page .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.chat_page .head_prem_text_wr:after {
	background-color: #ff92bb;
}

.chat_page .head_prem_col_img_wr {
	background-color: rgba(255, 56, 106, 0.1);
}

.chat_page .head_prem_wr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*Приемущества чата*/
.advantages {
	position: relative;
	margin-top: 160px;
	background-color: #f4f7fc;
	padding-top: 40px;
	padding-bottom: 160px;
}

.advantages:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 77px;
}

/*----*/
.advantages_multi .advantages_title {
	font-family: BigCityGrotesquePro;
	margin-bottom: 23px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
}

.advantages_multi .sub_title {
	font-size: 18px;
	margin-bottom: 37px;
}

.multi_items {
	display: flex;
	margin: 0 -15px 74px;
	justify-content: space-between;
}

.multi_items .item {
	width: calc(33.3333333333% - 30px);
	max-width: 300px;
	margin: 15px;
}

.multi_items .item img:last-child {
	width: 100%;
}

.multi_items .item h4 {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}

.multi_items .item h4 img {
	width: 32px;
	height: auto;
	margin-right: 19px;
}

.multi_items .item p {
	font-size: 16px;
	line-height: 1.31;
	margin: 16px 0 28px 0;
}

.tag_cloud {
	margin-bottom: 77px;
}

.mb-05 {
	margin-bottom: 0.5em !important;
}

.tag_cloud a.cloud_link {
	display: inline-block;
	padding: 11px 6px 9px;
	background-color: #2475e6;
	border-radius: 5px;
	color: #f4f7fc;
	font-size: 14px;
	margin: 0 10px 10px 0;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.tag_cloud a.cloud_link:hover {
	background-color: #0f46a0;
}

/*----*/
.advantages_live_invitation {
	margin-bottom: 44px;
	overflow: hidden;
}

.advantages_live_invitation img {
	margin-right: 34px;
	display: block;
	float: left;
	max-width: 294px;
}

.advantages_live_invitation .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.13;
	color: #26262a;
	margin-bottom: 24px;
}

.advantages_live_invitation .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

.advantages_2_reset {
	margin: 30px 12px 0;
}

.advantages_2_reset img {
	width: 100%;
	margin-top: 22px;
}

.advantages_2 .grey {
	background-color: #eceff4;
	padding: 30px;
}

.advantages_2 .blue-grey {
	background-color: #d9e4f5;
	padding: 30px;
	border-radius: 6px;
}

.advantages_2 .white {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 6px;
}

.advantages_2 .pb_24 {
	padding-bottom: 24px;
}

.advantages_2 .mb_24 {
	margin-bottom: 24px;
}

.chat_page .tarif {
	background-color: #ff80b0;
}

/*----*/
.advantages_chat_row {
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-bottom: 64px;
}

.advantages_chat_col {
	width: 33%;
}

.advantages_chat_col img {
	margin: 0 12px;
	margin-bottom: 12px;
	max-width: 100%;
	width: 90%;
}

.advantages_chat_col .advantages_text {
	margin: 0 12px;
	font-size: 14px;
	line-height: 1.43;
	color: #323232;
}

/*-----*/
.advantages_goup_chat {
	border-radius: 6px;
	background-color: #d9e4f5;
	padding: 0 30px;
	overflow: hidden;
	margin-bottom: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}

.advantages_goup_chat img {
	width: 100%;
	max-width: 70%;
	height: 100%;
}

.advantages_goup_chat .advantages_title {
	margin-bottom: 15px;
	font-family: BigCityGrotesquePro;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.23;
	color: #26262a;
}

.advantages_goup_chat .advantages_text {
	opacity: 0.75;
	font-size: 16px;
	line-height: 1.31;
	color: #323232;
}

.advantages_goup_chat_wr_text {
	margin: 30px 0;
	margin-right: 22px;
	width: 256px;
}

/*-----*/
.advantages_wiget {
	overflow: hidden;
	padding-top: 50px;
	margin-bottom: 40px;
}

.advantages_wiget_col {
	width: 50%;
	float: left;
	position: relative;
	min-height: 355px;
}

.advantages_wiget .advantages_title {
	font-family: BigCityGrotesquePro;
	margin-bottom: 26px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
}

.advantages_wiget .advantages_text {
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

.advantages_wiget_group_p {
	padding: 6px 9px;
	border-radius: 3.1px;
	background-color: #2475e6;
	font-family: MuseoSansCyrl;
	font-size: 11.7px;
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
}

.advantages_wiget_col img {
	position: relative;
	z-index: 10;
	max-width: 100%;
}

.advantages_wiget_col_img {
	width: 314px;
	height: 314px;
	-webkit-transform: rotate(-376deg);
	-ms-transform: rotate(-376deg);
	transform: rotate(-376deg);
	border-radius: 48px;
	background-color: #fff;
	position: absolute;
	left: 30px;
	z-index: 9;
	top: -6px;
}

/*-----*/
.advantages_work_bad_connect {
	overflow: hidden;
	border-radius: 6px;
	background-color: #d9e4f5;
	padding: 30px;
	margin-bottom: 40px;
}

.advantages_work_bad_connect_col1 {
	float: left;
	width: 60%;
}

.advantages_work_bad_connect_col2 {
	float: right;
	width: 40%;
}

.advantages_work_bad_connect_col2 img {
	width: 100%;
}

.advantages_work_bad_connect .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
	margin-bottom: 24px;
}

.advantages_work_bad_connect .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

/*-----*/
.advantages_app {
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
	padding-top: 60px;
	margin-bottom: -10px;
}

.advantages_app img {
	width: 432px;
	float: left;
	margin-right: 41px;
	z-index: 10;
	position: relative;
}

.advantages_app_img {
	width: 314px;
	height: 314px;
	-webkit-transform: rotate(-376deg);
	-ms-transform: rotate(-376deg);
	transform: rotate(-376deg);
	border-radius: 48px;
	background-color: #fff;
	position: absolute;
	left: 61px;
	z-index: 9;
	top: 32px;
}

.advantages_app .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
	margin-bottom: 20px;
}

.advantages_app .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
	margin-bottom: 15px;
	margin-left: 473px;
}

/*-----*/
.advantages_new_room {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

.advantages_new_room_col {
	width: 50%;
	float: left;
}

.advantages_new_room_col_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.advantages_new_room_col img {
	width: 100%;
	margin-left: 19px;
}

.advantages_new_room_col .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	margin-bottom: 16px;
	color: #26262a;
}

.advantages_new_room_col .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

/*-----*/
.advantages_smile {
	padding: 30px;
	border-radius: 6px;
	background-color: #d9e4f5;
	overflow: hidden;
	margin-bottom: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.advantages_smile_col {
	width: 50%;
	float: left;
}

.advantages_smile_col img {
	width: calc(100% - 17px);
	display: block;
	margin-right: 17px;
}

.advantages_smile_col .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
	margin-bottom: 16px;
	margin-left: 17px;
}

.advantages_smile_col .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
	margin-left: 17px;
}

/*-----*/
.advantages_chat_img {
	margin-bottom: 90px;
	min-height: 247px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

.advantages_chat_img img {
	float: left;
	display: block;
	margin-right: 32px;
}

.advantages_chat_img .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	margin-bottom: 16px;
	padding-top: 60px;
	color: #26262a;
}

.advantages_chat_img .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

/*-----*/
.advantages_name_chat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 90px;
}

.advantages_name_chat_col {
	width: 50%;
}

.advantages_name_chat_col .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	margin-bottom: 16px;
	color: #26262a;
}

.advantages_name_chat_col .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
	margin-bottom: 15px;
}

.advantages_name_chat_col img {
	float: right;
	position: relative;
	z-index: 10;
}

.advantages_name_chat_img {
	width: 314px;
	height: 314px;
	-webkit-transform: rotate(-376deg);
	-ms-transform: rotate(-376deg);
	transform: rotate(-376deg);
	border-radius: 48px;
	background-color: #fff;
	position: absolute;
	right: 80px;
	z-index: 9;
	bottom: -60px;
}

.advantages_mob_prog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.advantages_mob_prog_col {
	width: 50%;
}

.advantages_mob_prog_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	margin-bottom: 16px;
	color: #26262a;
}

.advantages_mob_prog_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
	margin-bottom: 15px;
}

.advantages_mob_prog_col img {
	margin: 0 auto;
	display: block;
}

.advantages_mob_prog_ul {
	margin-left: 15px;
}

/*Форма регистрации*/
.chat_page .form_registration {
	background-color: #ff80b0;
}

/*Приемущества 2 часть*/
.advantages_2 {
	background-color: #f4f7fc;
	padding-top: 80px;
	padding-bottom: 80px;
}

.advantages_2_file_row {
	margin: 0 -12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 60px;
}

.advantages_2_file_col {
	width: 50%;
}

.advantages_2_file_row .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
	margin-bottom: 16px;
}

.advantages_2_file_row .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
	margin-bottom: 25px;
}

.advantages_2_file {
	border-radius: 6px;
	background-color: #d9e4f5;
	padding: 30px;
	margin: 0 12px;
	margin-bottom: 24px;
}

.advantages_2_name {
	border-radius: 6px;
	background-color: #eceff4;
	padding: 30px;
	margin: 0 12px;
	margin-bottom: 24px;
}

.advantages_2_name img,
.advantages_2_statys img,
.advantages_2_file img,
.advantages_2_info img {
	width: 100%;
}

.advantages_2_file img {
	max-width: 408px;
}

.advantages_2_info img {
	max-width: 386px;
}

.advantages_2_name img {
	max-width: 304px;
}

.advantages_2_statys img {
	max-width: 309px;
}

.advantages_2_statys,
.advantages_2_info {
	border-radius: 6px;
	background-color: #d9e4f5;
	padding: 30px;
	margin: 0 12px;
}

/*Шаблоны (быстрые ответы)*/
.advantages_2_teamplate {
	overflow: hidden;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.advantages_2_teamplate_text_wr {
	margin-right: 20px;
}

.advantages_2_teamplate img {
	width: 551px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.advantages_2_teamplate_text_wr .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
	margin-bottom: 16px;
}

.advantages_2_teamplate_text_wr .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

/*Соцсети*/
.advantages_2_social {
	border-radius: 6px;
	background-color: #d9e4f5;
	padding: 24px 48px 0 48px;
	overflow: hidden;
	margin-bottom: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}

.advantages_2_social img {
	width: 294px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.advantages_2_social_textwr {
	margin-top: 50px;
	padding-left: 40px;
	overflow: hidden;
}

.advantages_2_social_textwr .advantages_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	margin-bottom: 16px;
	color: #26262a;
}

.advantages_2_social_textwr .advantages_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

/*аналитика*/
.advantages_2_analitic {
	margin-bottom: 30px;
	overflow: hidden;
}

.advantages_2_analitic img {
	width: 50%;
	padding-bottom: 8px;
	float: right;
}

.advantages_2_analitic .advantages_title {
	margin-bottom: 16px;
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
}

.advantages_2_analitic .advantages_text {
	padding-right: 20px;
	font-size: 16px;
	line-height: 1.31;
	font-weight: normal;
	color: #26262a;
	overflow: hidden;
	margin-bottom: 10px;
}

/*Возврат*/
.advantages_2_refund {
	border-radius: 6px;
	background-color: #e4fae6;
	padding: 19px 30px 14px 52px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.advantages_2_refund img {
	width: 228px;
	float: left;
	margin-right: 44px;
}

.advantages_2_refund .advantages_title {
	margin-bottom: 16px;
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
}

.advantages_2_refund .advantages_text {
	font-family: MuseoSansCyrl;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #323232;
}

/*Тарифы*/
#block3 {
	position: relative;
}

#tarif_circle_1 {
	position: absolute;
	top: 155px;
	left: 302px;
	z-index: 1;
}

#tarif_circle_2 {
	position: absolute;
	top: 302px;
	z-index: 1;
	right: 320px;
}

#tarif_line {
	position: absolute;
	top: 33px;
	left: 69%;
	z-index: 1;
}

#tarif_zigzag {
	position: absolute;
	top: 35px;
	left: 430px;
	z-index: 1;
}

.tarif_chat {
	background-color: #ff80b0;
}

.tarif_function_row_col {
	float: left;
	margin-right: 60px;
}

.tarif_paket_opis {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	/*line-height: 3.56;*/
	text-align: center;
	font-style: italic;
	color: #26262a;
	margin: 0 0 30px;
}

.chat_page .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 0;
}

/*Предпоследний блок*/
.chat_page .feedback_footer {
	background-color: #ff80b0;
}

/***************************************************/
/*************Генератор клиентов********************/
/***************************************************/
.client_page .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/icon-feat-blue-9big.svg);
	right: 25px;
	top: 0;
}

.client_page .slider_header,
.client_page .slider_header_wr {
	width: 500px;
}

.client_page .slider_header_wr img {
	max-width: 500px;
}

.client_page .header_text_col_2 {
	margin-right: 90px;
}

.client_page .header_tab {
	background-color: #2d85ff;
}

.client_page .menu_ul li a,
.client_page .menu_ul li > i {
	color: #2475e6;
}

.client_page .menu_ul li a:after {
	background-color: #2475e6;
}

.header_title_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 67px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.header_title_feedback.h1-fs-32 {
		font-size: 32px;
		padding-right: 64px;
	}
	.header_title_feedback.h1-fs-32 + .header_text {
		padding-right: 64px;
	}
	.header_title_feedback.h1-fs-36 {
		font-size: 36px;
		padding-right: 64px;
	}
	.header_title_feedback.h1-fs-36 + .header_text {
		padding-right: 64px;
	}
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
	.header_title_feedback.h1-mobile-26 {
		font-size: 26px;
	}
}
.client_page .header_menu_two li a {
	color: #0c55bb;
}

.client_page .header_menu_two li a:hover {
	color: #064092;
	opacity: 1;
}

.client_page .header_menu_two li a:after {
	background-color: #0c55bb;
}

/*Что дает ....*/
.client_page .head_prem_text {
	color: #2d85ff;
}

.client_page .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.client_page .head_prem_text_wr:after {
	background-color: #2d85ff;
}

.client_page .head_prem_col_img_wr {
	background-color: rgba(46, 133, 255, 0.1);
}

.client_page .how_work_text a {
	color: #2475e6;
	text-decoration: underline;
}

.client_page .how_lock {
	padding-bottom: 5px;
}

/*Как выглядит ....*/
.client_page .how_lock_slider_big_slider .slick-dots li button:before,
.client_page .how_lock_slider_small_slider .slick-dots li button:before {
	opacity: 0.2;
	background-color: #26262a;
	color: #26262a !important;
}

.client_page
	.how_lock_slider_big_slider
	.slick-dots
	li.slick-active
	button:before,
.client_page
	.how_lock_slider_small_slider
	.slick-dots
	li.slick-active
	button:before {
	background-color: #2475e6;
	opacity: 1;
}

/*Форма регистрации*/
.client_page .form_registration {
	background-color: #2d85ff;
}

/*Тарифы*/
.client_page .tarif {
	background-color: #2d85ff;
}

.client_page .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 0;
}

/*Предпоследний блок*/
.client_page .feedback_footer {
	background-color: #2d85ff;
}

/***************************************************/
/***************Стадный инстинкт********************/
/***************************************************/
.stado .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/iconServiceInstinkt.svg);
	right: 80px;
	top: 0;
}

.stado .header_tab {
	background-color: #11c857;
}

.stado .menu_ul li a,
.stado .menu_ul li > i {
	color: #11c857;
}

.stado .menu_ul li a:after {
	background-color: #11c857;
}

.stado .btn_room {
	background-color: #11c857;
	color: #fff;
}

.stado .header_menu_two li a {
	color: #0a8338;
}

.stado .header_menu_two li a:hover {
	color: #08622a;
	opacity: 1;
}

.stado .header_menu_two li a:after {
	background-color: #0a8338;
}

/*Что дает ....*/
.stado .head_prem_text {
	color: #11c857;
}

.stado .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.stado .head_prem_text_wr:after {
	background-color: #11c857;
}

.stado .head_prem_col_img_wr {
	background-color: rgba(18, 202, 88, 0.1);
}

.stado .how_work_text a {
	color: #2475e6;
	text-decoration: underline;
}

.stado .how_lock {
	padding-bottom: 160px;
}

/*Как выглядит ....*/
.stado .how_lock_slider_big_slider .slick-dots li button:before,
.stado .how_lock_slider_small_slider .slick-dots li button:before {
	opacity: 0.2;
	background-color: #26262a;
	color: #26262a !important;
}

.stado .how_lock_slider_big_slider .slick-dots li.slick-active button:before,
.stado .how_lock_slider_small_slider .slick-dots li.slick-active button:before {
	background-color: #11c857;
	opacity: 1;
}

/*Форма регистрации*/
.stado .form_registration {
	background-color: #11c857;
}

/*Тарифы*/
.stado .tarif {
	background-color: #11c857;
}

.stado .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 0;
}

/*Предпоследний блок*/
.stado .feedback_footer {
	background-color: #11c857;
}

/***************************************************/
/***************Захват клиентов********************/
/***************************************************/
.zahvat .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/iconServiceZahvatchik.svg);
	right: 0;
	top: 0;
}

.zahvat .header_tab {
	background-color: #ff3768;
}

.zahvat .menu_ul li a,
.zahvat .menu_ul li > i {
	color: #ff3768;
}

.zahvat .menu_ul li a:after {
	background-color: #ff3768;
}

.zahvat .btn_room {
	background-color: #ff3768;
	color: #fff;
}

.zahvat .header_menu_two li a {
	color: #941937;
}

.zahvat .header_menu_two li a:hover {
	color: #760d26;
	opacity: 1;
}

.zahvat .header_menu_two li a:after {
	background-color: #941937;
}

/*Что дает ....*/
.zahvat .head_prem_text {
	color: #ff3768;
}

.zahvat .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.zahvat .head_prem_text_wr:after {
	background-color: #ff3768;
}

.zahvat .head_prem_col_img_wr {
	background-color: rgba(255, 56, 106, 0.1);
}

.zahvat .how_work_text a {
	color: #2475e6;
	text-decoration: underline;
}

.zahvat .how_lock {
	padding-bottom: 160px;
}

/*Как выглядит ....*/
.zahvat .how_lock_slider_big_slider .slick-dots li button:before,
.zahvat .how_lock_slider_small_slider .slick-dots li button:before {
	opacity: 0.2;
	background-color: #26262a;
	color: #26262a !important;
}

.zahvat .how_lock_slider_big_slider .slick-dots li.slick-active button:before,
.zahvat
	.how_lock_slider_small_slider
	.slick-dots
	li.slick-active
	button:before {
	background-color: #ff3768;
	opacity: 1;
}

.zahvat .how_lock_slider_small {
	display: none !important;
}

/*Форма регистрации*/
.zahvat .form_registration {
	background-color: #ff3768;
}

/*Тарифы*/
.zahvat .tarif {
	background-color: #ff3768;
}

.zahvat .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 20px;
}

/*Предпоследний блок*/
.zahvat .feedback_footer {
	background-color: #ff3768;
}

/***************************************************/
/****************Купить в кредит********************/
/***************************************************/
.credit .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/iconServiceWallet.svg);
	right: 0;
	top: 0;
}

.credit .header_tab {
	background-color: #ff80b0;
}

.credit .menu_ul li a,
.credit .menu_ul li > i {
	color: #ff80b0;
}

.credit .menu_ul li a:after {
	background-color: #ff80b0;
}

.credit .btn_room {
	background-color: #ff80b0;
	color: #fff;
}

.credit .header_menu_two li a {
	color: #e91d4f;
}

.credit .header_menu_two li a:hover {
	color: #c20f3b;
	opacity: 1;
}

.credit .header_menu_two li a:after {
	background-color: #e91d4f;
}

/*Что дает ....*/
.credit .head_prem_text {
	color: #ff3768;
}

.credit .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.credit .head_prem_text_wr:after {
	background-color: #ff3768;
}

.credit .head_prem_col_img_wr {
	background-color: rgba(255, 56, 106, 0.1);
}

.credit .how_work_text a {
	color: #2475e6;
	text-decoration: underline;
}

.credit .how_lock {
	padding-bottom: 160px;
}

/*Как выглядит ....*/
.credit .how_lock_slider_big_slider .slick-dots li button:before,
.credit .how_lock_slider_small_slider .slick-dots li button:before {
	opacity: 0.2;
	background-color: #26262a;
	color: #26262a !important;
}

.credit .how_lock_slider_big_slider .slick-dots li.slick-active button:before,
.credit
	.how_lock_slider_small_slider
	.slick-dots
	li.slick-active
	button:before {
	background-color: #ff80b0;
	opacity: 1;
}

/*Форма регистрации*/
.credit .form_registration {
	background-color: #ff80b0;
}

/*Тарифы*/
.credit .tarif {
	background-color: #ff80b0;
}

.credit .tarif_paket_opis {
	height: 50px;
	line-height: normal;
}

.credit .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 10px;
}

/*Предпоследний блок*/
.credit .feedback_footer {
	background-color: #ff80b0;
}

/*Как клиент получит кредит*/
.how_client_credit {
	padding-top: 72px;
	padding-bottom: 92px;
	background-color: #f4f7fc;
}

.how_client_credit_wr {
	/*width: 100%;*/
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.how_client_credit_col {
	width: 50%;
}

.how_client_credit_col > div {
	padding: 24px;
	margin: 0 12px;
	border-radius: 24px;
	background-color: #ffffff;
}

.how_client_credit_title {
	margin-bottom: 24px;
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.13;
	color: #26262a;
}

.how_client_credit_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
	margin-bottom: 16px;
}

.how_client_credit_text span,
.how_client_credit_text b {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.how_client_credit_col img {
	width: 100%;
	margin-bottom: 24px;
}

.how_client_credit_ul {
	margin-left: 15px;
	margin-bottom: 24px;
}

.how_client_credit_ul li {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
}

/***************************************************/
/************************crm************************/
/***************************************************/
.crm .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/iconServiceGenerator.svg);
	right: -60px;
	top: -17px;
}

.crm .slider_header,
.crm .slider_header_wr {
	width: 315px;
}

.crm .slider_header_wr img {
	max-width: 315px;
	margin: 0 auto;
}

.crm .header_text_col_2 {
	margin-right: 90px;
}

.crm .header_tab {
	background-color: #9b7ae0;
}

.crm .menu_ul li a,
.crm .menu_ul li > i {
	color: #333;
}

.crm .menu_ul li a:after {
	background-color: #333;
}

.crm .btn_room {
	background-color: #9b7ae0;
	color: #fff;
}

.crm .header_menu_two li a {
	color: #5f3fa2;
}

.crm .header_menu_two li a:hover {
	color: #482a86;
	opacity: 1;
}

.crm .header_menu_two li a:after {
	background-color: #5f3fa2;
}

/*Что дает ....*/
.crm .head_prem_text {
	color: #9b7ae0;
}

.crm .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.crm .head_prem_text_wr:after {
	background-color: #9b7ae0;
}

.crm .head_prem_col_img_wr {
	background-color: rgba(155, 123, 224, 0.1);
}

.crm .how_work_text a {
	color: #2475e6;
	text-decoration: underline;
}

/*Форма регистрации*/
.crm .form_registration {
	background-color: #9b7ae0;
}

/*Тарифы*/
.crm .tarif {
	background-color: #9b7ae0;
}

.crm .tarif_paket_opis {
	height: 20px;
	line-height: normal;
}

.crm .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 10px;
}

/*Предпоследний блок*/
.crm .feedback_footer {
	background-color: #9b7ae0;
}

.head_prem_col_100 {
	width: 100%;
}

.crm_inbox_in_crm_container {
	padding: 80px 0;
	position: relative;
	z-index: 2;
	background: #ffffff;
}

.crm_inbox_in_crm_container:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

/*Шесть фишек*/
.six_fich {
	position: relative;
	background-color: #f4f7fc;
	margin-top: 160px;
	padding-bottom: 24px;
	padding-top: 40px;
}

.six_fich:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.six_fich_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 60px;
}

.six_fich_wr {
	padding: 32px;
	border-radius: 24px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.six_fich_two_wr {
	margin: 0 -12px;
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.six_fich_two_col {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.six_fich_two_col > div {
	padding: 32px;
	border-radius: 24px;
	margin: 0 12px;
	background-color: #ffffff;
}

.crm_inbox_in_crm_container .six_fich_two_col > div {
	background-color: #f4f7fc;
}

.six_fich_col {
	width: 50%;
}

.six_fich_col:first-child > div {
	margin-right: 12px;
}

.six_fich_col:last-child > div {
	margin-left: 12px;
}

.six_fich_title_wr {
	overflow: hidden;
	margin-bottom: 18px;
}

.six_fich_img {
	width: 48px;
	height: 48px;
	border-radius: 9px;
	background-color: rgba(155, 123, 224, 0.1);
	margin-right: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
}

.six_fich_col_title {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.13;
	color: #26262a;
}

.six_fich_col_text {
	font-size: 16px;
	line-height: 1.31;
	color: #26262a;
	margin-bottom: 12px;
}

.six_fich_vido {
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
	position: relative;
}

.six_fich_vido iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.six_fich_nedozvon_wr {
	padding: 32px 24px;
	border-radius: 9px;
	background-color: rgba(155, 122, 224, 0.05);
}

.six_fich_nedozvon_text {
	font-size: 15px;
	line-height: 1.4;
	color: #26262a;
}

.six_fich_nedozvon_text_big_it {
	font-family: BigCityGrotesquePro;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4;
	color: #26262a;
	margin-bottom: 18px;
}

.six_fich_nedozvon_img img {
	width: 64px;
	height: 64px;
	border-radius: 9px;
	background-color: #ffffff;
	margin-right: 18px;
	float: left;
}

.six_fich_nedozvon_name {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	font-weight: bold;
	color: #26262a;
	margin-bottom: 8px;
}

.six_fich_nedozvon_head {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	color: #26262a;
}

.fichi_colbig_50 {
	width: 50%;
}

/***************************************************/
/*******************Мультикнопка********************/
/***************************************************/
.multibtn .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/iconServiceMultibtn.svg);
	right: -21px;
	top: 0;
}

.multibtn .header_tab {
	background-color: #2d85ff;
}

.multibtn .menu_ul li a,
.multibtn .menu_ul li > i {
	color: #2d85ff;
}

.multibtn .menu_ul li a:after {
	background-color: #2d85ff;
}

.multibtn .btn_room {
	background-color: #2d85ff;
	color: #fff;
}

.multibtn .header_menu_two li a {
	color: #0c55bb;
}

.multibtn .header_menu_two li a:hover {
	opacity: 1;
	color: #064092;
}

.multibtn .header_menu_two li a:after {
	background-color: #0c55bb;
}

.multibtn .header_title_feedback {
	width: 590px;
}

/*Что дает ....*/
.multibtn .head_prem_text {
	color: #2d85ff;
}

.multibtn .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.multibtn .head_prem_text_wr:after {
	background-color: #2d85ff;
}

.multibtn .head_prem_col_img_wr {
	background-color: rgba(46, 133, 255, 0.1);
}

.multibtn .how_work_text a {
	color: #2475e6;
	text-decoration: underline;
}

.multibtn .how_lock {
	padding-bottom: 160px;
}

/*Как выглядит ....*/
.multibtn .how_lock_slider_big_slider .slick-dots li button:before,
.multibtn .how_lock_slider_small_slider .slick-dots li button:before {
	opacity: 0.2;
	background-color: #26262a;
	color: #26262a !important;
}

.multibtn .how_lock_slider_big_slider .slick-dots li.slick-active button:before,
.multibtn
	.how_lock_slider_small_slider
	.slick-dots
	li.slick-active
	button:before {
	background-color: #2d85ff;
	opacity: 1;
}

/*Форма регистрации*/
.multibtn .form_registration {
	background-color: #2d85ff;
}

/*Тарифы*/
.multibtn .tarif {
	background-color: #2d85ff;
}

.multibtn .tarif_paket_opis {
	height: 0px;
	line-height: normal;
}

.multibtn .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 10px;
}

/*Предпоследний блок*/
.multibtn .feedback_footer {
	background-color: #2d85ff;
}

/*Варианты использования кнопок*/
.var_btn {
	padding-top: 72px;
	padding-bottom: 88px;
	background-color: #f4f7fc;
}

.var_btn_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 48px;
}

.var_btn_text {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	line-height: 1.13;
	margin-bottom: 32px;
	color: #26262a;
}

.var_btn_wr {
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.var_btn_col_100 {
	width: 100%;
	display: -ms-grid;
	display: grid;
}

.var_btn_col_50 {
	width: 50%;
	display: -ms-grid;
	display: grid;
}

.var_btn_col_25 {
	width: 25%;
	display: -ms-grid;
	display: grid;
}

.var_btn_col_50 > div,
.var_btn_col_25 > div,
.var_btn_col_100 > div {
	padding: 24px;
	border-radius: 24px;
	background-color: #ffffff;
	margin: 0 12px;
	margin-bottom: 24px;
}

.var_btn img {
	margin-right: 16px;
}

.var_btn_col_title {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #26262a;
	margin-bottom: 12px;
}

.var_btn_col_text {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.17;
	color: #26262a;
}

/***************************************************/
/*******************Коллтрекинг*********************/
/***************************************************/
.kolltraking .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/combined-shape.svg);
	right: -76px;
	top: 13px;
}

.kolltraking .slider_header,
.kolltraking .slider_header_wr {
	width: 382px;
	min-height: 320px;
}

.kolltraking .feedback_footer .slider_header,
.kolltraking .feedback_footer .slider_header_wr {
	min-height: inherit;
}

.kolltraking .slider_header_wr img {
	max-width: 382px;
	margin: 0 auto;
}

.kolltraking .header_text_col_2 {
	margin-right: 90px;
}

.kolltraking .header_tab {
	background-color: #2d85ff;
}

.kolltraking .menu_ul li a,
.kolltraking .menu_ul li > i {
	color: #2d85ff;
}

.kolltraking .menu_ul li a:after {
	background-color: #2d85ff;
}

.kolltraking .btn_room {
	background-color: #2d85ff;
	color: #fff;
}

.kolltraking .header_menu_two li a {
	color: #5f3fa2;
}

.kolltraking .header_menu_two li a:hover {
	color: #482a86;
	opacity: 1;
}

.kolltraking .header_menu_two li a:after {
	background-color: #5f3fa2;
}

/*Что дает ....*/
.kolltraking .head_prem_text {
	color: #2d85ff;
}

.kolltraking .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.kolltraking .head_prem_text_wr:after {
	background-color: #2d85ff;
}

.kolltraking .head_prem_col_img_wr {
	background-color: rgba(155, 123, 224, 0.1);
}

.kolltraking .how_work_text a {
	color: #2475e6;
	text-decoration: underline;
}

.kolltraking .how_lock_slider_small_slider,
.kolltraking .how_lock_slider_small_slider_slide {
	width: 230px !important;
}

/*Предпоследний блок*/
.kolltraking .feedback_footer {
	background-color: #2d85ff;
}

/*как работает новый*/
.how_work_koll {
	margin-bottom: 40px;
}

.how_work_koll_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	width: 100%;
}

.how_work_koll_col {
	width: 50%;
}

.dop_fichi_pretext {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #26262a;
	margin-bottom: 40px;
}

.integer_koll {
	width: 100%;
	border-radius: 6px;
	background-color: #f4f7fc;
}

.integer_koll_wr {
	padding: 30px;
}

.integer_koll_text_big {
	font-family: BigCityGrotesquePro;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.04;
	letter-spacing: normal;
	color: #323232;
}

.statistik_text_big {
	font-family: BigCityGrotesquePro;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #26262a;
	margin-bottom: 60px;
}

.statistik_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	margin: 0 -25px;
	margin-bottom: 30px;
}

.kolltraking .statistik_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 1170px;
}

.statistik_col_33_wr {
	margin: 0 25px 0 0;
}

.statistik_row img {
	max-width: 100%;
}

.statistik_col_33 {
	width: 33%;
}

.statistik_col_100 {
	width: 100%;
}

.statistik_text {
	font-family: 'Helvetica Neue';
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #323232;
	margin-bottom: 18px;
	/*min-height: 48px;*/
}

.how_work_koll_text,
.integer_koll_text {
	font-family: 'Helvetica Neue';
	font-size: 18.2px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.26;
	letter-spacing: normal;
	color: #26262a;
	margin-right: 40px;
}

/*тарифы*/
.tarif_form_title {
	font-family: BigCityGrotesquePro;
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 32px;
}

.tarif_form_row {
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tarif_form_col {
	max-width: 174px;
	margin-right: 24px;
	margin-bottom: 30px;
}

.tarif_form_col_radio {
	max-width: inherit;
}

.tarif_form_col_text {
	font-family: 'Helvetica Neue';
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 12px;
	height: 38px;
}

.tarif_form_input {
	width: 100%;
	height: 54px;
	border-radius: 6px;
	background-color: #f7f7f3;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 18px;
	border: none;
}

.radio {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 12px;
	display: block;
	font-family: 'Helvetica Neue';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}

.radio .label {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	border: 1px solid #2475e6;
	background-color: #fff;
	border-radius: 100%;
	-webkit-tap-highlight-color: transparent;
}

.radio .label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #225cff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0.08;
	pointer-events: none;
}

.radio:hover .label:after {
	-webkit-transform: scale(3.6);
	-ms-transform: scale(3.6);
	transform: scale(3.6);
}

input[type='radio']:checked + .label {
	border-color: #225cff;
}

input[type='radio']:checked + .label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	-o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	opacity: 1;
}

.cntr {
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 100%;
	text-align: center;
}

.hidden {
	display: none;
}

.credit {
	/*position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.6;*/
}

.credit img {
	/*width: 72px;*/
}

.credit:hover {
	/*transform: scale(0.95);*/
}

.kolltraking .tarif {
	background-color: #2d85ff;
}

.integer_koll_text {
	line-height: 1.5;
	margin-bottom: 10px;
}

.how_work_koll_text_ml {
	margin-right: 0;
	margin-left: 40px;
}

.how_work_koll_col img {
	width: 100%;
}

.kolltraking .form_registration {
	background-color: #2d85ff;
}

/***************************************************/
/**********************Квизы************************/
/***************************************************/
.Kviz .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/Group_67.svg);
	right: 0;
	top: -9px;
}

.Kviz .header_title_feedback {
	display: inline-block;
	padding-right: 100px;
}

.Kviz .header_tab {
	background-color: #9b7ae0;
}

.Kviz .menu_ul li a,
.Kviz .menu_ul li > i {
	color: #5f3fa2;
}

.Kviz .menu_ul li a:after {
	background-color: #5f3fa2;
}

.Kviz .btn_room {
	background-color: #9b7ae0;
	color: #fff;
}

.Kviz .header_menu_two li a {
	color: #5f3fa2;
}

.Kviz .header_menu_two li a:hover {
	color: #482a86;
	opacity: 1;
}

.Kviz .header_menu_two li a:after {
	background-color: #5f3fa2;
}

/*Что дает ....*/
.Kviz .head_prem_text {
	color: #9b7ae0;
}

.Kviz .head_prem_text_feedback {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	line-height: 1.22;
	color: #26262a;
	width: 290px;
	margin-bottom: 20px;
}

.Kviz .head_prem_text_wr:after {
	background-color: #9b7ae0;
}

.Kviz .head_prem_col_img_wr {
	background-color: rgba(155, 123, 224, 0.1);
}

.Kviz .how_work_text a {
	color: #2475e6;
	text-decoration: underline;
}

.Kviz .how_lock {
	padding-bottom: 1px;
}

/*Как выглядит ....*/
.Kviz .how_lock_slider_big_slider .slick-dots li button:before,
.Kviz .how_lock_slider_small_slider .slick-dots li button:before {
	opacity: 0.2;
	background-color: #26262a;
	color: #26262a !important;
}

.Kviz .how_lock_slider_big_slider .slick-dots li.slick-active button:before,
.Kviz .how_lock_slider_small_slider .slick-dots li.slick-active button:before {
	background-color: #2475e6;
	opacity: 1;
}

/*Тарифы*/
.Kviz .tarif {
	background-color: #9b7ae0;
}

.Kviz .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 20px;
}

/*Предпоследний блок*/
.Kviz .feedback_footer {
	background-color: #9b7ae0;
}

/***************************************************/
/**********************Отзывы***********************/
/***************************************************/
.otziv .header_tab {
	background-color: #26262a;
	margin-bottom: 140px;
	height: 325px;
}

.otziv .header_text_wr {
	margin-top: 0;
}

.otziv_title {
	font-family: BigCityGrotesquePro;
	font-size: 72px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	margin-top: 25px;
	letter-spacing: normal;
	color: #ffffff;
}

/***************************************************/
/*****************Свежии вакансии*******************/
/***************************************************/
.vakancy .header_tab {
	background-color: #26262a;
	margin-bottom: 160px;
	height: 325px;
}

.work_in_envybox_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.vakancy .header_text_wr {
	margin-top: 0;
}

/*Работа в envybox*/
.work_in_envybox::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: -61px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.work_in_envybox {
	margin-bottom: 80px;
	min-height: 263px;
	position: relative;
	background-color: #fff;
	z-index: 2;
}

.work_in_envybox_col {
	width: 50%;
}

.work_in_envybox_col iframe {
	width: 100%;
}

.work_in_envybox_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 42px;
}

.work_in_envybox_text {
	font-family: BigCityGrotesquePro;
	font-size: 26px;
	line-height: 1.23;
	color: #26262a;
}

/*Открытые вакансии*/
.open_vakancy_img {
	/*Вставить картинку на фон*/
}

.open_vakancy_gradient {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(../images/11-2@2x.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.open_vakancy_gradient:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: 1;
	bottom: 0;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
}

.open_vakancy_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #ffffff;
	margin-bottom: 64px;
	position: relative;
	z-index: 2;
}

.open_vakancy_row {
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-bottom: 32px;
	position: relative;
	z-index: 2;
}

.open_vakancy_col {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.open_vakancy_col > div {
	padding: 32px;
	margin: 0 12px;
	border-radius: 6px;
	background-color: #f7f7f3;
	height: 100%;
}

.open_vakancy_type_work {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: 900;
	color: #26262a;
	margin-bottom: 23px;
}

.open_vakancy_not_work {
	font-size: 18px;
	color: #26262a;
	opacity: 0.5;
}

.open_vakancy_link_wr {
	margin-bottom: 14px;
}

.open_vakancy_link {
	font-size: 18px;
	color: #2475e6;
	text-decoration: none;
	position: relative;
}

.open_vakancy_link:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 1px;
	left: 0;
	height: 1px;
	opacity: 0.3;
	border-radius: 1px;
	background-color: #2475e6;
}

.open_vakancy_end_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	position: relative;
	z-index: 2;
}

.open_vakancy_end_line p {
	font-family: BigCityGrotesquePro;
	font-size: 36px;
	font-weight: 900;
	color: #ffffff;
}

.open_vakancy_btn_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.open_vakancy_btn {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #26262a;
	width: 184px;
	height: 54px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	background-color: #ffe53b;
	margin-left: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*Ценности компании*/
.cennosti {
	padding-top: 100px;
}

/*Как добраться*/
.doroga {
	padding: 0 0 80px 0;
	background-color: #f4f7fc;
}

.doroga_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 64px;
}

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

.map_title_wr {
	padding: 0 24px;
	margin-bottom: 32px;
}

.map_title_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.map_title_col_20 {
	width: 20%;
}

.map_title_col_30 {
	width: 30%;
}

.map_title_row p {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.33;
	color: #0c0c0c;
}

.map_row_wr {
	padding: 15px 24px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
	background-color: #ffffff;
	margin-bottom: 1px;
}

.map_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-bottom: 10px;
}

.map_ost {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #0c0c0c;
}

.map_auto,
.map_bus,
.map_bus_no {
	border-radius: 4px;
	background-color: rgba(255, 204, 0, 0.3);
	padding: 6px 4px;
	font-size: 16px;
	color: #0c0c0c;
	display: inline-block;
	height: 16px;
	line-height: 21px;
}

.map_bus_no {
	background-color: transparent;
}

.map_bus {
	background-color: rgba(5, 117, 247, 0.2);
}

/***************************************************/
/************************Тарифы*********************/
/***************************************************/
.tarif_page .header_tab {
	background-color: #26262a;
	margin-bottom: 160px;
	height: 325px;
}

.work_in_envybox_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.tarif_page .header_text_wr {
	margin-top: 0;
}

.tarif_for_service {
	margin-top: 160px;
	margin-bottom: 60px;
}

.tarif_for_service_wr {
	padding: 30px;
	border-radius: 12px;
	margin-bottom: 32px;
}

.tarif_for_service_col_1 {
	max-width: 560px;
	float: left;
}

.tarif_for_service_col_2 {
	width: 302px;
	float: right;
}

.tarif_for_service_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #ffffff;
	margin-bottom: 30px;
}

.tarif_for_service_title a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tarif_for_service_title a span {
	color: #ffffff;
}

.tarif_for_service_text {
	font-family: BigCityGrotesquePro;
	font-size: 20px;
	line-height: 1.35;
	color: #ffffff;
	margin-bottom: 15px;
	max-width: 464px;
}

.tarif_for_service_text_bold {
	font-family: BigCityGrotesquePro;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	color: #ffffff;
	margin-bottom: 30px;
	max-width: 464px;
}

.tarif_for_service_number {
	font-family: BigCityGrotesquePro;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.35;
	color: #ffffff;
	margin-bottom: 48px;
}

.tarif_for_service_number > span {
	display: inline-block;
}

.tarif_for_service_number > span span {
	width: 24px;
	height: 28px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.12);
	margin-right: 2px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	padding: 0 0 5px;
}

/*Тарифы*/
.tarif_for_service_wr_mb0 .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 0;
}

.tarif_for_service_wr_mb10 .tarif_paket_count {
	min-height: inherit;
	margin-bottom: 10px;
}

.tarif_page .form_12 {
	margin-bottom: 0;
}

/***************************************************/
/********************О компании*********************/
/***************************************************/
.about .header_tab {
	background-color: #26262a;
	margin-bottom: 160px;
	height: 325px;
}

.team_wr_mt80 {
	margin-top: 80px;
}

.team_title {
	font-family: BigCityGrotesquePro;
	font-size: 54px;
	font-weight: 900;
	line-height: 1.19;
	color: #26262a;
	margin-bottom: 100px;
}

.team_wr {
	position: relative;
}

.team_yellow {
	width: 444px;
	height: 427px;
	-webkit-transform: rotate(19deg);
	-ms-transform: rotate(19deg);
	transform: rotate(19deg);
	border-radius: 96px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.02);
	background-color: #ffe53b;
	position: absolute;
}

.team_yellow_wr {
	width: 444px;
	height: 427px;
	float: left;
	margin-right: 80px;
}

.team_wr_title {
	font-family: BigCityGrotesquePro;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.23;
	color: #26262a;
	margin-bottom: 16px;
}

.team_wr_predtitle {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.29;
	color: #26262a;
	margin-bottom: 32px;
}

.team_wr_text {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #1f232c;
	margin-bottom: 60px;
}

.team_pink_wr {
	float: right;
	width: 333px;
	height: 320.6px;
	margin-left: 100px;
}

.team_pink {
	width: 333px;
	height: 320.6px;
	-webkit-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	transform: rotate(-13deg);
	border-radius: 72px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.02);
	background-color: #ff3768;
}

.team_blue_wr {
	width: 333px;
	height: 320.6px;
	float: left;
	margin-right: 100px;
}

.team_blue {
	width: 333px;
	height: 320.6px;
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
	border-radius: 72px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.02);
	background-color: #40bdff;
}

.team_celi {
	position: relative;
	background-color: #f4f7fc;
	margin-top: 20px;
	padding-bottom: 140px;
}

.team_celi:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	left: 0;
}

.team_celi_wr {
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	padding: 40px 0;
}

.team_celi_col {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.team_celi_col > div {
	border-radius: 24px;
	margin: 0 12px;
	background-color: #ffffff;
	padding: 32px;
	height: 100%;
}

.team_celi_title {
	font-family: BigCityGrotesquePro;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.23;
	color: #26262a;
	margin-bottom: 24px;
}

.team_celi_titletwo {
	font-family: BigCityGrotesquePro;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.43;
	color: #26262a;
}

.team_celi_text {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #1f232c;
}

.team_list {
	position: relative;
}

.team_list_row {
	margin: 0 -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: -90px;
}

.team_list_col {
	width: 222px;
	margin: 0 12px;
	margin-bottom: 60px;
}

.team_list_imgwr {
	border-radius: 24px;
	width: 100%;
	height: 222px;
	margin-bottom: 18px;
	text-align: center;
}

.team_list_title {
	font-family: BigCityGrotesquePro;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #26262a;
}

.team_list_text {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #26262a;
}

.form_work_in_envi {
	background-color: #ff3768;
	width: 100%;
	height: 350px;
	position: relative;
	margin-bottom: 100px;
}

.form_work_in_envi::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	bottom: 0;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.form_work_in_envi .container {
	height: 100%;
}

.form_work_in_envi_wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
}

.form_work_in_envi_title {
	font-family: BigCityGrotesquePro;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.07;
	color: #ffffff;
	margin-bottom: 26px;
	width: 473px;
}

.form_work_in_envi_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 293px;
	height: 54px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	box-shadow: 0 2px 1px 0 rgba(255, 229, 59, 0.36);
	background-color: #ffe53b;
	font-size: 16px;
	font-weight: bold;
	color: #26262a;
	text-decoration: none;
}

.form_work_in_envi_rect {
	width: 447px;
	height: 447px;
	-webkit-transform: rotate(-330deg);
	-ms-transform: rotate(-330deg);
	transform: rotate(-330deg);
	border-radius: 104px;
	background-color: #f6f8fb;
	position: absolute;
	right: 60px;
	top: 0;
}

.form_work_in_envi_bottom {
	position: relative;
	background-color: #fff;
	height: 130px;
	z-index: 0;
	margin-bottom: -45px;
	margin-top: -75px;
}

.form_work_in_envi_bottom:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	left: 0;
}

.about .integer_service {
	position: relative;
	margin-top: -10px;
	background-color: #fff;
	margin-bottom: 80px;
}

/*Модальное окно*/
.modal_wr {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10001;
	top: 0px;
	left: 0px;
	display: none;
	background-color: rgba(33, 41, 49, 0.6);
}

.modal_flex {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal_wrapper {
	padding: 22px 36px;
	border-radius: 16px;
	background-color: #ffffff;
	position: relative;
	max-width: 384px;
	z-index: 9999;
}

.over {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	height: 100%;
	z-index: 9998;
}

.modal_header {
	margin-bottom: 29px;
}

form .error {
	border: 1px solid red;
}

form.form_email.callback_form .error {
	border: 2px solid #8260c8 !important;
}

.modal_header_a {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.45;
	letter-spacing: normal;
	color: #0089ff;
	margin-right: 24px;
	text-decoration: none;
	position: relative;
}

.modal_header_a.active {
	font-size: 22px;
	font-weight: bold;
	color: #0c0c0c;
}

.modal_header_a.active:after {
	display: none;
}

.modal_header_a:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0;
	height: 1px;
	opacity: 0.4;
	border-radius: 0.5px;
	background-color: #2475e6;
}

.modal_body input {
	width: 288px;
	height: 52px;
	border-radius: 4px;
	border: solid 2px rgba(38, 38, 42, 0.2);
	outline: none;
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #26262a;
}

.enter_btn_form,
.reg_btn_form {
	width: 150px;
	height: 52px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	background-color: #2475e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	float: left;
}

.reg_btn_form {
	width: 100%;
	float: none;
}

.out_pass {
	font-size: 14px;
	color: #0089ff;
	text-decoration: none;
	margin-top: 15px;
	padding-left: 47px;
}

.out_pass:after,
.i_have_promokod:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0;
	height: 1px;
	border-radius: 0.5px;
	background-color: rgba(0, 137, 255, 0.4);
}

.i_have_promokod {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #0089ff;
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.selectBox_wr {
	width: 100%;
	position: relative;
	height: 52px;
	margin-bottom: 10px;
}

div#selectBox {
	position: absolute;
	width: calc(100% - 4px);
	height: 100%;
	border-radius: 3px;
	border: solid 2px rgba(38, 38, 42, 0.2);
	background-color: #fff;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

div#selectBox p.valueTag {
	padding: 15px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	height: 25px;
}

div#selectBox > img.arrow {
	position: absolute;
	right: 0;
	width: 50px;
	padding: 15px;
}

::-webkit-scrollbar {
	background: transparent;
	width: 0.5em;
	position: absolute;
}

::-webkit-scrollbar-track {
	background: transparent;
	position: absolute;
	z-index: -2;
}

::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #888;
}

ul#selectMenuBox {
	background: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden !important;
	position: absolute;
	margin-top: 0px;
	display: block;
}

ul#selectMenuBox > li {
	display: block;
	padding: 10px;
	border-radius: 0px;
	cursor: pointer;
}

ul#selectMenuBox > li.option {
	color: gray;
	padding: 10px;
}

ul#selectMenuBox > li.option:hover {
	color: #333;
	background: #e1e1e1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.text_pass {
	font-size: 14px;
	margin-bottom: 11px;
	line-height: 1.43;
	color: #0c0c0c;
}

.close_modal {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 12px;
	height: 12px;
	color: #b2b2b2;
	cursor: pointer;
}

.wait_form .modal_wrapper {
	width: 100%;
}

.wait_form .modal_body_waiter {
	width: 472px;
	text-align: center;
}

.wait_form .modal_body_waiter .waiter_header {
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}

.wait_form .modal_body_waiter .waiter_text {
	line-height: 23px;
}

.wait_form .m-b-10,
.restore_success .m-b-10 {
	margin-bottom: 10px;
}

.restore_success {
	font-weight: 100;
	line-height: 19px;
}

.envy-cookie-consent {
	position: fixed;
	background: #fff;
	font-size: 13px;
	cursor: default;
	left: 20px;
	bottom: 20px;
	padding: 18px;
	border-radius: 4px;
	max-width: 260px;
	font-weight: 100;
	box-shadow: 0 0 30px 0 rgba(159, 159, 159, 0.44),
		0 2px 4px 0 rgba(0, 0, 0, 0.07);
	display: none;
}

.envy-cookie-consent .btn_room.envy-cookie-consent_button {
	float: right;
	width: 85px;
	height: 30px;
	font-weight: 100;
	font-size: 12px;
	margin-top: 8px;
	cursor: pointer;
}

@media (max-width: 769px) {
	.envy-cookie-consent {
		display: none !important;
	}
	
	#advantages-917 .fichi_col_50:nth-child(5) > div {
		flex-direction: column;
	}
	#advantages-917 .fichi_col_50:nth-child(6) > div {
		flex-direction: column;
	}
	#advantages-917 .fichi_col_50:nth-child(5) > div > div,
	#advantages-917 .fichi_col_50:nth-child(6) > div > div {
		width: 100%;
	}
}
@media (min-width: 769px) {
	.wait_form .modal_body_waiter {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.header_text_col_2 {
		margin-right: 0;
	}
.form_registration_bg {
		display: none;
	}
	.feedback_page .menu_ul li a,
	.feedback_page .menu_ul li > i,
	.stado .menu_ul li a,
	.stado .menu_ul li > i,
	.zahvat .menu_ul li a,
	.zahvat .menu_ul li > i,
	.Kviz .menu_ul li a,
	.Kviz .menu_ul li > i,
	.multibtn .menu_ul li a,
	.multibtn .menu_ul li > i,
	.personalizator_form .menu_ul li a,
	.personalizator_form .menu_ul li > i,
	.client_page .menu_ul li a,
	.client_page .menu_ul li > i {
		color: #000;
	}

	.feedback_page .menu_ul li a:after,
	.stado .menu_ul li a:after,
	.zahvat .menu_ul li a:after,
	.Kviz .menu_ul li a:after,
	.multibtn .menu_ul li a:after,
	.personalizator_form .menu_ul li a:after,
	.client_page .menu_ul li a:after {
		background-color: #000;
	}
	.constructor_page .saving_content {
		display: flex;
		flex-wrap: wrap;
	}
	.constructor_page .saving_item {
		
		width:200px;
		height:200px;
		
	}
	.constructor_page .saving_list{
		font-size: 16px;
		position: relative;
		width: 100%;
	}
	.constructor_page .saving_item:first-child {
		background-image: url(../images/square1.svg);
		position: relative;
		right: 0;
		top: 0;
	}	
	.constructor_page .saving_item:nth-child(2) {
		background-image: url(../images/square2.svg);
		    right: 5%;
    top: -4%;
	}
	.constructor_page .saving_item:nth-child(3) {
		position: relative;
		background-image: url(../images/square3.svg);
		right: -26%;
    bottom: 10%;
	}
	.constructor_page .saving_box_img {
		width: 100%;
		position: relative;
		left: 0;
		margin-bottom: 60px;
	}
	.constructor_page .saving_header {
		margin-bottom: 50px;
	}
	.constructor_page .saving_item:last-child {
	font-size: 37px;	
	top: 12%;
    right: 27%;
}
}
@media (max-width: 1024px) {
	.header_logo {
		left: 0;
	}
	.header_title_feedback {
		font-size: 56px;
	}
	.header_text {
		font-size: 18px;
	}
	.slider_header,
	.slider_header_wr {
		width: 370px;
	}
	.product_col_slider_slide img {
		max-width: 260px;
	}
	.slick-dotted.slick-slider {
		margin-top: 0;
	}
	.product_col_text {
		height: 190px;
	}
	/*О компании*/
	.about .header_text_col_2 img {
		width: 100%;
		right: -30px;
	}
	.team_yellow_wr img {
		width: 430px;
	}
	.team_yellow_wr,
	.team_blue_wr {
		margin-right: 25px;
	}
	.team_pink_wr img,
	.team_blue_wr img {
		width: 330px;
	}
	.team_pink_wr {
		margin-left: 25px;
	}
	.otziv .header_text_wr img,
	.tarif_page .header_text_wr img {
		right: 20px !important;
	}
	.header_title_feedback {
		max-width: 480px;
	}
}
@media (max-width: 992px) {
	.form_12 {
		height: auto;
		padding: 0 0 30px;
	}
}
@media (max-width: 990px) {
	.multi_items {
		flex-wrap: wrap;
	}
	.multi_items .item {
		width: 100%;
	}
	.contacts_wrap {
		font-size: 17px;
		width: 190px;
	}
	/*Тарифы блок*/
	.tarif_paket_btn {
		width: 100%;
		font-size: 14px;
	}
	.tarif_paket_name {
		min-height: 64px;
	}
	.tarif_function_col {
		float: left;
		width: 370px;
	}
	.tarif_function_p {
		font-size: 18px;
		line-height: 26px;
	}
	.advantages_2_teamplate img {
		width: 415px;
	}
	/*Слайдер продукции*/
	.product_wr {
		margin: 0;
	}
	.product_wr .slick-slide {
		margin: 0 7px;
	}
	.product_wr .slick-list {
		margin: 0 -7px;
	}
	.product_col_slider_wr {
		background-color: transparent;
		margin-bottom: 0;
	}
	.product_col_slider {
		width: auto;
		left: 0;
		top: 0;
		display: block;
	}
	.product_col_slider_slide_wr {
		width: auto;
		display: block;
	}
	.product_col .slick-dots {
		bottom: 0;
	}
	.product_col {
		width: 100%;
		margin: 0;
	}
	.product_wr > .slick-dots li.slick-active button:before {
		opacity: 1;
		color: #26262a;
		width: 24px;
		content: '';
		background-color: #26262a;
		border-radius: 46px;
		height: 6px;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
	}
	.product_wr > .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 6px;
		height: 6px;
		padding: 0;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.product_wr > .slick-dots li button:before {
		opacity: 0.5;
		color: #26262a !important;
		width: 6px;
		height: 6px;
		line-height: 6px;
		cursor: pointer;
		background-color: #26262a;
		border-radius: 6px;
	}
	.product {
		margin-bottom: 45px;
	}
	.slick-slide:nth-child(1) .product_col {
		background-color: #ff3768;
	}
	.slick-slide:nth-child(2) .product_col {
		background-color: #ff92bb;
	}
	.slick-slide:nth-child(3) .product_col {
		background-color: #4693ff;
	}
	.slick-slide:nth-child(4) .product_col {
		background-color: #9b7ae0;
	}
	.slick-slide:nth-child(5) .product_col {
		background-color: #11c857;
	}
	.slick-slide:nth-child(6) .product_col {
		background-color: #ff3768;
	}
	.slick-slide:nth-child(7) .product_col {
		background-color: #ff92bb;
	}
	.slick-slide:nth-child(8) .product_col {
		background-color: #4693ff;
	}
	.slick-slide:nth-child(9) .product_col {
		background-color: #9b7ae0;
	}
	/*блок цели команды в about*/
	.team_celi_col {
		width: 100%;
	}
	.team_celi_col:first-child {
		margin-bottom: 38px;
		overflow: hidden;
		height: auto;
	}
	.team_celi_col > div {
		height: auto;
	}
	.otziv_title {
		font-size: 54px;
	}
	.about .header_tab {
		margin-bottom: 90px;
	}
	.team_yellow_wr img,
	.team_yellow_wr {
		width: 300px;
	}
	.team_pink_wr img,
	.team_blue_wr img,
	.team_pink_wr,
	.team_blue_wr {
		width: 290px;
	}
	.team_title {
		margin-bottom: 20px;
	}
	.team_yellow_wr img {
		top: 0 !important;
	}
	audio {
		width: 300px;
	}
	.tarif_for_service_col_1 {
		max-width: 365px;
	}
	.open_vakancy_btn {
		margin-left: 0;
	}
	.open_vakancy_btn_wr {
		width: 100%;
		margin-top: 20px;
	}
	.open_vakancy_btn {
		margin-right: 20px;
	}
	.team_celi {
		margin-bottom: 80px;
	}
	.chat_dowl_col > img {
		max-width: 100%;
		width: 100%;
	}
	.chat_dowl_row_col_title {
		height: 35px;
	}
	.head_prem_col {
		width: 100%;
		margin-bottom: 24px;
	}
}
@media (max-width: 768px) {
	.footer_wr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
	}
	.footer_menu_wr {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 35px;
	}
	.footer_menu_wr .footer_menu_title {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.footer_menu_wr .footer_link {
		font-size: 14px;
	}
	.footer_col {
		width: 50%;
	}
	.chat_dowl_title,
	.how_lock_title,
	.open_vakancy_title,
	.doroga_title,
	.work_in_envybox_title,
	.tarif_for_service_title,
	.reviews_title,
	.var_btn_title,
	.six_fich_title,
	.dop_fichi_header,
	.team_title,
	.questions_headet,
	.tarif_header,
	.head_prem_title,
	.product_title,
	.integer_service_title,
	.keys_title,
	.how_work_title,
	.advantages_title {
		font-size: 32px;
		line-height: 1.25;
	}
	.form_registration_circle1,
	.form_registration_circle4 {
		display: none;
	}
	header {
		height: 0;
		padding: 0;
	}
	.header_logo {
		left: 0;
	}
	.header_wr_number,
	.header_text_col_2,
	.header_white_block,
	.main_page .reviews,
	.otziv .header_text_wr img,
	.tarif_page .header_text_wr img {
		display: none;
	}
	.header_logoline_wr {
		padding-top: 11px;
	}
	.header_text_wr {
		margin-top: 13px;
	}
	.header_title,
	#header_title_big,
	.header_title_feedback {
		font-size: 24px;
		line-height: 1.25;
	}
	.header_text {
		font-size: 18px;
	}
	.header_text_col_1 {
		max-width: 100%;
	}
	.form_email {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	.form_email_input {
		margin-right: 0;
		width: auto;
		margin-bottom: 10px;
	}
	.about .header_tab,
	.otziv .header_tab,
	.header_tab,
	.main_page .header_tab,
	.tarif_page .header_tab,
	.vakancy .header_tab {
		height: auto;
		padding-bottom: 50px;
	}
	.otziv .header_tab {
		margin-bottom: 60px;
	}
	#vacancy_img_girl {
		display: none;
	}
	/*Блок приемущества*/
	.head_prem {
		padding-top: 40px;
	}
	.head_prem_wr {
		display: block;
	}
	.head_prem_row {
		margin-top: 38px;
	}
	.head_prem_row:nth-child(2) {
		margin-top: 0;
	}
	/*Интеграции*/
	.integer_service {
		margin-top: 20px;
		margin-bottom: 60px;
	}
	.integer_service_col {
		margin: 0;
		width: 50%;
		background-color: transparent;
	}
	.integer_service_wr {
		width: 100%;
		margin: 0;
	}
	.integer_service_title,
	.var_btn_title {
		margin-bottom: 20px;
	}
	.integer_service_col > div {
		margin: 7px 5px;
	}
	/*Форма 12*/
	.form_12 {
		margin-top: 60px;
		height: auto;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.form_12_title {
		font-size: 32px;
		line-height: 1.25;
		margin-bottom: 19px;
	}
	.form_12_text {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.35;
	}
	#zigzag-purpl {
		left: 12px;
		top: -37px;
	}
	#zigzag-pink-big {
		width: 52px;
		left: auto;
		right: -10px;
		bottom: 50%;
	}
	#circle-blue {
		position: absolute;
		left: auto;
		top: 12%;
		width: 14px;
		right: 10%;
	}
	#line-pinklight {
		top: auto;
		bottom: -16px;
		left: 42%;
	}
	#circle-yellow,
	#circle-pink,
	#circle-purple {
		display: none;
	}
	/*Кейсы*/
	.keys_btn_wr {
		overflow-x: scroll;
	}
	.keys_title,
	.questions_headet,
	.product_title,
	.doroga_title,
	.open_vakancy_title {
		margin-bottom: 20px;
	}
	.keys_block_header img {
		float: none;
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
	.keys_block_citata {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.17;
	}
	.keys_block_statys {
		font-size: 18px;
		line-height: 1.33;
	}
	.keys_block_opis span {
		font-weight: 900;
		display: block;
		width: 100%;
	}
	.keys_block_text {
		line-height: 21px;
	}
	/*Форма перед футером*/
	.form_girl {
		height: auto;
		padding-bottom: 50px;
		margin-top: 80px;
	}
	.form_girl_text,
	.span_big,
	.form_registration_title {
		font-size: 24px;
		font-weight: 900;
		font-style: normal;
		line-height: 1.25;
	}
	.form_girl_textsecond,
	.form_registration_text {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.33;
	}
	/*футер*/
	.footer_mainblock {
		max-width: 100%;
	}
	footer {
		padding: 24px 0 30px;
	}
	.feedback_6000_text {
		font-size: 32px;
		line-height: 1.25;
		text-align: center;
		color: #ffffff;
		margin-bottom: 26px;
	}
	.feedback_6000,
	.feedback_6000_wr {
		height: 240px;
	}
	.keys,
	.feedback_6000,
	.questions,
	.head_prem {
		margin-bottom: 40px;
	}
	.feedback_footer {
		margin-top: 80px;
	}
	.constructor_page .feedback_footer {
		background-color: #171717;
	}



	/*chat*/
	.chat_page .head_prem_col_p {
		padding-left: 0;
	}
	.how_work_title {
		margin-bottom: 20px;
	}
	.how_work_col {
		width: 100%;
	}
	.how_work_col_title {
		font-size: 18px;
	}
	.how_work_text {
		font-size: 16px;
	}
	.advantages {
		margin-top: 80px;
	}
	.advantages_title {
		margin-bottom: 30px;
	}
	.form_registration {
		height: auto;
		padding-bottom: 50px;
	}
	.form_registration_line1 {
		top: auto;
		left: 37%;
		bottom: -15px;
	}
	.form_registration_line2,
	.header_title_feedback:after,
	.form_girl_img,
	.form_girl_bg {
		display: none;
	}
	.form_registration_circle3 {
		right: -15px;
		top: 5px;
	}
	.form_registration_zigzag2 {
		position: absolute;
		right: 0;
		left: auto;
		right: -39px;
		top: auto;
	}
	.form_registration_circle2 {
		display: none;
	}
	.form_registration_zigzag1 {
		top: -8%;
		left: 15%;
	}
	.advantages_2_statys {
		margin-bottom: 24px;
	}
	.advantages_2_teamplate_text_wr {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.advantages_name_chat_col .advantages_text {
		position: relative;
		z-index: 12;
	}
	.advantages_name_chat_col img {
		width: 360px;
		margin-top: 20px;
	}
	.advantages_name_chat_img {
		right: 20px;
	}
	.advantages_2_teamplate {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.advantages_2_teamplate img {
		width: 100%;
	}
	.advantages_2_social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.advantages_2_social_textwr {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.advantages_2_analitic img {
		width: 100%;
	}
	.advantages_2_refund {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.advantages_2_refund {
		padding: 20px;
	}
	.advantages_2_refund img {
		margin-right: 0;
	}
	.tarif {
		padding-top: 40px;
	}
	.tarif_header {
		margin-bottom: 15px;
	}
	.tarif_function_col {
		float: none;
		width: 100%;
	}
	.tarif_function_row_col {
		float: none;
		margin-right: 0;
		margin-bottom: 18px;
	}
	.tarif_function_row_col:last-child {
		margin-bottom: 0;
	}
	.tarif_paket_col_wr {
		width: 100% !important;
		margin-bottom: 20px;
		display: block;
	}
	.tarif_function {
		line-height: 1;
	}
	.questions_col {
		width: 100%;
	}
	/*наша команда*/
	.form_work_in_envi_rect,
	.form_work_in_envi img {
		display: none;
	}
	.form_work_in_envi_btn {
		width: 100%;
	}
	.form_work_in_envi_title {
		font-size: 32px;
		line-height: 1.25;
	}
	.form_work_in_envi {
		height: auto;
		padding: 35px 0;
	}
	.form_work_in_envi_title {
		width: 100%;
	}
	.dop_fichi {
		padding: 40px 0;
	}
	.dop_fichi.how_lock {
		display: none;
	}
	.zahvat .how_lock,
	.stado .how_lock,
	.client_page .how_lock,
	.feedback_page .how_lock_title,
	.feedback_page .how_lock_slider_wr {
		display: none;
	}
	/*шесть фишек*/
	.six_fich {
		margin-top: 40px;
		padding-bottom: 60px;
	}
	.six_fich_col,
	.six_fich_two_col {
		width: 100%;
	}
	.six_fich_two_col {
		margin-bottom: 24px;
	}
	.six_fich_two_wr {
		margin-bottom: 0;
	}
	.six_fich_col:first-child > div,
	.six_fich_col:last-child > div {
		margin-right: 0;
		margin-left: 0;
	}
	.dop_fichi_header {
		margin-bottom: 20px;
	}
	.Kviz .how_lock,
	.multibtn .how_lock,
	.multibtn .how_lock {
		display: none;
	}
	.var_btn {
		padding-bottom: 40px;
	}
	.tarif_page .header_tab,
	.vakancy .header_tab {
		margin-bottom: 60px;
	}
	.tarif_for_service {
		margin-top: 60px;
	}
	.work_in_envybox_col {
		width: 100%;
	}
	.work_in_envybox_text {
		margin-bottom: 25px;
	}
	.work_in_envybox_title {
		margin-bottom: 20px;
	}
	.team_celi {
		padding-bottom: 0;
	}
	.six_fich_title_wr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.six_fich_img {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
	.feedback_6000_btn {
		width: 100%;
	}
	.form_email_btn,
	.form_callback_btn {
		display: block;
	}
}
@media (max-width: 760px) {
	.team_yellow_wr img,
	.team_yellow_wr,
	.team_pink_wr img,
	.team_blue_wr img,
	.team_pink_wr,
	.team_blue_wr {
		display: none;
	}
	.team_wr_mt80 {
		margin-top: 20px;
	}
	.team_wr_text {
		margin-bottom: 20px;
	}
	.team_celi {
		margin-top: 60px;
	}
	.reviews_col {
		width: 100%;
	}
	.team_wr_title,
	.team_celi_title {
		font-size: 24px;
		line-height: 1.25;
	}
	.team_wr_predtitle {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.team_celi_titletwo,
	.team_celi_text {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 500;
		font-family: 'Helvetica Neue';
	}
	.fichi_col_50,
	.fichi_col_30 {
		width: 100%;
	}
	.advantages_live_invitation img {
		float: none;
		width: 100%;
		max-width: inherit;
	}
	.advantages_live_invitation {
		margin-bottom: 20px;
	}
	.advantages_goup_chat {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.advantages_goup_chat img {
		max-width: 100%;
	}
	.advantages_goup_chat_wr_text {
		width: 100%;
		margin-right: 0;
	}
	.advantages_wiget_col {
		width: 100%;
		min-height: initial;
		margin-bottom: 30px;
	}
	.advantages_chat_col,
	.advantages_work_bad_connect_col1,
	.advantages_work_bad_connect_col2,
	.advantages_new_room_col {
		width: 100%;
		float: none;
	}
	.advantages_new_room,
	.advantages_2_file_row {
		display: block;
	}
	.advantages_work_bad_connect_col1 {
		margin-bottom: 20px;
	}
	.advantages_chat_row {
		margin-bottom: 30px;
	}
	.advantages_wiget {
		margin-top: 0;
	}
	.advantages_app img {
		float: none;
		max-width: 432px;
		width: 100%;
		margin: 0 auto;
		display: block;
		margin-bottom: 60px;
	}
	.advantages_app .advantages_text {
		margin-left: 0;
	}
	.advantages_app_img {
		left: 50%;
		margin-left: -159px;
	}
	.advantages_new_room_col img {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}
	.advantages_app .advantages_title {
		position: relative;
		z-index: 11;
	}
	.advantages_smile_col,
	.advantages_name_chat_col,
	.advantages_2_file_col {
		width: 100%;
	}
	.advantages_smile_col .advantages_title,
	.advantages_smile_col .advantages_text {
		margin-left: 0;
		margin-bottom: 20px;
	}
	.advantages_smile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.advantages_chat_img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.advantages_chat_img img {
		float: none;
		margin-right: 0;
		width: 320px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.advantages_smile {
		margin-bottom: 0;
	}
	.advantages_name_chat {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	.advantages_name_chat_col img {
		float: none;
		margin: 40px auto;
		display: block;
		max-width: 100%;
	}
	.advantages_name_chat_img {
		left: 50%;
		margin-left: -159px;
	}
	.advantages_name_chat_col .advantages_text {
		position: relative;
		z-index: 10;
	}
	.advantages_mob_prog {
		display: block;
	}
	.advantages_mob_prog_col {
		width: 100%;
	}
	.advantages_mob_prog_col img {
		margin-bottom: 20px;
	}
	.fichi_colbig_50 {
		width: 100%;
	}
	.fichi_colbig_50:first-child .fichi_col_100 > div {
		margin-bottom: 0;
	}
	.integer_service_col_small {
		width: 50%;
	}
	.var_btn_col_50,
	.var_btn_col_25 {
		width: 100%;
	}
	.tarif_for_service_col_2 {
		display: none;
	}
	.tarif_for_service_col_1 {
		width: 100%;
	}
	.tarif_for_service_col_1 {
		max-width: 100%;
	}
	.open_vakancy_col {
		width: 100%;
		margin-bottom: 20px;
	}
	.open_vakancy_btn {
		margin: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.reviews_wr {
		margin: 0;
	}
	.map_title_wr {
		display: none;
	}
	.map_row_wr .map_row .map_title_col_20 {
		width: 100%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}
	.map_row_wr .map_row .map_title_col_20:first-child {
		height: 1px;
		width: 100%;
		background-color: #000;
		opacity: 0.6;
		margin: 10px 0;
	}
	.map_row_wr .map_row:first-child .map_title_col_20:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: transparent;
		margin-bottom: 10px;
		opacity: 1;
		height: auto;
		margin-top: 0;
	}
	.map_row_wr
		.map_row:first-child
		.map_title_col_20:first-child
		.mobil_map_title {
		font-size: 20px;
	}
	.map_auto,
	.map_bus,
	.map_bus_no {
		margin: 2px;
	}
	.map_title_col_30 {
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}
	.mobil_map_title {
		float: left;
		margin-right: 5px;
		font-family: BigCityGrotesquePro;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.33;
		color: #0c0c0c;
	}
	.map_street,
	.map_ost {
		line-height: 1.33;
	}
	.map_row_wr {
		margin-bottom: 12px;
	}
	.map_row {
		margin-bottom: 0;
	}
	.map_title_col_modile_20 {
		margin-bottom: 0;
	}
	.how_lock_slider_big_slider,
	.how_lock_slider_big_slider_slide {
		width: 100% !important;
		margin-right: 0;
		margin-left: 0;
	}
	.how_lock_slider_small_slider,
	.how_lock_slider_small_slider_slide {
		margin-left: auto;
		margin-right: auto;
	}
	.how_lock_slider_big,
	.how_lock_slider_small {
		width: 100%;
	}
	.how_client_credit_col {
		width: 100%;
	}
	.how_client_credit_col > div {
		margin-bottom: 20px;
	}
	.how_client_credit_col img {
		max-width: 100%;
		height: auto;
	}
	.how_client_credit {
		padding-bottom: 40px;
	}
	.chat_dowl {
		display: block;
	}
	.chat_dowl_col {
		width: 100%;
	}
	.chat_dowl_col > img {
		display: none;
	}
	.chat_dowl_wr {
		padding-top: 80px;
	}
}
@media (max-width: 660px) {
	.advantages_wiget_col_img {
		width: 65vw;
		height: 65vw;
		-webkit-transform: rotate(-376deg);
		-ms-transform: rotate(-376deg);
		transform: rotate(-376deg);
		border-radius: 48px;
		background-color: #fff;
		position: absolute;
		left: 17vw;
		z-index: 9;
		top: -6px;
	}
	.header_menu_two li {
		margin-right: 13px;
	}
	.header_menu_two li:last-child {
		display: none;
	}
}
@media (max-width: 420px) {
	.how_work_img {
		width: 130px;
	}
	.how_work_text_wr {
		margin-left: 162px;
	}
	.modal_wrapper {
		max-width: 100%;
		width: 100%;
	}
	.modal_wrapper {
		padding: 22px 5px;
	}
	.product_col_text {
		height: auto;
		margin-bottom: 20px;
	}
	.reviews .reviews_wr .cc.mc-red .mc-btn2,
	.btn_all_audio {
		font-size: 13px !important;
		text-transform: uppercase;
	}
	.product_col_slider_slide img {
		width: 100%;
	}
	.product_col_slider .slick-slide {
		margin: 0;
	}
	.chat_dowl_row_col a img,
	.chat_dowl_row_col_title {
		width: 130px;
	}
}
@media (max-width: 419px) {
	.how_work_img {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.how_work_text_wr {
		margin: 12px auto;
	}
}
/*Меню мобильное*/
.hide_laptob_menu {
	display: none !important;
}

.mobile_menu_block,
.mobile_menu_social {
	display: none;
}

.mobile_menu_block a {
	margin-left: 18px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.fixed_menu_btn_wr {
		display: none;
	}
	.menu {
		width: 280px;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		background-color: #fff;
		display: none;
	}
	.header_logoline_wr {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.mobile_menu_block {
		display: block;
	}
	.hide_laptob_menu {
		display: block !important;
	}
	.menu_ul > li {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 218px;
		height: 48px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.menu_ul li p {
		font-size: 16px;
		font-weight: 500;
		color: #26262a;
	}
	.menu_ul {
		float: none;
		margin-left: 16px;
		margin-top: 14px;
	}
	.menu_ul > li img {
		margin-right: 17px;
	}
	.menu .menu_ul .mabile_menu_select {
		border-radius: 6px;
		border: solid 2px rgba(38, 38, 42, 0.5);
		position: relative;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.menu .menu_ul .mabile_menu_select > a {
		font-size: 16px;
		color: #26262a;
		padding-left: 18px;
	}
	.menu .menu_ul .mabile_menu_select > a:after {
		display: none;
	}
	.submenu_ul {
		margin-left: 0;
		margin-top: 0;
		width: 220px;
	}
	.menu_ul > li:hover .submenu_wr {
		top: 0;
		left: 0;
		margin-top: 50px;
	}
	.menu_ul li > i {
		margin-right: 18px;
		color: #26262a;
	}
	.menu_close {
		position: absolute;
		right: 15px;
		top: 31px;
	}
	.mobile_menu_social {
		margin-top: 20px;
		margin-left: 14px;
		height: 26px;
		overflow: hidden;
	}
	.mobile_menu_social > a {
		margin-right: 14px;
	}
}
.btn_all_audio:hover,
.btn_all_keys:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2);
	box-shadow: 0 1px 2px 0 rgba(36, 117, 230, 0.2);
	border: solid 2px #2475e6;
}

.btn_all_audio:active,
.btn_all_audio:focus,
.btn_all_keys:active,
.btn_all_keys:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.kontakty {
	background-color: #f4f7fc;
}

.kontakty .fichi_text {
	padding-left: 64px;
}

.kontakty .header_white_block {
	width: 724px;
	height: 724px;
	right: -36%;
}

.kontakty .header_tab {
	height: 450px;
	margin-bottom: 129px;
}

.fichi_name a {
	color: #0000ee;
}

.kontakty .otziv_title {
	margin-top: 45px;
}

.kontakty .header_white_block {
	display: none;
}

.kontakty .bx-breadcrumb {
	font-size: 17px;
	color: #26262a;
}

.kontakty .bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 17px/21px 'Open Sans', Arial, 'Helvetica Neue', Helvetica,
		sans-serif;
	transition: 250ms linear all;
}

.kontakty .bx-breadcrumb a {
	color: #2475e6;
	text-decoration: none;
}

.requisites {
	margin-top: 95px;
}

.req_title {
	font-size: 35px;
	margin-bottom: 37px;
}

.req_text {
	font-size: 20px;
	margin-bottom: 15px;
}

.requisites .dop_fichi_wr {
	margin: 0;
}

.requisites .fichi_col_50 {
	flex-direction: column;
}

#kontakty_girl {
	position: absolute;
	left: 45.7%;
	z-index: 0;
	top: 0;
	transform: translateY(-182px);
	width: 702px;
}

.kontakty .dop_fichi {
	padding-top: 30px;
}

.kontakty .field {
	width: 265px;
	height: 68px;
	border-radius: 6px;
	background-color: #f7f7f3;
	font-size: 16px;
	margin-right: 17px;
	padding-left: 18px;
	border: none;
	margin-bottom: 20px;
}

.kontakty textarea.field {
	padding-top: 25px;
	height: 131px;
	width: 100%;
	max-width: 644px;
	margin-bottom: 16px;
	font: 400 16px Arial;
}

.kontakty .form_callback_btn {
	width: 265px;
	height: 68px;
}

.form_col {
	width: 100%;
}

.form_col:first-child {
	width: 305px;
}

.kontakty .form_registration_wr {
	z-index: 3;
}

.kontakty .form_registration {
	height: 560px;
	margin-top: 7%;
}

.kontakty .form_registration_text {
	font-size: 22px;
}

.kontakty .form_registration_zigzag1 {
	position: absolute;
	top: 15%;
	left: 10%;
	width: 86px;
	z-index: 2;
}

.kontakty .form_registration_line1 {
	position: absolute;
	top: 24%;
	left: 60%;
	width: 34px;
	z-index: 2;
}

.kontakty .form_registration_zigzag2 {
	position: absolute;
	left: 65%;
	bottom: -9%;
	width: 142px;
	z-index: 2;
}

.kontakty .form_registration_circle1 {
	position: absolute;
	left: 34%;
	top: 86%;
	width: 36px;
	z-index: 2;
}

.kontakty .form_registration_line2 {
	left: 45%;
	position: absolute;
	top: 9%;
	z-index: 2;
}

.kontakty .form_registration_circle3 {
	position: absolute;
	right: 14%;
	top: 18%;
	width: 37px;
	z-index: 2;
}

.kontakty .form_registration_circle4 {
	right: 3%;
}

.kontakty .map {
	max-width: 466px;
	margin-top: 28px;
	margin-left: 0;
	padding: 0;
	border-radius: 0;
}

#otziv_girl {
	position: absolute;
	left: 58%;
	z-index: 1;
	top: 53%;
}

#about_girl {
	position: absolute;
	right: 76px;
	bottom: -12%;
	z-index: 1000000;
}

.kontakty .fichi_text a {
	color: #0000ee;
	font-size: 16px;
	font-family: museo;
}

/* @media (max-width: 2400px) {
  #kontakty_girl {
    position: absolute;
    left: 45.7%;
    z-index: 0;
    top: -24.25%;
    width: 44%;
  }
} */
@media (max-width: 1600px) {
	#about_girl {
		bottom: -18%;
	}
	/* #kontakty_girl {
    position: absolute;
    left: 45.7%;
    z-index: 0;
    top: -24.25%;
    width: 53%;
  } */
}
@media (max-width: 1366px) {
	#otziv_girl {
		left: 61%;
	}
	#about_girl {
		bottom: -20%;
	}
}
@media (max-width: 1200px) {
	#otziv_girl {
		left: 64%;
	}
	#about_girl {
		bottom: -24%;
	}
	#kontakty_girl {
		left: 41.7%;
	}
	.kontakty .form_registration_zigzag1 {
		position: absolute;
		top: -4%;
		left: 3%;
		width: 86px;
		z-index: 10;
	}
}
@media (max-width: 1200px) {
	/* #kontakty_girl {
    position: absolute;
    left: 41.7%;
    z-index: 0;
    top: -19.25%;
    width: 57%;
  } */
}
/* @media (max-width: 1024px) {
  #kontakty_girl {
    position: absolute;
    left: 41.7%;
    z-index: 0;
    top: -17.25%;
    width: 57%;
  }
} */
@media (max-width: 990px) {
	.requisites {
		margin-top: 20px;
	}
	.otziv .otziv_title {
		max-width: 450px;
	}
	.kontakty .otziv_title {
		max-width: 400px;
	}
	.form_work_in_envi_rect {
		right: 0;
	}
	/* #kontakty_girl {
      left: 42.7%;
      top: -24.25%;
      width: 65%;
  } */
	#about_girl {
		right: 0;
	}
	.fichi_col_30 > div {
		margin: 5px;
		border-radius: 24px;
		background-color: #ffffff;
		padding: 15px;
		width: 100%;
	}
}
@media (max-width: 768px) {
	#kontakty_girl {
		display: none;
	}
	.kontakty .otziv_title {
		margin-top: 25px;
		font-size: 30px;
	}
	.kontakty .header_tab {
		height: 150px;
		margin-bottom: 10%;
	}
	.req_title {
		font-size: 35px;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.form_col {
		width: 265px;
	}
	.kontakty .form_registration {
		height: 706px;
		margin-top: 15%;
		margin-bottom: 7%;
	}
	.kontakty .dop_fichi {
		padding: 20px 0;
	}
	.kontakty .fichi_header_wr {
		margin-bottom: 0;
	}
	.kontakty .req_title {
		font-size: 30px;
	}
	.kontakty .form_registration_text {
		font-size: 20px;
	}
	.kontakty .form_callback_btn {
		width: 283px;
	}
}
.reviews_col_audio .reviews_pad {
	display: none;
}

.reviews_col_audio .reviews_pad:nth-child(1),
.reviews_col_audio .reviews_pad:nth-child(2),
.reviews_col_audio .reviews_pad:nth-child(3),
.reviews_col_audio .reviews_pad:nth-child(4),
.reviews_col_audio .reviews_pad:nth-child(5),
.reviews_col_audio .reviews_pad:nth-child(6),
.reviews_col_audio .reviews_pad:nth-child(7),
.reviews_col_audio .reviews_pad:nth-child(8),
.reviews_col_audio .reviews_pad:nth-child(9),
.reviews_col_audio .reviews_pad:nth-child(10),
.reviews_col_audio .reviews_pad:nth-child(11) {
	display: block;
}

.slider_header_wr img {
	max-width: 330px;
	margin: 0 auto;
}

.cases_page {
	margin: 90px 0 0 0;
}

form .error {
	border: 2px solid red;
}

#register-form-country-selector {
	width: 310px;
	height: 52px;
	border-radius: 4px;
	border: solid 2px rgba(38, 38, 42, 0.2);
	outline: none;
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #26262a;
}

.elama-auth-btn {
	border: 1px solid #9e9e9e;
	text-decoration: none;
	height: 52px;
	display: grid;
	border-radius: 5px;
	margin-top: 14px;
	text-align: center;
	grid-template-columns: auto auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	padding: 0 49px;
	font-size: 14px;
	color: #525252;
}

.elama-auth-btn:hover {
	background-color: #e5e5e5;
}

.error-message {
	font-size: 12px;
	color: red;
	max-width: 288px;
	padding: 8px 6px;
	background: aliceblue;
	border-radius: 5px;
	margin-bottom: 10px;
	display: none;
}

.tarif_paket_fullprice {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	background: #ff3768;
	padding: 3px 5px;
	color: #fff;
	border-radius: 5px;
}

.tarif_paket_col {
	position: relative;
}

a.bx-composite-btn.bx-btn-white.bx-composite-btn-fixed {
	display: none !important;
}

.feedback_page .how_lock:after {
	display: none;
}

.feedback_page .dop_fichi.how_lock {
	padding-bottom: 80px;
}

.feedback_page .dop_fichi.how_lock {
	background-color: #f4f7fc;
}

.credit .fixed_menu_btn_reg {
	background-color: #ff80b0;
	-webkit-box-shadow: 0 2px 1px 0 rgba(255, 128, 176, 0.1);
	box-shadow: 0 2px 1px 0 rgba(255, 128, 176, 0.1);
}

.chat_page .fixed_menu_btn_vhod,
.credit .fixed_menu_btn_vhod {
	border: solid 2px rgba(255, 128, 176, 0.75);
	color: #ff80b0;
}

.multibtn .fixed_menu_btn_reg {
	background-color: #2c85ff;
	-webkit-box-shadow: 0 2px 1px 0 rgba(44, 133, 255, 0.1);
	box-shadow: 0 2px 1px 0 rgba(44, 133, 255, 0.1);
}

.client_page .fixed_menu_btn_vhod,
.multibtn .fixed_menu_btn_vhod {
	border: solid 2px rgba(44, 133, 255, 0.75);
	color: #2c85ff;
}

.crm .fixed_menu_btn_reg,
.Kviz .fixed_menu_btn_reg {
	background-color: #9b7ae0;
	-webkit-box-shadow: 0 2px 1px 0 rgba(155, 122, 224, 0.1);
	box-shadow: 0 2px 1px 0 rgba(155, 122, 224, 0.1);
}

.crm .fixed_menu_btn_vhod,
.Kviz .fixed_menu_btn_vhod {
	border: solid 2px rgba(155, 122, 224, 0.75);
	color: #9b7ae0;
}

.stado .fixed_menu_btn_reg {
	background-color: #11c857;
	-webkit-box-shadow: 0 2px 1px 0 rgba(17, 200, 87, 0.1);
	box-shadow: 0 2px 1px 0 rgba(17, 200, 87, 0.1);
}

.stado .fixed_menu_btn_vhod {
	border: solid 2px rgba(17, 200, 87, 0.75);
	color: #11c857;
}

.tarif_for_service .container .tarif_for_service_wr:last-child {
	/*display: none;*/
}

.product_col.kupit-v-kredit {
	display: none;
}

.team_list {
	display: none;
}

.team_celi {
	padding-bottom: 32px;
}

.reviews_wr_info {
	/*margin-bottom: 0;*/
}

.six_fich {
	padding-top: 40px;
}

.how_client_credit_col {
	/*width: calc(50% - 72px);*/
	width: 100%;
	padding: 24px;
	background: #fff;
	border-radius: 12px;
}

.how_client_credit_col:first-child {
	/*margin-right: 32px;*/
}

.how_client_credit_col:last-child {
	display: none;
}

.product_col_install span {
	width: 17px;
	height: 21px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.08);
	margin-right: 2px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	padding: 0;
}

.reviews_col_audio .reviews_pad {
	padding: 24px 24px 0;
	margin-bottom: 8px;
}

.reviews_col_audio .modal-text {
	padding: 12px 0 0;
}

.reviews_pad audio {
	border-radius: 6px;
}

.reviews_pad audio:focus {
	outline: none;
}

.button-vacancies {
	background: #368ffb;
	color: #fff;
	text-decoration: none;
	padding: 14px 17px;
	max-width: 167px;
	font-size: 16px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(47, 137, 253, 0.36);
	box-shadow: 0 2px 1px 0 rgba(47, 137, 253, 0.36);
	margin: 12px 0 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

a.cloud_link {
	background: #fff;
	padding: 12px 18px 11px;
	display: inline-block;
	margin: 0 8px 10px 0;
	border-radius: 6px;
	text-decoration: none;
	color: #2475e6;
}

a.cloud_link:hover {
	background: #2475e6;
	color: #fff;
}

.tag_cloud {
	margin-bottom: 48px;
	margin-top: 32px;
}

.pominut {
	display: none;
	padding: 32px 12px 0;
	color: #fff;
	margin-bottom: -24px;
	font-size: 14px;
}

.feedback_page .pominut {
	display: block;
}

.pominut p {
	padding-bottom: 12px;
}

.tarif_for_service_wr:first-child .pominut {
	display: block;
	margin-bottom: -12px;
}

.services_popup .modal_footer .col .go_in {
	display: none;
	background: #2d85ff;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
}

.svod li {
	margin-right: 12px;
}

.display_table {
	display: table;
}

.qlend_container {
	margin-top: 80px;
	margin-bottom: 80px;
}

.qlend_container .title_badge {
	border-radius: 5px;
	background-color: #9b7ae0;
	font-size: 13px;
	padding: 6px 10px 4px 10px;
	color: #ffffff;
	position: absolute;
	display: inline-block;
	margin-left: 20px;
}

.qlend_container .info_block {
	display: table-cell;
	font-family: BigCityGrotesquePro;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #26262a;
}

.qlend_container .block_left {
	width: 25%;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.23;
}

.qlend_container .block_right {
	width: 60%;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.17;
}

.qlend_container .qlend_image {
	width: 100%;
	margin-top: 50px;
}

.crm_report_container {
	background-color: #f4f7fc;
	padding-bottom: 105px;
}

.crm_report_container h3,
.crm_document_print_container h3 {
	line-height: 2;
}

.crm_report_container video {
	max-width: 100%;
}

.crm_document_print_container {
	background-color: #f4f7fc;
	padding-bottom: 30px;
}

.crm_document_print_container .pull-center {
	text-align: center;
}

.personalizator_form .header_tab {
	background-color: #2d85ff;
}

.personalizator_form .header_title_feedback {
	font-size: 63px;
}

@media (max-width: 768px) {
	.personalizator_form .header_title_feedback {
		font-size: 24px;
	}
}
.personalizator_form .header_title_feedback:after {
	position: absolute;
	content: url(../images/icon/icon-pf.png);
	right: -150px;
	top: 0;
}

.personalizator_form .tarif {
	background-color: #2d85ff;
}

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

.gm_form_email_btn_wrapper .tarif_paket_opis {
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.gm_form_email_btn_wrapper .tarif_paket_opis {
		font-size: 18px;
		color: #fff;
		margin-top: 10px;
	}
}
.header_menu_two.gm_header_menu li {
	border: 3px solid #fff;
	border-radius: 5px;
	padding: 3px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.header_menu_two.gm_header_menu li:last-child {
	margin-right: 0;
}

.header_menu_two.gm_header_menu li a {
	color: #fff;
}

.header_menu_two.gm_header_menu li.gm_price {
	border: 4px solid #fff;
}

.header_menu_two.gm_header_menu li.gm_price a {
	font-weight: 600;
}

.header_menu_two.gm_header_menu li:not(.gm_price) a:after {
	display: none;
}

.header_menu_two.gm_header_menu li a:after {
	background-color: #fff;
	opacity: 1;
}

.gm_header_menu_mobile {
	display: none;
}

@media (max-width: 660px) {
	.header_menu_two.gm_header_menu li:last-child {
		display: block;
		width: 100%;
		text-align: center;
	}
	.header_menu_two.gm_header_menu li.gm_price a:after {
		display: none;
	}
	.header_menu_two.gm_header_menu:not(.gm_header_menu_mobile) {
		display: none;
	}
	.gm_header_menu_mobile {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gm_header_menu_mobile li:nth-child(3) {
		margin-right: 0;
	}
}
@media (max-width: 410px) {
	.gm_header_menu_mobile {
		justify-content: center;
	}
}
.feedback_page .gm_header_menu li {
	background-color: #ff3768;
}

.chat_page .gm_header_menu li {
	background-color: #ff80b0;
}

.client_page .gm_header_menu li {
	background-color: #2d85ff;
}

.stado .gm_header_menu li {
	background-color: #11c857;
}

.crm .gm_header_menu li {
	background-color: #9b7ae0;
}

.zahvat .gm_header_menu li {
	background-color: #ff3768;
}

.multibtn .gm_header_menu li {
	background-color: #2d85ff;
}

.Kviz .gm_header_menu li {
	background-color: #9b7ae0;
}

.personalizator_form .gm_header_menu li {
	background-color: #2d85ff;
}

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	background: url(/bitrix/templates/envybox/images/up-arrow.png) no-repeat;
	background-size: contain;
	z-index: 9999;
}

@media (max-width: 767px) {
	.scrollup {
		bottom: 0;
		right: 0;
	}
}
.menu_ul {
	display: flex;
	align-items: center;
}

.search-form.desktop .search-input-wrapper {
	position: relative;
	height: 29px;
	/*width: 18px;*/
	display: flex;
	align-items: center;
}

.search-form.desktop .search-input-wrapper.hided {
	margin-right: 24px;
}

.search-form.desktop .search-input-search {
	position: absolute;
	width: 18px;
	/*top: 50%;
  transform: translateY(-50%);*/
	left: 3px;
	cursor: pointer;
}

.search-form.desktop .search-input-close {
	position: absolute;
	width: 16px;
	/*top: 50%;
  transform: translateY(-50%);*/
	right: 3px;
	cursor: pointer;
	display: none;
}

.search-form.desktop .search-input {
	padding: 7px 25px;
	border: none;
	outline: none;
	border-radius: 3px;
	display: none;
}

.search-form.desktop .search-input::-moz-placeholder {
	color: #222;
}

.search-form.desktop .search-input::-webkit-input-placeholder {
	color: #222;
}

.search-form.desktop .search-input:-ms-input-placeholder {
	color: #222;
}

.search-form.desktop .search-input::-ms-input-placeholder {
	color: #222;
}

.search-form.desktop .search-input::placeholder {
	color: #222;
}

.search-form.mobile form {
	display: flex;
	align-items: center;
}

.search-form.mobile .search-img {
	width: 20px;
}

.search-form.mobile .search-input {
	padding: 7px 12px;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #2475e6;
}

.search-form.mobile .search-input::-moz-placeholder {
	color: #2475e6;
}

.search-form.mobile .search-input::-webkit-input-placeholder {
	color: #2475e6;
}

.search-form.mobile .search-input:-ms-input-placeholder {
	color: #2475e6;
}

.search-form.mobile .search-input::-ms-input-placeholder {
	color: #2475e6;
}

.search-form.mobile .search-input::placeholder {
	color: #2475e6;
}

.feedback_page .search-form.mobile .search-input {
	border: 1px solid #ff3768;
}

.feedback_page .search-form.mobile .search-input::-moz-placeholder {
	color: #ff3768;
}

.feedback_page .search-form.mobile .search-input::-webkit-input-placeholder {
	color: #ff3768;
}

.feedback_page .search-form.mobile .search-input:-ms-input-placeholder {
	color: #ff3768;
}

.feedback_page .search-form.mobile .search-input::-ms-input-placeholder {
	color: #ff3768;
}

.feedback_page .search-form.mobile .search-input::placeholder {
	color: #ff3768;
}

.chat_page .search-form.mobile .search-input {
	border: 1px solid #ff80b0;
}

.chat_page .search-form.mobile .search-input::-moz-placeholder {
	color: #ff80b0;
}

.chat_page .search-form.mobile .search-input::-webkit-input-placeholder {
	color: #ff80b0;
}

.chat_page .search-form.mobile .search-input:-ms-input-placeholder {
	color: #ff80b0;
}

.chat_page .search-form.mobile .search-input::-ms-input-placeholder {
	color: #ff80b0;
}

.chat_page .search-form.mobile .search-input::placeholder {
	color: #ff80b0;
}

.crm .search-form.mobile .search-input {
	border: 1px solid #9b7ae0;
}

.crm .search-form.mobile .search-input::-moz-placeholder {
	color: #9b7ae0;
}

.crm .search-form.mobile .search-input::-webkit-input-placeholder {
	color: #9b7ae0;
}

.crm .search-form.mobile .search-input:-ms-input-placeholder {
	color: #9b7ae0;
}

.crm .search-form.mobile .search-input::-ms-input-placeholder {
	color: #9b7ae0;
}

.crm .search-form.mobile .search-input::placeholder {
	color: #9b7ae0;
}

.stado .search-form.mobile .search-input {
	border: 1px solid #11c857;
}

.stado .search-form.mobile .search-input::-moz-placeholder {
	color: #11c857;
}

.stado .search-form.mobile .search-input::-webkit-input-placeholder {
	color: #11c857;
}

.stado .search-form.mobile .search-input:-ms-input-placeholder {
	color: #11c857;
}

.stado .search-form.mobile .search-input::-ms-input-placeholder {
	color: #11c857;
}

.stado .search-form.mobile .search-input::placeholder {
	color: #11c857;
}

.zahvat .search-form.mobile .search-input {
	border: 1px solid #ff3768;
}

.zahvat .search-form.mobile .search-input::-moz-placeholder {
	color: #ff3768;
}

.zahvat .search-form.mobile .search-input::-webkit-input-placeholder {
	color: #ff3768;
}

.zahvat .search-form.mobile .search-input:-ms-input-placeholder {
	color: #ff3768;
}

.zahvat .search-form.mobile .search-input::-ms-input-placeholder {
	color: #ff3768;
}

.zahvat .search-form.mobile .search-input::placeholder {
	color: #ff3768;
}

.multibtn .search-form.mobile .search-input {
	border: 1px solid #2d85ff;
}

.multibtn .search-form.mobile .search-input::-moz-placeholder {
	color: #2d85ff;
}

.multibtn .search-form.mobile .search-input::-webkit-input-placeholder {
	color: #2d85ff;
}

.multibtn .search-form.mobile .search-input:-ms-input-placeholder {
	color: #2d85ff;
}

.multibtn .search-form.mobile .search-input::-ms-input-placeholder {
	color: #2d85ff;
}

.multibtn .search-form.mobile .search-input::placeholder {
	color: #2d85ff;
}

.Kviz .search-form.mobile .search-input {
	border: 1px solid #5f3fa2;
}

.Kviz .search-form.mobile .search-input::-moz-placeholder {
	color: #5f3fa2;
}

.Kviz .search-form.mobile .search-input::-webkit-input-placeholder {
	color: #5f3fa2;
}

.Kviz .search-form.mobile .search-input:-ms-input-placeholder {
	color: #5f3fa2;
}

.Kviz .search-form.mobile .search-input::-ms-input-placeholder {
	color: #5f3fa2;
}

.Kviz .search-form.mobile .search-input::placeholder {
	color: #5f3fa2;
}

@media (max-width: 1200px) {
	.search-form.desktop .search-input {
		width: 100px;
	}
}
@media (max-width: 1000px) {
	.fixed_menu .search-form.desktop {
		display: none;
	}
}
@media (max-width: 768px) {
	.search-form.desktop {
		display: none;
	}
	.menu_ul {
		display: inline-block;
	}
}
@media (max-width: 374px) {
	.search-page input[type='text'] {
		box-sizing: border-box;
		width: 100%;
	}
}
.hide_mobile_menu {
	display: inline-block !important;
}

@media (max-width: 768px) {
	.menu_ul > .hide_mobile_menu {
		display: none !important;
	}
}
.fichi_scheduel {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.fichi_scheduel .fichi_work-schedule {
	background: url('/images/calendar-clock.svg') no-repeat 0 0;
	background-size: 20px;
	padding: 0 0 0 40px;
	line-height: 22px;
}

.fichi_scheduel .fichi_work-schedule .pink {
	color: #ff3768;
}

.header-phone-email {
	float: right;
	margin-right: 50px;
	padding-top: 5px;
}

.header-phone-email .footer_mobile_img {
	height: auto;
	float: none;
	display: inline-block;
	position: relative;
	top: 1px;
}

.wa {
	display: inline-block;
	margin: 0 5px 0 0;
}

.header-phone-email .wa {
	margin-right: 10px;
	display: none;
}

.fixed_menu_wr .wa {
	margin-right: 10px;
}

.fixed_menu_wr .footer_mobile_img {
	position: relative;
	top: 1px;
}

@media (min-width: 1200px) {
	.fichi_scheduel {
		margin: 0 50px 0 0;
	}
}

@media (min-width: 992px) {
	.header-phone-email .wa {
		display: inline-block;
	}
}

.wa img {
	width: 20px;
	position: relative;
	top: 3px;
}

.wr_footer_phone .wa img {
	filter: brightness(0) invert(0);
}

.header-phone-email a {
	color: white !important;
}

@media (max-width: 991px) {
	.header-phone-email {
		margin-right: 0;
	}
}
/*Виджет подарок*/
.c_overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10001;
	top: 0px;
	left: 0px;
	background-color: rgba(33, 41, 49, 0.6);
	overflow: auto;
}

.c_gift {
	position: relative;
	max-width: 450px;
	margin: auto;
	padding-top: 50px;
}

.c_gift img {
	width: 100%;
	height: auto;
}

.c_btn_form {
	font-family: BigCityGrotesquePro;
	position: relative;
	width: 100%;
	border-radius: 6px;
	border: none;
	height: 48px;
	color: black;
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
	background-color: hsl(54deg, 100%, 50%);
	box-shadow: 0 -1px hsl(47deg, 100%, 48%) inset;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c_btn_form:disabled {
	cursor: default;
}

.c_button__text {
	transition: all 0.2s;
}

.c_button--loading .c_button__text {
	visibility: hidden;
	opacity: 0;
}

.c_button--loading::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: c_button-loading-spinner 1s ease infinite;
}

@keyframes c_button-loading-spinner {
	from {
		transform: rotate(0turn);
	}
	to {
		transform: rotate(1turn);
	}
}
.c_btn {
	font-family: BigCityGrotesquePro;
	position: absolute;
	top: 78%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 11px;
	width: 42%;
	height: 12%;
	min-width: 140px;
	min-height: 35px;
	font-weight: 700;
	background-color: hsl(54deg, 100%, 50%);
	box-shadow: 0 -1px hsl(47deg, 100%, 48%) inset;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c_btn:hover {
	background-color: hsl(50deg, 100%, 55%);
}

.c_btn:active,
.c_btn:focus {
	outline: none;
}

.c_btn::-moz-focus-inner {
	border: 0;
}

.c_form {
	margin: 0 auto;
	padding-bottom: 50px;
}

.c_input {
	font-family: BigCityGrotesquePro;
	width: 100%;
	height: 44px;
	border-radius: 6px;
	border: none;
	outline: none;
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
}

.c_input:focus {
	border: 1px solid #1565c0;
}

.c_btn_form:hover {
	background-color: hsl(50deg, 100%, 55%);
}

.c_btn_form:active,
.c_btn_form:focus {
	outline: none;
}

.c_btn_form::-moz-focus-inner {
	border: 0;
}

.c_close {
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 35px;
}

.c_close:before,
.c_close:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 4px;
	background: white;
}

.c_close:before {
	transform: rotate(45deg);
	width: 18px;
}

.c_close:after {
	transform: rotate(-45deg);
	width: 18px;
}

.c_icon_gift {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	width: 80px;
	height: 80px;
	cursor: pointer;
	position: fixed;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 10001;
	animation: c_animate_grow 2s infinite;
}

.c_icon_gift:hover {
	animation: none;
}

@keyframes c_animate_grow {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}
.c_image_icon_gift {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
}

.c_image_icon_gift:hover {
	filter: brightness(95%);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.c_error {
	border: 1px solid #d81b60;
}

#c_snackbar {
	font-family: BigCityGrotesquePro;
	display: none;
	min-width: 250px;
	margin-left: -141px;
	margin-right: 141px;
	background-color: #263238;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
	word-wrap: break-word;
}

#c_snackbar.c_show {
	display: block;
	-webkit-animation: cFadein 0.5s, cFadeout 0.5s 2.5s;
	animation: cFadein 0.5s, cFadeout 0.5s 2.5s;
}

@-webkit-keyframes cFadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}
@keyframes cFadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}
@-webkit-keyframes cFadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}
@keyframes cFadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}
@media screen and (max-width: 300px) {
	.c_btn {
		font-size: 14px;
	}
	.c_form {
		width: 95%;
	}
	.c_icon_gift {
		inset: auto 4% 18% auto;
	}
}
@media (min-width: 300px) and (max-width: 600px) {
	.c_btn {
		font-size: 14px;
	}
	.c_form {
		width: 245px;
	}
	.c_icon_gift {
		inset: auto 4% 18% auto;
	}
}
@media screen and (min-width: 600px) {
	.c_form {
		width: 245px;
	}
	.c_icon_gift {
		bottom: 25%;
		right: 8%;
	}
}
/*Виджет подарок*/
/* ============================================================================================================================================================================================================================================================================================================================================================================================
           // Видео виджет ============================================================================================================================================================================================================================================================================================================================================================================================
           // ============================================================================================================================================================================================================================================================================================================================================================================================ */
.video-widget {
	--clr-primary: #f53466;
}

.video-widget .header_tab {
	background-color: var(--clr-primary);
	margin-bottom: 70px;
}

@media (min-width: 768px) {
	.video-widget .header_tab {
		margin-bottom: 110px;
	}
}
.video-widget .tarif {
	background-color: var(--clr-primary);
}

.video-widget .tarif_paket_fullprice {
	background-color: #40bdff;
}

@media (min-width: 768px) {
	.video-widget .tarif_paket_fullprice {
		background-color: var(--clr-primary);
	}
}
.video-widget .header_text {
	font-size: 20px;
	max-width: 400px;
	margin-bottom: 48px;
}

.video-widget .header_text_col_1 {
	position: relative;
	max-width: 570px;
}

.product-header--video-widget .header_text_col_1::after {
	content: '';
	display: block;
	position: absolute;
	right: 65px;
	top: -80px;
	width: 82px;
	height: 82px;
	background-image: url(<?=SITE_TEMPLATE_PATH?>/images/video-widget/vw-play.png);
}

.product-header--video-widget .header_text_col_2 {
	max-height: 420px;
}

.product-header--video-widget .header_text_col_2 img {
	max-width: 275px;
}

.video-widget .feedback_footer_wr .header_text_col_2 {
	max-height: 440px;
	margin-top: -150px;
}

.video-widget .feedback_footer_wr .feedback_footer_text br {
	display: none;
}

.video-widget .feedback_footer_wr .feedback_footer_text {
	position: relative;
	font-size: 20px;
	max-width: 400px;
	margin-top: 0;
}

.video-widget .feedback_footer_wr .feedback_footer_text::after {
	content: '';
	display: block;
	position: absolute;
	right: -164px;
	top: 0;
	width: 82px;
	height: 82px;
	background-image: url('../images/video-widget/vw-play.png');
}

.vw-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 1rem 0;
}

.vw-hero-tags__item a {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: white;
	text-decoration: none;
	border: 2px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px 6px;
}

@media (min-width: 768px) {
	.vw-hero-tags {
		gap: 24px;
	}
	.vw-hero-tags__item a {
		font-size: 17px;
		padding: 5px 10px 6px;
	}
}
.vw-section--desktop-only {
	display: none;
}

.vw-section--reverse {
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 768px) {
	.vw-section--reverse {
		flex-direction: column;
	}
	.vw-section--desktop-only {
		display: block;
	}
	.vw-section--mobile-only {
		display: none;
	}
}
.cooperation {
	margin: 0 0 48px;
}

.cooperation__title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
	margin-bottom: 28px;
}

.partners-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.partners-list__item {
	display: grid;
	place-content: center;
	border-radius: 4px;
	background-color: #f4f7fc;
	padding: 15px;
}

.partners-list__item img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.cooperation__title {
		font-size: 54px;
		margin-bottom: 40px;
	}
	.partners-list {
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}
}

/*# sourceMappingURL=main.css.map */
