.common_progress {
	position: fixed;
	display: none;
	background-color: rgba(192, 192, 192, .5);
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 20px rgba(192, 192, 192, .5);
}

.common_progress img {
	position: absolute;
	left: 50%;
	top: 50%;
}

.yellow-bg {
	background: #fad652;
	}

.fb {
	background-image: url("../images/Facebook.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.rss {
	background-image: url("../images/rss.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.ok {
	background-image: url("../images/OK.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.twitter {
	background-image: url("../images/Twitter.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.vk {
	background-image: url("../images/VK.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.youtube {
	background-image: url("../images/Youtube.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.message-icon {
	background-image: url("../images/message.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.mail-icon {
	background-image: url("../images/mail.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.tex-icon {
	background-image: url("../images/tex.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.chat-icon {
	background-image: url("../images/chat.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.like-icon {
	background-image: url("../images/like.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.arrow-scroll-icon {
	background-image: url("../images/arrow-scroll.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.mail-box {
	background-image: url("../images/mail_box.png");
	background-repeat: no-repeat;
	background-position: center center;
	}

.mt20px {
	margin-top: 20px;
	}

.mt22px {
	margin-top: 22px;
	}

.pt64px {
	padding-top: 64px;
	}

.pb64px {
	padding-bottom: 64px;
	}

.pt32px {
	padding-top: 32px;
	}

.mt32px {
	margin-top: 32px;
	}

.pb32px {
	padding-bottom: 32px;
	}

.mr16px {
	margin-right: 16px;
	}

.mr32px {
	margin-right: 32px;
	}

.mb16px {
	margin-bottom: 16px;
	}

.pt24px {
	padding-top: 24px;
	}

.pb16px {
	padding-bottom: 16px;
	}

.pr32px {
	padding-right: 32px;
	}

.pt16px {
	padding-top: 16px;
	}

.mt16px {
	margin-top: 16px !important;
	}

.nav-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}

.nav-top a {
	font-size: 14px;
	color: #9e9e9e;
	}

.nav-top__list {
	width: 256px;
	list-style: none;
	margin-bottom: 15px;
	}

.nav__inline-item.js-sublist a {
	padding-right: 28px;
	}

.nav-top__list .nav-top__item--header a {
	color: #3d3e3d;
	font-weight: bold;
	}

header .icon-arrow-down {
	font-size: 9px;
	transition: all .5s;
	position: absolute;
	right: 0;
	top: 10px;
	}

.header__btn {
	font-size: 20px;
	}

.header__btn .icon-person,
.header__btn .icon-search,
.header__btn .icon-phone {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}

.header__btn:hover .icon-person::before,
.header__btn:hover .icon-search::before,
.header__btn:hover .icon-phone::before {
	color: #fff;
	}

.icon-arrow-down {
	transform: rotate(0deg);
	display: inline-table;
	transition: all .5s;
	}

.open .icon-arrow-down {
	transform: rotate(180deg);
	}

.close .icon-arrow-down {
	transform: rotate(0);
	}

header .open .icon-arrow-down::before {
	color: #00755a;
	}

.nav__inline-item a {
	padding-right: 10px;
	}

.nav-top__item {
	margin-bottom: 10px;
	}

.nav-top__item a {
	font-style: normal;
	}

.nav-top__item:hover a {
	color: #00755a;
	text-decoration: none;
	}

.side-bar {
	background-color: #ffffff;
	width: 256px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	padding: 16px;
	}

.side-bar__wrapper hr {
	border: none;
	border-top: 1px solid #fad652;
	margin: 0 32px 0 16px;
	padding: 0;
	}

.side-bar__item:not(:first-child) {
	padding-top: 8px;
	}

.side-bar__item {
	padding-bottom: 8px;
	}

.side-bar__item:last-child {
	padding-bottom: 0;
	}

.side-bar .list__item {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}

.side-bar .list__item.list__item-header a {
	font-family: "Roboto";
	color: #3d3e3d;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 24px;
	padding: 8px 16px;
	}

.side-bar .list__item.list__item-header a:hover {
	color: #00755a;
	background: inherit;
	}

.side-bar .list__item a {
	font-family: 'Roboto';
	display: block;
	padding: 5px 16px;
	font-size: 14px;
	color: #00755a;
	line-height: 24px;
	letter-spacing: 0.02em;
	}

.side-bar .list__item a:hover, .side-bar .list__item a:active {
	background: #f0f0f4;
	border-radius: 4px;
	text-decoration: none;
	color: #3d3e3d;
	}

.list {
	list-style: none;
	}

.footer-main {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	color: #9e9e9e;
	}

.footer-main a {
	font-size: 14px;
	color: #9e9e9e;
	}

.footer-main__top {
	border-bottom: 1px solid #e5e5e5;
	padding: 64px 0 27px;
	}

.footer-main__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 64px 0 65px;
	}

.nav-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	}

.nav-footer__list {
	width: 256px;
	list-style: none;
	margin-bottom: 15px;
	}

.nav-footer__list .nav-footer__item--header a {
	color: #3d3e3d;
	font-weight: bold;
	}

.nav-footer__item {
	margin-bottom: 10px;
	}

.nav-footer__item a {
	font-style: normal;
	}

.footer-soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 41px;
	}

.footer-soc__item {
	display: inline-block;
	width: 32px;
	height: 32px;
	}

.footer-soc__item:not(:last-child) {
	margin-right: 10px;
	}

.created-by {
	font-size: 11px;
	}

.footer-about-company p {
	font-size: 14px;
	color: #9e9e9e;
	line-height: 27px;
	}

.footer-logo {
	margin-bottom: 32px;
	}

.footer-copyright {
	font-size: 11px;
	}

.documents__link::before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-table;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.documents__item .documents__link::before {
	content: "\e908";
	font-size: 32px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0f0f4;
	}

.documents__link::before,
.documents__link-pdf::before, .big-documents__link-pdf::before {
	color: #fa5252;
	}

.documents__link-doc::before {
	color: #529ffa;
	}

.documents__link-xls::before {
	color: #00755a;
	}

.phone,
.point,
.mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 32px;
	font-size: 25px;
	position: relative;
	}

.phone .icon-footer-phone,
.mail .icon-footer-mail,
.point .icon-footer-map-point {
	font-size: 21px;
	position: absolute;
	width: 29px;
	text-align: center;
	}

.phone a,
.point a,
.mail a {
	padding-left: 48px;
	}

input.checked {
	display: none;
	}

.phone:hover a,
.point:hover a,
.mail:hover a,
.nav-footer__item:hover a {
	color: #00755a;
	text-decoration: none;
	}

.phone:hover .icon-footer-phone::before,
.mail:hover .icon-footer-mail::before,
.point:hover .icon-footer-map-point::before {
	color: #00755a;
	}

.footer-copyright {
	margin-top: -115px;
	margin-left: 15px;
	}

.form__elem .btn {
	padding: 13px 12px;
	}

.checked .form__elem {
	display: inline-block;
	}

.checked .form__elem:nth-child(1) {
	width: 100%;
	}

.sorting__link .icon-filter {
	position: absolute;
	top: 5px;
	right: 0;
	}

.sorting__link.active .icon-filter {
	transform: rotate(180deg);
	}

.sorting__link .icon-filter {
	transform: rotate(0deg);
	}

.checked input[type="checkbox"] {
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 16px;
	height: 16px;
	}

input[type='checkbox'] + .checked__text::before {
	top: 50%;
	transform: translateY(-50%);
	}

.checked__text {
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: inline-block;
	}

.checked__text::before {
	content: "";
	border-radius: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #f9f9fa;
	margin-right: 20px;
	vertical-align: text-top;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	}

.checked__text::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	background: url("../images/check.png") no-repeat center center;
	opacity: 0;
	transform: translateY(-50%);
	}

.danger {
	border: 2px solid red !important;
	}

.assets {
	border: 2px solid green !important;
	}

input[type="checkbox"]:checked + .checked__text::before {
	background: #00755a;
	}

.form .checked__label input[type="checkbox"] {
	display: none;
	}

input[type="checkbox"]:checked + .checked__text::after {
	opacity: 1;
	}

.form--item-margin {
	margin-top: 16px;
	}

.form__input {
	min-height: 48px;
	width: 100%;
	background: #f9f9fa;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: none;
	font-size: 14px;
	color: #3d3e3d;
	padding: 0 15px;
	line-height: 48px;
	padding: 12px 16px;
	line-height: 24px;
	display: block;
	font: 400 14px 'Roboto', sans-serif !important;
	}

.form__input--margin-top {
	margin-top: 16px;
	}

.form__textarea {
	width: 100%;
	height: 112px;
	padding: 0 15px;
	font-size: 14px;
	color: #3d3e3d;
	resize: none;
	display: block;
	}

.jq-selectbox.form__input,
.select.form__input {
	padding: 0;
	border: 1px solid transparent;
	}

.focused .jq-selectbox__select {
	border: none !important;
	}

.calc {
	background: #fff;
	padding: 32px 32px 32px;
	border-radius: 4px;
	height: 100%;
	}

.calc-result {
	background: #fff;
	padding: 32px;
	border-radius: 4px;
	height: 100%;
	}

.jq-selectbox__select {
	height: 48px;
	background: #f9f9fa;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: none;
	padding: 0px 45px 0 16px;
	}

.jq-selectbox__dropdown {
	border: none;
	}

.jq-selectbox__dropdown li {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .2s;
	}

.jq-selectbox li:hover {
	background: #f0f0f4;
	color: #00755a;
	}

.jq-selectbox__trigger {
	border: none;
	}

.jq-selectbox__select-text {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}

.jq-selectbox__dropdown li {
	min-height: 48px;
	background: #f9f9fa;
	/*  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px; */
	border: none;
	}

.jq-selectbox__trigger-arrow {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}

.calc-result__container {
	padding-bottom: 32px;
	}

.jq-selectbox__select:hover {
	height: 48px;
	background: #f9f9fa;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: none;
	}

.calc__item--matgin {
	margin-top: 32px;
	}

.irs--flat .irs-bar {
	background-color: #fad652;
	}

.irs--flat .irs-handle {
	width: 30px;
	height: 30px;
	background: #fff;
	border: 6px solid #fad652;
	border-radius: 50%;
	top: 17px;
	}

.irs--flat .irs-handle > i:first-child {
	display: none;
	}

.irs--flat .irs-min,
.irs--flat .irs-max {
	top: 32px;
	background-color: transparent;
	font-size: 14px;
	}

.irs--flat .irs-line {
	top: 9px;
	}

.irs--flat .irs-handle {
	top: 0;
	}

.irs--flat .irs-bar {
	top: 9px;
	}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs-single {
	top: 35px;
	}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
	background-color: transparent;
	color: #3d3e3d;
	font-size: 14px;
	}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
	border: none;
	}

.irs--flat .irs-line {
	background: #f9f9fa;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	}

.calc-result__row {
	text-align: center;
	}

.calc-result__row:last-child {
	padding-bottom: none;
	}

.calc-result__row-title {
	font-size: 20px;
	color: #00755a;
	line-height: 20px;
	}

.calc-result__row-item {
	font-size: 32px;
	color: #3d3e3d;
	font-weight: bold;
	line-height: 40px;
	}

.calc-result__row-description {
	font-size: 14px;
	color: #c4c4c4;
	line-height: 20px;
	margin-bottom: 0;
	}

.calc-result hr {
	border: none;
	border-bottom: 1px solid #fad652;
	margin: 15px 0;
	}

.calc-result .btn-block .btn-row + .btn-row {
	margin-top: 32px;
	}

.calc--finance .calc__description {
	margin-top: 16px;
	}

.calc--finance .btn-block .btn-row + .btn-row {
	margin-top: 16px;
	}

.calc-result .btn-block .btn {
	padding: 13px 10px;
	}

.label-select {
	line-height: 24px;
	}

.btn {
	position: relative;
	}

.press-center-btn .btn {
	padding: 6px 10px 5px 47px;
	}

.press-center-btn .btn .icon-print, .press-center-btn .btn .icon-download {
	position: absolute;
	left: 16px;
	bottom: 8px;
	}

.press-center-btn .btn .icon-print::before, .press-center-btn .btn .icon-download::before {
	color: #3d3e3d;
	}

.btn:hover {
	color: #3d3e3d;
	box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.5);
	}

.btn:active {
	box-shadow: inset 0px 1px 5px 0 rgba(0, 0, 0, 0.5);
	}

.btn.btn--yellow {
	background-color: #fad652;
	color: #fff;
	}

.btn.btn--yellow:hover {
	border-color: #fad652;
	background-color: transparent;
	color: #3d3e3d;
	}

.btn.btn--green {
	background-color: #00755a;
	color: #fff;
	}

.btn.btn--green:hover {
	border-color: #00755a;
	background-color: transparent;
	color: #3d3e3d;
	}

.btn.btn--red {
	background-color: #fa5252;
	border-color: #fa5252;
	color: #fff !important;
	}

.btn.btn--white {
	background: #ffffff;
	border: 1px solid #cecfda;
	}

.btn.btn--white:hover {
	background: #f0f0f4;
	}

.btn.btn--blue {
	background: #529ffa;
	border: 1px solid #529ffa;
	}

.btn.btn--blue:hover {
	background: transparent;
	border: 1px solid #529ffa;
	}

.popup .btn.btn--white {
	color: #3d3e3d;
	}

.btn.btn--big {
	padding: 13.5px 5px 13.5px;
	}

.content .btn.btn--big {
	padding: 13.5px 5px 13.5px;
	}

.popup .btn.btn--big {
	padding: 13.5px 5px 13.5px;
	}

.form--suppliers .form-top__right .btn.btn--big, .filter-top__right .btn.btn--big {
	padding: 13.5px 5px 13.5px;
	}

.btn.btn--gray:hover {
	border-color: #f0f0f4;
	background-color: transparent;
	}

.btn.btn--red:hover {
	border-color: #fa5252;
	background-color: transparent;
	color: #3d3e3d !important;
	}

.jq-selectbox li.selected {
	background: #f0f0f4;
	color: #00755a;
	}

.popup--complaint {
	max-width: 833px;
	display: none;
	}

.popup {
	width: 100%;
	background: #fff;
	border-radius: 8px;
	}

.form__link {
	color: #00755a;
	}

.popup__header {
	line-height: 64px;
	background: #f0f0f4;
	height: 64px;
	}

.popup hr {
	margin: 24px 32px;
	border: none;
	border-top: 1px solid #f0f0f4;
	}

.popup__footer {
	padding-bottom: 32px;
	}

.form__text--gray {
	color: #cecfda;
	}

.form__sure {
	color: red;
	}

.popup__window {
	background: rgba(61, 62, 61, 0.5);
	width: 100%;
	}

#complaint {
	display: none;
	}

.popup__header-text {
	font-weight: bold;
	color: #3d3e3d;
	font-size: 18px;
	}

.popup__header-text span {
	font-weight: normal;
	}

.popup__wrapper {
	width: 100%;
	min-height: 1080px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}

.jq-selectbox__trigger-arrow {
	background: url('../images/arrow_select.png') no-repeat center center;
	width: 12px;
	height: 8px;
	border: none;
	transition: all .2s;
	}

.jq-file__browse {
	text-indent: 100px;
	overflow: hidden;
	width: 50px;
	background: none;
	border: none;
	box-shadow: none;
	}

.jq-file__name {
	height: 100%;
	line-height: 46px;
	background: #f9f9fa;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: none;
	font-size: 14px;
	color: #3d3e3d;
	}

.jq-file.form__input.focused .jq-file__name {
	border: none;
	}

.jq-file.form__input {
	padding: 0;
	}

.jq-file.form__input:hover .jq-file__browse {
	background: url('../images/upload.png') no-repeat center center;
	}

.jq-file__browse {
	content: "";
	display: block;
	background: url('../images/upload.png') no-repeat center center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	}

.jq-selectbox.jqselect.dropdown.opened .jq-selectbox__select .jq-selectbox__trigger-arrow {
	transform: rotate(-180deg);
	margin: -5px;
	}

.popup__header, .popup__content, .popup__footer {
	padding: 0 32px;
	border-radius: 8px 8px 0 0;
	}

.popup__footer {
	padding-bottom: 32px;
	}

.fancybox-content {
	padding: 0;
	overflow-x: hidden;
	}

.form__textarea {
	background: #f9f9fa;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: none;
	font-size: 14px;
	color: #3d3e3d;
	padding: 15px 15px;
	}

.form__cupcha-img img {
	max-width: 100%;
	}

.fancybox-button {
	width: 32px;
	height: 32px;
	}

.fancybox-slide--html .fancybox-close-small {
	right: 31px;
	top: 15px;
	background: #ffffff;
	border-radius: 50%;
	color: #00755a;
	padding: 1px;
	}

.popup--mailing {
	max-width: 400px;
	width: 100%;
	background: #ffffff;
	display: none;
	}

.popup--consultant {
	max-width: 400px;
	width: 100%;
	display: none;
	}

.popup__text {
	color: #3d3e3d;
	font-size: 14px;
	}

.popup__content--margin {
	margin-top: 16px;
	}

.popup--mailing hr, .popup--consultant hr {
	margin: 24px auto;
	}

.card-staff {
	display: flex;
	background: #f9f9fa;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 5px;
	}

.card-staff + .form__elem .form__textarea {
	height: 90px;
	}

.card-staff__info {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	}

.card-staff__position {
	color: #cecfda;
	}

.card-staff__name {
	font-weight: bold;
	font-size: 16px;
	color: #3d3e3d;
	}

.fixed-button {
	position: fixed;
	right: 0;
	bottom: 40px;
	width: 84px;
	border-radius: 8px 0 0 8px;
	}

.fixed-button__item {
	display: block;
	background: #fff;
	}

.fixed-button__item:hover {
	background: #fad652;
	}

.fixed-button__text {
	display: inline-block;
	width: 100%;
	font-size: 9px;
	text-align: center;
	color: #000000;
	}

.fixed-button__item {
	width: 80px;
	height: 84px;
	}

.fixed-button__icon {
	width: 100%;
	height: 32px;
	}

.fixed-button__item--padding {
	padding-top: 16px;
	}

.fixed-button__item--padding-scroll {
	padding-top: 24px;
	}

.form__elem--pos {
	position: relative;
	}

.side-bar-filter {
	max-width: 256px;
	width: 100%;
	}

.checked__label {
	position: relative;
	}

.jq-selectbox__select {
	height: 100%;
	}

.jq-selectbox__select:hover {
	height: 100%;
	}

.side-bar-filter__input {
	height: 42px;
	width: 100%;
	background: #f9f9fa;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: none;
	font-size: 14px;
	color: #3d3e3d;
	padding: 0 15px;
	}

.side-bar-filter .jq-selectbox__select {
	height: 48px;
	}

.side-bar-filter .jq-selectbox__select:hover {
	height: 48px;
	}

.side-bar-filter__input-warpper {
	display: flex;
	}

.side-bar-filter .irs-single, .irs-to, .irs-from {
	visibility: hidden !important;
	}

.side-bar-filter .jq-selectbox, .jq-select-multiple {
	display: block;
	}

.btn--gray {
	background: #f0f0f4;
	color: #3d3e3d;
	}

.side-bar-filter__mail-box {
	display: block;
	position: relative;
	background: #fad652;
	line-height: 24px;
	height: 64px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
	}

.side-bar-filter__mail-box:hover {
	background: #fff;
	box-shadow: inset 0 0 0 2px #fad652, 0px 2px 4px rgba(0, 0, 0, 0.1);
	}

.side-bar-filter__item {
	margin-top: 24px;
	}

.side-bar-filter__mail-text {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #3d3e3d;
	text-align: right;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 10px 10px 0;
	}

.side-bar-filter__mail-box .mail-box {
	display: inline-block;
	width: 74px;
	height: 88px;
	position: absolute;
	top: -9px;
	left: 8px;
	}

.filter-top {
	background: #fff;
	}

.filter-top__left {
	display: inline-block;
	}

.filter-top__right {
	display: inline-block;
	background: #f0f0f4;

	}

.block-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	}

.block-info--padding {
	padding: 64px 15px;
	}

.block-info--bggray {
	background: #f0f0f4;
	}

.block-info--padding {
	padding: 64px 0;
	}

.block-info__header {
	margin: 0;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #3d3e3d;
	}

.block-info__text {
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.block-info__text--margin {
	margin-top: 32px;
	}

.block-info__button {
	max-width: 400px;
	width: 100%;
	}

.block-info__button--margin {
	margin-top: 40px;
	}

.block-info-face--padding {
	padding: 64px 0;
	}

.block-info-face .button {
	display: flex;
	justify-content: flex-end;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 19px 0;
	position: relative;
	}

a.button:hover {
	text-decoration: none;
	}

.button--yellow {
	background: #fad652;
	}

.button__text {
	display: inline-block;
	text-align: center;
	width: 77%;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	line-height: 27px;
	}

.button__img {
	display: inline-block;
	width: 30%;
	position: absolute;
	left: 23px;
	bottom: 0;
	background-position: bottom !important;
	}

.button__img--city {
	background: url('../images/zd.png') no-repeat 9%;
	height: 118px;
	}

.button__img--man {
	background: url('../images/man.png') no-repeat 9%;
	height: 118px;
	}

.block-info-type__header {
	text-align: center;
	line-height: 32px;
	}

.block-info-type__item {
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	position: relative;
	justify-content: space-around;
	padding: 15px 10px;
	height: 100%;
	}

.block-info__small-text {
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.block-info__item-number {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 32px;
	line-height: 32px;
	color: #fad652;
	font-weight: bold;
	}

.block-info__big-text {
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	}

.info-block__img {
	width: 112px;
	height: 112px;

	}

.info-spec__item {
	margin-bottom: 30px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	}

.info-spec__text {
	text-align: center;
	font-size: 18px;
	}

.info-spec--padding {
	padding: 0 15px;
	}

.block-spec__info {
	padding: 32px;
	line-height: 56px;
	background: #fff;
	border-radius: 0px 8px 8px 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 50%;
	}

.btn.btn--white {
	background: #fff;
	border: 1px solid #cecfda;
	color: #cecfda;
	transition: all 0.3s;
	}

.block-spec__info-name {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.block-spec__info-text {
	font-size: 14px;
	color: #3d3e3d;
	}

.block-spec__info-sale {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.block-spec__img {
	width: 50%;
	}

.block-spec__img img {
	border-radius: 8px 0px 0px 8px;
	}

.tract {
	background: url('../images/track.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.ambar {
	background: url('../images/ambar.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.fish {
	background: url('../images/fish.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.forest {
	background: url('../images/forest.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.fruit {
	background: url('../images/fruit.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.milk {
	background: url('../images/milk.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.discipline {
	background: url('../images/discipline.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 115px;
	}

.document {
	background: url('../images/document.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 115px;
	}

.owner {
	background: url('../images/owner.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 115px;
	}

.tecnic {
	background: url('../images/tecnic.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 115px;
	}

.application {
	background: url('../images/applications.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 115px;
	}

.option-programm-img-1 {
	background: url('../images/hands.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 115px;
	}

.option-programm-img-2 {
	background: url('../images/graff.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 135px;
	}

.option-programm-img-3 {
	background: url('../images/cash.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 150px;
	}

.option-programm-img-4 {
	background: url('../images/tract115.png') no-repeat center center;
	display: block;
	width: 100%;
	height: 115px;
	}

.town {
	background: url('../images/town.png') no-repeat center center;
	width: 100%;
	height: 112px;
	}

.item-img-1 {
	background: url('../images/phonestac.png') no-repeat center center;
	width: 256px;
	height: 171px;
	}

.info-spec__item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}

.block-info-face__button:hover .button {
	background: #00755a;

	}

.block-info-face__button:hover .button__text {
	color: #fff !important;
	}

.info-block__item-text-container {
	height: 100%;
	}

.info-block__header--modifie {
	font-weight: bold;
	font-size: 32px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	padding-bottom: 36px;
	}

.info-block__text-p p:last-child {
	margin: 0;
	}

.info-block__text p {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.info-block--btn-custom .btn {
	padding: 14px 12px;
	font-size: 16px;
	}

.btn.btn--gray:hover {
	color: #3d3e3d;
	}

.side-bar-filter__mail-box--link:hover .side-bar-filter__mail-box {
	background: #00755a;
	}

.side-bar-filter__mail-box--link:hover .side-bar-filter__mail-text {
	color: #fff;
	}

.block-info__header--custom {
	width: 100%;
	text-align: left;
	}

.block-info-type__item--size200 {
	min-height: 200px;
	}

.block-info__big-text--32 {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	}

.block-info__header--size22 {
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.02em;
	font-weight: bold;
	}

.nav__inline-item {
	position: relative;
	}

.nav__inline-list.nav__inline-list--mod {
	overflow: unset;
	}

.nav__inline-item-icon-arrow {
	padding-left: 10px;
	}

.close .icon-arrow svg {
	transform: rotate(180deg);
	transition: all 0.3s;
	}

.open .icon-arrow svg {
	transform: rotate(0deg);
	transition: all 0.3s;
	}

.open.icon-arrow svg path {
	fill: #00755a;
	}

.open.nav__inline-item > a {
	color: #00755a;
	}

.close .icon-arrow svg path {
	fill: #cecfda;
	}

.nav__sublist--dropdown {
	box-sizing: unset;
	position: absolute;
	left: -8px;
	right: -4px;
	background: #fff;
	box-shadow: 0px 20px 21px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	}

.nav__inline-item a .icon-arrow {
	padding-left: 10px;
	}

.nav__sublist--dropdown li {
	width: 100%;
	}

.nav__sublist--dropdown li a {
	display: inline-block;
	width: 100%;
	padding: 10px;
	}

.nav__inline-item .nav__sublist--dropdown a:hover::after, .nav__inline-item .nav__sublist--dropdown a.active::after {
	display: none;
	}

.nav__sublist--dropdown a:hover {
	background: #f0f0f4;
	color: #00755a;
	}

.sublist-dropdown--active .icon-arrow path {
	fill: #00755a;
	}

.sublist-dropdown--active .icon-arrow svg {
	transform: rotate(0deg);
	}

.about__item.about__item--mod {
	padding-left: 0;
	}

.icon-arrow-big {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAdElEQVQ4ja3NQRIAEQxE0dycC9JlicOY1VRZEOmQLf2fyHQJNSbUKM5T9wk1ZrSR0YYHUffzowdR96tHBjnuUXrYfTghWjyjDZQeRERciDn+H4PQcQZxx63IVfwGMcc9CB1nEHfcglzHNeRZfIU8j88IG/8AGQRlN2IT3CwAAAAASUVORK5CYII=) no-repeat center center;
	width: 24px;
	height: 24px;
	transition: all 0.3s;
	transform: rotate(0deg);
	}

.accordion__info-vac {
	padding-right: 5px;
	}

.accordion__item {
	border-radius: 8px;
	margin-bottom: 16px;
	}

.accordion__item.close {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	}

.accordion__item.open {
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
	}

.accordion__item.open > .accordion__top {
	background: #f9f9fa;
	border-radius: 8px 8px 0px 0px;
	transition: all 0.5s;
	border: 1px solid #f0f0f4;
	}

.open .accordion__body {
	border-radius: 0px 0px 8px 8px;
	}

.open .icon-arrow-big {
	transform: rotate(180deg);
	}

.close .accordion__top {
	background: #fff;
	border-radius: 8px;
	transition: all .5s;
	cursor: pointer;
	}

.accordion__item.close:hover {
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
	}

.accordion--mod {
	margin-bottom: 64px;
	}

.accordion__item .icon-arrow-down {
	font-size: 24px;
	display: inline-block;
	}

.accordion__item .icon-arrow-down::before {
	display: inline-block;
	width: 24px;
	height: 24px;
	}

.accordion__top {
	padding: 16px 32px;
	border: 1px solid transparent;
	cursor: pointer;
	}

.accordion__inner-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	}

.services-doc .icon-arrow-down {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	}

.accordion__info {
	font-size: 14px;
	line-height: 24px;
	color: #cecfda;
	}

.accordion__title {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.accordion__price {
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.accordion__body-title {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.accordion__body {
	padding: 32px;
	background: #fff;
	display: none;
	border-radius: 0 0 8px 8px;
	}

.accordion__body--help {
	padding: 32px;
	background: #fff;
	display: none;
	}

.col-content ul li, .found ul li {
	margin-bottom: 16px;
	padding-left: 20px;
	position: relative;
	list-style: none;
	}

.col-content ul {
	padding: 0;
	margin-bottom: 48px;
	}

.accordion__body .list__title.list__item::before {
	display: none;
	}

.jq-selectbox .jq-selectbox__dropdown ul li::before {
	display: none;
	}

.col-content ul li::before, .found ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #3d3e3d;
	margin-right: 5px;
	position: absolute;
	top: 11px;
	left: 0;
	}

.accordion__inner-row--center-v {
	align-content: center;
	}

.jobs__item:not(:last-child) {
	margin-bottom: 64px;
	}

.accordion__btn .btn {
	width: 200px;
	}

.accordion__body .list-num {
	padding-left: 15px;
	}

.accordion__body .list-num .list-num__item {
	margin-bottom: 16px;
	}

.accordion__body .list-num .list-num__item > .list {
	margin-top: 16px;
	}

.accordion__inner-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}

.accordion__footer {
	background: #f9f9fa;
	border: 1px solid #f0f0f4;
	box-sizing: border-box;
	border-radius: 0px 0px 8px 8px;
	padding: 32px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	bottom: -32px;
	margin: 0 -32px;
	}

.accordion__body .documents__link {
	background: #f9f9fa;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	}

.accordion__inner-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}

.rating {
	width: 160px;
	padding-left: 32px;
	}

.icon-star {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAxElEQVQokZ2RwRGDMAwEKYEO4hJSSkqgA6cDSqAknvkETvfBwYa4hJSQvMx4AhgPmtHHc7fSyUWRKMCoYXhfUppkkV6Tc30aAHGAuPacGUb1sN8e9nsqBul1ACRjAEaRc/3fEOsDAGKxpXnAqACpIONiOGqI+zwx3labQCwyzO0yeTMSXb1n7uiaw+PF119NB8oMwFTtAUirDwEiU7scilYDr3ucP2t9yOgBf43fwy8lYwBT1dE1WyLAlx1dk4wRT83V/ADC90j7oPE9jQAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	}

.rating-1 .icon-star:nth-child(-1n + 1) {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAA2ElEQVQokZ1Ryw2DMBTLCGzQjNBRkgdIOWYDugEjMBIjRKqUDxzaEXqpBE1A6QlEKSSIJ/kS2X7PDkKB6TTD/gGXECc4ts2LsYHytIFTqXCa1qfEnWbYKvBWgT8Vw7Z5MRkEY3SC4bGBcg2r4TkZWEnFFqcTDCOEEBok8B9BBE7Ba7in5O8Sq6iIijWt581b4zQpd8WGVNHylu2v4QVPogaDBL4bweRF3MBk9VRUb0jRq+y2zH/o/I+mz7fMr/O7YHj6pWCMQQJ3hlRbJC944gxUwRjLrUc5XxPRJnjXTaq7AAAAAElFTkSuQmCC');
	}

.rating-2 .icon-star:nth-child(-1n + 2) {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAA2ElEQVQokZ1Ryw2DMBTLCGzQjNBRkgdIOWYDugEjMBIjRKqUDxzaEXqpBE1A6QlEKSSIJ/kS2X7PDkKB6TTD/gGXECc4ts2LsYHytIFTqXCa1qfEnWbYKvBWgT8Vw7Z5MRkEY3SC4bGBcg2r4TkZWEnFFqcTDCOEEBok8B9BBE7Ba7in5O8Sq6iIijWt581b4zQpd8WGVNHylu2v4QVPogaDBL4bweRF3MBk9VRUb0jRq+y2zH/o/I+mz7fMr/O7YHj6pWCMQQJ3hlRbJC944gxUwRjLrUc5XxPRJnjXTaq7AAAAAElFTkSuQmCC');
	}

.rating-3 .icon-star:nth-child(-1n + 3) {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAA2ElEQVQokZ1Ryw2DMBTLCGzQjNBRkgdIOWYDugEjMBIjRKqUDxzaEXqpBE1A6QlEKSSIJ/kS2X7PDkKB6TTD/gGXECc4ts2LsYHytIFTqXCa1qfEnWbYKvBWgT8Vw7Z5MRkEY3SC4bGBcg2r4TkZWEnFFqcTDCOEEBok8B9BBE7Ba7in5O8Sq6iIijWt581b4zQpd8WGVNHylu2v4QVPogaDBL4bweRF3MBk9VRUb0jRq+y2zH/o/I+mz7fMr/O7YHj6pWCMQQJ3hlRbJC944gxUwRjLrUc5XxPRJnjXTaq7AAAAAElFTkSuQmCC');
	}

.rating-4 .icon-star:nth-child(-1n + 4) {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAA2ElEQVQokZ1Ryw2DMBTLCGzQjNBRkgdIOWYDugEjMBIjRKqUDxzaEXqpBE1A6QlEKSSIJ/kS2X7PDkKB6TTD/gGXECc4ts2LsYHytIFTqXCa1qfEnWbYKvBWgT8Vw7Z5MRkEY3SC4bGBcg2r4TkZWEnFFqcTDCOEEBok8B9BBE7Ba7in5O8Sq6iIijWt581b4zQpd8WGVNHylu2v4QVPogaDBL4bweRF3MBk9VRUb0jRq+y2zH/o/I+mz7fMr/O7YHj6pWCMQQJ3hlRbJC944gxUwRjLrUc5XxPRJnjXTaq7AAAAAElFTkSuQmCC');
	}

.rating-5 .icon-star:nth-child(-1n + 5) {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAA2ElEQVQokZ1Ryw2DMBTLCGzQjNBRkgdIOWYDugEjMBIjRKqUDxzaEXqpBE1A6QlEKSSIJ/kS2X7PDkKB6TTD/gGXECc4ts2LsYHytIFTqXCa1qfEnWbYKvBWgT8Vw7Z5MRkEY3SC4bGBcg2r4TkZWEnFFqcTDCOEEBok8B9BBE7Ba7in5O8Sq6iIijWt581b4zQpd8WGVNHylu2v4QVPogaDBL4bweRF3MBk9VRUb0jRq+y2zH/o/I+mz7fMr/O7YHj6pWCMQQJ3hlRbJC944gxUwRjLrUc5XxPRJnjXTaq7AAAAAElFTkSuQmCC');
	}

.accordion__footer-title {
	padding-right: 16px;
	text-align: left;
	font-size: 18px;
	}

.services__item {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 32px;
	min-height: 100%;
	transition: all .5s;
	}

.services__item:hover, .services__item:active {
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	}

.services__inner {
	margin-bottom: 30px;
	}

.services__icon {
	margin-right: 32px;
	max-width: 80px;
	width: 100%;
	}

.services__icon svg {
	display: block;
	height: auto;
	max-width: 100%;
	}

.services__text {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #3d3e3d;
	}

.suppliers-icon-1 {
	background: url('../images/suppliers-icon-1.png') no-repeat center center;
	display: block;
	}

.suppliers-icon-2 {
	background: url('../images/suppliers-icon-2.png') no-repeat center center;
	display: block;
	}

.accreditation-list__item {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
	border-radius: 8px;
	}

.accreditation-list__item-top {
	background: #fad652;
	padding: 16px 32px 16px 64px;
	height: 100%;
	position: relative;
	border-radius: 8px 8px 0px 0px;
	}

.accreditation__num {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	text-transform: uppercase;
	}

.accreditation-list__item-top .accreditation__num {
	position: absolute;
	left: 30px;
	top: 16px;
	}

.accreditation-list__item-top .accreditation__text {
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	}

.accreditation-list__item-bottom {
	min-height: 64px;
	height: 100%;
	font-size: 16px;
	line-height: 32px;
	padding: 16px 32px;
	}

.col-content .accreditation hr {
	border-color: #f9f9fa;
	margin: 64px 0;
	}

.accreditation .about__content p {
	margin-bottom: 7px;
	}

.services-form .form-top__right .form-top__block .form-top__right-inner {
	display: flex;

	}

.table thead td {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #cecfda;
	}

.specifications.specifications--mod {
	background: transparent;
	margin-top: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	}

.specifications--mod .specifications__table .table td {
	padding: 19px 16px 19px 32px;
	}

.specifications--mod .specifications__table .table thead td {
	padding-top: 32px;
	}

.not-found {
	border: 1px solid #fa5252;
	font-size: 16px;
	color: #fa5252;
	border-radius: 8px;
	padding: 19px 16px 19px 32px;
	background: #fff;
	}

.specifications--mod .specifications__table tbody tr:hover td, .specifications--mod .specifications__table tbody tr:nth-child(even):hover td {
	background: #f0f0f4;
	}

.specifications--mod .specifications__table tr:nth-child(even) td {
	background: #f9f9fa;
	}

.specifications--mod .table tbody {
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	}

.specifications--mod .table tbody tr:first-child td:first-child {
	border-radius: 8px 0 0 0;
	}

.specifications--mod .table tbody tr:first-child td:last-child {
	border-radius: 0 8px 0 0;
	}

.specifications--mod .specifications__table tbody tr:last-child td:first-child {
	border-radius: 0 0 8px 0;
	}

.specifications--mod .specifications__table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
	}

.complain {
	padding: 16px 32px 0;
	background: #ffffff;
	border: 1px solid #529ffa;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-top: 32px;
	}

.comlain__result p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #529ffa;
	}

.form__input.form__input-small,
.form__cupcha-img.form__input-small img {
	height: 32px;
	}

.mt34px {
	margin-top: 34px;
	}

.col-content hr.margin64px {
	margin: 64px 0;
	}

.list-search {
	padding-left: 0;
	column-count: 4;
	column-gap: 32px;
	margin-bottom: 0;
	}

.list-search .list-search__item {
	list-style: none;
	padding-left: 0;
	display: inline-block;
	width: 100%;
	}

.list-search .list-search__item a {
	color: #cecfda;
	}

.list-search .list-search__item a:hover {
	color: #00755a;
	text-decoration: none;
	}

.list-search .list-search__item a:hover {
	color: #00755a;
	}

.list-search .list-search__item a:hover::before {
	color: #00755a;
	}

.list-search .list-search__item:hover::before {
	color: #00755a;
	}

.list-search .list-search__item.active {
	color: #00755a;
	}

.list-search .list-search__item::before {
	content: "";
	display: none;
	}

.list-search .list-search__item a::before {
	content: "#";
	display: inline-block;
	margin-right: 6px;
	width: 2px;
	height: 2px;
	color: #cecfda;
	}

.search-result__item {
	background: #ffffff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 32px;
	}

.search-result .documents__link {
	background: #f9f9fa;
	}

.col-content hr.hr-margin {
	margin: 64px 0;
	}

.col-content__text {
	font-size: 16px;
	line-height: 24px;
	}

.form-top.bg--white {
	background: #ffffff;
	}

.tabs-content__item.tabs-content__item--m {
	margin-top: 0;
	}

.block-info__text p {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #3d3e3d;
	}

.about-lising .block-info-type__item {
	padding: 15px 10px;
	border: 2px solid transparent;
	}

.about-lising .block-info-type__item.active {
	border: 2px solid #fad652;
	box-sizing: border-box;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
	}

.about-lising .block-info-type__item.active .block-info__item-number {
	color: #fad652;
	transition: all .5s;
	}

.about-lising .block-info-type__item.tab-btn--big:hover {
	border: 2px solid #fad652;
	box-sizing: border-box;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
	transition: all .5s;
	}

.about-lising .block-info-type__item.tab-btn--big:hover .block-info__item-number {
	color: #fad652;
	}

.about-lising .block-info-type__item .block-info__item-number {
	color: #cecfda;
	}

.button__img--PC {
	background: url(../images/about-lising-icon-btn-1.png) no-repeat 9%;
	height: 118px;
	}

.button__img--cash {
	background: url(../images/about-lising-icon-btn-7.png) no-repeat 9%;
	height: 118px;
	}

.button__img--house {
	background: url(../images/about-lising-icon-btn-5.png) no-repeat 9%;
	height: 118px;
	}

.button__img--doc {
	background: url(../images/about-lising-icon-btn-6.png) no-repeat 9%;
	height: 118px;
	}

.button__img--usb {
	background: url(../images/about-lising-icon-btn-3.png) no-repeat 9%;
	height: 118px;
	}

.button__img--sing {
	background: url(../images/about-lising-icon-btn-4.png) no-repeat 9%;
	height: 118px;
	}

.about-lising-img-tract-red {
	background: url(../images/about-lising-icon-1.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-folder {
	background: url(../images/about-lising-icon-4.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-passport {
	background: url(../images/about-lising-icon-5.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-mail {
	background: url(../images/about-lising-icon-6.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-doc-sing {
	background: url(../images/about-lising-icon-7.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-doc {
	background: url(../images/about-lising-icon-8.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-pen {
	background: url(../images/about-lising-icon-9.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-cash {
	background: url(../images/about-lising-icon-10.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-box {
	background: url(../images/about-lising-icon-11.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.about-lising-img-stat {
	background: url(../images/about-lising-icon-12.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 180px;
	}

.p0 {
	padding-bottom: 0 !important;
	}

.pt
.button.button--yellow:hover, .about-lising .block-info-face__button:hover .button.button--yellow {
	background: #fad652;
	}

.button.button--yellow:hover .button__text, .about-lising .block-info-face__button:hover .button__text {
	color: #3d3e3d;
	}

.about-lising .tabs__list {
	margin: 0;
	}

.block-info__text.about-lising p:last-child {
	margin-bottom: 0;
	}

.title__link {
	position: relative;
	padding-right: 32px;
	}

.title__link .icon-arrow-right {
	position: absolute;
	right: 0;
	bottom: 1px;
	}

.icon-arrow-right:before {
	transition: all .3s;
	}

.title__link:hover .icon-arrow-right:before {
	color: #00755a;
	}

.title__link .icon-rss {
	position: absolute;
	right: 0;
	bottom: 2px;
	}

.press-center-btn {
	padding-top: 64px;
	}

.press-center-btn .btn-row {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	box-shadow: none;
	}

.press-center-btn .btn-row .btn:first-child {
	margin-right: 32px;
	}

.popup .tabs-content hr {
	margin: 24px 0;
	}

.popup .tabs-content .popup__footer {
	padding: 0 0 32px;
	}

.popup .tabs {
	margin-bottom: 0;
	}

.found {
	background: #ffffff;
	border: 1px solid #00755a;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 16px;
	color: #00755a;
	}

.found h3 {
	font-weight: normal;
	}

.found ul {
	margin-bottom: 0;
	padding-left: 0;
	}

.content__block .found ul li::before {
	background: #00755a;
	}

.content__block .found ul li:last-child {
	margin-bottom: 0;
	}

.found p:last-child {
	margin-bottom: 0;
	}

.form--reg .form-top {
	background: #fff;
	}

.form--reg .form-top__left {
	padding-top: 16px;
	padding-bottom: 16px;
	}

.form--reg .found {
	margin-bottom: 16px;
	}

.popup--auth .checked__label {
	margin-bottom: 0;
	}

.footer--magin .form__elem {
	margin-top: 0;
	}

.popup--auth .form__elem {
	margin-top: 0;
	}

.data-input {
	position: relative;
	}

.data-input::before {
	content: "\e902";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	color: #cecfda;
	}

.form-top__right .btn.btn--mini {
	padding: 6px 10px 5px;
	}

.form-top__block.form-top__block--padding {
	padding: 16px 32px 39px;
	}

.form-top__block.form-top__block--padding .form__elem {
	padding: 8px 0;
	}

.form-small-btn .form-top__right .form-top__block {
	padding: 32px;
	}

.form-small-btn .form-top__left {
	padding-bottom: 16px;
	}

.btn--padding {
	padding-top: 16px;
	}

.form--suppliers .form--reg .form-top__block .form__elem {
	padding: 0;
	}

.form--reg.lk .found {
	margin-bottom: 0;
	}

.specifications .form-top {
	background: #fff;
	}

.form__elem--checkbox .checked__label {
	margin-bottom: 0;
	}

.form-top__block .form__elem.form__elem--checkbox {
	padding-bottom: 0;
	}

.special_conditions {
	position: relative;
	}

.special_condition__img {
	display: inline-block;
	width: 256px;
	height: 340px;
	position: absolute;
	top: 0;
	left: 0;
	}

.special_condition__text {
	display: inline-block;
	padding-left: 320px;
	}

.special_condition__text p {
	font-size: 22px;
	line-height: 32px;
	}

.special_condition__icon {
	background: url("../images/special_conditions-img-1.png") no-repeat center;
	}

.financing-program-3-img {
	background: url("../images/financing-program-3-img.png") no-repeat center;
	}

.elec-sig__main-title {
	margin-bottom: 0;
	}

.elec-sig .block-info__big-text {
	text-transform: unset;
	}

.programs__sub-text {
	text-align: center;
	}

.block-info__text span.bold {
	font-weight: bold;
	display: inline-block;
	}

.elec-sig .block-info-type__item .block-info__big-text {
	text-transform: uppercase;
	padding: 16px 32px 0;
	}

.elec-sig .block-info-type__item {
	border: 2px solid transparent;
	transition: all 0.5s;
	}

.elec-sig__tabs-item {
	margin-top: 64px;
	}

.elec-sig .tabs {
	padding-top: 32px;
	}

.elec-sig .block-info-type__item:hover {
	border: 2px solid #fad652;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	}

.elec-sig .block-info__item-number {
	color: #cecfda;
	transition: all 0.5s;
	}

.elec-sig .block-info-type__item:hover .block-info__item-number {
	color: #fad652;
	}

.jq-file:active .jq-file__browse {
	box-shadow: none;
	background: url('../images/upload.png') no-repeat center center;
	}

.elec-sig-img-1 {
	background: url('../images/elec-sig-img-1.png') no-repeat center;
	display: block;
	width: 100%;
	}

.elec-sig-img-2 {
	background: url('../images/elec-sig-img-2.png') no-repeat center;
	display: block;
	width: 100%;
	}

.elec-sig-img-3 {
	background: url('../images/elec-sig-img-3.png') no-repeat center;
	display: block;
	width: 100%;
	}

.elec-sig-img-4 {
	background: url('../images/elec-sig-img-4.png') no-repeat center;
	display: block;
	width: 100%;
	height: 82px;
	}

.elec-sig-img-5 {
	background: url('../images/elec-sig-img-5.png') no-repeat center;
	display: block;
	width: 100%;
	height: 82px;
	}

.elec-sig-img-6 {
	background: url('../images/elec-sig-img-6.png') no-repeat center;
	display: block;
	width: 100%;
	height: 75px;
	}

.elec-sig .about-lising .block-info-type__item {
	padding: 32px;
	justify-content: space-between;
	}

.elec-sig .programs__sub-text {
	padding-top: 32px;
	}

@media screen and (max-width: 1434px) and (min-width: 1200px) {
	.button__text {
		font-size: 14px;
		width: 69%;
		}
	}

@media screen and (max-width: 1399px) and (min-width: 576px) {
	.btn--padding {
		padding-top: 0;
		}
	}

@media screen and (min-width: 1400px) {
	.services--rigth .form-top__right .form-top__block {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 16px 32px 16px;
		}
	}

@media (min-width: 1740px) {
	.container {
		max-width: 1700px;
		width: 1700px;
		}
	}

@media screen and (max-width: 1691px) {
	.block-spec__info {
		min-width: 100%;
		min-height: 320px;
		}

	.block-spec__img {
		width: 100%;
		}

	.block-spec__img img {
		min-width: 100%;
		}
	}

@media (min-width: 1200px) {
	.block-info--width20 {
		flex: 0 0 20%;
		max-width: 20%;
		}
	}

@media (min-width: 1200px) {
	.block-info--width25 {
		flex: 0 0 25%;
		max-width: 25%;
		}
	}

@media screen and (max-width: 1483px) {
	.nav__inline-item.last {
		display: none;
		}
	}

@media screen and (max-width: 1399px) {
	.form__elem-media {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		}

	.form__elem-media .form__cupcha-img {
		margin-right: 32px;
		}

	.form__elem-media .form__input--margin-top {
		margin-top: 0;
		}
	}

@media screen and (max-width: 1383px) {
	.nav__inline-item.second-last {
		display: none;
		}
	}

@media screen and (max-width: 1270px) {
	.list-search {
		column-count: 2;
		}
	}

@media screen and (max-width: 1199px) {
	.block-info-face__button {
		padding-bottom: 40px;
		}

	.footer-contact .phone a, .footer-contact .point a, .footer-contact .mail a {
		padding-left: 47px;
		font-size: 14px;
		}

	.special_condition__img {
		display: none;
		}

	.special_condition__text {
		padding-left: 0;
		}
	}

@media screen and (max-width: 1170px) {
	.nav-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		}

	.footer-about-company {
		display: none;
		}

	.footer-copyright {
		margin-top: 0;
		}

	.phone,
	.point,
	.mail {
		line-height: 27px;
		}

	.phone a,
	.point a,
	.mail a {
		padding-left: 6px;
		font-size: 11px;
		}
	}

@media screen and (max-width: 1140px) {
	.accordion__footer {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		}

	.accordion__footer-title {
		margin-bottom: 16px;
		text-align: center;
		}

	.accordion__btn {
		justify-content: center;
		width: 100%;
		}

	.accordion__footer .accordion__btn .btn {
		width: 100%;
		}

	.elec-sig .block-info-type__item .block-info__big-text {
		padding: 32px 0 0;
		}
	}

@media screen and (max-width: 991px) {
	.info-spec__item {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		}

	.block-spec__info {
		min-width: 50%;
		min-height: 100%;
		}

	.block-spec__img {
		width: 50%;
		}

	.block-spec__img img {
		min-width: 100%;
		}

	.block-info-around {
		justify-content: space-around;
		}

	.info-block__header--modifie {
		padding-top: 32px;
		}

	.about-lising .block-info-type__item > span {
		background-size: contain;
		height: 32px;
		display: inline-block;
		width: 60px;
		position: absolute;
		left: 0;
		}

	.tabs-content__item .block-info-type__item > span {
		height: 70px;
		width: 80px;
		max-height: 100%;
		}

	.about-lising .block-info-type__item .block-info__item-number {
		display: none;
		}

	.about-lising .block-info__small-text, .about-lising .block-info__big-text {
		text-align: left;
		font-size: 14px;
		padding-left: 53px;
		line-height: 20px;
		}

	.tabs-content__item .block-info__small-text {
		padding-left: 75px;
		}

	.about-lising .no-image.block-info__small-text, .about-lising .no-image.block-info__big-text {
		padding-left: 0;
		}

	.block-info__text p {
		font-size: 14px;
		line-height: 24px;
		}

	.button__text {
		font-size: 18px;
		}

	.about-lising .mt32px {
		margin-top: 16px;
		}

	.block-info-face__button {
		padding: 28px 0;
		}

	div.block-info__button {
		max-width: 100%;
		margin-top: 16px;
		}

	.elec-sig .about-lising .block-info-type__item > span:not(.block-info__item-number) {
		position: static;
		width: 100%;
		height: 80px;
		}

	.elec-sig .about-lising .block-info-type__item .block-info__item-number {
		display: inline-block;
		position: absolute;
		left: 16px;
		}

	.elec-sig .block-info-type__item .block-info__big-text {
		padding: 16px 0 0;
		word-break: break-word;
		text-align: center;
		}

	.elec-sig .about-lising .block-info-type__item {
		padding: 16px;
		}

	.elec-sig__tabs-item {
		margin-top: 32px;
		}

	.elec-sig .programs__sub-text {
		padding-top: 16px;
		}
	}

@media screen and (max-width: 1191px) {
	.services__text {
		font-size: 18px;
		}

	.services__icon svg {
		height: auto;
		width: 60px;
		}

	.services__icon {
		margin-right: 24px;
		max-width: 50px;
		}
	}

@media screen and (max-width: 768px) {
	.footer-copyright {
		margin-top: 30px;
		text-align: center;
		}

	.footer-main__top {
		display: none;
		}

	.footer-main__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 0;
		}

	.footer-main__bottom > div:not(.footer-about-company) {
		width: 256px;
		margin-top: 20px;
		-webkit-transform: translate-x(50%);
		transform: translate-x(50%);
		}
	}

@media screen and (max-width: 767px) {
	.list-search {
		column-count: 1;
		}

	.info-spec__item {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		}

	.block-spec__info {
		min-width: 100%;
		max-height: 350px;
		}

	.block-spec__img {
		width: 100%;
		}

	.block-spec__img img {
		min-width: 100%;
		}

	.accordion__info-vac {
		width: 89%;
		}

	.accordion__inner-row {
		flex-wrap: wrap;
		}

	.accordion__title {
		display: block;
		width: 100%;
		margin-bottom: 16px;
		line-height: 24px;
		}

	.accordion__price {
		display: block;
		}

	.accordion__top, .accordion__body {
		padding: 16px;
		}

	.accordion__title {
		font-size: 18px;
		}

	.accordion__btn .btn:first-child {
		margin-bottom: 16px;
		margin-right: 0;
		}

	.accordion__footer {
		margin: 0 -16px;
		padding: 16px;
		bottom: -16px;
		}

	.accordion__inner-row {
		width: 100%;
		}

	.rating {
		padding-left: 0;
		}

	.accordion__footer-title {
		font-size: 15px;
		}

	.services__text {
		font-size: 16px;
		}

	.services__icon {
		margin-right: 24px;
		max-width: 50px;
		}

	.services__icon svg {
		max-width: none;
		width: 50px;
		height: auto;
		}

	.services__item {
		padding: 16px;
		}

	.accreditation-list__item-top {
		padding-left: 32px;
		padding-right: 16px;
		}

	.accreditation-list__item-top .accreditation__text {
		font-size: 14px;
		line-height: 24px;
		}

	.accreditation-list__item-top .accreditation__num {
		left: 10px;
		font-size: 14px;
		top: 11px;
		}

	.accreditation-list__item-bottom {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 12px;
		line-height: 24px;
		}

	.col-content .accreditation hr {
		margin: 32px 0;
		}

	.search-result__item {
		padding: 16px;
		}

	.accordion__text-only .accordion__title {
		width: 85%;
		margin-bottom: 0;
		}

	.col-content hr.hr-margin {
		margin: 32px 0;
		}

	.block-info-face__button {
		padding: 20px 0;
		}

	.button__text {
		font-size: 14px;
		width: 66%;
		text-align: right;
		padding-right: 15px;
		line-height: 20px;
		}

	.button__img {
		left: 10px;
		}

	.press-center-btn {
		padding-top: 32px;
		}

	.button__img {
		background-size: contain !important;
		width: 90px;
		}

	.form__elem.checked__wrapper {
		margin-top: 0;
		}

	.checked__wrapper {
		margin-bottom: 16px;
		}

	.popup .tabs__item {
		width: auto;
		padding: 0 13px;
		}

	.popup .btn--tab, .popup .tabs__item:last-child .btn--tab {
		border-bottom: 4px solid #00755a;
		border-radius: 4px;
		}

	.special_condition__text p {
		font-size: 14px;
		line-height: 24px;
		}

	.elec-sig__tabs-item {
		margin-top: 32px;
		}

	.elec-sig .about-lising .block-info-type__item > span:not(.block-info__item-number) {
		background-size: contain;
		height: 32px;
		display: inline-block;
		width: 60px;
		position: absolute;
		left: 0;
		}

	.elec-sig .about-lising .block-info-type__item {
		padding: 16px;

		}

	.elec-sig .tabs__list > div > div:not(:last-child) {
		margin-bottom: 16px;
		}

	.elec-sig .block-info-type__item .block-info__big-text {
		padding: 0 0 0 40px;
		text-align: left;
		font-size: 12px;
		}

	.elec-sig .about-lising .block-info-type__item .block-info__item-number {
		display: none;
		}

	.elec-sig .container .tabs {
		margin-bottom: 0;
		}

	.elec-sig .about-lising .block-info-type__item {
		justify-content: center;
		}
	}

@media screen and (max-width: 535px) {
	.about .about__item {
		padding-left: 0;
		}

	.about .about__icon {
		display: none;
		}
	}

@media screen and (max-width: 575px) {
	.calc__inner,
	.form__input--margin {
		margin-top: 15px;
		}

	.block-spec__img img {
		max-width: 100%;
		}

	.services__text {
		font-size: 16px;
		}

	.services__item {
		padding: 16px;
		}

	.complain {
		padding: 16px 16px 0;
		}

	.comlain__result p {
		font-size: 14px;
		}

	div.nav-top__list {
		display: block;
		}

	.form__elem div:not(:first-child) > .btn {
		margin-top: 16px;
		}

	.found p {
		font-size: 12px;
		}

	.popup__header, .popup__content, .popup__footer {
		padding: 16px;
		}

	.popup hr {
		margin: 24px 16px;
		}

	.form-small-btn .form-top__right .form-top__block {
		padding: 16px;
		}

	.elec-sig .tabs {
		padding-top: 16px;
		}

	.elec-sig .about-lising .block-info-type__item {
		padding: 16px;
		}
	}

@media screen and (max-width: 411px) {
	.popup__footer .checked {
		line-height: 24px;
		}

	.popup__header-text {
		font-size: 17px;
		}

	.press-center-btn .btn-row {
		flex-direction: column;
		}

	.press-center-btn .btn-row {
		width: 100%;
		}

	.press-center-btn .btn-row .btn:first-child {
		margin-bottom: 16px;
		margin-right: 0;
		}
	}

@media screen and (max-width: 550px) {
	.form__elem-media {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		}

	.form__elem-media .form__cupcha-img {
		margin-right: 0;
		}

	.form__elem-media .form__cupcha-img img {
		min-height: 100%;
		}

	.form__elem-media .form__input--margin-top {
		margin-top: 15px;
		}
	}

.justify-content-flex-start {
	justify-content: flex-start;
	}

.lk-table-auto td {
	width: auto !important;
	color: #555 !important;
	padding-left: 1rem !important;
	}
