<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select_list,
.submit_city {
	color: #fff;
	font-family: HelveticaNeueCyr;
}
.nw-header__search-input,
.select_city_link,
.select_list,
.submit_city {
	font-family: HelveticaNeueCyr;
}
.form-box input[type="checkbox"] + div,
.form-box input[type="checkbox"] + label {
	padding-left: 42px;
	margin-bottom: 24px;
	position: relative;
}
.nw-footer__menu,
.nw-header__menu,
.nw-header__submenu,
.top-nav {
	list-style-type: none;
}
* {
	margin: 0;
	padding: 0;
}
.select_list {
	position: absolute;
	top: 40px;
	left: 0;
	white-space: nowrap;
	z-index: 500;
}
.select_list-inner {
	background: #636467;
	position: relative;
	z-index: 10;
	padding: 25px;
	border-radius: 15px;
}
.select_list-angle {
	position: absolute;
	top: 3px;
	left: 55px;
	width: 33px;
	height: 33px;
	border-radius: 2px;
	background-color: #636467;
	transform: rotate(45deg);
	z-index: 0;
}
.submit_city {
	background: #f35d25;
	border-radius: 5px;
	border: none;
	outline: 0;
	width: 60px;
	height: 32px;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
}
.nw-banner,
.nw-cities__dropdown-close {
	background-position: center center;
	background-repeat: no-repeat;
}
.select_text {
	font-size: 16px;
	margin-bottom: 20px;
}
.select_text b {
	font-size: 18px;
}
.select_city_link {
	color: #f35d25;
	font-size: 14px;
}
a {
	cursor: pointer;
}
#contentarea ol,
#contentarea ul,
.description_text ol,
.description_text ul,
.top_r ol,
.top_r ul {
	padding-left: 60px;
}
.nw-container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.nw-container * {
	box-sizing: border-box;
}
.nw-clearfix:after,
.nw-clearfix:before,
.nw-container:after,
.nw-container:before {
	content: " ";
	display: table;
}
.nw-clearfix:after,
.nw-container:after {
	clear: both;
}
.nw-header {
	padding-bottom: 20px;
	background-color: #fff;
}
.nw-header__logo {
	float: left;
	margin-top: 20px;
}
.nw-header__middle {
	float: left;
	padding-top: 22px;
	margin-left: 144px;
}
.nw-header__search {
	display: flex;
	margin-top: 20px;
	position: relative;
	z-index: 100;
}
.nw-header__search-input,
.nw-header__search-submit {
	position: relative;
	z-index: 500;
	height: 30px;
	outline: 0;
}
.nw-header .nw-header__search {
	z-index: 200;
}
.nw-header__search-input {
	background-color: #fff;
	border: 1px solid #949494;
	line-height: 28px;
	font-size: 13px;
	color: #949494;
	padding: 0 10px;
	width: 100%;
	margin-right: 10px;
	border-radius: 4px !important;
}
.nw-header__search-submit {
	width: 90px;
	min-width: 90px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	background-color: #ea5e20;
	text-align: center;
	cursor: pointer;
	border-radius: 4px !important;
	border: none;
	font-family: HelveticaNeueCyr;
}
.nw-cities__dropdown,
.nw-header__search-results {
	background-color: #fff;
	font-family: HelveticaNeueCyr;
}
.nw-header__search-results {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 100;
	max-width: 980px;
	border-radius: 8px;
	border: 1px solid #f4f4f4;
	min-width: 100%;
	margin-top: -6px;
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
	display: none;
	list-style-type: none;
}
.nw-cities,
.nw-cities__current,
.nw-header__menu-link {
	position: relative;
	line-height: 1.1;
}
.nw-header__search-result {
	padding: 6px 12px;
}
.nw-header__search-result a {
	font-size: 13px;
	color: #585f69;
	text-decoration: none;
}
.nw-header__search-result a:hover {
	text-decoration: underline;
}
.nw-header__search-result-all {
	text-align: center;
	padding: 5px 0 15px;
}
.nw-header__search-result-all a {
	color: #ea5e20;
	font-size: 13px;
	text-decoration: underline;
}
.nw-header__menu {
	padding-left: 0;
	margin-bottom: 0;
}
.nw-header__menu-item {
	float: left;
	margin-top: 10px;
	margin-right: 58px;
}
.nw-header__menu-item:last-child {
	margin-right: 0;
}
.nw-header__menu-link {
	text-decoration: none;
	font-size: 16px;
	color: #484847;
	font-family: HelveticaNeueCyr;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.nw-header__menu-link:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 30px;
	height: 2px;
	background-color: #ea5e20;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	opacity: 0;
}
.nw-catalog__item-link,
.nw-cities__item {
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
}
.nw-header__menu-item_parent:hover .nw-header__menu-link:after {
	background-color: #ea5e20;
	z-index: 9999;
}
.nw-header__menu-item_active .nw-header__menu-link,
.nw-header__menu-link:hover {
	color: #ea5e20;
	text-decoration: none;
}
.nw-header__menu-item_parent:hover .nw-header__menu-link {
	color: #484847;
}
.nw-header__menu-item_active .nw-header__menu-link:after,
.nw-header__menu-link:hover:after {
	opacity: 1;
}
.nw-header__right {
	float: right;
}
.nw-cities {
	padding-top: 17px;
}
.nw-cities__current {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	color: #ea5e20;
	display: inline-block;
	cursor: pointer;
}
.nw-cities__current:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #ea5e20;
}
.nw-cities__dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	box-shadow: 0 0 13px 0 rgba(25, 24, 25, 0.08);
	padding: 25px;
	z-index: 1000;
	white-space: nowrap;
	border-radius: 16px;
}
.nw-cities__dropdown-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 10px;
	height: 10px;
	background-image: url(../img/dropdown-close.png);
	cursor: pointer;
}
.select_city_title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #555;
}
.nw-cities__item {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-family: HelveticaNeueCyr;
	color: #484847;
	margin-top: 10px;
	transition: 0.25s;
}
.nw-cities__item:hover,
.nw-cities__item_active {
	color: #ea5e20;
}
.nw-header__phone-link,
.nw-header__phone-link:hover {
	color: #484847;
	text-decoration: none;
}
.nw-header__phone {
	padding-top: 5px;
	line-height: 1.1;
}
.nw-header__phone-link {
	font-size: 20px;
	font-family: HelveticaNeueCyr;
	font-weight: 700;
	cursor: pointer;
}
.nw-banner {
	height: 546px;
	position: relative;
}
@keyframes movePipe {
	from {
		right: -614px;
	}
	to {
		right: -350px;
	}
}
.nw-pipes {
	content: "";
	width: 837px;
	height: 558px;
	position: absolute;
	top: -21px;
	right: -350px;
	background: url(/assets/img/new/pipes.png) no-repeat;
	animation: 2s ease-in-out -0.5s movePipe;
}
@keyframes slide {
	from {
		opacity: 0;
		top: 100%;
	}
	to {
		opacity: 1;
		top: 0;
	}
}
.nw-banner__title {
	font-size: 36px;
	color: #fff;
	font-family: "Open Sans";
	font-weight: 700;
	padding-top: 48px;
	line-height: 1.25;
	position: relative;
	/*height: 350px;*/
	width: 100%;
	max-width: 790px;
}
.nw-banner__title-wrap {
	position: relative;
	width: 750px;
	overflow: hidden;
}
.nw-banner__title b {
	font-weight: 700;
	padding: 0 2px 1px;
	display: inline-block;
	background-color: #ea5e20;
	line-height: 1.1;
}
.nw-banner__title span {
	display: inline-block;
	animation: 1.5s ease-in-out slide;
	top: 0;
	/*width: 100%;*/
}
.nw-banner__title-wrap .height-fix {
	opacity: 0;
}
.nw-banner__title-colored {
	color: #ea5e20;
}
.nw-catalog {
	margin-top: -22px;
}
.nw-advantages,
.nw-catalog__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.nw-catalog__item {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	width: 408px;
	border-radius: 10px;
	overflow: hidden;
	padding-left: 33px;
	padding-top: 25px;
	padding-bottom: 55px;
	position: relative;
	margin-bottom: 28px;
	box-shadow: 0 14px 13px 0 rgba(25, 24, 25, 0.08);
}
.nw-catalog__item:before,
.nw-faq__item:after,
.nw-footer__contacts-icon {
	background-repeat: no-repeat;
	background-position: center center;
}
.nw-catalog__item:before {
	content: "";
	display: block;
	width: 107px;
	height: 107px;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../img/new/cat-before.png);
	position: absolute;
	top: -44px;
	left: -49px;
}
.nw-catalog__item-title {
	text-transform: uppercase;
	color: #484847;
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: 700;
	position: relative;
}
.nw-catalog__item-link,
.nw-catalog__item-more {
	font-size: 16px;
	font-family: HelveticaNeueCyr;
	cursor: pointer;
}
.nw-catalog__item-title:after {
	content: "";
	display: block;
	height: 2px;
	width: 38px;
	background-color: #ea5e20;
	margin-top: 11px;
	margin-left: 2px;
}
.nw-catalog__item-categories {
	margin-top: 14px;
	padding-left: 2px;
}
.nw-catalog__item-category {
	padding-bottom: 13px;
}
.nw-catalog__item-link {
	color: #484847;
	transition: 0.25s;
}
.nw-catalog__item-link:hover {
	color: #ea5e20;
}
.nw-catalog__item-bottom {
	position: absolute;
	left: 33px;
	bottom: 28px;
}
.nw-catalog__item-more {
	color: #ea5e20;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.nw-catalog__item-more:hover {
	color: #484847;
}
.nw-section {
	padding-top: 50px;
	padding-bottom: 55px;
}
.nw-section_gray {
	background-color: #f4f5f6;
}
.nw-section__title {
	color: #484847;
	font-size: 35px;
	font-family: "Open Sans";
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
}
.nw-section__title:after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	background-color: #ea5e20;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
}
.nw-advantages__block {
	width: 625px;
	margin-top: 24px;
	max-width: 50%;
}
.nw-advantages__text {
	font-size: 16px;
	color: #484847;
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	line-height: 1.5;
}
.nw-advantages__text p {
	margin-bottom: 7px;
}
.nw-advantages__text ul {
	list-style: none;
}
.nw-advantages__text ul li::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #ea5e20;
	margin-right: 8px;
	margin-bottom: 5px;
	display: inline-block;
}
.nw-advantages__text .btn-orange-b {
	margin-top: 32px;
}
.btn-orange-b {
	padding: 0 56px;
	height: 52px;
	border-radius: 4px;
	border: 1px solid #ea5e20;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 212px;
	font-size: 16px;
	font-weight: 500;
	color: #ea5e20;
	text-decoration: none;
}
.btn-orange-b:active,
.btn-orange-b:focus,
.btn-orange-b:hover {
	background-color: #ea5e20;
	color: #fff;
	text-decoration: none;
}
.nw-advantages__items {
	border: 10px solid #f4f5f6;
	border-radius: 8px;
	margin-top: 6px;
	padding-bottom: 15px;
}
.nw-advantages__item {
	margin-top: 18px;
	padding-bottom: 7px;
}
.nw-advantages__item-title {
	color: #ea5e20;
	text-transform: uppercase;
	font-size: 24px;
	font-family: "Open Sans";
	font-weight: 700;
	padding-left: 29px;
	position: relative;
}
.nw-advantages__item-title:before {
	content: "";
	display: none;
	height: 17px;
	width: 10px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: -10px;
}
.nw-advantages__item-text {
	padding-left: 29px;
	font-size: 16px;
	color: #484847;
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	margin-top: 5px;
}
.nw-faq {
	padding-top: 5px;
	padding-bottom: 10px;
}
.nw-faq__item {
	background-color: #fff;
	box-shadow: 0 19px 21px 0 rgba(25, 24, 25, 0.07);
	margin-top: 30px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}
.nw-faq__item:after {
	content: "";
	display: block;
	width: 23px;
	height: 13px;
	background-image: url(../img/new/dropdown-arrow.png);
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	right: 26px;
	top: 28px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.nw-faq__item-content {
	position: relative;
	overflow: hidden;
	padding: 19px 50px 21px 120px;
}
.nw-faq__item-counter {
	color: #f4f5f6;
	font-size: 75px;
	font-family: "Open Sans";
	font-weight: 700;
	position: absolute;
	left: 23px;
	top: 0;
}
.nw-faq__item-question {
	color: #484847;
	font-size: 20px;
	font-family: "Open Sans";
	font-weight: 700;
}
.nw-faq__item-answer,
.nw-footer__info-politics a,
.nw-footer__info-text {
	font-weight: 300;
	font-size: 16px;
	font-family: HelveticaNeueCyr;
}
.nw-faq__item-answer {
	color: #484847;
	margin-top: 10px;
	line-height: 1.5;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: none;
	opacity: 0;
}
.nw-footer__body,
.nw-footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
}
.nw-faq__item-answer ul {
	list-style-type: disc;
	padding-left: 20px;
}
.nw-faq__item-answer ol {
	list-style-type: decimal;
	padding-left: 20px;
}
.nw-faq__item.opened .nw-faq__item-answer {
	display: block;
	opacity: 1;
}
.nw-faq__item.opened:after {
	transform: rotate(180deg);
}
.nw-footer {
	background-color: #484847;
	padding-bottom: 43px;
}
.nw-footer__body {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
}
.nw-footer__logo {
	margin-top: 31px;
}
.nw-footer__menu {
	padding-top: 20px;
	margin-left: 152px;
}
.nw-footer__menu-item {
	display: inline-block;
	margin-top: 23px;
	margin-right: 129px;
	position: relative;
}
.nw-footer__menu-item:last-child {
	margin-right: 0;
}
.nw-footer__menu-item:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #ea5e20;
	position: absolute;
	top: 6px;
	right: -71px;
}
.nw-footer__menu-item:last-child:after {
	content: none;
}
.nw-footer__menu-link {
	color: #fff;
	font-size: 16px;
	font-family: HelveticaNeueCyr;
	text-decoration: none;
}
.form-bottom-btn:hover,
.nw-footer__menu-link:hover {
	color: #fff;
	text-decoration: none;
}
.nw-footer__info {
	margin-top: 20px;
}
.nw-footer__info-text {
	line-height: 1.4;
}
.nw-footer__info-politics {
	/*padding-top: 2px;*/
}
.nw-footer__info-politics a {
	color: #fff;
}
.nw-footer__contacts {
	margin-left: 99px;
	display: flex;
}
.nw-footer__contacts-block {
	margin-top: 23px;
	margin-right: 61px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.nw-footer__contacts-block:hover {
	text-decoration: none;
}
.nw-footer__contacts-block:last-child {
	margin-right: 0;
	margin-left: 20px;
}
.nw-footer__contacts-icon {
	width: 62px;
	height: 62px;
	border: 1px solid #ea5e20;
	display: inline-block;
	margin-right: 20px;
}
.nw-footer__contacts-icon_point {
	background-image: url(../img/new/point-icon.png);
}
.nw-footer__contacts-icon_phone {
	background-image: url(../img/new/phone-icon.png);
}
.nw-footer__contacts-text {
	font-size: 16px;
	font-family: HelveticaNeueCyr;
}
.nw-footer__contacts-phone {
	color: #ea5e20;
	font-size: 16px;
	font-family: HelveticaNeueCyr;
}
.nw-footer__contacts-phone a {
	color: #fff;
	font-size: 24px;
	font-family: HelveticaNeueCyr;
	font-weight: 700;
	text-decoration: none;
}
.form-bottom-box,
.form-box,
.my-input input {
	font-family: "Open Sans", sans-serif;
}
.form-box input[type="checkbox"],
.nw-menu-closer,
.nw-menu-toggler,
.nw-scrolltop,
.top-toggler {
	display: none;
}
.form-bottom-btn,
.form-bottom-img,
.form-bottom-text {
	display: inline-block;
	vertical-align: middle;
}
.content.lp {
	background-image: url(../img/bg.jpg);
	background-position: left top;
}
.nw-header__menu-item_parent,
.relative {
	position: relative;
}
.i-girl {
	position: absolute;
	bottom: -41px;
	right: 0;
}
.form-box {
	width: 886px;
	height: 423px;
	background: url(../img/form-bg.png) 0 0 / cover;
	text-align: center;
	padding: 40px 0;
	margin-left: 100px;
}
.form-box-title {
	font-size: 26px;
	color: #ea5e20;
	padding-bottom: 5px;
	font-weight: 700;
}
.form-box-text {
	font-size: 20px;
	color: #333;
	padding-bottom: 12px;
	font-weight: 600;
}
.form-box input[type="checkbox"] + label {
	font-size: 17px;
	color: #333;
	font-weight: 400;
}
.form-box input[type="checkbox"] + label::before {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	border: 3px solid #2b2a29;
	border-radius: 5px;
	top: -2px;
	left: 0;
}
.form-box input[type="checkbox"]:checked + div::after,
.form-box input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/check.png") no-repeat;
	width: 32px;
	height: 32px;
	top: -3px;
	left: 0;
}
.form-box input[type="checkbox"] + div span {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	border: 3px solid #2b2a29;
	border-radius: 5px !important;
	top: -2px;
	left: 0;
}
.form-box input[type="checkbox"] + div input::placeholder {
	color: #fff;
}
.form-box input[type="checkbox"] + div label {
	font-size: 17px;
	font-weight: 400;
}
.form-box form {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
.my-input label {
	position: absolute;
	top: -4px;
	left: 42px;
	transition: 0.4s;
}
.my-input input {
	border: 0;
	border-bottom: 2px dashed #333;
	margin-top: 4px;
}
.my-input label.top {
	top: -15px;
	font-size: 12px !important;
	transition: 0.4s;
}
.form-box input[type="submit"] {
	width: 242px;
	padding: 6px 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border: 0;
	background: url("../img/btn.png");
	cursor: pointer;
	margin: 10px auto;
	display: block;
}
.form-box &gt; img {
	position: absolute;
	bottom: -50px;
	left: -50px;
	z-index: 10;
}
.form-bottom-box {
	margin-top: 85px;
	margin-left: 120px;
	margin-bottom: 230px;
}
.form-bottom-text {
	font-size: 28px;
	font-weight: 700;
	color: #da327e;
	z-index: 1;
	position: relative;
	text-shadow: 0 -4px 3px #fff, 0 -4px 3px #fff, 0 4px 3px #fff, 0 4px 3px #fff, -4px 0 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 4px 0 3px #fff, -1px -4px 3px #fff, 1px -4px 3px #fff, -1px 4px 3px #fff, 1px 4px 3px #fff,
	-4px -1px 3px #fff, 4px -1px 3px #fff, -4px 1px 3px #fff, 4px 1px 3px #fff, -2px -4px 3px #fff, 2px -4px 3px #fff, -2px 4px 3px #fff, 2px 4px 3px #fff, -4px -2px 3px #fff, 4px -2px 3px #fff, -4px 2px 3px #fff, 4px 2px 3px #fff,
	-3px -4px 3px #fff, 3px -4px 3px #fff, -3px 4px 3px #fff, 3px 4px 3px #fff, -4px -3px 3px #fff, 4px -3px 3px #fff, -4px 3px 3px #fff, 4px 3px 3px #fff, -4px -4px 3px #fff, 4px -4px 3px #fff, -4px 4px 3px #fff, 4px 4px 3px #fff,
	-4px -4px 3px #fff, 4px -4px 3px #fff, -4px 4px 3px #fff, 4px 4px 3px #fff;
	letter-spacing: 1px;
}
.form-bottom-img {
	margin: 0 25px;
}
.form-bottom-btn {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 53px;
	width: 368px;
	height: 65px;
	background: url("../img/pink-btn.png");
	text-align: center;
}
@media (max-width: 1320px) {
	.nw-footer__info,
	.nw-footer__logo,
	.nw-footer__menu {
		text-align: center;
		width: 100%;
	}
	@keyframes movePipe {
		from {
			right: -614px;
		}
		to {
			right: -480px;
		}
	}
	.nw-pipes {
		top: 19px;
		right: -480px;
		animation: 2s ease-in-out -0.5s movePipe;
	}
	.nw-header__middle {
		margin-left: 30px;
	}
	.form-box-title {
		font-size: 18px;
	}
	.form-bottom-text,
	.form-box-text {
		font-size: 16px;
	}
	.form-box input[type="checkbox"] + label {
		font-size: 15px;
		padding-left: 31px;
		margin-bottom: 9px;
	}
	.form-bottom-box,
	.form-box,
	.nw-header__menu {
		margin-left: 0;
	}
	.form-box {
		width: 620px;
		height: 296px;
		padding: 25px 40px 25px 0;
	}
	.form-box input[type="checkbox"] + div span,
	.form-box input[type="checkbox"] + label::before {
		width: 23px;
		height: 23px;
		top: 1px;
	}
	.form-box input[type="checkbox"] + div {
		padding-left: 31px;
	}
	.form-box &gt; img {
		widows: 66px;
		height: 65px;
		bottom: -20px;
		left: -20px;
	}
	.form-box input[type="submit"] {
		width: 155px;
		padding: 5px 0 10px;
		font-size: 12px;
		font-weight: 600;
		color: #fff;
		border: 0;
		background: url(../img/btn.png) 0 0 / cover;
		cursor: pointer;
		margin: 10px auto;
		display: block;
	}
	.form-box input[type="checkbox"]:checked + div::after,
	.form-box input[type="checkbox"]:checked + label::after {
		content: "";
		display: block;
		position: absolute;
		background: url("../img/check.png") 0 0 / cover no-repeat;
		width: 25px;
		height: 26px;
		top: 0;
		left: 0;
	}
	.form-box input[type="checkbox"]:checked + div label {
		display: none;
	}
	.form-box input[type="checkbox"] + div input::placeholder {
		color: #666;
	}
	.form-box input[type="checkbox"]:checked + div input,
	.my-input input {
		border: 0 !important;
		margin-top: 0;
		font-size: 15px;
		font-family: "Open Sans", sans-serif;
	}
	.my-input label {
		display: none !important;
	}
	.form-bottom-img {
		margin: 0 15px;
		width: 55px;
	}
	.i-girl {
		width: 299px;
		right: auto;
		left: 490px;
	}
	.form-bottom-btn {
		width: 235px;
		height: 42px;
		font-size: 12px;
		line-height: 35px;
		background-size: cover;
	}
	.form-bottom-box {
		margin-top: 50px;
		margin-bottom: 138px;
	}
	.nw-header__right {
		margin-top: 20px;
	}
	.nw-container {
		width: 990px;
	}
	.nw-header__menu-item {
		margin-right: 30px;
	}
	.nw-catalog__item {
		width: 320px;
		background-position: 120% center;
	}
	.nw-advantages__block {
		width: 480px;
	}
	.nw-footer__menu {
		margin-left: 0;
	}
	.nw-footer__info {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nw-footer__contacts {
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.nw-header__right {
		margin-top: 0;
	}
	.nw-container {
		width: 708px;
	}
	.nw-menu-toggler {
		display: flex;
		align-items: center;
		float: right;
		cursor: pointer;
		margin-top: 31px;
		margin-left: 42px;
	}
	.nw-menu-toggler__bar {
		width: 27px;
	}
	.nw-menu-toggler__bar span {
		display: block;
		height: 3px;
		border-radius: 1px;
		background-color: #676766;
	}
	.nw-menu-toggler__bar span:nth-child(2) {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.nw-menu-toggler__text {
		font-size: 18px;
		color: #676766;
		font-family: HelveticaNeueCyr;
		padding-left: 13px;
	}
	.nw-header__menu {
		display: none;
	}
	.nw-header__search {
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.nw-header__search-results {
		width: 100%;
		margin: 0;
		overflow-y: auto;
	}
	.nw-header__middle {
		height: 0;
		margin: 0;
	}
	.nw-header {
		padding-bottom: 55px;
		position: relative;
	}
	.nw-header__menu.opened {
		display: block;
		position: absolute;
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 999;
		padding-left: 30px;
	}
	.nw-header__menu-item {
		margin-right: 8%;
	}
	.nw-menu-closer.showed {
		display: block;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: contain;
		background-size: contain;
		background-image: url(../img/new/menu-close.png);
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 1000;
		cursor: pointer;
	}
	.nw-banner {
		height: 376px;
	}
	.nw-banner__title {
		font-size: 30px;
		padding-top: 40px;
		max-width: 640px;
	}
	/*.nw-catalog {*/
	/*	margin-top: -66px;*/
	/*}*/
	.nw-catalog__item {
		width: 341px;
		background-position: 110% center;
	}
	.nw-advantages__block {
		width: 100%;
		max-width: 100%;
	}
	.nw-footer__menu {
		order: -5;
	}
	.nw-footer__menu-item {
		margin-right: 60px;
	}
	.nw-footer__menu-item:after {
		right: -35px;
	}
	.nw-footer__contacts {
		order: -4;
		padding-top: 20px;
	}
	.nw-footer__contacts-block {
		flex-wrap: wrap;
		text-align: center;
		margin-right: 0;
		width: 33.33%;
	}
	.nw-footer__contacts-icon {
		margin-left: auto;
		margin-right: auto;
	}
	.nw-footer__contacts-text {
		margin-top: 10px;
		width: 100%;
		line-height: 1.3;
	}
	.nw-footer__logo {
		width: auto;
	}
	.nw-footer__info {
		width: auto;
		margin-left: 30px;
		flex-grow: 2;
	}
	.nw-banner__title-wrap {
		width: 480px;
	}
	@keyframes movePipe {
		from {
			right: -514px;
		}
		to {
			right: -380px;
		}
	}
	.nw-pipes {
		top: 19px;
		right: -380px;
		animation: 2s ease-in-out -0.5s movePipe;
		background-size: contain;
		width: 628px;
		height: 345px;
	}
}
@media (max-width: 767px) {
	.form-box::after,
	.form-box::before {
		content: "";
		position: absolute;
		top: 0;
		width: 400px;
		height: 100%;
	}
	.form-bottom-img,
	.form-box &gt; img,
	.nw-pipes {
		display: none;
	}
	.nw-banner__title-wrap,
	.nw-container {
		width: 290px;
	}
	.form-box,
	.form-box form,
	.lp-container,
	.nw-footer__logo {
		width: 100%;
	}
	.content.lp {
		background-image: url("../img/texture_for_320.jpg");
		padding-top: 0;
		overflow-x: hidden;
	}
	.form-box {
		position: relative;
		background: #fff;
		max-width: 290px;
		height: auto;
		padding: 37px 10px 27px;
		margin: 0 auto;
	}
	.nw-footer__contacts-block:last-child,
	.nw-menu-toggler {
		margin-left: 0;
	}
	.form-box::before {
		display: block;
		background: #fff;
		right: 100%;
	}
	.form-box::after {
		display: block;
		background: #fff;
		left: 100%;
	}
	.nw-cities__dropdown,
	.select_list {
		top: 25px;
		left: 0;
		right: auto;
	}
	.form-box-title {
		font-size: 14px;
	}
	.form-box input[type="checkbox"] + label,
	.form-box-text {
		font-size: 13px;
	}
	.nw-header__menu-link,
	.nw-section__title {
		font-size: 30px;
	}
	.form-box input[type="checkbox"] + div input {
		font-size: 13px !important;
	}
	.form-bottom-box {
		text-align: center;
		width: 100%;
		margin-top: 30px;
		position: relative;
		z-index: 1;
		margin-bottom: 80px;
	}
	.nw-header__logo,
	.nw-menu-toggler {
		margin-top: 0;
		float: none;
	}
	.form-bottom-text {
		display: block;
		margin-bottom: 15px;
	}
	.i-girl {
		left: auto;
		right: -45px;
		z-index: 0;
		width: 200px;
	}
	.nw-header__right {
		float: none;
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-top: 15px;
	}
	.nw-header .nw-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding-top: 15px;
	}
	.nw-footer__menu-item:after,
	.nw-header .nw-container:after,
	.nw-header .nw-container:before,
	.nw-header__menu-link:after {
		content: none;
	}
	.nw-cities {
		padding-top: 0;
	}
	.nw-header__phone {
		padding-right: 0;
		padding-top: 0;
	}
	.nw-banner {
		height: 300px;
		background-position: 50% center;
	}
	.nw-banner__title {
		text-align: center;
		font-size: 18px;
		padding-top: 40px;
	}
	/*.nw-banner__title br,*/
	.nw-faq__item-counter {
		display: none;
	}
	.nw-catalog {
		margin-top: 30px;
	}
	.nw-catalog__item {
		-webkit-background-size: auto auto;
		background-size: auto auto;
		background-position: right top;
	}
	.nw-catalog__item:first-child {
		background-image: url(../img/new/cat-1-m.png) !important;
	}
	.nw-catalog__item:nth-child(2) {
		background-image: url(../img/new/cat-2-m.png);
	}
	.nw-catalog__item:nth-child(3) {
		background-image: url(../img/new/cat-3-m.png) !important;
	}
	.nw-catalog__item:nth-child(4) {
		background-image: url(../img/new/cat-4-m.png) !important;
	}
	.nw-catalog__item:nth-child(5) {
		background-image: url(../img/new/cat-5-m.png) !important;
	}
	.nw-catalog__item:nth-child(6) {
		background-image: url(../img/new/cat-6-m.png) !important;
	}
	.nw-section {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.nw-advantages__text {
		text-align: center;
	}
	.nw-faq__item-content {
		padding-left: 12px;
		padding-top: 15px;
	}
	.nw-faq__item {
		margin-top: 15px;
	}
	.nw-faq__item:after {
		right: 15px;
		top: 25px;
	}
	.nw-footer__menu-item {
		margin-right: 0;
		display: block;
		text-align: center;
	}
	.nw-footer__contacts-block {
		width: 100%;
		text-decoration: none;
	}
	.nw-footer__contacts {
		flex-wrap: wrap;
	}
	.nw-footer__info {
		flex-wrap: wrap;
		/*margin-left: 0;*/
	}
	.nw-footer__info-text {
		width: 100%;
	}
	.nw-footer__info-politics {
		width: 100%;
		margin-top: 5px;
	}
	.nw-scrolltop {
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		width: 52px;
		height: 52px;
		background-color: #7e7e7d;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../img/new/scrolltop.png);
	}
	.nw-footer {
		padding-bottom: 20px;
	}
	.nw-cities__dropdown,
	.select_list-inner {
		padding: 30px;
		width: 290px;
	}
	.nw-header__menu.opened {
		height: auto;
		padding-left: 0;
		padding-top: 70px;
		z-index: 1000;
	}
	.nw-header__menu.opened .nw-header__menu-item {
		display: block;
		margin: 0;
		float: none;
		text-align: center;
		padding-bottom: 30px;
	}
	.nw-menu-closer.showed {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.nw-cities__dropdown {
		white-space: normal;
	}
	.select_list-angle {
		right: auto;
		left: 20px;
	}
	.select_city_title {
		padding-right: 30px;
	}
}
.choose-city__current,
.top-email__link,
.top-phones__link {
	background-position: left center;
	background-repeat: no-repeat;
}
@media (max-width: 320px) {
	.i-girl {
		right: -45px;
		bottom: 0;
	}
	.lp-container {
		overflow-x: hidden;
		width: 320px;
		padding-top: 0 !important;
	}
	.content.lp {
		padding-bottom: 0;
		padding-top: 0;
		background-image: url("../img/texture_for_320.jpg");
	}
	.form-box h1 {
		position: relative;
		top: -45px;
	}
}
.catalog-cats__item {
	display: block;
	flex-grow: 1;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	height: 160px;
	padding: 15px;
	width: 190px;
	max-width: 100%;
	margin-top: 25px;
	box-shadow: 7px 7px 13px rgba(25, 24, 25, 0.1);
	border-radius: 12px !important;
	margin-left: auto;
}
.catalog-cats__item:before {
	content: "";
	display: block;
	width: 107px;
	height: 107px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../img/new/cat-before.png);
	position: absolute;
	top: -44px;
	left: -49px;
}
.catalog-cats__item:after {
	content: "";
	display: block;
	width: 89px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: left top;
	background-size: auto 100%;
	background-image: url(/img/cat-bg-2.png);
	position: absolute;
	top: 0;
	right: 0;
}
.catalog-cats__item:hover {
	text-decoration: none;
}
.catalog-cats__title {
	text-transform: uppercase;
	color: #484847;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 6px;
	position: relative;
	z-index: 9;
	line-height: 1.2;
	padding-right: 15px;
	transition: 0.25s;
}
.catalog-cats__item:hover .catalog-cats__title {
	color: #ea5e20;
}
.catalog-cats__title:before {
	content: "";
	display: block;
	height: 2px;
	width: 38px;
	background-color: #ea5e20;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.catalog-cats__item:hover .catalog-cats__title:before {
	width: 100%;
}
.catalog-cats__img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 100px;
	max-width: none;
}
.catalog-cats__item_parent {
	width: 100%;
	height: 203px;
}
.catalog-cats__item_parent:after,
.catalog-cats__item_parent:before {
	content: none;
}
.catalog-cats__item_parent .catalog-cats__title {
	color: #444;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.nw-header__submenu-link:hover,
.top-phones__link:hover {
	color: #ea5e20;
	text-decoration: none;
}
.catalog-cats__item_parent .catalog-cats__title:after {
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	background-color: #ea5e20;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.catalog-cats__item_parent .catalog-cats__title:before,
.top-nav__item:last-child .top-nav__link:after {
	content: none;
}
.catalog-cats__item_parent .catalog-cats__img {
	max-height: 100%;
}
@media (max-width: 768px) {
	.nw-advantages__text .btn-orange-b {
		margin-left: auto;
		margin-right: auto;
	}
	.catalog-cats__item_parent {
		height: 160px;
	}
	.catalog-cats__img {
		width: 100%;
	}
}
.nw-header__submenu {
	display: none;
	background-color: #f4f5f6;
	position: absolute;
	top: 100%;
	left: -24px;
	z-index: 8888;
	padding: 40px 15px 10px 34px;
	min-width: 280px;
}
.choose-city,
.n-header,
.top-nav__link,
.top-search {
	position: relative;
}
.nw-header__menu-item_parent:hover .nw-header__submenu {
	display: block;
}
.nw-header__menu-item_parent:hover:before {
	content: "";
	display: block;
	background-color: #f4f5f6;
	position: absolute;
	top: -20px;
	left: -24px;
	height: 50px;
	width: 120px;
}
.nw-header__submenu-item {
	padding-bottom: 20px;
}
.nw-header__submenu-link {
	display: inline-block;
	color: #484847;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	font-family: HelveticaNeueCyr;
}
.container {
	max-width: 100%;
}
.n-header {
	background-color: #fff;
	padding-bottom: 15px;
	font-family: HelveticaNeueCyr;
	z-index: 1000;
}
.top-line {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 5px;
}
.top-line__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.top-line__left,
.top-line__right,
.top-phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.choose-city {
	margin-top: 14px;
	margin-right: 39px;
}
.choose-city__current {
	cursor: pointer;
	background-image: url(../img/new2020/icon-city.png);
	padding-left: 26px;
	padding-right: 10px;
}
.choose-city__current span {
	display: inline-block;
	font-size: 14px;
	color: #444;
	position: relative;
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
	padding-right: 7px;
}
.choose-city__current span:after {
	content: "";
	display: block;
	background-image: url(../img/new2020/icon-dropdown.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 7px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-phones__item {
	margin-top: 13px;
	margin-right: 40px;
}
.top-phones__link {
	font-size: 16px;
	color: #444;
	background-image: url(../img/new2020/icon-phone.png);
	white-space: nowrap;
	padding-left: 24px;
}
.top-email {
	margin-right: 36px;
	margin-top: 14px;
}
.top-email__link {
	font-size: 14px;
	color: #444;
	display: inline-block;
	text-decoration: none;
	background-image: url(../img/new2020/icon-mail.png);
	padding-left: 27px;
}
.top-search,
.top-search__submit {
	background-image: url(../img/new2020/loop.png);
}
.top-email__link:hover {
	color: #444;
	text-decoration: none;
}
.top-soc__link {
	display: inline-block;
	margin-top: 12px;
}
.head-line__inner,
.top-nav {
	display: flex;
}
.top-soc__link img {
	display: block;
}
.top-logo {
	margin-top: 18px;
	margin-left: -6px;
}
.top-nav {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-left: 10.4%;
	padding-top: 22px;
	width: 60%;
}
.top-nav__item {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.top-nav__item:first-child {
	padding-left: 0;
}
.top-nav__item:last-child {
	padding-right: 0;
}
.top-nav__link {
	display: inline-block;
	color: #444;
	font-size: 16px;
	transition: 0.25s;
}
.top-nav__link:hover {
	text-decoration: none;
	color: #ea5e20;
}
.top-nav__link:before {
	content: "";
	display: block;
	background-color: #ea5e20;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 5px;
	margin-left: 2px;
	opacity: 0;
	transition: 0.25s;
}
.top-nav__link:hover:before {
	opacity: 1;
	background-color: #ea5e20;
}
.top-nav__item_active .top-nav__link {
	color: #ea5e20;
}
.top-nav__item_active .top-nav__link:before,
.top-nav__item_active .top-nav__link:hover:before {
	opacity: 1;
	background-color: #ea5e20;
}
.top-nav__link:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #d9dadb;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: 43px;
}
.top-search {
	margin-left: auto;
	height: 30px;
	min-width: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 29px;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}
.top-search__close,
.top-search__submit {
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	cursor: pointer;
}
.top-search__fields {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	transition: 0.25s;
	transform: translateX(300px);
}
.top-search.show {
	overflow: visible;
}
.top-search.show .top-search__fields {
	transform: translateX(0);
}
.top-search__input {
	border: none;
	border-left: 2px solid #ea5e20;
	padding-left: 20px;
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% + 15px);
	padding-bottom: 15px;
	max-width: 980px;
	line-height: 30px;
	width: 100%;
	background-color: #fff;
}
.top-search__submit {
	height: 30px;
	width: 30px;
	border: none;
	outline: 0;
	background-color: transparent;
	top: 0;
	right: 5px;
}
.nw-btn:hover,
.nw-form-message {
	background-color: #fff;
}
.top-search__close {
	background-image: url(../img/new2020/icon-close.png);
	width: 15px;
	height: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -28px;
}
@media (max-width: 991px) {
	.catalog-cats__title {
		font-size: 11px;
	}
	.catalog-cats__item {
		padding: 10px;
		width: auto;
	}
	.top-nav {
		display: none;
	}
	.top-logo,
	.top-search {
		margin-top: 0;
	}
	.choose-city,
	.top-email,
	.top-soc__link {
		margin-top: 5px;
	}
	.top-phones__item {
		margin-top: 5px;
		margin-right: 0;
		margin-left: 15px;
	}
	.top-line__inner {
		align-items: center;
		flex-wrap: wrap;
	}
	.top-line__left,
	.top-line__right {
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}
	.top-phones {
		align-items: center;
	}
	.top-toggler {
		display: block;
		width: 25px;
		cursor: pointer;
		margin-left: 10px;
	}
	.top-toggler span {
		display: block;
		height: 3px;
		border-radius: 1px;
		background-color: #676766;
	}
	.top-toggler span:nth-child(2) {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.head-line__inner {
		align-items: center;
		padding-top: 15px;
	}
	.top-nav {
		position: absolute;
		z-index: 100;
		margin: 0;
		background: #fff;
		width: 100%;
		top: 100%;
		padding: 10px;
	}
	.top-nav__item {
		padding-left: 0;
	}
}
@media (max-width: 580px) {
	.top-phones {
		display: block;
	}
	.top-phones__item {
		text-align: right;
	}
	.top-soc__link img {
		width: 20px;
	}
	.choose-city {
		margin-top: 0;
		margin-right: 0;
	}
	.choose-city__current span,
	.top-email__link,
	.top-phones__link {
		font-size: 13px;
	}
	.head-line__inner {
		padding-top: 10px;
	}
	.n-header {
		padding-bottom: 10px;
	}
	.top-logo {
		max-width: 150px;
	}
	.top-logo img {
		max-width: 100%;
	}
	.top-search__close {
		right: -10px;
	}
	.top-nav {
		max-width: 280px;
	}
}
.gl__swipe__btn,
.gl__swipe__title {
	text-align: center;
	font-weight: 500;
	display: block;
}
.nw-form-message {
	display: flex;
	border-radius: 10px;
	box-shadow: 0 11px 20px rgba(0, 0, 0, 0.08);
}
.nw-form-message__left {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 40px 0 40px 40px;
}
.nw-form-message__left .nw-title {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	color: #484847;
	margin-bottom: 2px;
}
.nw-form-message__left p {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	font-weight: 300;
	font-family: "Open Sans";
}
.nw-field,
.nw-form-message__left-success b {
	font-weight: 400;
	font-size: 16px;
	color: #484847;
	font-family: "Open Sans";
}
.nw-form-message__left-wp {
	position: relative;
	transition: 250ms;
	opacity: 1;
}
.nw-form-message__left-wp.active {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}
.nw-form-message__left-success {
	position: absolute;
	top: 100px;
	left: 40px;
	display: none;
	margin-top: 20px;
}
.nw-form-message__left-success svg {
	margin-right: 8px;
	display: inline-block;
}
.nw-form-message__left-success b {
	display: inline-block;
}
.nw-form-message__field {
	display: flex;
	max-width: 580px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.nw-form-message__field .nw-field {
	margin-right: 8px;
	flex: 1;
	width: 380px;
}
.nw-field {
	width: 100%;
	height: 60px;
	border: 1px solid #c6c6c6;
	padding: 0 24px;
	border-radius: 4px;
}
.gl__swipe__btn,
.nw-btn {
	border: 1px solid #ea5e20;
}
.nw-field::placeholder {
	color: #484847;
}
.nw-btn:hover,
.nw-form-message__checked .text a,
.nw-form-message__right .nw-title span {
	color: #ea5e20;
}
.nw-btn {
	height: 60px;
	padding: 0 52px;
	background-color: #ea5e20;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	font-family: "Open Sans";
}
.nw-form-message__checked {
	display: flex;
	cursor: pointer;
}
.nw-form-message__checked input {
	display: none;
}
.nw-form-message__checked input:checked ~ .check svg {
	opacity: 1;
}
.nw-form-message__checked .check {
	flex: 0 0 15px;
	max-width: 15px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border: 1px solid #484847;
	background-color: #fff;
	display: flex;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
}
.nw-form-message__checked .check svg {
	opacity: 0;
}
.nw-form-message__checked .text {
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #000;
	max-width: 340px;
	font-family: "Open Sans";
}
.nw-form-message__right {
	position: relative;
	padding: 40px 0 40px 85px;
	display: flex;
	flex-direction: column;
	flex: 1;
	background: url(../img/nw-elements-form.svg) top left/cover no-repeat;
}
.nw-form-message__right .nw-title {
	max-width: 390px;
	font-size: 32px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 32px;
}
.nw-form-message__right p {
	font-size: 16px;
	font-weight: 300;
	color: #484847;
	margin-bottom: 2px;
	font-family: "Open Sans";
}
.nw-form-message__right a {
	font-size: 16px;
	font-weight: 600;
	color: #484847;
	font-family: "Open Sans";
}
.nw-form-message__right .nw-image {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	max-height: 216px;
	z-index: 1;
	pointer-events: none;
}
.nw-form-phone {
	padding-bottom: 120px;
	padding-top: 0;
}
@media (max-width: 1320px) {
	.nw-form-message__field .nw-field {
		width: 215px;
	}
	.nw-btn {
		padding: 0 40px;
	}
	.nw-form-message__right .nw-title {
		max-width: 320px;
		font-size: 26px;
		line-height: 30px;
	}
	.nw-form-message__right .nw-image {
		max-height: 185px;
	}
}
@media (max-width: 1024px) {
	.nw-form-message {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.nw-form-message__left {
		padding: 24px;
	}
	.nw-form-message__left .nw-title {
		font-size: 26px;
		line-height: 35px;
	}
	.nw-form-message__field {
		flex-direction: column;
		max-width: 100%;
	}
	.nw-form-message__field .nw-field {
		margin-right: 0;
		width: 100%;
		flex: auto;
		margin-bottom: 12px;
	}
	.nw-form-message__field .nw-btn {
		width: 100%;
	}
	.nw-form-message__right {
		padding: 0 24px 24px;
		background: url(../img/nw-elements-form-smart.svg) top right/cover no-repeat;
	}
	.nw-form-message__right .nw-title {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 16px;
	}
	.nw-form-message__left-success {
		left: 30px;
		top: 80px;
	}
}
@media (max-width: 767px) {
	.nw-form-message__right {
		padding: 114px 24px 24px;
	}
	.nw-form-message__right .nw-image {
		display: none;
	}
	.nw-form-message__right .nw-title {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 16px;
	}
	.nw-form-phone {
		padding-bottom: 80px;
	}
	.nw-form-message__left-success {
		left: 25px;
		top: 95px;
	}
	.nw-form-message__left-success b {
		font-size: 14px;
	}
}
.gl__table {
	overflow: auto;
}
.gl__table table {
	min-width: 100%;
	width: 100%;
	color: #444;
	border: 0 !important;
}
.gl__table table td p,
.gl__table table th p {
	margin: 0 !important;
}
.gl__table tbody tr th {
	background: #f5f5f5;
	font-weight: 700;
	text-transform: uppercase;
}
.gl__table tbody tr td:not(:last-child),
.gl__table tbody tr th:not(:last-child) {
	border-right: 1px solid #dcdcdc;
}
.gl__table tbody th {
	padding: 10px 5px 9px 10px;
	border-bottom: 2px solid #ea5e20;
}
.gl__table tbody td {
	padding: 10px 5px 9px 10px;
	border-bottom: 1px solid #dcdcdc;
}
.swiper-popular-wrp {
	position: relative;
	padding-top: 32px;
}
.gl__swipe__wrp {
	border: 2px solid #f4f5f6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 32px;
	min-height: 365px;
}
.gl__swipe__btn,
.swiper-popular-wrp .swiper-button-next:hover,
.swiper-popular-wrp .swiper-button-prev:hover {
	background: #ea5e20;
	color: #fff;
}
.gl__swipe__img {
	display: block;
	font-size: 0;
	margin-bottom: 16px;
}
.gl__swipe__img div {
	width: 155px;
	height: 149px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	margin: 0 auto;
}
.gl__swipe__title {
	font-size: 14px;
	color: #000;
	margin-bottom: 22px;
	line-height: 19px;
	height: 57px;
	max-height: 57px;
	overflow: hidden;
}
.gl__swipe__title:hover {
	text-decoration: none;
	color: #ea7a20;
}
.gl__swipe__btn {
	max-width: 212px;
	margin: 0 auto;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	padding: 12px 0 13px;
}
.gl__swipe__btn:hover {
	background: #ea7a20;
	text-decoration: none;
	color: #fff;
}
.swiper-popular-wrp .swiper-button-next,
.swiper-popular-wrp .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ea5e20;
	border: 1px solid #ea5e20;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.swiper-popular-wrp .swiper-button-disabled,
.swiper-popular-wrp .swiper-button-next:after,
.swiper-popular-wrp .swiper-button-prev:after {
	display: none !important;
}
.swiper-popular-wrp .swiper-button-next svg,
.swiper-popular-wrp .swiper-button-prev svg {
	width: 12px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.gl__pb__100 {
	padding-bottom: 30px;
}
.gl__pt__32 {
	padding-top: 5px;
}
@media (min-width: 992px) {
	.swiper-popular-wrp .swiper-button-next {
		right: -48px;
	}
	.swiper-popular-wrp .swiper-button-prev {
		left: -48px;
	}
	.gl__pb__100 {
		padding-bottom: 100px;
	}
	.gl__pt__32 {
		padding-top: 32px;
	}
}
#topcontrol {
	z-index: 10;
}
@media (max-width: 1199px) {
	.top-nav__link:after {
		content: none;
	}
	#contentarea figure.hdr figcaption {
		height: auto !important;
		top: 0;
		padding: 0 0.5em;
	}
	#contentarea figure.six h2 span {
		font-size: 14px !important;
	}
	#contentarea figure.six p {
		padding-top: 7px;
	}
}
@media (min-width: 1200px) {
	#contentarea figure.six h2 span {
		font-size: 20px !important;
	}
}
@media (min-width: 1400px) {
	#contentarea figure.six h2 span {
		font-size: 28px !important;
	}
}

.nw-form-phone {
	padding-bottom: 80px;
}
.n-header-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 900;
}

.nw-banner,
.wrapper {
	padding-top: 134px;
}
@media (max-width: 992px) {
	.nw-banner,
	.wrapper {
		padding-top: 152px;
	}
}

@media (max-width: 1023px) {
	.nw-banner {
		height: 496px;
	}
}
@media (max-width: 767px) {
	.nw-banner {
		height: 450px;
	}
}

.nw-form-article {
	margin-top: 24px;
	flex-wrap: wrap;
	flex-direction: column;
}

.nc__price_bwrp {
	display: flex;
	align-items: center;
}
.nc__price_bwrp .buy {
	margin-right: 20px;
}
.nc__price_bwrp .price-text {
	font-size: 18px;
}

.item__people {
	border: 1px solid #eeeeee;
	display: flex;
	flex-direction: column;
	/* margin-bottom: 32px; */
}
.item__people img {
	height: 444px;
	object-fit: cover;
	object-position: top;
}
.item__people .d_info {
	min-height: 175px;
	padding: 24px 24px 24px 40px;
	display: flex;
	flex-direction: column;
}
.item__people .d_info b {
	font-size: 20px;
	font-weight: bold;
	color: #484847;
	margin-bottom: 10px;
}
.item__people .d_info p:not(:last-child) {
	margin-bottom: 10px;
}
.item__people .d_info p {
	font-size: 16px;
	line-height: 22px;
	color: #484847;
}
.item__people .d_info p a {
	color: #ea5e20;
}
.contact-items {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	.item__people img {
		height: 344px;
	}
	.item__people .d_info {
		padding: 20px;
	}
	.item__people .d_info b {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.contact-items {
		margin-bottom: 0;
	}
	.contact-items .col-sm-4 {
		width: 100%;
	}
	.item__people {
		margin-bottom: 30px;
	}
	.item__people .d_info {
		min-height: auto;
	}
	.item__people img {
		height: auto;
		object-fit: fill;
	}
}

.page-company {
	font-family: "Open Sans", sans-serif;
}
.page-company h1,
.page-company h2 {
	position: relative;
	text-align: center;
	color: #484847;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 110px;
}
.page-company h2 {
	margin-bottom: 70px;
}
.page-company h1 span,
.page-company h2 span {
	color: #ea5e20;
}
.page-company h1::before,
.page-company h2::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 3px;
	background-color: #ea5e20;
}
.page-company .b-text-img {
	display: flex;
	align-items: center;
	margin-bottom: 92px;
}
.page-company .b-text-img p {
	margin-right: 28px;
	/*flex: 0 0 618px;*/
	/*max-width: 618px;*/
	font-size: 24px;
	line-height: 32px;
	color: #484847;
}
.page-company .b-text-img p b {
	font-weight: bold;
}
.page-company .b-text-img p b span {
	color: #ea5e20;
}
.page-company .b-text-img img {
	flex: 1;
	min-width: 100px;
}

.page-company .count-items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 92px;
}
.page-company .count-block {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - 112px) / 5);
	max-width: calc((100% - 112px) / 5);
}
.page-company .count-block:not(:last-child) {
	margin-right: 28px;
}
.page-company .count-block {
	border: 1px solid #f4f5f6;
	border-radius: 10px;
	padding: 15px;
}
.page-company .count-block b {
	font-size: 24px;
	font-weight: bold;
	color: #ea5e20;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.page-company .count-block p {
	font-size: 18px;
	line-height: 23px;
	color: #484847;
}

.page-company .d_text {
	font-size: 20px;
	line-height: 27px;
	color: #484847;
	margin-bottom: 92px;
}
.page-company .d_text.mb36 {
	margin-bottom: 36px;
}
.page-company .d_text.mb52 {
	margin-bottom: 52px;
}
.page-company .d_bold {
	font-size: 20px;
	line-height: 27px;
	color: #484847;
	font-weight: 600;
}
.page-company .d_bold b {
	color: #ea5e20;
	font-weight: 800;
}
.page-company .d_bold b span {
	color: #484847;
}

.page-company .icon-items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 36px;
}
.page-company .icon-block {
	position: relative;
	border: 2px solid #f4f5f6;
	border-radius: 10px;
	height: 170px;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-company .icon-block:not(:last-child) {
	margin-right: 28px;
}
.page-company .icon-block:nth-child(3) {
	margin-right: 0;
}
.page-company .icon-block:nth-child(1),
.page-company .icon-block:nth-child(2),
.page-company .icon-block:nth-child(3) {
	flex: 0 0 calc((100% - 56px) / 3);
	max-width: calc((100% - 56px) / 3);
}
.page-company .icon-block:nth-child(4),
.page-company .icon-block:nth-child(5) {
	flex: 0 0 calc((100% - 28px) / 2);
	max-width: calc((100% - 28px) / 2);
}
.page-company .icon-block svg {
	max-width: 94px;
}
.page-company .icon-block b {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ea5e20;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-company .img-center {
	text-align: center;
	margin-bottom: 92px;
}
.page-company .img-center img {
	width: 100%;
	max-width: 916px;
}

.slider-company {
	position: relative;
	margin-top: 90px;
	margin-bottom: 100px;
}
.slider-company h3 {
	margin-bottom: 52px;
	font-size: 28px;
	line-height: 36px;
	font-weight: 400;
	color: #585f69;
}
.slider-company .swiper-slide {
	height: 281px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #f4f5f6;
}
.slider-company .swiper-slide img {
	width: 100%;
	max-width: 200px;
}
.slider-company .swiper-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
	margin-top: 30px;
}
.slider-company .swiper-nav .swiper-btn-prev,
.slider-company .swiper-nav .swiper-btn-next {
	position: absolute;
	border: 1px solid #ea5e20;
	background-color: #ea5e20;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-company .swiper-nav .swiper-btn-prev svg path,
.slider-company .swiper-nav .swiper-btn-next svg path {
	fill: #fff;
}
.slider-company .swiper-nav .swiper-btn-prev.swiper-button-disabled,
.slider-company .swiper-nav .swiper-btn-next.swiper-button-disabled {
	cursor: default;
	background-color: transparent;
}
.slider-company .swiper-nav .swiper-btn-prev.swiper-button-disabled svg path,
.slider-company .swiper-nav .swiper-btn-next.swiper-button-disabled svg path {
	fill: #ea5e20;
}
.slider-company .swiper-nav .swiper-btn-prev {
	left: -48px;
}
.slider-company .swiper-nav .swiper-btn-next {
	right: -48px;
}

@media (max-width: 991px) {
	.page-company h1,
	.page-company h2 {
		font-size: 24px;
		margin-bottom: 50px;
	}
	.page-company h2 {
		margin-bottom: 35px;
	}
	.page-company .b-text-img {
		margin-bottom: 35px;
		flex-direction: column;
		align-items: flex-start;
	}
	.page-company .b-text-img p {
		flex: 0 0 100%;
		margin-right: 0;
		margin-bottom: 32px;
		font-size: 18px;
		line-height: 24px;
	}
	.page-company .b-text-img img {
		flex: 0;
		width: 100%;
	}

	.page-company .count-items {
		margin-bottom: 35px;
	}
	.page-company .count-block:not(:last-child) {
		margin-right: 0;
	}
	.page-company .count-block {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.page-company .count-block b {
		font-size: 20px;
		margin-bottom: 7px;
	}
	.page-company .count-block p {
		font-size: 16px;
		line-height: 20px;
	}
	.page-company .d_text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 35px;
	}

	.page-company .icon-items {
		margin-bottom: 0;
	}
	.page-company .icon-block:not(:last-child) {
		margin-right: 0;
	}
	.page-company .icon-block:nth-child(1),
	.page-company .icon-block:nth-child(2),
	.page-company .icon-block:nth-child(3),
	.page-company .icon-block:nth-child(4),
	.page-company .icon-block:nth-child(5) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-company .d_text.mb52 {
		margin-bottom: 24px;
	}
	.page-company .img-center {
		margin-bottom: 35px;
	}
	.page-company .d_bold {
		font-size: 16px;
		line-height: 20px;
	}

	.slider-company {
		margin-top: 35px;
		margin-bottom: 50px;
	}
	.slider-company h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 32px;
	}
	.slider-company .swiper-slide img {
		width: 200px;
		height: auto;
	}
	.slider-company .swiper-nav {
		position: relative;
		top: auto;
		transform: translateY(0%);
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}
	.slider-company .swiper-nav .swiper-btn-prev,
	.slider-company .swiper-nav .swiper-btn-next {
		position: relative;
	}
	.slider-company .swiper-nav .swiper-btn-prev {
		left: auto;
	}
	.slider-company .swiper-nav .swiper-btn-next {
		right: auto;
	}
}

/* section news */

.nw-news__items .swiper-button-next,
.nw-news__items .swiper-button-prev {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	color: #ea5e20;
	border: 1px solid #ea5e20;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nw-news__items .swiper-button-next:hover,
.nw-news__items .swiper-button-prev:hover {
	background-color: #ea5e20;
}
.nw-news__items .swiper-button-next:hover svg path,
.nw-news__items .swiper-button-prev:hover svg path {
	fill: #fff;
}
.nw-news__items .swiper-button-next::after,
.nw-news__items .swiper-button-prev::after {
	display: none;
}
.nw-news__items .swiper-button-next svg,
.nw-news__items .swiper-button-prev svg {
	width: 12px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media (min-width: 992px) {
	.nw-news__items .swiper-button-next {
		right: -48px;
	}
	.nw-news__items .swiper-button-prev {
		left: -48px;
	}
}

.nw-news__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 52px;
}
.nw-news__top .nw-section__title {
	padding-bottom: 0;
	text-align: left;
}
.nw-news__top .nw-section__title::after {
	display: none;
}
.nw-news__top .nw-news__all-link {
	display: flex;
	align-items: center;
}
.nw-news__top .nw-news__all-link span {
	font-size: 15px;
}
.nw-news__top .nw-news__all-link svg {
	margin-left: 8px;
}
.nw-news__item {
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
}
.nw-news__item:hover .nw-news__item-text {
	color: #ea5e20;
	text-shadow: 0 0 0.65px #ea5e20, 0 0 0.65px #ea5e20;
	text-decoration: none !important;
}
.nw-news__item-image {
	height: 192px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}
.nw-news__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.nw-news__item-text {
	font-size: 18px;
	line-height: 28px;
	color: #484847;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
}
@media (max-width: 992px) {
	.nw-news__top {
		margin-bottom: 24px;
	}
	.nw-news__top .nw-section__title {
		font-size: 24px;
	}
	.nw-news__top .nw-news__all-link {
		display: none;
	}
	.nw-news__item-image {
		height: 200px;
	}
	.nw-news__item-text {
		font-size: 16px;
		line-height: 24px;
	}
	.nw-news__items {
		margin-bottom: 36px;
	}
	.nw-news__items .swiper-button-next,
	.nw-news__items .swiper-button-prev {
		top: 92%;
	}
}

.page_sect_title {
	display: flex;
	flex-direction: column;
	margin-bottom: 52px;
	max-width: 972px;
}
.page_sect_title h1 {
	margin-bottom: 12px;
	font-size: 35px;
	font-weight: bold;
}
.page_sect_title .page_sect_title__date {
	color: #bdbdbd;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	display: none;
}
.page_news_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.page_news_wrapper__left {
	flex: 1;
	min-width: 250px;
}
.page-content-news.page_news_wrapper__left img {
	margin-bottom: 52px;
	border-radius: 5px;
	width: 100%;
}
.page-content-news.page_news_wrapper__left p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
}
.page-content-news.page_news_wrapper__left &gt; div {
	font-size: 18px;
	font-weight: 300;
}
.page-content-news.page_news_wrapper__left ul,
.page_news_wrapper__left ol {
	margin-bottom: 20px;
	list-style: none;
	margin-left: 12px;
}
.page-content-news.page_news_wrapper__left ul li,
.page-content-news.page_news_wrapper__left ol li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
.page-content-news.page_news_wrapper__left ul li::before,
.page-content-news.page_news_wrapper__left ol li::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 8px;
	height: 2px;
	background-color: #ea5e20;
}
.page-content-news.page_news_wrapper__left h2,
.page-content-news.page_news_wrapper__left h3,
.page-content-news.page_news_wrapper__left h4,
.page-content-news.page_news_wrapper__left h5 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.page_news_wrapper__right {
	position: relative;
	flex: 0 0 288px;
	max-width: 288px;
	margin-left: 32px;
}
.news_navigator_links {
	position: sticky;
	top: 20px;
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 32px;
}
.news_navigator_links ul {
	list-style: none;
}
.news_navigator_links ul li:not(:last-child) {
	margin-bottom: 12px;
}
.news_navigator_links ul li a {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #484847;
	font-family: "Helvetica", sans-serif;
}
.news_navigator_links ul li.active a {
	text-shadow: 0 0 0.3px #484847, 0 0 0.3px #484847;
	padding-left: 24px;
}
.news_navigator_links ul li.active a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 2px;
	background-color: #ea5e20;
}
.news_navigator_links ul li a:hover {
	text-shadow: 0 0 0.3px #484847, 0 0 0.3px #484847;
	text-decoration: none;
}

@media (max-width: 992px) {
	.page_news_wrapper__left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page_news_wrapper__right {
		display: none;
	}
	.page_sect_title h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.page_sect_title .page_sect_title__date {
		font-size: 16px;
		line-height: 20px;
	}
	.page-content-news.page_news_wrapper__left img {
		margin-bottom: 28px;
	}
	.page-content-news.page_news_wrapper__left p {
		margin-bottom: 16px;
		font-size: 16px;
	}
	.page-content-news.page_news_wrapper__left &gt; div {
		font-size: 16px;
	}
	.page-content-news.page_news_wrapper__left h2,
	.page-content-news.page_news_wrapper__left h3,
	.page-content-news.page_news_wrapper__left h4,
	.page-content-news.page_news_wrapper__left h5 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	.page-content-news.page_news_wrapper__left ul,
	.page-content-news.page_news_wrapper__left ol {
		margin-left: 0;
	}
	.page-content-news.page_news_wrapper__left ul li,
	.page-content-news.page_news_wrapper__left ol li {
		font-size: 16px;
		line-height: 26px;
	}
}

.page-news-items .nw-section__title {
	margin-bottom: 92px;
}
@media (max-width: 992px) {
	.page-news-items .nw-section__title {
		margin-bottom: 24px;
	}
}

.news_cols {
	display: flex;
	flex-direction: column;
}
.news_item_row {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 32px;
	text-decoration: none !important;
}
.news_item_row:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 32px;
}
.news_item_row__image {
	flex: 0 0 250px;
	max-width: 250px;
	margin-right: 20px;
}
.news_item_row__image img {
	width: 100%;
	border-radius: 5px;
}
.news_item_row__content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.news_item_row__content .d_title {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.news_item_row__content .d_title span:first-child {
	margin-right: 8px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #484847;
}
.news_item_row__content .d_title span:last-child {
	font-size: 12px;
	color: #bdbdbd;
}
.news_item_row__content .d_text {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 300;
	font-family: "Helvetica", sans-serif;
	color: #484847;
}
.news_item_row__content .d_link {
	display: flex;
	align-items: center;
}
.news_item_row__content .d_link span {
	font-size: 15px;
	font-weight: 500;
	color: #ea5e20;
	margin-right: 8px;
}

@media (max-width: 992px) {
	.news_item_row {
		padding-bottom: 20px;
	}
	.news_item_row:not(:last-child) {
		margin-bottom: 20px;
	}
	.news_item_row__image {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.news_item_row__image img {
		height: 200px;
	}
	.news_item_row__content {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news_item_row__content .d_title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 4px;
	}
	.news_item_row__content .d_title span:first-child {
		margin-right: 0;
		margin-bottom: 2px;
	}
	.news_item_row__content .d_text {
		margin-bottom: 12px;
		font-size: 16px;
	}
}

.aside_bn {
	position: relative;
	background: linear-gradient(160.46deg, #ea5e20 0%, #ff9900 82.64%);
	border-radius: 5px;
	height: 448px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
}
.aside_bn::after {
	content: "";
	position: absolute;
	top: 62px;
	left: 50%;
	transform: translateX(-50%);
	width: 255px;
	height: 224px;
	mix-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI1IiBoZWlnaHQ9IjIyNCIgdmlld0JveD0iMCAwIDIyNSAyMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpvdmVybGF5Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDIuOTQ5IDM5LjQ1MjhDMTA1LjkzOCA0My41MTgzIDEwOS4yNjYgNDUuMjk3NCAxMTIuNSA0NS4yOTc0QzExNS43MTUgNDUuMjk3NCAxMTkuMDQ5IDQzLjUyNDYgMTIyLjAzOSAzOS40NjUzQzEyNC45MTUgMzUuNDYyNCAxMjYuOTcxIDI5LjQxNzMgMTI2Ljk3NyAyMi42MzkzQzEyNi45NzEgMjIuNTUxNiAxMjYuOTcxIDIyLjUxNCAxMjYuOTcxIDIyLjUxNEMxMjYuOTc3IDE1LjcxMSAxMjQuOTE1IDkuNjU5NjEgMTIyLjAzOSA1LjY3NTQ5QzExOS40OTQgMi4xODYyNiAxMTYuNjU1IDAuNDc2MDk1IDExMy45OTIgMC4wMzEzMjE3QzExMy40NjUgMC4wMjUwNTczIDExMi45NjQgMCAxMTIuNSAwQzExMi4wMyAwIDExMS41MjkgMC4wMjUwNTczIDExMS4xMjEgMC4wMjUwNTczQzEwOC4zMzIgMC40NzYwODkgMTA1LjUwNiAyLjE4NjI1IDEwMi45NDkgNS42NjkyM0MxMDAuMDY2IDkuNjI4MjggOTguMDM1NyAxNS42NjA4IDk4LjAwNDMgMjIuNDQ1MUw5OC4wNTQ1IDIyLjgwMjJMOTguMDA0MyAyMi44NTg1Qzk4LjA2MDcgMjkuNTQ4OCAxMDAuMDk4IDM1LjUwNjMgMTAyLjk0OSAzOS40NTI4Wk0yMjQuOTk0IDExMS41NjJDMjI0Ljk4MSAxMjQuNjE2IDIyMi43MDYgMTM3LjEzOSAyMTguNjAyIDE0OC43OTFDMjE1LjE5OSAxNDIuNTQ1IDIwOS43MTUgMTM2Ljk1NyAyMDIuNzA4IDEzMi44MzVDMTk1Ljg1MiAxMjguODM5IDE4OC40NjkgMTI2LjgzNCAxODEuNTEzIDEyNi44MTVDMTgwLjk0MyAxMjYuODE1IDE4MC4zNzkgMTI2Ljg1OSAxNzkuODA4IDEyNi44OTdDMTg1LjMwNSAxMTUuMzk1IDE5Mi40OTkgOTYuMjMyOCAxOTIuNTY4IDc0LjUyNjlDMTkyLjc1IDU0LjE2MTYgMTg1Ljc4NyAzMS41NTM2IDE2NS40IDEyLjM2NjJDMjAwLjgyOCAzMS4yOTcgMjI0LjkxOSA2OC41NzYgMjI1IDExMS41NjJMMjI0Ljk5NCAxMTEuNTYyWk0xNjkuMTM2IDE0NS43MDhDMTY4LjY0NyAxNDYuODkyIDE2OC4zNTIgMTQ4LjA4MyAxNjguMzIxIDE0OS41NzRWMTQ5LjY4NkMxNjguMjgzIDE1NS4xODYgMTczLjAwMiAxNjMuMzY4IDE4MS42NzYgMTY4LjQyM0gxODEuNjgyTDE4MS44ODkgMTY4LjU0MkMxODYuOTQ3IDE3MS40OCAxOTIuMjg2IDE3Mi44NjQgMTk2LjgwNSAxNzIuODY0QzE5Ni44MDUgMTcyLjg2NCAxOTYuODQ5IDE3Mi44NjQgMTk2LjgzNiAxNzIuODY0QzIwMi45MzQgMTcyLjgyIDIwNi45ODkgMTcwLjU5NyAyMDguNzgxIDE2Ny40NzdDMjA5LjYwOCAxNjYuMDI0IDIxMC4wMjggMTY0LjQ3NiAyMTAuMDI4IDE2Mi42MTZDMjEwLjAyOCAxNjIuNTE2IDIxMC4wMjggMTYyLjQzNCAyMTAuMDI4IDE2Mi4zNzJDMjEwLjA2NiAxNTYuODM0IDIwNS4yNzggMTQ4LjU4NCAxOTYuNDY2IDE0My41NDFDMTkxLjM5IDE0MC41NzggMTg2LjAzOCAxMzkuMiAxODEuNTEzIDEzOS4yMDZDMTc2LjM5MyAxMzkuMjQ0IDE3Mi43MzkgMTQwLjgzNSAxNzAuNzUzIDE0My4wMzRDMTcwLjI0NSAxNDMuOTc5IDE2OS42NjIgMTQ0Ljg1NyAxNjkuMTI5IDE0NS43MDhIMTY5LjEzNlpNNTQuMzU0NCAxNDMuMjAzQzUyLjI0MjQgMTQwLjg0MSA0OC41OTUgMTM5LjI0NCA0My40NzQ4IDEzOS4yMTJMNDMuNDQzNSAxMzkuMjI1QzQzLjQxODQgMTM5LjIyNSA0My40MDU5IDEzOS4yMjUgNDMuMzkzMyAxMzkuMjI1QzM4Ljg4NzMgMTM5LjIyNSAzMy41NjY2IDE0MC42MDMgMjguNTIxNiAxNDMuNTQ3QzE5LjY5MTMgMTQ4LjU3MSAxNC45MjgzIDE1Ni44MzQgMTQuOTU5NyAxNjIuMzg0VjE2Mi42MTZDMTQuOTU5NyAxNjQuNDc2IDE1LjM3MzMgMTY2LjAxMSAxNi4xOTQzIDE2Ny40NzFDMTcuOTg2NyAxNzAuNTcyIDIxLjk4NTEgMTcyLjc4OSAyOC4wMjY1IDE3Mi44NThDMjguMTA4IDE3Mi44NDYgMjguMTU4MSAxNzIuODQ2IDI4LjE3MDcgMTcyLjg1MkMyOC4xODMyIDE3Mi44NTIgMjguMTk1NyAxNzIuODcxIDI4LjE5NTcgMTcyLjg1MkMzMi43MDE3IDE3Mi44NzEgMzguMDQ3NSAxNzEuNDg2IDQzLjEwNTEgMTY4LjU0OEM1MS45MDQgMTYzLjUwNSA1Ni42Nzk2IDE1NS4yMyA1Ni42NjA3IDE0OS43MDVDNTYuNjYwNyAxNDkuNjMgNTYuNjYwNyAxNDkuNTU1IDU2LjY2MDcgMTQ5LjQ2N0M1Ni42MzU2IDE0OC4wNjQgNTYuMzQxMSAxNDYuODM2IDU1Ljg3MTEgMTQ1Ljc0NkM1NS4zNTA5IDE0NC44ODggNTQuNzU1NSAxNDMuOTk4IDU0LjM1NDQgMTQzLjIwOUw1NC4zNTQ0IDE0My4yMDNaTTI3LjYzMTYgMTg1LjIzNkMyNy43NTcgMTg1LjI0OSAyNy44Njk4IDE4NS4yNjEgMjcuOTk1MSAxODUuMjYxSDI4LjEzM0MzNS4wOTU3IDE4NS4yNjEgNDIuNDU5NSAxODMuMjU3IDQ5LjM0MDcgMTc5LjI1NEM1NS45MjExIDE3NS4zODMgNjEuMTQ3OSAxNzAuMTk2IDY0LjU4ODUgMTY0LjQxNEM2OC4yMzU5IDE2OS42NTcgNzMuNTc1NCAxNzYuNTI5IDgwLjYxOTcgMTgzLjQ4MkM5NC44NTIxIDE5Ny41MjcgMTE2LjQwNSAyMTIuMDM1IDE0NC41ODggMjEyLjA0OEgxNDQuNjE5QzE1Mi41OTEgMjEyLjA0OCAxNjEuMDAxIDIxMC44NTEgMTY5LjgzMiAyMDguMjI2QzE1My4wNTUgMjE4LjE5OSAxMzMuNDY0IDIyMy45NjIgMTEyLjUwNyAyMjRDNzguNTk1NiAyMjMuOTQ0IDQ4LjI1MDIgMjA4Ljk0MSAyNy42MzE2IDE4NS4yMzZaTTkxLjExMDUgMS4xODQyQzg3LjYwMSA3LjE5Nzk0IDg1LjYzMzEgMTQuNjAyNCA4NS42MDgxIDIyLjU1ODFDODUuNjQ1NyAzMS42MjI2IDg4LjE4MzggMzkuOTI5IDkyLjY1MjIgNDYuMzM3NEM4MC44NzY0IDQ3LjI2NDYgNjIuNTI2NSA1MC4yNDAxIDQ0Ljg5MDkgNTkuNjI0MUMyNC43OTI1IDcwLjE2NyA1Ljk0NzQgODkuOTY4NSAwLjU5NTM3IDEyMy4wODhDMC4yMDA1NDUgMTE5LjI5MiAwIDExNS40NDYgMCAxMTEuNTU1QzAuMDg3NzM5MSA1Ni43NjExIDM5LjIzOCAxMS4yMTk2IDkxLjExMDUgMS4xODQyWiIgZmlsbD0iIzYzNjQ2NyIvPgo8L2c+Cjwvc3ZnPgo=");
}
.aside_bn::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 370px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg4IiBoZWlnaHQ9IjM3MCIgdmlld0JveD0iMCAwIDI4OCAzNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00OTcuNTA2IDI1TDU1OS4wMjIgMzEwLjI0MUM1NjAuMTg2IDMxNS42NCA1NTYuNzUzIDMyMC45NiA1NTEuMzU1IDMyMi4xMjRMLTEwOC4xNTYgNDY0LjM1NUMtMTEzLjU1NSA0NjUuNTIgLTExOC44NzUgNDYyLjA4NyAtMTIwLjAzOSA0NTYuNjg4TC0xNDkuODg4IDMxOC4yODJMNDk3LjUwNiAyNVoiIGZpbGw9IiNGNEY1RjYiLz4KPHBhdGggZD0iTS0xNTMuMTMxIDMyMC4yNjhMNDkzLjkzIDI1LjQzOTJMNDg4LjY1OSAxLjAwMDAzTC0xNTguNTkgMjk0Ljk1NkwtMTUzLjEzMSAzMjAuMjY4WiIgZmlsbD0iI0Y0RjVGNiIvPgo8L3N2Zz4K");
}
.aside_bn p {
	position: relative;
	z-index: 2;
	font-size: 28px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
}
.aside_bn img {
	position: absolute;
	z-index: 2;
	bottom: 40px;
	right: 0;
}
.aside_bn__btn {
	position: relative;
	z-index: 2;
	margin-top: auto;
	border-radius: 4px;
	background-color: #ea5e20;
	height: 52px;
	width: 100%;
	color: #fff !important;
	font-size: 17px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}

.page_nav {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.page_nav__btn {
	height: 32px;
	width: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #eeeff0;
	border-radius: 50px;
	color: #aab1b4;
	font-size: 14px;
	font-family: "Helvetica", sans-serif;
}
.page_nav__btn:first-child {
	margin-right: 8px;
}
/* .page_nav__btn:last-child {
	margin-left: 8px;
} */
.page_nav__link {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 50%;
	background-color: #eff0f1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	color: #484847;
	text-decoration: none !important;
}
.page_nav__link:hover,
.page_nav__link.active {
	background-color: #ea5e20;
	color: #fff;
}
.page_nav_mobile {
	display: none;
}
@media (max-width: 992px) {
	.page_nav_mobile {
		display: flex;
	}
	.page_nav_mobile .d_btn {
		width: 100%;
		height: 40px;
		border-radius: 50px;
		border: 2px solid #ea5e20;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #484847;
		font-size: 14px;
		font-family: "Helvetica", sans-serif;
		text-decoration: none !important;
	}
	.page_nav__link {
		display: none;
	}
	.page_nav__link:nth-child(2) {
		display: flex;
	}
	.page_nav__link:nth-child(3) {
		display: flex;
	}
	.page_nav__link:nth-last-child(2) {
		display: flex;
	}
}

/* section mail message */

.nw-mail-message {
	display: flex;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
user-select: none; 

}
.nw-mail-message__image {
	position: relative;
	min-height: 100%;
	margin-right: 24px;
user-select: none; 
}
.nw-mail-message__image::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 66px;
	transform: translateY(-50%);
	width: 186px;
	height: 135px;
	mix-blend-mode: soft-light;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg3IiBoZWlnaHQ9IjEzNiIgdmlld0JveD0iMCAwIDE4NyAxMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNzcuNjI1IDAuNUMxNzkuODY4IDAuNSAxODIuMDIgMS4yOTAxOCAxODMuNjA2IDIuNjk2N0MxODUuMTkyIDQuMTAzMjIgMTg2LjA4MyA2LjAxMDg4IDE4Ni4wODMgOFYxMjguMDUyQzE4Ni4wNjggMTMwLjAyMiAxODUuMTc5IDEzMS45MDcgMTgzLjYwOSAxMzMuMzAxQzE4Mi4wMzkgMTM0LjY5NCAxNzkuOTE0IDEzNS40ODQgMTc3LjY5MyAxMzUuNUgyNS4zMDczQzIzLjA4MTIgMTM1LjQ5OCAyMC45NDcgMTM0LjcxMiAxOS4zNzM3IDEzMy4zMTZDMTcuODAwNCAxMzEuOTIgMTYuOTE2NyAxMzAuMDI2IDE2LjkxNjcgMTI4LjA1MlYxMjAuNUgxNjkuMTY3VjMyLjc1TDEwMS41IDg2Ljc1TDE2LjkxNjcgMTkuMjVWOEMxNi45MTY3IDYuMDEwODggMTcuODA3OCA0LjEwMzIyIDE5LjM5NDEgMi42OTY3QzIwLjk4MDMgMS4yOTAxOCAyMy4xMzE3IDAuNSAyNS4zNzUgMC41SDE3Ny42MjVaTTY3LjY2NjcgOTAuNVYxMDUuNUgwVjkwLjVINjcuNjY2N1pNNDIuMjkxNyA1M1Y2OEgwVjUzSDQyLjI5MTdaTTE2NS40OTYgMTUuNUgzNy41MDQyTDEwMS41IDY2LjU3NUwxNjUuNDk2IDE1LjVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.3;
}
.nw-mail-message__image img {
	height: 100%;
	pointer-events: none;
}

.nw-mail-message__form {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 56px;
	padding-right: 40px;
}
.nw-mail-message__form .nw-mail-message__form-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 2px;
}
.nw-mail-message__form .nw-mail-message__form-text {
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: 300;
	color: #000;
}
.nw-mail-message__form .nw-form-message__field {
	max-width: 100%;
}
.nw-mail-message__form .nw-form-message__checked .text {
	max-width: 100%;
}

@media (max-width: 992px) {
	.nw-mail-message__image {
		display: none;
	}
	.nw-mail-message__form {
		padding: 28px 24px;
		border-top: 4px solid #ea5e20;
	}
	.nw-mail-message__form .nw-mail-message__form-title {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 28px;
	}
	.nw-mail-message__form .nw-mail-message__form-text {
		margin-bottom: 20px;
		font-size: 14px;
	}
}

.cities-popup {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1000;
	width: 660px;
	display: none;
}
.cities-popup__body {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
	padding: 24px;
	padding-bottom: 35px;
	position: relative;
	width: 100%;
}
.cities-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(234, 94, 32, 0.25);
}
.cities-popup__close svg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.cities-popup__title {
	color: #484847;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}
.cities-popup__search {
	margin-top: 25px;
	position: relative;
}
.cities-popup__search input {
	display: block;
	width: 100%;
	padding: 10px;
	padding-right: 54px;
	border: none;
	border-bottom: 1px solid #ea5e20;
	color: #484847;
	font-family: Open Sans;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.cities-popup__search input::-webkit-input-placeholder {
	color: #484847;
}
.cities-popup__search input::-moz-placeholder {
	color: #484847;
} /* Firefox 19+ */
.cities-popup__search input:-moz-placeholder {
	color: #484847;
} /* Firefox 18- */
.cities-popup__search input:-ms-input-placeholder {
	color: #484847;
}
.cities-popup__search-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	z-index: 10;
}
.cities-popup__search-icon svg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.cities-popup__list {
	margin-top: 25px;
	overflow: hidden;
	height: 414px;
	position: relative;
}

.cities-popup__list-row {
	margin-bottom: 35px;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.cities-popup__list-row:last-child {
	margin-bottom: 0px;
}
.cities-popup__list-col {
	min-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.cities-popup__list-title {
	color: #ea5e20;
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.cities-popup__list-cities {
	padding-top: 5px;
}
.cities-popup__list-city {
	margin-top: 5px;
}
.cities-popup__list-city a {
	color: #484847;
	font-size: 16px;
	line-height: 150%;
	text-decoration-line: underline;
}
.cities-popup .mCSB_scrollTools {
	width: 4px;
	z-index: 20;
}
.cities-popup .mCSB_inside &gt; .mCSB_container {
	margin-right: 0;
}
.cities-popup .mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 10px;
	background: #f4f5f6;
}
.cities-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 10px;
	background: #ea5e20;
}

@media (max-width: 767px) {
	.cities-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
	}
	.cities-popup__body {
		border-radius: 0;
		width: 100vw;
		height: 100vh;
		padding: 16px;
		padding-top: 60px;
		display: flex;
		flex-direction: column;
	}
	.cities-popup__close {
		top: 16px;
		right: 16px;
		width: 32px;
		height: 32px;
	}
	.cities-popup__title {
		line-height: 120%;
		width: 210px;
	}
	.cities-popup__search {
		margin-top: 15px;
		width: 100%;
	}
	.cities-popup__search input {
		padding-left: 4px;
		font-size: 15px;
		padding-right: 36px;
	}
	.cities-popup__list {
		height: auto;
		flex-grow: 1;
		margin-top: 0;
	}
	.cities-popup__list:before {
		content: "";
		display: block;
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
		height: 92px;
		z-index: 10;
		transform: rotate(180deg);
	}
	.cities-popup__list:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
		height: 92px;
		z-index: 10;
	}
	.cities-popup__list-row {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.cities-popup__list-row:first-child {
		margin-top: 25px;
	}
	.cities-popup__list-row:last-child {
		margin-bottom: 25px;
	}
	.cities-popup__list-col {
		width: 50%;
		margin-bottom: 24px;
	}
}
.head_reqb {
	/* callback_hover */
	position: relative;
	height: 30px;
	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 8px;
	max-width: 158px;
	width: 100%;
	border-radius: 4px;
	background: rgb(234, 94, 32);
	transition: all .5s;
	color: rgb(255, 255, 255) !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0;
	text-decoration: none !important;
	margin: 0 11px 0 0;
}
.head_reqb:hover, .head_reqb:focus, .head_reqb:active, .head_reqb.active {
	background: #ea7a20 !important;
}
.head_reqb_desc {
	display: none;
}
.nw-banner__btnw {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.nw-banner__btnw .head_reqb {
	margin: 0 !important;
	font-size: 13px;
	height: 40px;
	max-width: 214px;
}
@media (min-width: 768px) {
	.nw-banner__btnw {
		display: flex;
		justify-content: start;
	}
}
@media (min-width: 992px) {
	.head_reqb_desc {
		display: flex;
	}
	.head_reqb_mob {
		display: none !important;
	}
	.head_reqb {
		height: 34px;
		font-size: 11px;
		font-size: 13px;
		margin: 9px 30px 0 0;
		width: 158px;
	}
	.nw-banner__btnw .head_reqb {
		margin: 0 !important;
		font-size: 16px;
		height: 52px;
		width: 220px;
	}
}
@media (min-width: 1200px) {
	.head_reqb {
		font-size: 13px;
	}
}</pre></body></html>