<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.enter__catalog .logs .label {
	position: relative;
}
.enter__catalog .button-save-password {
	position: absolute;
	width: 24px;
	height: 24px;
	padding: 4px;
	right: 0;
	top: 0;
	display: block;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url(../img/lock.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	cursor: pointer;
}

.tooltip {
	position: absolute;
	background: #ffd490;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
	border: none;
	padding: 5px 15px;
	max-width: 150px;
	opacity: 0;
	z-index: -1000;
	left: -1000px;
	top: -1000px;
	line-height: 1.4;
	font-style: italic;
	font-size: 13px;
	text-align: left;
}
.tooltip:before {
	content: '';
	position: absolute;
	border: 8px solid transparent;
}

.enter__catalog .tooltip {
	z-index: 10;
	left: 100%;
	top: 0;
	margin-left: 10px;
	display: none;
	opacity: 1;
	width: 100%;
}
.enter__catalog .tooltip:before {
	top: 4px;
	border-right: 10px solid #ffd490;
	border-left: 0;
	left: -10px;
}
.enter__catalog input:focus ~ .tooltip {
	display: block;
}
@media (max-width: 480px) {
	.enter__catalog .tooltip {
		left: auto;
		right: 0;
		top: auto;
		bottom: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.enter__catalog .tooltip:before {
		top: auto;
		bottom: -10px;
		left: auto;
		right: 4px;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 10px solid #ffd490;
		border-bottom: none;
	}
}

.myprofile .capt_block {
	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-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 60px 0;
	width: 100%;
}
.myprofile .capt_block &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
}
@media (max-width: 600px) {
	.myprofile .capt_block {
		margin: 30px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.myprofily__wrapper {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.myprofily__wrapper .myprofile__menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.myprofily__wrapper .myprofile {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	width: auto!important;
}
.myprofily__wrapper .myprofile__form-block {
	width: 480px;
}

.myprofily__wrapper .myprofile__title {
	margin-bottom: 40px;
}
.myprofily__wrapper .myprofile__title .sub {
	color: #1c212d;
	font-weight: 400;
}

.myprofily__wrapper .myprofile__note,
.myprofily__wrapper .myprofile__note-sub {
	margin: 0 0 1em;
	display: block;
	/*font-size: inherit;*/
}
.myprofily__wrapper .myprofile__note-sub {
	padding-left: 1em;
	color: #3545a7;
	font-style: italic;
}
.myprofily__wrapper .myprofile__note-sub a {
	color: inherit;
	text-decoration: underline;
}
.myprofily__wrapper .myprofile__note-sub a:hover {
	text-decoration: none;
}

@media (max-width: 600px) {
	.myprofily__wrapper .myprofile__form-block {
		width: 100%;
	}
	.myprofily__wrapper .myprofile__title {
		margin-bottom: 20px;
	}
	.myprofily__wrapper .myprofile__note-sub {
		padding-left: 0;
	}
}

.providers__list {
	margin-left: -5px;
	margin-right: -5px;
}
.providers__list .providers__col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	max-width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 767px) {
	.providers__list .providers__col {
		width: 100%;
		max-width: 100%;
	}
}

.myprofily__wrapper .myprofile__menu .mp__menu .item a.selected {
	color: #3545a7;
	text-decoration: underline;
}

.myprofily__wrapper .add_news .myprofile__note-sub {
	padding-left: 0;
	margin-bottom: 40px;
}

.myprofily__wrapper .myprofile .label__input textarea {
	border: 1px solid #2335a1;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	font-style: italic;
	color: #000;
	padding: 5px 10px;
	resize: vertical;
	height: 200px;
}
.myprofily__wrapper .myprofile.add_news .label__input label {
	text-align: right;
	max-width: 230px;
}
.myprofily__wrapper .myprofile .label__input textarea,
.myprofily__wrapper .myprofile .label__input .input_wrapper {
	width: 230px;
	margin-left: 20px;
}
.myprofily__wrapper .myprofile.add_news .buttons {
	width: 230px;
	margin-left: auto;
}

.myprofily__wrapper .upload_image_label {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	max-width: 100%!important;
	cursor: pointer;
	text-align: left;
}
.myprofily__wrapper .upload_image_label input[type="file"] {
	display: none;
}
.myprofily__wrapper .upload_image_label .icon,
.myprofily__wrapper .upload_image_label .text {
	display: inline-block;
	vertical-align: middle;
}
.myprofily__wrapper .upload_image_label .icon {
	width: 85px;
	margin-right: 25px;
}
.myprofily__wrapper .upload_image_label .text {
	white-space: nowrap;
	max-width: calc(100% - 110px);
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #3545a7;
	text-decoration: underline;
}
.myprofily__wrapper .upload_image_label:hover .text {
	text-decoration: none;
}
.myprofily__wrapper .myprofile.add_news .information .submit {
	float: none;
	margin-top: 0;
}
.myprofily__wrapper .myprofile.add_news .button-message {
	margin: 0.5em 0 1.5em;
	color: #3545a7;
	font-style: italic;
}
.myprofily__wrapper .myprofile .information .submit:disabled,
.myprofily__wrapper .myprofile .information .submit.disabled,
.myprofily__wrapper .myprofile .information .submit[disabled] {
	cursor: default;
	opacity: 0.5;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.myprofily__wrapper .add_news .news__polygraphy__list {
	margin-top: 80px;
	margin-bottom: 0;
}
.myprofily__wrapper .add_news .news__polygraphy__list .news__polygraphy__item .news__desc {
	position: relative;
	padding-bottom: 40px;
}

.myprofily__wrapper .add_news .news__polygraphy__item .news__remove {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #3545a7;
	text-decoration: underline;
	padding-left: 30px;
}
.myprofily__wrapper .add_news .news__polygraphy__item .news__remove:hover {
	text-decoration: none;
}
.myprofily__wrapper .add_news .news__polygraphy__item .news__remove i {
	display: block;
	background: #3545a7;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.myprofily__wrapper .add_news .news__polygraphy__item .news__remove i:before,
.myprofily__wrapper .add_news .news__polygraphy__item .news__remove i:after {
	content: '';
	width: 16px;
	height: 1px;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	background: #fff;
}
.myprofily__wrapper .add_news .news__polygraphy__item .news__remove i:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.myprofily__wrapper .add_news .news__polygraphy__item .news__remove i:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.myprofily__wrapper .add_news .news__polygraphy__item .news__edit {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 0;
	left: 120px;
	color: #507940;
	text-decoration: underline;
	padding-left: 30px;
}
.myprofily__wrapper .add_news .news__polygraphy__item .news__edit:hover {
	text-decoration: none;
}
.myprofily__wrapper .add_news .news__polygraphy__item .news__edit i {
	display: block;
	background: #507940;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.myprofily__wrapper .add_news .news__polygraphy__item .news__edit i:before {
	width: 10px;
	height: 10px;
	left: 5px;
	top: 2px;
	margin: 0;
	background: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.myprofily__wrapper .myprofile.add_product .buttons {
	margin-top: 65px;
}

.myprofily__wrapper .myprofile.add_news .label__input .icon-calendar {
	width: 44px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: -4px 0 -4px 21px;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.myprofily__wrapper .myprofile.add_news .label__input .icon-calendar + input.short {
	margin-right: 0;
	width: calc(230px - 65px);
}

.myprofily__wrapper .myprofile.subscribes .submit {
	width: 285px;
	border: 1px solid #2335a1;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	font-style: italic;
	background: #2335a1;
	color: #fff;
	padding: 5px 10px;
	font-size: 17px;
}
.myprofily__wrapper .myprofile.subscribes .submit:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.myprofily__wrapper .myprofile.subscribes .myprofile__form-block {
	margin-bottom: 70px;
}
.myprofily__wrapper .myprofile.subscribes .myprofile__form-block:last-child {
	margin-bottom: 0;
}
.myprofily__wrapper .myprofile.subscribes .buttons .button-message {
	margin-top: 0;
}

.myprofily__wrapper .myprofile.subscribes .myprofile__form-block .label__input input {
	width: 285px;
	margin-right: 230px;
}

.myprofily__wrapper .myprofile.subscribes .radio-list .label__input {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"] {
	display: none;
}
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"] + label {
	position: relative;
	max-width: none;
	text-align: left;
	cursor: pointer;
	padding-left: 40px;

}
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"] + label i {
	display: block;
	background: #3545a7;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"] + label i:before,
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"] + label i:after {
	content: '';
	width: 16px;
	height: 1px;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	background: #fff;
}
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"] + label i:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"] + label i:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"]:checked + label i {
	background: #507940;
}
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"]:checked + label i:before {
	width: 10px;
	height: 10px;
	left: 5px;
	top: 2px;
	margin: 0;
	background: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.myprofily__wrapper .myprofile.subscribes .radio-list input[type="checkbox"]:checked + label i:after {
	display: none;
}

.myprofily__wrapper .myprofile.subscribes .form-block-error {
	border: 1px solid #950000;
	border-radius: 10px;
	padding: 40px 0;
}
.myprofily__wrapper .myprofile.subscribes .form-block-error input {
	border-color: #950000;
}
.myprofily__wrapper .myprofile.subscribes .form-block-error .button-message {
	color: #950000;
}
.myprofily__wrapper .myprofile.subscribes .form-block-error .submit {
	background: #950000;
	border-color: #950000;
}

@media (max-width: 1200px) {
	.myprofily__wrapper .upload_image_label .icon {
		width: 40px;
		margin-right: 10px;
	}
	.myprofily__wrapper .upload_image_label .text {
		max-width: calc(100% - 50px);
	}
	.myprofily__wrapper .myprofile.add_product .buttons {
		margin-top: 40px;
	}
	.myprofily__wrapper .myprofile.subscribes .submit {
		width: 230px;
	}
	.myprofily__wrapper .myprofile.subscribes .myprofile__form-block .label__input input {
		width: 230px;
		margin-right: 0;
	}
}
@media (max-width: 600px) {
	.myprofily__wrapper .add_news .myprofile__note-sub {
		margin-bottom: 20px;
	}
	.myprofily__wrapper .myprofile.add_news textarea {
		height: 120px;
	}
	.myprofily__wrapper .myprofile.add_news .label__input textarea,
	.myprofily__wrapper .myprofile.add_news .label__input .input_wrapper,
	.myprofily__wrapper .myprofile.add_news .buttons {
		width: 100%;
		margin-left: 0;
	}
	.myprofily__wrapper .add_news .news__polygraphy__list {
		margin-top: 40px;
	}
	.myprofily__wrapper .myprofile.add_product .buttons {
		margin-top: 20px;
	}
	.myprofily__wrapper .myprofile.add_news .label__input label {
		max-width: 100%;
		text-align: left;
	}
	.myprofily__wrapper .myprofile.add_news .label__input label br {
		display: none;
	}
	.myprofily__wrapper .myprofile.subscribes .submit {
		width: 100%;
	}
	.myprofily__wrapper .myprofile.subscribes .myprofile__form-block .label__input input {
		width: 100%;
	}
	.myprofily__wrapper .myprofile.subscribes .myprofile__form-block {
		margin-bottom: 30px;
	}
}
@media (max-width: 400px) {
	.myprofily__wrapper .myprofile.add_news .information .submit {
		width: 100%;
	}
}
@media (min-width: 601px) {
	.myprofily__wrapper .myprofile .label__textarea label {
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin: 6px 0;
	}
}
@media (min-width: 1201px) {
	.myprofily__wrapper .add_news .myprofile__form-block {
		width: 720px;
	}
	.myprofily__wrapper .myprofile.add_news .label__input input,
	.myprofily__wrapper .myprofile.add_news .label__input textarea,
	.myprofily__wrapper .myprofile.add_news .label__input .input_wrapper {
		width: 515px;
		margin-left: 40px;
	}
	.myprofily__wrapper .myprofile.add_news .label__input input.short {
		width: 250px;
		margin-right: 265px;
	}
	.myprofily__wrapper .myprofile.add_news .label__input label {
		max-width: 165px;
	}
	.myprofily__wrapper .myprofile.add_news .buttons {
		width: 515px;
		margin-left: auto;
	}
	.myprofily__wrapper .myprofile.add_news .label__input {
		margin-bottom: 30px;
	}
	.myprofily__wrapper .myprofile.add_news .information .submit {
		width: 285px;
	}
	.myprofily__wrapper .add_news .news__polygraphy__list {
		margin-top: 120px;
	}
	.myprofily__wrapper .myprofile.add_news .label__input .icon-calendar {
		margin-right: 200px;
	}
	.myprofily__wrapper .myprofile.add_news .label__input .icon-calendar + input.short {
		width: 250px;
	}
}

.welcome__block__add {
	width: 50%;
}
@media (max-width: 1499px) {
	.welcome__block__add {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}
@media (max-width: 768px) {
	.welcome__block__add {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media (max-width: 600px) {
	.myprofily__wrapper .myprofile.add_news .label__input .icon-calendar {
		margin-right: 0;
		margin-left: auto;
		margin-top: -40px;
	}
	.myprofily__wrapper .myprofile.add_news .label__input .icon-calendar + input.short {
		width: calc(100% - 61px);
	}
}

.news__detail {
	margin-right: 100px;
	/*font-size: 20px;*/
	color: #30394d;
	margin-bottom: 200px;
}
.news__detail p {
	margin-bottom: 1em;
	/*font-size: inherit;*/
}
.news__detail .breadcrumbs {
	margin-bottom: 35px;
}
.news__date {
	margin-bottom: 1em;
}
.news__title {
	margin-bottom: 60px;
}
.news__image {
	margin: 50px 0;
	display: block;
	max-width: 100%;
}
.news__detail__link-all {
	margin-top: 50px;
}
.news__detail__link-all a {
	font-weight: 700;
	color: #3545a7;
	font-style: italic;
	text-decoration: underline;
}
.news__detail__link-all a:hover {
	text-decoration: none;
}
.news__preview-message {
	display: block;
	text-align: center;
	background: #fdd7d7;
	padding: 13px;
	color: #f73535;
	margin-bottom: 40px;
}
.news__preview-buttons {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 0 -30px;
}
.news__preview-buttons .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 30px 30px 0;
	width: 230px;
	border: 1px solid #2335a1;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	font-style: italic;
	background: #2335a1;
	color: #fff;
	padding: 5px 10px;
	font-size: 17px;
}
.news__preview-buttons .button:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
	.news__detail {
		margin-right: 45px;
	}
}
@media (max-width: 992px) {
	.news__detail {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.news__title {
		margin-bottom: 40px;
	}
	.news__image {
		margin: 40px 0;
	}
	.news__detail__link-all,
	.news__preview-buttons {
		margin-top: 40px;
	}
	.news__detail .breadcrumbs {
		margin-bottom: 30px;
	}
	.news__preview-message {
		margin-bottom: 30px;
	}
}
@media (max-width: 600px) {
	.news__title {
		margin-bottom: 20px;
	}
	.news__image {
		margin: 20px 0;
	}
	.news__detail__link-all {
		margin-top: 20px;
	}
	.news__detail .breadcrumbs {
		margin-bottom: 20px;
	}
	.news__preview-message {
		margin-bottom: 20px;
		padding: 5px;
	}
	.news__preview-buttons {
		margin: 20px 0 -10px;
	}
	.news__preview-buttons .button {
		margin: 0 10px 10px 0;
		width: 180px;
	}
}
@media (max-width: 400px) {
	.news__preview-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.news__preview-buttons .button {
		width: 100%;
		margin-right: 0;
	}
}

.datepicker--day-name  {
	color: #3545a7;
}
.datepicker--cell.-current- {
	color: #3545a7;
	border: 1px solid #3545a7;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
	background: #3545a7;
	color: #fff;
}

.myprofily__wrapper .myprofile.subscribes .form-subtitle {
	margin-bottom: 45px;
}
@media (max-width: 600px) {
	.myprofily__wrapper .myprofile.subscribes .form-subtitle {
		margin-bottom: 20px;
	}
	.myprofily__wrapper .myprofile.subscribes .form-block-error {
		padding: 20px;
	}
}

body.modal-open {
	overflow: hidden;
}
.modal-wrapper {
	display: none;
	background: rgba(255,255,255,0.75);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	z-index: 100;
}
.modal-wrapper.active {
	display: block;
}
.modal-wrapper:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	content: '';
	position: static;
}
.modal-scroller {
	display: inline-block;
	vertical-align: middle;
	overflow: auto;
	max-height: 100%;
	width: 100%;
	padding: 65px;
}
.modal-close {
	width: 30px;
	height: 30px;
	background: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: none!important;
	top: 15px;
	right: 15px;
	border: none!important;
	position: absolute;
}
.modal-close:before,
.modal-close:after {
	content: '';
	width: 24px;
	height: 1px;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	background: #fff;
	z-index: 1;
}
.modal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
	height: 2px;
	margin-top: -1px;
}

.modal-window {
	position: relative;
	background: #222e4c;
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
	white-space: normal;
	color: #fff;
}
.modal-window * {
	color: #fff;
}

.modal-head {
	background-image: url(../img/modal-head-bg.png);
	padding: 50px;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: rgba(9, 5, 8, 0.2);
	min-height: 300px;
	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-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.modal-logo {
	display: block;
	max-width: 100%;
	margin: 0 0 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.modal-head-sub {
	font-size: inherit;
	font-style: italic;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.modal-title {
	margin: 0 0 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.modal-head-icon {
	display: block;
	max-width: 100%;
	margin: auto 0 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.modal-body {
	padding: 40px 50px 50px;
	min-height: 300px;
	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-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.modal-body p {
	font-size: inherit;
}
.modal-window .modal-body .modal-body-top {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.modal-window .bottom-buttons {
	margin-top: 30px;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-window .label__input {
	margin-bottom: 20px;
	position: relative;
}
.modal-window .label__input label {
	font-style: italic;
	display: block;
	margin-bottom: 8px;
}
.modal-window .label__input input {
	border: 1px solid #fff;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	font-style: italic;
	padding: 5px 10px;
	height: 36px;
	background: transparent;
	display: block;
	width: 100%;
}
.modal-window .submit {
	width: 285px;
	border: 1px solid #fff;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	font-style: italic;
	background: #fff;
	color: #222e4c;
	padding: 5px 10px;
	font-size: 17px;
	margin-top: 30px;
	display: block;
}
.modal-window .submit:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.3);
}
.modal-window .capt_block {
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 30px 0;
}
.modal-window .capt_block &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
}
.modal-window .label__input .button-key {
	position: absolute;
	width: 36px;
	height: 36px;
	padding: 4px;
	right: 0;
	bottom: 0;
	display: block;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url(../img/key.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 17px;
	cursor: pointer;
}
.modal-window .label__input .tooltip {
	display: none;
	z-index: 10;
	left: auto;
	top: auto;
	bottom: 36px;
	right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	opacity: 1;
	width: 100%;
	color: #000;
}
.modal-window .label__input input:focus ~ .tooltip {
	display: block;
}
.modal-window .tooltip:before {
	top: auto;
	bottom: -10px;
	left: auto;
	right: 10px;
	border-top: 10px solid #ffd490;
	border-bottom: 0;
}
.modal-window .modal-auth-button {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #fff;
	text-decoration: none;
}
.modal-window .modal-auth-button:hover {
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.modal-scroller,
	.modal-head,
	.modal-body {
		padding: 40px;
	}
	.modal-head,
	.modal-body {
		min-height: 250px;
	}
}
@media (max-width: 600px) {
	.modal-scroller {
		padding: 20px 0;
	}
	.modal-head,
	.modal-body {
		padding: 25px 20px;
	}
	.modal-head {
		min-height: 0;
		background-image: none;
	}
	.modal-body {
		min-height: 0;
	}
	.modal-window .label__input {
		margin-bottom: 10px;
	}
	.modal-window .label__input label {
		margin-bottom: 4px;
	}
	.modal-window .submit {
		width: 100%;
		margin-top: 20px;
	}
	.modal-window .capt_block {
		margin: 20px 0;
	}
	.modal-window .bottom-buttons {
		margin-top: 20px;
	}
}

.myprofily__wrapper .my_company .myprofile__note {
	margin: 0 0 2.5em;
	color: #3545a7;
	font-style: italic;
}
.myprofily__wrapper .my_company .myprofile__note * {
	color: inherit;
}
.myprofily__wrapper .my_company .myprofile__note p {
	margin: 0 0 1em;
}
.myprofily__wrapper .my_company .myprofile__note .title {
	margin-bottom: 1em;
	font-style: normal;
}
.myprofily__wrapper .my_company .myprofile__note b {
	font-style: normal;
}
.myprofily__wrapper .my_company .myprofile__note.warning {
	color: #950000;
}

.myprofily__wrapper .my_company .myprofile__form-block {
	margin-bottom: 80px;
}
.myprofily__wrapper .my_company .myprofile__form-block:last-child {
	margin-bottom: 0;
}
.myprofily__wrapper .my_company .label__input {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.myprofily__wrapper .my_company .label__image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.myprofily__wrapper .my_company .label__input label {
	width: 230px;
	text-align: right;
	line-height: 20px;
	margin: 8px 0;
}
.myprofily__wrapper .my_company .label__input label.blue {
	color: #3545a7;
}
.myprofily__wrapper .my_company .label__input label.upload_image_label {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 0;
}
.myprofily__wrapper .my_company .label__input .input-box {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: calc(100% - 250px);
	margin-left: 20px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.myprofily__wrapper .my_company .label__input .input-box input,
.myprofily__wrapper .my_company .label__input .input-box textarea {
	width: auto;
	min-width: 0;
	max-width: 100%;
	margin-left: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.myprofily__wrapper .my_company .label__input input.sm {
	max-width: 250px;
}
.myprofily__wrapper .my_company .label__input input.xs {
	max-width: 150px;
}
.myprofily__wrapper .my_company .company-status-btn {
	border: 1px solid #2335a1;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	color: #3545a7;
	line-height: 24px;
	padding: 5px 15px;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.myprofily__wrapper .my_company .input-note {
	font-style: italic;
	font-size: 0.8em;
	display: block;
	margin-top: 0.5em;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.myprofily__wrapper .my_company input[type="checkbox"],
.myprofily__wrapper .my_company input[type="radio"] {
	display: none;
}

.myprofily__wrapper .my_company input[type="checkbox"] + label,
.myprofily__wrapper .my_company input[type="radio"] + label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	cursor: pointer;
	width: auto;
}

.myprofily__wrapper .my_company input[type="checkbox"] + label i,
.myprofily__wrapper .my_company input[type="radio"] + label i {
	display: inline-block;
	vertical-align: top;
	background: #3545a7;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0;
}

.myprofily__wrapper .my_company input[type="checkbox"] + label i:before,
.myprofily__wrapper .my_company input[type="checkbox"] + label i:after,
.myprofily__wrapper .my_company input[type="radio"] + label i:before,
.myprofily__wrapper .my_company input[type="radio"] + label i:after{
	content: '';
	width: 16px;
	height: 1px;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	background: #fff;
}

.myprofily__wrapper .my_company input[type="checkbox"] + label i:before,
.myprofily__wrapper .my_company input[type="radio"] + label i:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.myprofily__wrapper .my_company input[type="checkbox"] + label i:after,
.myprofily__wrapper .my_company input[type="radio"] + label i:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.myprofily__wrapper .my_company input[type="checkbox"]:checked + label i,
.myprofily__wrapper .my_company input[type="radio"]:checked + label i {
	background: #507940;
}

.myprofily__wrapper .my_company input[type="checkbox"]:checked + label i:before,
.myprofily__wrapper .my_company input[type="radio"]:checked + label i:before {
	width: 10px;
	height: 10px;
	left: 5px;
	top: 2px;
	margin: 0;
	background: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.myprofily__wrapper .my_company input[type="checkbox"]:checked + label i:after,
.myprofily__wrapper .my_company input[type="radio"]:checked + label i:after {
	display: none;
}

.myprofily__wrapper .my_company input[type="checkbox"]:not(:checked) ~ .soc-link-input,
.myprofily__wrapper .my_company input[type="radio"]:not(:checked) ~ .soc-link-input {
	display: none;
}

.myprofily__wrapper .my_company .label__input .input-box .soc-link-input {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-right: 20px;
	max-width: calc(100% - 40px);
}

.myprofily__wrapper .my_company .label__input .upload_image_label {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 20px;
}
.myprofily__wrapper .my_company .label__input .upload_image_label + .input-note {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
	margin-top: 0;
}
.myprofily__wrapper .my_company .myprofile__subtitle {
	margin-bottom: 1em;
}

.myprofily__wrapper .my_company .company-activities-list {
	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;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -55px 50px 0;
}
.myprofily__wrapper .my_company .company-activities-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 55px 10px 0;
}
.myprofily__wrapper .my_company .company-activities-list input[type="checkbox"] + label,
.myprofily__wrapper .my_company .company-activities-list input[type="radio"] + label {
	padding-right: 40px;
	position: relative;
	width: 225px;
	font-style: italic;
	text-align: right;
}
.myprofily__wrapper .my_company .company-activities-list input[type="checkbox"] + label i,
.myprofily__wrapper .my_company .company-activities-list input[type="radio"] + label i{
	position: absolute;
	right: 0;
	top: 2px;
}
.myprofily__wrapper .my_company .company-activity-block {
	background: #d0d6dd;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.myprofily__wrapper .my_company .company-activity-block.active {
	background: #e3e7eb;
}
.myprofily__wrapper .my_company .company-activity-block + .company-activity-block {
	margin-top: 15px;
}

.myprofily__wrapper .my_company .company-activity-block__head {
	padding: 20px 80px 20px 35px;
	cursor: pointer;
	position: relative;
}
.myprofily__wrapper .my_company .company-activity-block__head i {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	border-radius: 50%;
	border: 1px solid #000;
}
.myprofily__wrapper .my_company .company-activity-block__head i:before,
.myprofily__wrapper .my_company .company-activity-block__head i:after {
	content: "";
	width: 24px;
	height: 1px;
	border-bottom: 1px solid #000;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	position: absolute;
}
.myprofily__wrapper .my_company .company-activity-block__head i:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.myprofily__wrapper .my_company .company-activity-block.active .company-activity-block__head {
	font-weight: 700;
}
.myprofily__wrapper .my_company .company-activity-block.active .company-activity-block__head i:after {
	display: none;
}
.myprofily__wrapper .my_company .company-activity-block.active .company-activity-block__head i:before {
	width: 16px;
	height: 16px;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
	left: 9px;
	margin-left: 0;
}
.myprofily__wrapper .my_company .company-activity-block.active .company-activity-block__head i:after {
	display: none;
}

.myprofily__wrapper .my_company .company-activity-block__body {
	padding: 5px 20px 20px 140px;
	display: none;
}
.myprofily__wrapper .my_company .company-activity-block.active .company-activity-block__body {
	display: block;
}
.myprofily__wrapper .my_company .company-activity-block__body .list-title {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 1em 40px;
}
.myprofily__wrapper .my_company .company-activity-block ul {
	display: block;
	margin: 0 0 20px;
}
.myprofily__wrapper .my_company .company-activity-block ul li {
	margin: 0;
	padding: 0;
}
.myprofily__wrapper .my_company .company-activity-block ul:last-child {
	margin-bottom: 0;
}
.myprofily__wrapper .my_company .company-activity-block ul input[type="checkbox"] + label,
.myprofily__wrapper .my_company .company-activity-block ul input[type="radio"] + label {
	padding-left: 40px;
	position: relative;
	font-style: italic;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.myprofily__wrapper .my_company .company-activity-block ul input[type="checkbox"] + label i,
.myprofily__wrapper .my_company .company-activity-block ul input[type="radio"] + label i{
	position: absolute;
	left: 0;
	top: 2px;
	border: 1px solid #000;
	background: #fff;
}
.myprofily__wrapper .my_company .company-activity-block ul input[type="checkbox"] + label i:before,
.myprofily__wrapper .my_company .company-activity-block ul input[type="checkbox"] + label i:after,
.myprofily__wrapper .my_company .company-activity-block ul input[type="radio"] + label i:before,
.myprofily__wrapper .my_company .company-activity-block ul input[type="radio"] + label i:after {
	display: none;
}
.myprofily__wrapper .my_company .company-activity-block ul input[type="checkbox"]:checked + label i:before,
.myprofily__wrapper .my_company .company-activity-block ul input[type="radio"]:checked + label i:before {
	border-color: #000;
	display: block;
	width: 8px;
	height: 8px;
	top: 3px;
}

.myprofily__wrapper .my_company .submit {
	width: 285px;
	border: 1px solid #2335a1;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	font-style: italic;
	background: #2335a1;
	color: #fff;
	padding: 5px 10px;
	font-size: 17px;
	display: block;
}
.myprofily__wrapper .my_company .submit:hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.myprofily__wrapper .my_company .myprofile__form-block + .submit {
	margin-top: -45px;
}

.companycard__page .cb__wrapper .content__block .company__title .inn {
	margin-top: 10px;
}
.providers__list .providers__col .provider__block .provider__list .item:hover {
	text-decoration: none!important;
}
.providers__list .providers__col .provider__block .provider__list .item a:hover {
	text-decoration: underline;
}

@media (min-width: 1201px) {
	.myprofily__wrapper .my_company .myprofile__form-block {
		width: 720px;
		margin-bottom: 120px;
	}
	.myprofily__wrapper .my_company .label__input {
		margin-bottom: 20px;
	}
	.myprofily__wrapper .my_company .label__input label {
		width: 165px;
	}
	.myprofily__wrapper .my_company .label__input .input-box {
		width: calc(100% - 205px);
		margin-left: 40px;
	}
	.myprofily__wrapper .my_company .myprofile__form-block + .submit {
		margin-top: -85px;
	}
}
@media (min-width: 601px) {
	.myprofily__wrapper .my_company .company-activity-block ul.columns-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.myprofily__wrapper .my_company .company-activity-block ul.columns-2 li {
		overflow: hidden; /* Fix for firefox and IE 10-11  */
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
		-moz-column-break-inside: avoid;
		break-inside: avoid; /* IE 10+ */
		break-inside: avoid-column;
	}
}
@media (max-width: 1200px) {
	.myprofily__wrapper .my_company .company-activities-list {
		margin-bottom: 40px;
		margin-right: -30px;
	}
	.myprofily__wrapper .my_company .company-activities-list li {
		margin-right: 30px;
	}
	.myprofily__wrapper .my_company .company-activity-block__head {
		padding: 15px 80px 15px 20px;
	}
	.myprofily__wrapper .my_company .company-activity-block__body {
		padding-left: 20px;
	}
	.myprofily__wrapper .my_company .company-activity-block__body .list-title {
		margin-left: 0;
	}
}
@media (max-width: 600px) {
	.myprofily__wrapper .my_company .myprofile__note {
		margin: 0 0 1.5em;
	}
	.myprofily__wrapper .my_company .myprofile__note p {
		margin: 0 0 0.7em;
	}
	.myprofily__wrapper .my_company .label__input label {
		margin: 0 0 5px;
		width: auto;
		max-width: 100%;
		text-align: left;
	}
	.myprofily__wrapper .my_company .label__input .input-box {
		width: 100%;
		margin-left: 0;
	}
	.myprofily__wrapper .my_company .label__input input.xs,
	.myprofily__wrapper .my_company .label__input input.sm {
		max-width: 100%;
	}
	.myprofily__wrapper .my_company .company-activities-list {
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-right: 0;
	}
	.myprofily__wrapper .my_company .company-activities-list li {
		max-width: 100%;
		margin-right: 0;
	}
	.myprofily__wrapper .my_company .company-activities-list input[type="checkbox"] + label,
	.myprofily__wrapper .my_company .company-activities-list input[type="radio"] + label {
		padding-right: 0;
		padding-left: 40px;
		width: auto;
		font-style: italic;
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}
	.myprofily__wrapper .my_company .company-activities-list input[type="checkbox"] + label i,
	.myprofily__wrapper .my_company .company-activities-list input[type="radio"] + label i{
		right: auto;
		left: 0;
	}
	.myprofily__wrapper .my_company .company-activity-block__head {
		padding: 10px 70px 10px 15px;
	}
	.myprofily__wrapper .my_company .company-activity-block__head i {
		right: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.myprofily__wrapper .my_company .company-activity-block__head i:before,
	.myprofily__wrapper .my_company .company-activity-block__head i:after {
		width: 20px;
		margin-left: -10px;
	}
	.myprofily__wrapper .my_company .company-activity-block.active .company-activity-block__head i:before {
		width: 11px;
		height: 11px;
		top: 7px;
	}
}

.footer__bottom .attention {
	display: block;
}
.hidden {
	display: none!important;
}
.enter__catalog .logs .label label.button-save-password {
	margin-right: 0;
}
.news__polygraphy,
.catalog__companies,
.companycard__page {
	margin-top: 40px;
}
.news__detail * {
	font-family: inherit!important;
}
.company__image {
	width: 149px;
	height: 149px;
	display: flex;
	align-items: center;
	justify-content: center;
}
label.place-error {
	display: block;
	color: #f00!important;
	margin-left: 20px!important;
	font-size: 13px;
}
input.place-error,
textarea.place-error,
select.place-error {
	border-color: #f00!important;
}
.myprofily__wrapper .myprofile .information .checkboxes .checkbox label.place-error {
	margin-left: 34px;
}
.field-wrap--no-space label.place-error {
	margin-left: 0!important;
}
.myprofile .capt_small_margin {
	margin: 10px 0;
}
.myprofily__wrapper .myprofile .button-save-password {
	margin-top: 5px;
}
.myprofily__wrapper .myprofile .enter__catalog .logs .label {
	align-items: center;
}
.myprofily__wrapper .myprofile .enter__catalog .form [type="submit"] {
	margin-top: 7px;
}
.myprofily__wrapper input[readonly]:not([name="M_REGION"]) {
	border-color: transparent;
	cursor: default;
	background: #e9ecef;
}
.myprofily__wrapper .my_company .label__input label.place-error {
	width: 100%;
    text-align: left;
    margin: 0;
}
.myprofily__wrapper .my_company .label__input label.place-error {
	order: -2;
}
.myprofily__wrapper .upload_image_label .text label {
	width: auto;
	display: block;
	margin: 4px 0;
	text-decoration: underline;
	cursor: pointer;
}
.myprofily__wrapper .upload_image_label .text label:hover {
	text-decoration: none;
}
.myprofily__wrapper .upload_image_label .text label.file-choose {
	color: #3545a7;
}
.myprofily__wrapper .upload_image_label .text label.file-delete {
	color: #f00;
	border-color: #f00;
}
.myprofily__wrapper .upload_image_label .text {
	text-decoration: none;
}
.myprofily__wrapper .upload_image_label {
	cursor: default;
}
.myprofily__wrapper .myprofile select {
    border: 1px solid #2335a1;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    font-style: italic;
    color: #000;
    padding: 5px 10px;

    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.myprofily__wrapper .my_company .label__input select.sm {
    max-width: 250px;
}
.map input {
	border: none!important;
	width: auto!important;
}
.autocomplete-suggestions {
	overflow: auto;
	background: #fff;
	border: 1px solid #2335a1;
}
.autocomplete-suggestion {
	padding: 5px 10px;
	cursor: pointer;
}
.autocomplete-selected {
	background: #f8f8f8;
}
.input-box__datetime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.upload_image_label + .upload_image_label {
	margin-top: 30px;
}
.news-photos {
	overflow: hidden;
	margin-top: 30px;
	margin-left: -8px;
	margin-right: -8px;
}
.news-photos__item {
	display: block;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 16px;
	width: calc((100% / 3) - 16px);
	float: left;
}
.news-photos__item img {
	max-width: 100%;
}
.fancybox-container * {
	color: #fff;
}
.pf-modal * {
	color: #000;
}
.subscribes table td {
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.subscribes table,
	.subscribes table tr,
	.subscribes table td {
		display: block;
		width: auto;
	}
	.subscribes table tr {
		margin-bottom: 10px;
	}
	.subscribes table td {
		padding-right: 0;
	}
}
.subscribes p {
	margin: 10px 0;
}
.subscribes .notetext {
	display: block;
	margin-bottom: 10px;
}
.myprofily__wrapper .myprofile.subscribes .submit.btn-danger {
	background: #950000;
	border-color: #950000;
}
.subscribes table + form {
	margin-top: 20px;
}
.catalog__companies__navigation .cc__navigation__item a {
	display:inline-block;
}
.catalog__companies__navigation .cc__navigation__item a:first-letter,
.catalog__companies &gt; h2:first-letter,
.breadcrumbs__item:first-letter {
	text-transform: uppercase;
}
.providers__list .providers__col .provider__block .provider__list .item.active {
	font-weight: bold;
}
.providers__list .providers__col .provider__block .title:hover {
	text-decoration: none;
}
.welcome__block .profile__head .profile__name__wrapper {
	margin-left: 0;
}
.companycard__page .cb__wrapper .content__block .company__title .site:hover {
	text-decoration: none;
}
.pf-modal .myprofile,
.pf-modal  .myprofily__wrapper {
	margin: 0;
}
.pf-modal .submit {
	color: #fff;
}
.pf-modal {
	width: 500px;
}
.pf-modal .myprofily__wrapper .myprofile .label__input input,
.pf-modal .myprofily__wrapper .myprofile .label__input textarea {
	width: 300px;
	display: block;
}
.pf-modal h3 {
	text-align: center;
}
.myprofile .capt_block.capt_block_small_space {
	margin-bottom: 0;
	margin-top: 10px;
}
.myprofile .capt_block input[name="CAPTCHA"] {
	opacity: 0;
    height: 0!important;
    padding: 0;
    margin: 0;
    display: block;
}
.myprofile .capt_block label.place-error {
	margin-left: 0!important;
}
.myprofile-password-page .myprofily__wrapper .myprofile {
	margin-left: 0;
}
.form-control-links {
	margin-top: 10px;
}
@media screen and (max-width: 600px) {
	.pf-modal {
		width: 100%;
	}
	.pf-modal .myprofily__wrapper .myprofile .label__input textarea {
		margin-left: 0;
	}
	.pf-modal .myprofily__wrapper .myprofile .label__input input, .pf-modal .myprofily__wrapper .myprofile .label__input textarea,
	.pf-modal .myprofily__wrapper .myprofile .label__input .input-box {
		width: 100%;
	}
	.pf-modal .myprofile .capt_block {
		justify-content: flex-start;
	}
}
.page404 {
	margin-top: 40px;
}
.page404 a {
	text-decoration: underline;
}
.page404 a:hover {
	text-decoration: none;
}
.catalog__companies__list .catalog__company__item .company__desc .activity {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.company__image {
	background: #fff;
}
.catalog__company-graylogo {
	filter: grayscale(1);
}


@media screen and (min-width: 767px) {
	.companies__navigation .cn__col:first-child {
		white-space: nowrap;
	}
}

.loading {
    position: relative;
}
.loading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    background: #ffffff 50% 50% no-repeat url('../img/mw__loading.gif');
    opacity: 0.6;
}
.message-place .errortext {
	color: #f00;
}
.message-place .notetext {
	color: #1bc91b;
}
.message-place p {
	margin-top: 10px;
}
.welcome__block.with-border {
	border-bottom: 1px solid #30394d;
	margin-top: 0;
}
.welcome__block.with-border .profile__head {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
	.welcome__block.with-border {
		margin-right: 45px;
	}
}

/* 25.11.2021 */

.footer__bottom .attention {
	display: block;
}

header .mobile__menu {
	position: fixed;
	overflow: auto;
}

@media (max-width: 768px) {
	.welcome__block__add {
		width: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.welcome__block__add {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.profile__head + .welcome__block__add {
		margin-top: -10px;
	}
}

.footer__bottom .a__note .attention,
.footer__bottom .a__note:hover .attention,
.footer__bottom .a__note:active .attention {
	display: block!important;
	font-weight: 400;
}

@media (max-width: 991px) {
	.footer__bottom .a__note .attention {
		position: static;
		max-width: 100%;
		width: auto;
		font-size: 13px;
		line-height: 1.3;
		margin-bottom: 2px;
	}
}
header .mobile__menu .menu__list ul {
	font-size: 0.9em;
	padding-left: 12px;
	margin: 5px 0;
	display: none;
}
header .mobile__menu .menu__list a:not(:only-child):after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 4px solid transparent;
	border-top-color: currentColor;
	margin-left: 10px;
}
header .mobile__menu .menu__list .link.open ul {
	display: block;
}
header .mobile__menu .menu__list .link.open a:not(:only-child):after {
	border-top-color: transparent;
	border-bottom-color: currentColor;
	margin-top: -5px;
}

@media screen and (min-width: 1200px) {
	.breadcrumbs {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}

/* 01.12.2021 */
.comm__block .adv_wrap {
	margin-bottom: 10px;
}
.comm__block .adv_wrap img {
	display: block;
	width: 100%;
	height: auto;
}
.main__comm img {
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1199px) {
	.main__comm img {
		height: 140px;
	}
}
@media (max-width: 991px) {
	.main__comm img {
		height: auto;
	}
}

.simple-page {
	margin-top: 40px;
	color: #30394d;
	margin-right: 100px;
	margin-bottom: 100px;
	font-size: 16px;
	overflow: auto;
}
.simple-page h1 {
	margin-bottom: .6em;
}
.simple-page p {
	margin: 10px 0;
	font-size: 16px;
}
.simple-page img {
	max-width: 100%;
	display: block;
	margin: 20px 0;
}
.simple-page a,
.news__detail a:not(.breadcrumbs a) {
	text-decoration: underline;
	color: #3545a7;
	font-weight: 700;
}
.news__detail a:not(.breadcrumbs a) * {
	color: inherit;
}
.simple-page a:hover,
.news__detail a:not(.breadcrumbs a):hover {
	text-decoration: none;
}
.simple-page ul li {
	list-style: disc;
	list-style-position: inside;
}
.simple-page ol li {
	list-style: decimal;
	list-style-position: inside;
}
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
	margin-bottom: .5em;
}
.simple-page table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #30394d;
	line-height: 1.3;
	margin: 20px 0;
}
.table-responsive {
	margin: 20px 0;
	overflow: auto;
}
.table-responsive table {
	margin: 0;
}
.simple-page table td {
	border: 1px solid #30394d;
	vertical-align: middle;
	padding: 10px;
}
.simple-page table p {
	margin: 0;
}
.simple-page table p + p {
	margin-top: 10px;
}
@media (max-width: 1200px) {
	.simple-page {
		margin-right: 45px;
	}
}
@media (max-width: 992px) {
	.simple-page {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.double-title {
	margin-top: 50px;
}
.news__detail__link-all .source-box {
	margin-bottom: .2em;
}
.news__detail__link-all .source-box a {
	font-style: normal;
}
.checkboxes .checkbox label a {
	color: inherit;
}
.checkboxes .checkbox label a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.news__block .forum {
		padding-right: 30px;
	}
}
/* 08.12.2021 */
.tender__block .tender__list .tender__item .image {
	width: 286px;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767px) {
	.tender__block .tender__list .tender__item .image {
		width: 100%;
		height: auto;
	}
}


.comm__block__2 .adv_wrap img {
	display: block;
	width: 100%;
	height: auto;
}</pre></body></html>