* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #212529;
}

p {
	color: #212529;
}

ul {
	padding-left: 25px;
}

.text_container hr {
	width: 100px;
}

table {
	border-collapse: collapse;
	color: #212529
}

table td {
	padding: 10px;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	border-bottom: 1px solid #E8E8E8;
	/* -webkit-box-shadow: 0px 1px 9px 0px rgba(34, 60, 80, 0.3);
	box-shadow: 0px 1px 9px 0px rgba(34, 60, 80, 0.3); */
	z-index: 3;
}

header a {
	text-decoration: none;
	color: #000000;
}

strong {
    font-weight: 500;
}

.logo {
    max-width: 200px;
}
.logo * {
    max-width: 100%;
}

.header-gray {
	background: #F6F7F9;
}

.container {
	max-width: 1170px;
	margin-bottom: 70px;
}

.container:last-of-type {
	margin-bottom: 0;
}

.header-gray .row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.content {
	margin-top: 157px;
}

.burger {
	display: none;
}

.header-gray {
	font-weight: 300;
	font-size: 14px;
	line-height: 34px;
	color: #000000;
}

.profile-summ-mobile {
	display: none;
}

.header-main-menu {
	border-bottom: 1px solid #E8E8E8;
}

.menu-container .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 0;
}

.profile-summ {
	position: relative;
	width: auto;
}

.profile-summ span {
	font-weight: bold;
	color: #8E26B8;
}

.profile-summ::before {
	content: "";
	position: absolute;
	top: 0;
	left: -23px;
	width: 26px;
	height: 20px;
	background: url(static/img/monets.svg) no-repeat;
}

.menu_block {
	width: auto;
}

.menu-container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.logo-mob {
	display: none;
}

.menu-container ul li {
	list-style: none;
}

.menu-container ul li a {
	display: inline-block;
	margin-right: 12px;
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
}

.menu-container ul li a:not(.logout)::after,
.sub-menu-block ul li a::after {
	display: block;
	content: "";
	background-color: #8e26b8;
	height: 3px;
	width: 0%;
	left: 50%;
	position: absolute;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-container ul li a:hover::after,
.sub-menu ul li a:hover::after {
	width: 100%;
}

.menu-container ul li a.auth_link {
	cursor: pointer;
	display: inline-block;
	padding: 10px 25px;
	margin-left: 10px;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.menu-container ul li a.auth_link::after {
	display: none;
}

.menu-container ul li a.auth_link:hover,
.menu-container ul li a.auth_link.selected {
	border: 1px solid transparent;
	color: #ffffff;
	background: #8e26b8;
}

.menu-container ul li a.auth_link.selected::after {
	display: none;
}

.menu-container ul li a.selected::after,
.sub-menu ul li a.selected::after {
	display: block;
	content: "";
	background-color: #8e26b8;
	height: 3px;
	width: 100%;
	left: 50%;
	position: absolute;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-container ul li:last-child a {
	margin-right: 0;
}

.sub-menu .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub-menu .sub-menu-block,
.user-control-block {
	width: auto;
}

.sub-menu nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.sub-menu nav ul li {
	margin-right: 30px;
}

.sub-menu nav ul li:last-child {
	margin-right: 0;
}

.sub-menu a {
	position: relative;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

.sub-menu ul li a {
	line-height: 54px;
}

.sub-menu ul li a::after {
	bottom: -1px;
}

.sub-menu ul li a:hover {
	color: #000000;
}

.user-control-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile-link {
	position: relative;
	padding-left: 24px;
	margin-right: 20px;
}

.logout-mobile {
	display: none;
}

/* .profile-link,
.logout {
	line-height: 54px;
} */

.form-input-nfksber-component {
	width: 0px !important;
	padding: 0 !important;
	height: 0px !important;
	border: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	margin: 0 !important;
}

.js-message.error {
    color: #d91c1c;
}
.js-message {
	margin-top: 1rem;
}
.js-message:empty {
	padding: 0;
	margin: 0;
}
.js-message .done_mess_form {
    font-weight: 400;
}

.user-control-block a::after {
	display: block;
	content: "";
	background-color: #8e26b8;
	height: 3px;
	width: 0%;
	left: 50%;
	bottom: -1px;
	position: absolute;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.user-control-block a:hover::after {
	width: 100%;
}

.profile-link:hover,
.logout:hover {
	color: #000000;
}

.profile-link::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	background: url(static/img/profile-login-icon.png) no-repeat;
	width: 20px;
	height: 25px;
}

.logout {
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 31px;
}

.logout::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(static/img/logout.svg) no-repeat;
	width: 1.25rem;
    height: 100%;
    background-size: contain;
}

.breadcrumbs {
	padding: 13px 0;
	background-color: #F6F7F9;
	color: #707F93;
}

.breadcrumb_item {
	display: inline-block;
}

.breadcrumb_item a,
.breadcrumb_item span {
	font-size: 14px;
	text-decoration: none;
	color: #707F93;
}

footer {
	margin-top: 100px;
	background: #F6F7F9;
	padding: 40px 0;
}

.footer-container .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-control {
	border: 1px solid #D6D6D6;
	background: transparent;
	margin-bottom: 10px;
	padding: 8px 18px;
	border-radius: 6px;
}

.btn-zber {
	text-align: center;
	width: 100%;
	padding: 8px 33px;
	background: transparent;
	border: 1px solid #8E26B8;
	border-radius: 6px;
	color: #000000;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-zb {
	text-align: center;
	width: 100%;
	padding: 8px 33px;
	border-radius: 6px;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-zber:hover,
.btn-zber:focus {
	border: 1px solid transparent;
	color: #ffffff;
	background: #8e26b8;
}

.footer-container form .form-control:last-child {
	margin-bottom: 0;
}

.phone-block {
	text-align: right;
	font-size: 16px;
}

.phone-block p {
	margin-bottom: 0;
}

.phone-block a {
	line-height: 1;
	font-size: 32px;
	color: #000000;
	text-decoration: none;
}

.email-block {
	text-align: right;
	font-size: 16px;
}

.email-block p {
	margin-bottom: 0;
}

.email-block a {
	line-height: 1;
	font-size: 32px;
	color: #000000;
	text-decoration: none;
}

.copyright-info p {
	text-align: left;
	margin-bottom: 0;
}

.copyright-info p {
	color: #9D9D9D;
}

.banner {
	background-repeat: no-repeat;
	height: 390px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-text h1 {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 100;
	color: #ffffff;
	margin-bottom: 0;
}

.banner-text h1 .big-number {
	font-size: 144px;
	font-weight: 300;
	line-height: .9em;
}

.container h2 {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 37px;
	font-weight: 400;
}

.preim_slider {
	margin-top: 58px;
	text-align: center;
}

.preim_slider img {
	margin-bottom: 20px;
}

.preim_slider h3 {
	font-size: 24px;
}

.swiper-pagination {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #dddddd;
	background: transparent;
	opacity: 1;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.swiper-pagination-bullet-active {
	width: 40px;
	height: 12px;
	background: #8e26b8;
	border: none;
	border-radius: 10px;
	border: 2px solid transparent;
}

.about-container {
	margin-top: 62px;
}

.tab-content {
	margin-top: 66px;
}

.about-container .tab-content img {
	max-width: 100%;
}

.nav-pills .nav-link {
	border: solid 1px #dddddd;
	border-radius: 0;
	padding: 11px 35px 12px 35px;
	font-size: 24px;
	font-weight: 300;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	position: relative;
	color: #fff;
	background-color: #8e26b8;
	border: solid 1px #8e26b8;
}

.nav-pills .nav-link.active::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -4px;
	z-index: -1;
	display: block;
	width: 32px;
	height: 32px;
	background-color: #8e26b8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
}

.projects_container .card {
	position: relative;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 360px;
	min-height: 310px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
}

.projects_container .card:hover {
	-webkit-box-shadow: 0 0 6px 2px rgb(214 214 214);
	box-shadow: 0 0 6px 2px rgb(214 214 214);
}

.card h3 {
	font-size: 20px;
}

.card img {
	max-width: 100%;
	position: relative;
	top: 0;
	border-radius: .25rem .25rem 0 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.projects_container .card:hover a>img {
	top: -20px;
}

.card-desc {
	position: absolute;
	background: #ffffff;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px 30px 20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 0px solid transparent;
}

.projects_container .card:hover .card-desc {
	border-bottom: 10px solid #8e26b8;
}

.projects_container .card:hover .card-desc .hide_btn {
	height: 18px;
	overflow: visible;
	margin-top: 15px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.card-desc .hide_btn {
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.card-desc a {
	display: block;
	color: #8e26b8;
}

.desk-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.desc-item {
	margin-right: 8px;
}

.desc-item:last-child {
	margin-right: 0;
}

.desk-block span {
	font-size: 13px;
	display: block;
}

.desk-block span.prop-val {
	font-size: 16px;
}

/*.projects_container .swiper-slide {
	margin-top: 10px;
}*/

.projects_container .swiper-container .swiper-pagination {
	margin-top: 20px;
}

.projects_container .auth-info {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.projects_container .auth-info a {
	text-decoration: none;
}

.projects_container .auth-info a:hover {
	text-decoration: underline;
}

.slider-section-uniq {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.swiper-button-next-unique {
	right: 0;
}

.swiper-button-prev-unique {
	left: 0;
}

.swiper-button-next-unique.swiper-button-disabled,
.swiper-button-prev-unique.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-next-unique,
.swiper-button-prev-unique {
	position: absolute;
	top: calc(50% - 46px);
	border-radius: 50%;
	width: 52px;
	height: 52px;
	color: #697689;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 6px 20px rgba(73, 86, 112, 0.16);
	box-shadow: 0px 6px 20px rgba(73, 86, 112, 0.16);
	z-index: 2;
}

.swiper-button-prev-unique {
	left: 0;
}

.swiper-button-next-unique {
	right: 0;
}

.swiper-button-next-unique::after,
.swiper-button-prev-unique::after {
	content: "";
	position: absolute;
	top: calc(50% - 9px);
	left: calc(50% - 5px);
	width: 9px;
	height: 18px;
	background-image: url(static/img/slider-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;

}

.swiper-button-next-unique::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.scheme_container li {
	list-style: none;
	position: relative;
}

.scheme_container li::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #8E26B8;
	border-radius: 6px;
	top: 7px;
	left: -25px;
}

.scheme-slider .swiper-slide {
	margin-bottom: 80px;
}

.scheme-slider p {
	margin-bottom: 0;
}

.scheme-slider ul {
	margin-bottom: 0;
}

.scheme-slider ul li {
	margin-bottom: 20px;
	max-width: 93%;
}

.scheme-slider ul li:last-child {
	margin-bottom: 0;
}

.scheme-slider img {
	max-width: 100%;
}

.scheme-slider h3 {
	font-size: 37px;
}

.scheme-slider h4 {
	font-size: 21px;
	margin-bottom: 20px;
}

.acc-item {
	background-color: #fff;
	margin-bottom: 20px;
	-webkit-transition: border .3s ease;
	-o-transition: border .3s ease;
	transition: border .3s ease;
}

.acc-head {
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	font-size: 24px;
	padding: 12px 20px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	-webkit-transition: border .3s ease;
	-o-transition: border .3s ease;
	transition: border .3s ease;
}

.acc-head.active {
	border-radius: 6px 6px 0 0;
	border: 1px solid #8e26b8;
}

.acc-head span {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
}

.acc-head span::before,
.acc-head span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.125);
	width: 26px;
	height: 1px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.acc-head span::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.acc-head span.active::after,
.acc-head span.active::before {
	background: #8e26b8;
}

.acc-head span.active::after {
	width: 0;
	right: 13px;
}

.acc-body {
	display: none;
	font-size: 16px;
	padding: 12px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-left: 1px solid rgba(0, 0, 0, 0.125);
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0 0 6px 6px;
}

.text_container {
	margin-top: 40px;
}

.text_container h1 {
	margin-top: 35px;
}

.text_container h1,
.text_container h2 {
	font-size: 36px;
	text-align: left;
	font-weight: 500;
}

.text_container h2 span {
	display: block;
	font-weight: 400;
	margin-top: 10px;
	font-size: 24px;
}

p sup,
p span {
	font-weight: 400;
	color: #8e26b8;
}

.steps_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}

.steps_item .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-right: 50px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background-color: #8E26B8;
}

.steps_item .desc_block {
	max-width: 72%;
}

.steps_item .img img {
	display: block;
	width: 58px;
}

.steps_item .img .img-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #D6D6D6;
	color: #8E26B8;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.tariff_container {
	margin-top: 50px;
}

.reg_container form .input_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reg_container form .input_block .form-control {
	width: 48%;
	padding: 17px;
	margin-bottom: 18px;
}

.reg_container .tab-content {
	margin-top: 0;
}

.reg_container .tab-content,
.reg_container .auth-form {
	padding: 35px 0;
}

.reg_container h3 {
	font-size: 37px;
	margin-bottom: 11px;
}

.form_container {
	margin-top: 40px;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #8e26b8;
}

.reg_container form .btn-zber {
	margin-top: 10px;
	width: 30%;
}

.check_block {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.check_block input {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 0;
	margin-right: 10px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.check_block label {
	max-width: 90%;
}

.check_block input:checked::after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 1px solid #8e26b8;
	border-right: 1px solid #8e26b8;
	position: absolute;
	left: 6px;
	top: 2px;
}

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

.divider span {
	color: #8e8e8e;
	background-color: #fff;
	padding: 1rem;
}

.divider::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #D6D6D6;
	z-index: -1;
}

.auth-form .input_block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.auth-form form .input_block .form-control {
	width: 100%;
}

.banner-dark h1 {
	font-weight: 500;
}

.banner-dark p {
	font-size: 24px;
	font-weight: 100;
	color: #ffffff;
	margin-bottom: 0;
}

.banner-dark {
	background-color: #2F2F2F;
	background-repeat: no-repeat;
	background-position: 74% 50%;
}

.help_container h2,
.help_container p {
	text-align: center;
}

.help_container p {
	margin: 0 auto;
	text-align: center;
	max-width: 550px;
}

.help-form_container {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.help-form_container .form-control {
	padding: 17px;
	margin-bottom: 20px;
}

.help-form_container textarea.form-control {
	min-height: 120px;
}

.help-form_container .btn-zber {
	width: 30%;
}

.acc-item:last-of-type {
	margin-bottom: 0;
}

.help-ask_container .acc-head {
	border-radius: 6px;
}

.help-ask_container .acc-body {
	padding: 0;
	border: none;
	border-radius: 0;
}

.help-ask_container .acc-body .acc-body_item {
	border-radius: 6px;
	margin-top: 20px;
	background: #F6F7F9;
	padding: 10px 20px;
}

.help-ask_container .acc-body .acc-body_item h4 {
	font-size: 18px;
}

.help-ask_container .acc-body .acc-body_item p {
	margin-bottom: 0;
}

svg {
	max-width: 100%;
}

.preim_slide {
	max-width: 100%;
}

.scheme-slider {
	margin-top: 50px;
}

.scheme-slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.scheme-slider .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.auth-form p {
	min-height: 48px;
}

.mobile-sub-menu {
	display: none;
}

.lk-container {
	padding-top: 30px;
	margin-bottom: 0;
}

.lk-container .text-block h4 {
	font-weight: 500;
	font-size: 28px;
}

.lk-container h2 {
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	margin-top: 10px;
}

.lk-container .card-object .title-link,
.swiper-slide .card a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lk-container .card-object .title-link {
	min-height: 50%;
}

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

.desc-object-item-desc span {
	margin-bottom: 4px;
}

.card-head .img {
	/*margin-right: 20px;*/
	margin-right: 1.15rem;
}

.card_head_desc p {
	margin-bottom: 6px;
	font-size: 14px;
	color: #707F93;
}

.card_head_desc h3 {
	/*font-size: 18px;*/
	font-size: 1.05rem;
	font-weight: 500;
	margin-bottom: 0;
}

.lk-container .filter-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lk-container h1,
.filter-block {
	width: auto;
}

.lk-container h1 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 0;
}

.filter-block {
	cursor: pointer;
	position: relative;
}

.filter-block>span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 30px;
}

.filter {
	position: absolute;
	top: 3px;
	left: 0;
	width: 26px;
	height: 26px;
}

.filter-line,
.filter-line::before,
.filter-line::after {
	width: 26px;
	height: 1px;
	border-radius: 10px;
	background: #000000;
	z-index: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.filter-line {
	position: absolute;
	top: 0;
	left: 0;
}

.filter-line::before {
	content: "";
	position: absolute;
	top: 8px;
}

.filter-line::after {
	content: "";
	position: absolute;
	top: 16px;
}

.filter-dot,
.filter-dot::before,
.filter-dot::after {
	width: 5px;
	height: 5px;
	border: 1px solid #000000;
	border-radius: 50%;
	background: #ffffff;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.filter-dot {
	position: absolute;
	top: -2px;
	left: 13px;
}

.filter-dot::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 5px;
}

.filter-dot::after {
	content: "";
	position: absolute;
	top: 15px;
	left: -11px;
}

.filter-block:hover>span {
	color: #8e26b8;
}

.filter-block:hover .filter-line,
.filter-block:hover .filter-line::before,
.filter-block:hover .filter-line::after {
	background: #8e26b8;
}

.filter-block:hover .filter-dot,
.filter-block:hover .filter-dot::before,
.filter-block:hover .filter-dot::after {
	border: 1px solid #8e26b8;
}

.filter-block.active .filter-line,
.filter-block.active .filter-line::before,
.filter-block.active .filter-line::after {
	background: #8e26b8;
}

.filter-block.active .filter-dot,
.filter-block.active .filter-dot::before,
.filter-block.active .filter-dot::after {
	border: 1px solid #8e26b8;
}

.filter-block.active .filter-dot {
	left: 2px;
}

.filter-block.active .filter-dot::before {
	left: 7px;
}

.filter-block.active .filter-dot::after {
	left: 17px;
}

.filter-block.active>span {
	color: #8e26b8;
}

.product-filter {
	overflow: hidden;
	margin-top: 20px;
	max-height: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.product-filter.active {
	max-height: 1000px;
}

/* .product-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-perspective: 1000px;
	perspective: 1000px;
} */

.card-object {
	border: 1px solid #D4DBE8;
	border-radius: 12px;
	padding: 20px 16px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	width: auto;
	margin-bottom: 24px;
	height: 260px;
	max-height: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.list_btn_hover .btn-zber {
	display: block;
}

.card-object .list-img {
	max-width: 100px;
	height: auto;
}

.card-desc-object {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	margin-top: 20px;
	min-height: 49px;
}

.list_btn_hover {
	background-color: #fff;
	position: absolute;
	top: calc(50% - 20px);
	right: -100%;
	-webkit-transition: right .3s ease;
	-o-transition: right .3s ease;
	transition: right .3s ease;
}

.card-object:hover .desc-object-item:not(.desc-object-item:first-child):last-of-type {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
}

.card-object:hover .list_btn_hover {
	right: 0;
}

.card-desc-object p {
	margin-bottom: 0;
}

.card-desc-object h3 {
	font-size: 24px;
}

.desk-object-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.desk-object-block img {
	margin-right: 11px;
}

.desk-object-block b {
	font-weight: 700;
}

.desc-object-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 20px;
}

.desc-object-item:not(.desc-object-item:first-child):last-of-type {
	position: relative;
	padding-right: 0;
	padding-left: 20px;
}

.desc-object-item:not(.desc-object-item:first-child):last-of-type::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #D4DBE8;
}

.desc-object-item span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #707F93;
}

.detail-head_container {
	background-color: #F6F7F9;
}

.detail-head_container h1 {
	margin-bottom: 24px;
}

.projects_slider .prop-val {
	font-weight: 500;
}

.object-detail_container-transparent .desc-item {
	padding: 22px 16px 22px 23px;
	background: #F6F7F9;
	border-radius: 12px;
}

.lk-container .desc-item {
	margin-right: 0;
}

.lk-container .disclosure {
	text-align: right;
}

.lk-container .disclosure a {
	font-size: 14px;
	color: #707F93;
	text-decoration: none;
}

.desc-item-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 9px;
}

.projects_slider .desc-item-img {
	margin-bottom: 0;
}

.projects_slider .desk-block {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.desc-item-img img {
	margin-right: 10px;
}

.desc-item-img p {
	margin-bottom: 0;
	font-size: 14px;
	color: #707F93;
}

.object-detail_container-transparent .desc-item span {
	font-weight: 500;
	font-size: 16px;
}

.more-btn-block {
	text-align: center;
}

.more-btn-block a {
	display: inline-block;
	max-width: 170px;
}

.more-btn-block .btn-zber {
	font-size: 14px;
	padding: 11px 17px;
}

.object-detail_container {
	padding-bottom: 40px;
}

.desc-item_btn {
	text-align: right;
}

.object-detail_container .desc-item_btn .btn-zber {
	width: 260px;
	padding: 10px 33px;
}

.object-detail_container .desc-item span {
	font-weight: 500;
	font-size: 18px;
}

.object-detail_container .desc-item .field span {
	font-weight: 300;
	font-size: 16px;
}

.object-detail_container img {
	border-radius: 6px;
	max-width: 100%;
}

.lightgallery_container img {
	cursor: pointer;
}

.lightgallery_container_img {
	margin-bottom: 20px;
}

.object-detail_container .desc {
	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;
}

.object-detail_container .desc-item {
	margin-right: 0;
	width: 260px;
}

.object-detail_container .desc-item p {
	margin-bottom: 5px;
	font-size: 14px;
	color: #707F93;
}


/* .object-detail_container .desc-item.right {
	width: 50%;
	margin-right: 0;
} */

.object-detail_container .desc-item.right span {
	font-size: 20px;
}

.object-calc_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* .object-calc_item {
	width: 50%;
} */

.field {
	position: relative;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	padding: 10px 0;
	width: 260px;
	text-align: center;
}

.field input {
	background-color: #F6F7F9;
	font-weight: 300;
	font-size: 16px;
	border: none;
	outline: none;
	max-width: 100%;
	text-align: center;
}

.minus,
.plus {
	cursor: pointer;
	position: absolute;
	width: 9px;
	height: 9px;
	top: calc(40% - 1px);
}

.minus {
	left: 10px;
}

.plus {
	right: 10px;
}

.minus::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background-color: #707F93;
	width: 9px;
	height: 1px;
}

.plus::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background-color: #707F93;
	width: 9px;
	height: 1px;
}

.plus::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 4px;
	background-color: #707F93;
	width: 1px;
	height: 9px;
}


.object-detail_container .desc {
	margin-bottom: 23px;
}

.object-detail_container .desc:last-child {
	margin-bottom: 0;
}

.object-calc_fields {
	margin-bottom: 28px;
}

.object-calc_fields label {
	margin-bottom: 10px;
	font-size: 14px;
	color: #707F93;
}

.object-detail_container .text-block {
	margin-top: 25px;
}

.object-detail_container .text-block h4 {
	font-size: 17px;
	font-weight: 500;
}

.max-height {
	position: relative;
	min-height: 320px;
	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;
}

.max-height h1 {
	text-align: center;
}

.auth-container {
	min-height: 410px;
}

.auth-form-block {
	margin-top: 90px;
}

.desc-item.right.no-auth p {
	margin-bottom: 20px;
}

.title-link,
.card-desc-object .title-link {
	text-decoration: none;
	color: #000000;
}

.title-404 {
	text-align: center;
	font-size: 120px;
	font-weight: 100;
}

.link_404 {
	margin-top: 30px;
}

footer.absolute {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.create-object-invest {
	margin-top: 40px;
}

.create-object-invest textarea {
	min-height: 183px;
}

.create-object-invest .add-container {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	min-height: 220px;
	margin-bottom: 30px;
}

.create-object-invest .add-block input {
	display: none;
}

.create-object-invest .add-block {
	position: absolute;
	top: calc(50% - 70px);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.create-object-invest .add-block label {
	position: relative;
	cursor: pointer;
	width: 95px;
	height: 95px;
	border: 1px solid #D6D6D6;
	border-radius: 50%;
	margin-bottom: 15px;
}

.create-object-invest .add-block label::before,
.create-object-invest .add-block label::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: calc(50% - 18px);
	width: 36px;
	height: 2px;
	background-color: #D6D6D6;
}

.create-object-invest .add-block label::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.create-object-invest .add-block span {
	text-align: center;
	display: block;
	color: #D6D6D6;
}

.create-object-invest .form-control {
	margin-bottom: 23px;
}

.create-object-invest .add-text label {
	margin-bottom: 13px;
}

.create-object-invest .btn-zber {
	margin-top: 11px;
}

.date input {
	position: relative;
}

.date input::before {
	content: "";
	position: absolute;
	top: 0;
	right: 60px;
	width: 1px;
	height: 100%;
	background-color: #D6D6D6;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}

.date input:focus::before {
	background-color: #8E26B8;
}

::-webkit-calendar-picker-indicator {
	cursor: pointer;
	background: url(static/img/calendar.svg) no-repeat center;
}

.card-object .title-link,
.swiper-slide .card a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.projects_container .projects_slider .swiper-slide .card>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card>a {
	min-height: 100px;
}

.card>a img {
	margin-left: 20px;
	max-width: 200px;
	max-height: 170px;
	width: auto;
	height: 100%;
}

/* .detail-product-slider .card-object {
	max-width: 360px;
} */
.projects_slider .swiper-slide {
	height: auto;
}

.projects_slider .swiper-slide .card-object {
	height: 100%;
}
@media screen and (max-width: 1140px) {
	.content {
		margin-top: 215px;
	}
}
@media screen and (max-width:1025px) {
	.help-ask_container .acc-body .acc-body_item {
		padding: 10px 10px;
	}

	.sub-menu a.logout {
		display: none;
	}

	.profile-summ-mobile {
		position: relative;
		width: auto;
	}

	.profile-summ-mobile span {
		font-weight: bold;
		color: #8E26B8;
		line-height: 40px;
	}

	.menu-container ul li a:hover::after,
	.sub-menu ul li a:hover::after {
		width: 100%;
		bottom: 0;
	}

	.profile-summ-mobile::before {
		content: "";
		position: absolute;
		top: 9px;
		left: -34px;
		width: 26px;
		height: 20px;
		background: url(static/img/monets.svg) no-repeat;
	}

	.logout-mobile {
		position: relative;
		display: block;
		width: 100%;
		border-top: 1px solid #E8E8E8;
		padding-left: 31px;
	}

	.logout-mobile::before {
		content: "";
		position: absolute;
		top: 12px;
		left: 0;
		background: url(static/img/logout.svg) no-repeat;
		width: 20px;
		height: 25px;
	}

	.profile-summ {
		display: none;
	}

	.profile-summ-mobile {
		display: block;
	}

	.mobile-sub-menu {
		position: relative;
		display: block;
		width: auto;
		font-size: 14px;
		font-weight: 400;
		margin-left: 20px;
	}

	.mobile-sub-menu::before {
		content: "";
		position: absolute;
		top: 2px;
		left: -8px;
		background: url(static/img/profile-login-icon.png) no-repeat;
		width: 15px;
		height: 15px;
	}

	.mobile-sub-menu span {
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0;
		right: -15px;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.mobile-sub-menu span::before {
		content: "";
		position: absolute;
		top: 5px;
		right: 15px;
		background-color: #000000;
		width: 1px;
		height: 10px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.mobile-sub-menu span::after {
		content: "";
		position: absolute;
		top: 5px;
		right: 8px;
		background-color: #000000;
		width: 1px;
		height: 10px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mobile-sub-menu span.active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		top: -4px;
	}

	.sub-menu a.profile-link {
		display: none;
	}

	.sub-menu .sub-menu-block {
		position: fixed;
		top: 147px;
		left: -100vw;
		width: 100vw;
		height: auto;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		z-index: 1;
		padding: 0;
		background: rgb(255, 255, 255, 1);
	}

	.sub-menu-block.active {
		left: 0;
		-webkit-box-shadow: 0px 5px 9px 0px rgb(34 60 80 / 30%);
		box-shadow: 0px 5px 9px 0px rgb(34 60 80 / 30%);
	}

	.sub-menu-block ul li a {
		line-height: normal;
		padding: 16px 0;
		text-transform: none;
	}

	.sub-menu nav ul {
		padding: 0 12px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.menu-container ul li a.auth_link.selected {
		border: none;
		color: #000000;
		background: transparent;
	}

	.menu-container ul li a.auth_link.selected::after {
		display: block;
	}

	.sub-menu nav ul li {
		margin-right: 0;
		width: 100%;
	}

	.burger {
		display: block;
		padding: 0;
		width: 36px;
		height: 24px;
		position: absolute;
		top: 23px;
		right: 12px;
	}

	.burger span,
	.burger span::before,
	.burger span::after {
		display: block;
		border-radius: 2px;
		position: absolute;
		z-index: 3;
		width: 36px;
		height: 4px;
		background: #8E26B8;
	}

	.burger span {
		top: 10px;
	}

	.burger span::before {
		content: "";
		top: -8px;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.burger span::after {
		content: "";
		top: 8px;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.burger span.active {
		height: 0;
	}

	.burger span.active::before {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 0;
	}

	.burger span.active::after {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: 0;
	}

	.header-gray .row {
		text-align: center;
	}

	.menu_block {
		position: fixed;
		top: 0;
		left: -100vw;
		width: 100vw;
		height: 100vh;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		z-index: 2;
		padding: 0;
		background: rgb(255, 255, 255, 1);
	}

	.menu_block nav {
		margin-top: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.logo-mob {
		height: 107px;
		width: 100%;
		display: block;
		border-bottom: 1px solid #E8E8E8;
	}

	.logo-mob img {
		margin-left: 12px;
	}

	.logo-mob .header-gray .row {
		padding-top: 0;
		padding-bottom: 0;
	}

	.menu_block.mobile-active {
		left: 0;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.logo img,
	.menu-container img {
		max-width: 200px;
	}

	.menu-container .menu_block ul {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu-container .menu_block ul li {
		display: block;
		width: 100%;
	}

	.menu-container .menu_block ul li a {
		display: block;
		width: 100%;
		padding: 30px;
		margin-right: 0;
		font-size: 16px;
	}

	.menu-container .menu_block ul li a.auth_link {
		padding: 30px;
		margin-left: 0;
		border-radius: 0;
		border: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	.menu-container .menu_block ul li a.auth_link:hover {
		background: transparent;
		border: none;
		color: #212529;
	}

	.menu-container ul li a.selected::after,
	.menu-container ul li a.selected::after {
		bottom: 0;
	}

	.preim_slide {
		padding: 0 15px;
	}

	.text_container .img {
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}

	.text_container .img img {
		max-width: 100%;
	}
	.content {
		margin-top: 157px;
	}
}

@media screen and (max-width:768px) {
	.content {
		margin-top: 151px;
	}
	.text_container {
		margin-top: 0;
	}

	.scheme-slider {
		margin-top: 0;
	}

	.breadcrumbs {
		padding: 10px 0;
	}

	.preim_slider {
		max-width: 100%;
	}

	.banner {
		background-position-x: -500px;
	}

	.about-container .img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 40px;
	}

	.scheme_container .img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 40px;
	}

	.scheme_container .row {
		max-width: 100%;
	}

	footer .logo {
		text-align: center;
		margin-bottom: 20px;
	}

	footer .form-block {
		text-align: center;
	}

	footer .form-block .form-control,
	footer .form-block .btn-zber {
		display: inline-block;
		margin-bottom: 20px;
		width: 50%;
	}

	.phone-block {
		text-align: left;
		margin-top: 0.75rem;
	}

	.email-block {
		text-align: left;
		margin-top: 0.75rem;
	}

	.divider::before {
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
	}

	.img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 40px;
	}

	.acc-item:last-of-type {
		margin-bottom: 20px;
	}

	.product-container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: flex-start;

	}

	.swiper-button-next-unique,
	.swiper-button-prev-unique {
		top: calc(50% - 30px);
	}

	.detail-product-slider .card-object {
		/*height: 239px;*/
		margin-bottom: 0;
	}

	.desc-item_btn {
		margin-top: 10px;
		width: 100%;
	}

	.card-object:nth-child(2n) {
		margin-right: 0;
	}

	.card-object:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.lk-container {
		padding-top: 30px;
	}

	.object-calc_fields {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.object-calc_item {
		width: 100%;
		margin-bottom: 15px;
	}

	.object-calc_fields {
		margin-bottom: 0;
	}

	.object-detail_container .desc-item {
		margin-bottom: 20px;
	}

	.field,
	.object-detail_container .desc-item,
	.object-detail_container .desc-item_btn .btn-zber {
		width: 100%;
	}

	.object-detail_container img {
		max-width: 150px;
	}

	.object-detail_container .desc-item.right {
		width: 100%;
	}

	.object-detail_container .desc-item .btn-zber {
		max-width: 100%;
	}

	.container.lk-container h2 {
		margin-top: 0;
	}

	.object-detail_container .desc-item span {
		font-size: 16px;
	}

	.object-detail_container .desc-item.right span {
		font-size: 18px;
	}

	.projects_container .card {
		max-width: 100%;
	}

	.card-head .img {
		margin-bottom: 0;
	}

	.object-detail_container .desc {
		margin-bottom: 0;
	}

	.object-detail_container .text-block h4 {
		font-size: 16px;
	}

	.help-form_container .form-control {
		padding: 8px 18px;
	}

	.form-control,
	.btn-zber {
		font-size: 14px;
	}

	.reg_container form .input_block .form-control {
		padding: 8px 18px;
	}

	.reg_container h3 {
		font-size: 24px;
	}

	.check_block label {
		font-size: 14px;
	}

	.object-detail_container-transparent .desc-item {
		height: 100%;
	}

	.object-detail_container-transparent .desc-item span {
		font-weight: 500;
		font-size: 15px;
	}

	.logout::before {
		top: 28px;
		left: 30px;
	}

	.menu-container .menu_block ul li a.logout {
		padding-left: 60px;
	}
}

@media screen and (max-width:560px) {
	.preview-picture {
		margin-bottom: 20px;
	}

	.logout::before {
		left: 15px;
    	top: calc(100% - 1.15rem);
	}

	.menu-container .menu_block ul li a.logout {
		padding-left: 40px;
	}

	.object-detail_container-transparent .desc-item {
		height: auto;
	}

	.lk-container {
		padding-top: 10px;
	}

	.card-object {
		margin-right: 0;
		padding: 15px 13px;
		height: auto;
	}


	.image-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.scheme-slider ul li {
		max-width: 100%;
	}

	.help-form_container img {
		max-width: 100%;
	}

	.banner.banner-dark {
		background-position-x: 0px;
	}

	.banner-text {
		background: rgb(0, 0, 0, .4);
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.menu-container .menu_block ul li a {
		padding: 15px;
		font-size: 14px;
	}

	.menu-container .menu_block ul li a.auth_link {
		padding: 15px;
	}

	.container {
		margin-bottom: 30px;
	}

	.scheme-slider .swiper-slide {
		margin-bottom: 40px;
	}

	.banner {
		background-position-x: -1000px;
	}

	p {
		font-size: 14px;
	}

	.banner-text h1 {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 30px;
	}

	.banner-text h1 .big-number {
		font-size: 70px;
	}

	.container h2 {
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 24px;
	}

	.preim_slider {
		margin-top: 30px;
	}

	.preim_slider img {
		margin-bottom: 10px;
	}

	.preim_slider h3,
	.scheme-slider h3,
	.card-desc-object h3 {
		font-size: 20px;
	}

	.nav-pills .nav-link {
		font-size: 14px;
		padding: 11px 26px 12px 20px;
	}

	.help-ask_container .acc-body .acc-body_item h4 {
		font-size: 16px;
	}

	.acc-head {
		font-size: 14px;
		padding: 8px 40px 8px 12px;
	}

	.acc-body {
		font-size: 14px;
		padding: 12px 40px 12px 12px;
	}

	footer {
		margin-top: 50px;
		padding: 20px 0;
	}

	footer .form-block .form-control,
	footer .form-block .btn-zber {
		margin-bottom: 10px;
		font-size: 14px;
		width: 100%;
	}

	.phone-block a {
		font-size: 20px;
	}

	.email-block a {
		font-size: 20px;
	}

	.reg_container form .input_block .form-control,
	.reg_container form .btn-zber,
	.help-form_container .btn-zber {
		width: 100%;
	}

	.steps_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 40px;
	}

	.detail-product-slider {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 12px;
	}

	.detail-product-slider .card-object {
		max-width: 100%;
	}

	.swiper-slide {
		width: 100%;
	}

	.steps_item .img {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.desc_block {
		text-align: center;
	}

	.lk-container h1 {
		font-size: 24px;
	}

	.filter-block {
		margin-top: 15px;
		margin-left: 15px;
		font-size: 14px;
	}

	.reg_container form .btn-zber {
		margin-top: 0;
	}

	.more-btn-block .btn-zber {
		font-size: 14px;
		padding: 8px 17px;
	}

	.desc-object-item span {
		font-size: 14px;
	}

	.desc-object-item {
		padding-right: 10px;
	}

	.desc-object-item.goal {
		padding-left: 10px;
	}

	.desk-object-block b {
		font-size: 14px;
	}

	.desc-object-item .btn-zber {
		font-size: 14px;
	}
}

body .wrap-open-account button {
	background: #8E26B8;
}

body .wrap-open-account input[type=checkbox]:checked+label:before {
	background: #8E26B8;
}

body .wrap-open-account a {
	font-weight: 400;
	color: inherit;
	-webkit-box-shadow: inset 0 -0.075em #000;
	box-shadow: inset 0 -0.075em #000;
	text-decoration: none;
}

body .wrap-open-account a:hover {
	-webkit-box-shadow: inset 0 -0.075em #8E26B8;
	box-shadow: inset 0 -0.075em #8E26B8;
	text-decoration: none;
}

body .open-account__block-docs a {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
}

body .open-account__block-docs a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-block .btn-w-50 {
	display: block;
	width: 49%;
	padding: 8px 15px;
}

a {
	cursor: pointer;
}

.order_frame_pdf {
	margin: 1.25em 0;
	height: 50em;
	max-height: 70vh;
}

.btn-auto.btn-zber {
	width: auto;
}

.js-prod-order-form .js-message.text-lk {
	color: red;
	margin-top: 0.25em;
}

.d-hide {
	display: none;
}

.m-top-1em {
	margin-top: 1em;
}

.order_sing_block {
	margin-top: 1.25em;
}

.lk-container .disclosure.disclosure-min a {
	opacity: 0.65;
	font-size: 0.75em;
}

.lk-container .row.object-detail_container-transparent {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.lk-container .row.object-detail_container-transparent .desc-item {
	height: 100%;
}

.lk-container .row.object-detail_container-transparent>div {
	margin-bottom: 25px;
}

.desc-detail-title {
	font-weight: 500;
	font-size: 1.25em;
}

.main-title {
	padding-top: 1.25rem;
}

.need_auth_products {
	margin-top: 0.5em;
}

.need_auth_products a {
	border-bottom: 2px solid #8e26b8;
}

.last-card-show_all {
	background: #8E25B8;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: 500;
	text-decoration: none;
}

.last-card-show_all:hover {
	text-decoration: none;
	color: #fff;
}

.copyright-info .footer-min-text {
	text-align: justify;
	margin: 1em 0 0 0;
	font-size: 0.9em;
}

.glossary_terms-block > div {
    margin-top: 2rem;
}
.formula,
.formula * {
    font-size: 18px;
    font-weight: 400;
    font-family: inherit !important;
    color: inherit;
}
.formula {
    padding-top: 0.4em;
    padding-bottom: 0.2em;
}
.catalog_info_text p {
	margin-bottom: 0.5em;
	text-align: justify;
}
.catalog_info_text:not(:empty) {
	margin-top: 0.25em;
    margin-bottom: 0.75em;
    text-align: justify;
}
.fw-400 {
	font-weight: 400;
}
.btn.btn-zb {
	padding: .375rem .75rem;
	width: auto;
}



.nfksber-info-tooltip {
	background: rgb(32 32 42 / 25%);
    -webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
            box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
    color: #fff;
	width: 1.35em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 1.35em;
	line-height: 1;
	border-radius: 50%;
	position: relative;
	top: -0.375em;
	font-size: 0.875rem;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-weight: 500;
	cursor: pointer;
	margin-left: 0.3em;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

body .tooltipster-theme-nfksber .tooltipster-box{
	background: #fff;
	color: #393939;
	border: 0;
}
body .tooltipster-theme-nfksber .tooltipster-box .tooltipster-content{
	-webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	        box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	padding: 1.25em 1.5em;
	border-radius: 0.4rem;
}
.tooltipster-theme-nfksber,
.tooltipster-theme-nfksber .tooltipster-box,
.tooltipster-theme-nfksber .tooltipster-box .tooltipster-content,
.tooltipster-theme-nfksber * {
	color: currentColor;
}
body .tooltipster-theme-nfksber .tooltipster-box .tooltipster-content {
	color: currentColor;
}
.tooltipster-theme-nfksber.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fff;
	top: 0;
	-webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	        box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	-webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 14px 8px);
	        filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 14px 8px);
}
.tooltipster-theme-nfksber.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border: 0;
}
.tooltipster-theme-nfksber.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #fff;
	top: 0;
	-webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	        box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	-webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 0 10px);
	        filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 0 10px);
}
.tooltipster-theme-nfksber.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border: 0;
}
.tooltipster-theme-nfksber.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #fff;
	top: 0;
	-webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	        box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	-webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 14px 8px);
	        filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 14px 8px);
}
.tooltipster-theme-nfksber.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border: 0;
}
.tooltipster-theme-nfksber.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #fff;
	top: 0;
	-webkit-box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	        box-shadow: 0px 0.15rem 1.5rem rgb(0 0 0 / 8%);
	-webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 14px 8px);
	        filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 14px 8px);
}
.tooltipster-theme-nfksber.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border: 0;
}
.open-account_checkbox-block-doc-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.nfksber-info-tooltip-html {
	display: none;
}
.nfksber-info-tooltip-content {
	position: relative;
	font-size: 0.9em;
}
.nfksber-info-tooltip-content .nfksber-info-tooltip-icon {
	width: 100%;
	max-width: 1.15em;
	height: auto;
	margin-right: 0.5em;
}
.nfksber-info-tooltip-content .nfksber-info-tooltip-icon-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #387846;
	margin-top: 0.875em;
}
.nfksber-text-bold-medium {
	font-weight: 500;
}
.nfksber-text-bold {
	font-weight: 600;
}
.nfksber-info-tooltip-content > div {
	margin-bottom: 0.5em;
}
.nfksber-info-tooltip-content .nfksber-info-tooltip-title {
	font-size: 1.175em;
	margin-bottom: 0.875em;
}
.nfksber-info-tooltip-content .nfksber-info-tooltip-subtitle {
	margin-bottom: 0.875em;
}

.nfksber-tooltip-close-icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
    opacity: 0.3;
    top: -1rem;
    right: -1.25rem;
    cursor: pointer;
}
.nfksber-tooltip-close-icon:hover {
  opacity: 1;
}
.nfksber-tooltip-close-icon:before, .nfksber-tooltip-close-icon:after {
    position: absolute;
    left: 1rem;
    content: ' ';
    top: 0.5rem;
    height: 1rem;
    width: 2px;
    background-color: currentColor;
}
.nfksber-tooltip-close-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nfksber-tooltip-close-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tooltipster-theme-nfksber .tooltipster-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.text_unavailable_purchase {
    display: block;
    width: 100%;
    font-size: 0.8em;
}
.list_text_unavailable_purchase {
	display: block;
    width: 100%;
    font-size: 0.925em;
}

#cookie_note {
	display: none;
	position: fixed;
	bottom: 1rem;
	z-index: 1;
}
#cookie_note .cookie_note_body {
	border-radius: 0.4rem;
	background-color: hsl(0deg 0% 100% / 90%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-box-shadow: 0px 0.15rem 0.5rem rgba(0, 0, 0, 0.05);
			box-shadow: 0px 0.15rem 0.5rem rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	font-size: 0.8125rem;
	line-height: 1.4;
}
#cookie_note div {
	text-align: left;
}

#cookie_note .cookie_note-button {
	min-width: 10em;
	text-align: right;
}
#cookie_note.show{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 1140px) {
	#cookie_note {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		bottom: 0.25rem;
		width: 100% !important;
		max-width: 100% !important;
		left: 0;
		padding: 12px !important;
        margin-left: 12px !important;
	}
	#cookie_note .cookie_note-button {
		width: 100%;
	}
	#cookie_note, #cookie_note button {
		font-size: 0.75rem;
	}
	#cookie_note button {
		min-width: 1rem;
		width: -webkit-fill-available;
		max-width: 20em;
	}
	#cookie_note .cookie_note-button {
		text-align: center;
	}
}