

/* Start:/bitrix/templates/evotor_copy/components/bitrix/search.title/bootstrap_v5/style.min.css?17545453983541*/
#title-search .input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group>.dropdown-toggle:nth-last-child(n+3){border-radius: 22px;}.search-title-button {background-image: url(/bitrix/components/bitrix/search.title/templates/bootstrap_v4/images/icon-search.svg);background-repeat:no-repeat;background-position: center;width: 100%;height: 100%;color: #fff;background-color: var(--bgColor);border: 3px solid var(--bgColor);border-radius: 50%;}body.mobile .search-title-button{width: 40px;height: 40px;margin-left: 15px;}.title-search-result{border:1px solid #ced4da;display:none;overflow:hidden;z-index:205;background-color:#fff;padding:10px;border-radius:3px}.search-title-result-item{border-bottom:1px solid #ddd}.search-title .search-title-result-item:last-child{border-bottom:0}.search-title-result-item-link{font-size:16px;transition:170ms linear all}.search-title-result-item-price{font-size:16px}.search-title-result-item-current-price{font-weight:bold}.search-title-result-item-old-price{font-size:80%;text-decoration:line-through}div.title-search-result {border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:9999;}table.title-search-result {border-collapse: collapse;border:none;width:10%;}table.title-search-result th {background-color:#F7F7F7;border-right:1px solid #e8e8e8;color:#949494;font-weight:normal;padding-top:2px;padding-bottom:2px;padding-left:14px;padding-right:12px;text-align:right;vertical-align:top;white-space:nowrap;width:1%;}table.title-search-result td {background-color:white;color:black;font-weight:normal;padding-top:2px;padding-bottom:2px;text-align:left;white-space:nowrap;}table.title-search-result td.title-search-item {padding-left:8px;padding-right:15px;}table.title-search-result td.title-search-item a {padding-left:4px;padding-right:15px;text-decoration: none;color:black;vertical-align:top;display:block;}table.title-search-result td.title-search-item img {vertical-align:top;}table.title-search-result td.title-search-item b {color:#cf0000;font-weight:normal;}table.title-search-result tr.title-search-selected td ,table.title-search-result tr.title-search-selected a ,table.title-search-result tr.title-search-selected td.title-search-more a {background-color:#fff2be;}table.title-search-result td.title-search-more {font-size:11px;font-weight:normal;padding-right:15px;padding-left:24px;padding-top:0px;}table.title-search-result td.title-search-more a {padding-left:12px;padding-right:15px;text-decoration:none;color:#999999;}table.title-search-result td.title-search-all {padding-left:24px;padding-right:15px;}table.title-search-result td.title-search-all a {padding-left:4px;text-decoration:none;color:#808080;}table.title-search-result td.title-search-separator , table.title-search-result th.title-search-separator {padding-top:0px;padding-bottom:0px;font-size:4px;}div.title-search-fader {display:none;background-image: url('/bitrix/components/bitrix/search.title/templates/.default/images/fader.png');background-position: right top;background-repeat: repeat-y;position:absolute;}#title-search .btn-primary:hover {color: #fff;background-color: #f27e18;border-color: #ddd5ce;}.input-group>#title-search-input.form-control:focus, .input-group>#title-search-input.form-select:focus, .input-group>#title-search-input.form-file .form-file-input:focus ~ .form-file-label{box-shadow: none;border-color: orange;}#title-search .input-group-append {display: block;position: absolute;right: 0px;top: 0px;width: 38px;height: 38px;padding: 2px 3px 3px 2px;margin: 0;}
/* End */


/* Start:/bitrix/templates/evotor_copy/components/bitrix/breadcrumb/.default/style.css?175454540099*/
#breadcrumb a,#breadcrumb i {
    color: white;
    font-size: 0.8em;
	text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/evotor_copy/styles.css?17545454015720*/
h1{font-size: 1.45em; font-weight: normal;  margin:0;padding:0px; margin-bottom: 20px; padding-bottom: 10px;}

h2,h3,h4{ margin:0;padding:0px;font-size:1.15em; margin-bottom:10px; font-weight:normal;}

div#beautymenu {
	argin: 0;
	display: flex;
	width: 100%;
	max-width: 1200px;
	height: 6.6em;
	font-size: 1.em;
	/* padding: 0 2.85em; */
	position: fixed;
	bottom: 0;
	/* right: 0; */
	align-items: flex-start;
	justify-content: center;
	background-color: var(--bgColorMenu);
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	z-index: 9999;
	left: 50%;
	transform: translate(-50%, 0);
}
.menu{
	margin: 0;
	display: flex;
	/* Works well with 100% width  */
	width: 100%;
	max-width: 1200px;
	height: 6.6em;
	font-size: 1.em;
	/* padding: 0 2.85em; */
	position: fixed;
	bottom: 0;
	/* right: 0; */
	align-items: flex-start;
	justify-content: center;
	background-color: var(--bgColorMenu);
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	z-index: 2;
	/* left: 50%; */
	/* transform: translate(-50%, 0); */
}

.menu__item{
	all: unset;
	flex-grow: 1;
	max-width: 70px;
	z-index: 100;
	display: flex;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	align-items: center;
	will-change: transform;
	justify-content: center;
	padding: 2em 0 2em;
	transition: transform var(--timeOut , var(--duration));
}
/* a.menu__item.parent::after {
	content: "+";
	display: block;
	position: absolute;
	top: 2px;
	color: white;
} */
.menu__item::before{	
	content: "";
	z-index: -1;
	width: 4.2em;
	height: 4.2em;
	border-radius: 50%;
	position: absolute;
	transform: scale(0);
	transition: background-color var(--duration), transform var(--duration);
	}

.menu__item.active<.menu__item:hover {
	transform: translate3d(0, -.8em , 0);
}

.menu__item.active::before,.menu__item:hover::before{	
	transform: scale(1);
	background-color: var(--bgColorItem);
}
.menu>a.menu__item>span {
	position: absolute;
	bottom: 0.4em;
	color: white;
	font-size: 0.7em;
}
.icon{
	width: 2.6em;
	height: 2.6em;
	stroke: white;
	fill: transparent;
	stroke-width: 1pt;
	stroke-miterlimit: 10;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 400;
}
.menu__item.active .icon, .menu__item:hover .icon {
	animation: strok 1.5s reverse;	
}
@keyframes strok {
	100% {
		stroke-dashoffset: 400;
	}
}
.menu__border{left: 0;bottom: 99%;width: 10.9em;height: 2.4em;position: absolute;clip-path: url('/bitrix/templates/kkmshop_copy/#menu');will-change: transform;background-color: var(--bgColorMenu);transition: transform var(--timeOut , var(--duration));}
.svg-container {

	width: 0;
	height: 0;
}
div.sub-menu {
	width: 100%;
	/* position: relative; */
	box-sizing: border-box;
	display: block;
	position: fixed;
	/* max-width: 1200px; */
	left: 0;
	top: 200%;
	/* overflow: hidden; */
	height: 100%;
	z-index: 8888;
	padding: 1em 1em 135px;
	color: white;
	background: #2e2e2e;
	transition: all 0.5s ease;
	left: 0;
	right: 0;
	/* transform: translate(-50%, 0); */
}
.sub-menu.active {
	/* bottom: 0; */
	top: 0;
	/* margin-bottom: 99px; */
	transition: all 0.5s ease;
	/* overflow-y: auto; */
}
.bottom-menu-left {
    display: block;
    position: absolute;
    top: 0;
    bottom: 135px;
    overflow-y: auto;
}
div#popup-content {
	/*	 display: flex;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #602a07e3;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	z-index: 99999;*/
	display:none;
	width: 400px;
	border-radius: 17px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	z-index: 8893;
	background: white;
	color: black;
	height: auto;
	padding: 0;
}

#popup-content .modal-dialog {
	margin: 0;
	padding: 0;
}	
.modal-header .btn-close {
	width: 32px !important;
}
.mf-text {
    color: black;
    font-size: 13px;
    padding: 10px 5px 0 5px;
    font-weight: 800;
}
div#popup-content label{
	color:black;
}
div#popup-content *{
	width:100%;
}
div#popup-content form{
	width: 100%;
	display: block;
	margin: 0 auto;
	color: white;
}
div#popup-content h2{
	width:100%;
	display:block;
	margin:0 auto;
	color: #2a1d0c;
	font-size: 1.2em;
	font-weight: 900;
}
div#popup-content form input, div#popup-content form textarea{
	/* border: 2px solid #000000;
	border-radius: 24px;
	font-size: 1em;
	color: black;
	padding: 5px 10px;
	box-shadow:none; */
}
.bootstrap.mb-4{
	margin-bottom: 0px !important;
}
.hidden{display:none;}
div#overlay {
	display: none;
	background: rgb(48 48 48 / 91%);;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 8880;
}
footer div.mfeedback {}
footer div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
footer input, div.mf-email input {width:60%;
    border-radius: 20px;}
footer div.mf-message textarea {width: 60%;
    border-radius: 20px;}
footer span.mf-req {color:red;}
footer div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
footer input.btn.btn-primary {
    background-color: #fe7924;
    color: white;
    border-radius: 20px;
    border: none;
	margin-top:20px;
}
footer .form-control:focus{box-shadow:none;}
#popup-content [type="submit"]{
	margin-top:20px;
	color: white;
}
#popup-content [type="submit"]:not(:disabled) {
	/* background: var(--bgColorSendButton);
	border: 2px solid var(--bgColorSendButton); */
}
@media screen and (max-width: 50em) {
	.menu{
		/* font-size: .8em; */
	}
	div.bottom-menu-left div.bottom-menu-title{
		font-size:7vw;
	}
	div.bottom-menu-left ul li a{
		font-size:6vw;
	}
}
.section-list-service img {
	max-width: unset;
}
.news-item a {
	color: black;
}
.news-item a:hover {
	color: #e74c3c;
}
/* End */


/* Start:/bitrix/templates/evotor_copy/template_styles.css?175454540129082*/
html {
	box-sizing: border-box;
	--bgColorMenu: #FF7800;
	--duration: .7s;
	--bgColor: #fe7924;
	--bgColorSendButton: #82b745;
	--radiusR1: 300px;
	--radiusR2: 150px;
}

img {
	max-width: 100%;
}

.ring {
	position: absolute;
	display: inline-block;
	margin: 1em;
	border-radius: 50%;
	vertical-align: middle;
	z-index: 0;
}

.ring-1 {
	right: 1vw;
	top: 0;
	width: var( --radiusR1);
	height: var( --radiusR1);
	border: 4.5em solid #ffffff;
	animation: animate 12s linear infinite;
}

.ring-2 {
	right: 17em;
	bottom: 1em;
	width: var(--radiusR2);
	height: var(--radiusR2);
	border: 2em solid #ffffff;
	animation: animate 16s linear infinite;
}

/* Start:/bitrix/templates/info_light_blue/styles.css?1659363662202*/
/* h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	padding-bottom: 10px;
} */

/* h2,h3,h4 {
	margin: 0;
	padding: 0px;
	font-size: 1.15em;
	margin-bottom: 10px;
	font-weight: normal;
} */
/* End */


/* Start:/bitrix/templates/info_light_blue/template_styles.css?165942224715565*/
body {
	min-height: 100vh;
	height: fit-content;
	display: flex;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	/* font-size: 15px; */
	/* font-family: Arial, Helvetica, sans-serif; */
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
	align-content: space-between;
	flex-direction: column;
}

a:hover {
	text-decoration: none;
}

.hr {
	border-bottom: 1px solid;
	height: 1px;
	font-size: 1px;
	margin-bottom: 20px;
}

.br {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

span.small-grey {
	font-size: 0.90em;
}

#page-wrapper {
	min-height: 100%;
	margin: 0 auto;
	min-width: 1104px;
	max-width: 1280px;
}

span.grey {
	display: block;
	margin-left: -14px;
	padding: 6px 14px;
}

/* BANNER */
#banner-top {
	text-align: center;
	margin-top: 5px;
}

#banner-left {
	text-align: center;
	margin-bottom: 20px;
}

#banner-left-two {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* HEADER */
#header {
    position: relative;
    margin: 0;
    /* height: 80px; */
    padding: 20px 0 0;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#header-title {
	height: 40px;
	font-size: 1.8em;
	margin-left: 39px;
	font-weight: bold;
}

#header-title a {
	text-decoration: none;
}

.header-phone-block {
	display: flex;
	flex-direction: column;
}

.header-phone-block>a {
	text-decoration: none;
	font-weight: 600;
	font-size: 1.25em;
	padding: 7px 20px;
	border-radius: 17px;
	text-align: center;
}

.header-phone-block span {
	text-align: center;
	font-size: 0.78em;
	color: black;
	font-weight: 700;
}

.middle-header-block {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.title-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding: 15px 20px;
    margin: 20px 0 20px 0;
    overflow: hidden;
	background-color: #ff4f19;
    border-radius: 20px;
}

#breadcrumb {
	padding: 5px 10px;
	border-radius: 21px;
	background: #0000001f;
	z-index: 999;
}
/* AUTH */
#header-auth {
/* position:absolute; *//* right:20px; *//* top:5px; */
	font-size: 0.85em;
	text-align: right;
	padding: 5px 10px;
	display: none;
}

#header-auth a {
	margin-left: 20px;
}

div#header-logo {
	font-size: 2em;
	font-weight: 800;
}

div#header-logo a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	color: #fe7924;
}

div#header-logo a>span {
	font-size: 0.5em;
}

div#header-logo a>span:first-child {
	font-size: 44px;
	line-height: 0.7em;
}

.logoname {
	font-size: 44px;
}

.logodescr {
	font-size: 0.5em;
}

.title-block>h1 {
	padding: 0px;
	/* text-shadow: 1px 1px 0px #fe7924; */
	border-radius: 21px;
	background: #fe792400;
	z-index: 999;
	color: #fff;
	/* font-weight: 400; */
}
/* BODY */
#page-body {
/* margin-left:37px; *//* margin-right:30px; *//* margin-bottom: 185px; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}

table td.page-left, table td.page-right {
	vertical-align: top;
	padding: 20px 0;
}

table div.page-right {
	margin-left: 20px;
/*width:450px;*/;
}

div.hr-title {
	margin-bottom: 15px;
}

.way-me h3 {
	font-weight: 800;
	color: black;
}

.way-me {
	text-align: center;
	width: 200px;
	background: white;
	padding: 20px 10px;
	min-height: 278px;
	font-weight: 600;
	color: black;
	border-radius: 20px;
}
.way-me>img{
	margin-bottom:20px
}
/* FOOTER */
#footer-wrapper {
/* background-color: #f7f7f7; *//* height: auto; *//* padding-top:28px; *//* box-sizing: content-box; *//* position: relative; *//* bottom: 0; */
	margin: 0 auto;
/* left: 50%; *//* transform: translateX(-50%); */
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: flex-start;
	justify-content: space-around;
}

#footer-wrapper div.copyright {
	position: absolute;
	right: 50px;
	bottom: 50px;
	font-size: 0.9em;
}

.footer * {
	color: black;
	font-weight: bold;
}

.footer h3 {
	text-transform: uppercase;
	font-size: 0.8em;
}

.footer a {
	color: black;
	font-size: 0.8em;
}

/* MAIN MENU */
#main-menu {
margin-bottom:5px;
/* margin-left:30px; *//* max-width: 99%; *//* min-width: 1076px; *//* padding-top:7px; *//* overflow: hidden; *//* height:25px; */
}

#main-menu ul {
	display: flex;
	list-style-type: none;
	overflow: hidden;
	margin: 0 20px 0 0;
	padding: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
}

#main-menu li {
	margin: 0;
	padding: 0;
	height: 27px;
}

#main-menu li a {
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
	line-height: 27px;
}

#horizontal-multilevel-menu li a.root-item,#horizontal-multilevel-menu li a.root-item:hover,#horizontal-multilevel-menu li a.root-item-selected {
	padding: 0 12px;
	border-radius: 15px;
}

#horizontal-multilevel-menu, #horizontal-multilevel-menu ul {
	background: none;
}

/* BOTTOM MENU */
div.bottom-menu {
	position: absolute;
	right: 40px;
}

div.bottom-menu ul {
	margin: 0;
	padding: 0;
}

div.bottom-menu ul li {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	font-size: 0.9em;
	float: left;
}

/* BOTTOM MENU LEFT */
div.bottom-menu-one {
	position: absolute;
	left: 50px;
	width: 130px;
	min-width: 20px;
}

div.bottom-menu-two {
	position: absolute;
	left: 185px;
	min-width: 20px;
}

div.bottom-menu-three {
	position: absolute;
	left: 320px;
	min-width: 20px;
}

div.bottom-menu-four {
	position: absolute;
	left: 455px;
	min-width: 20px;
}

div.bottom-menu-left ul {
	margin: 0;
	padding: 0;
}

div.bottom-menu-left ul li {
	font-size: 0.90em;
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	font-size: calc( 14px + 0.3vw );
}

div.bottom-menu-left ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	font-size: calc( 14px + 0.3vw );
}

div.bottom-menu-left div.bottom-menu-title {
	margin-bottom: 15px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: calc( 15px + 1vw );
}

/* MAIN THEME */
div.main-theme-list {
	margin-bottom: 40px;
}

div.main-theme-list div.main-theme-title {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

div.main-theme-list table td {
	vertical-align: top;
}

div.main-theme-list img.preview_picture {
	margin-right: 20px;
}

div.main-theme-list td.theme-text {
	width: 100%;
}

div.main-theme-list div.main-theme-name {
	font-size: 1.25em;
	margin-bottom: 10px;
}

div.main-theme-list div.main-theme-name a {
	text-decoration: none;
	font-weight: bold;
}

div.main-theme-list div.theme-news-list span.news-date-time {
	font-size: 0.75em;
}

div.main-theme-list div.theme-news-list a {
	text-decoration: none;
}

div.main-theme-list div.theme-news-list a:hover {
	text-decoration: underline;
}

div.main-theme-list div.theme-news-list div.theme-news-item {
	margin-bottom: 10px;
}


/* MAIN NEWS */
div.main-news-list div.news-item {
	margin-bottom: 30px;
}

div.main-news-list div.main-news-title {
	margin-bottom: 15px;
}

div.main-news-list div.news-picture {
	margin-right: 16px;
	width: 138px !important;
	float: left;
	text-align: center;
	padding-top: 2px;
}

div.main-news-list div.news-name {
	margin: 5px 0 !important;
	font-size: 1.15em !important;
}

div.main-news-list div.news-name a {
	text-decoration: none;
}

div.main-news-list div.news-name a:hover {
	text-decoration: underline;
}

div.main-news-list span.news-preview-text {
	font-size: 0.91em !important;
}

div.main-news-list div.news-text-pict {
	margin-left: 140px !important;
}

div.news-list div.main-news-list {
	margin-top: 0	!important;
}

/* NEWS LIST */
div.news-list div.news-item {
	margin-bottom: 30px;
}

div.news-list div.news-text-pict {
	margin-left: 98px;
}

div.news-list div.main-news-title {
	margin-bottom: 15px;
}

div.news-item span.news-date-time {
	font-size: 0.75em;
}

div.news-list div.news-picture {
	margin-right: 16px;
	float: left;
	min-width: 82px;
	text-align: center;
	margin-top: 2px;
}

div.news-list div.news-name {
	margin-bottom: 2px;
	font-size: 1em;
}

div.news-list div.news-name a {
	text-decoration: none;
}

div.news-list div.news-name a:hover {
	text-decoration: underline;
}

div.news-list span.news-preview-text {
	font-size: 0.90em;
}

div.news-list span.news-show-property {
	font-size: 0.75em;
}


/* NATIONAL NEWS */
div.national-news div.news-text {
	font-size: 0.85em;
}

div.national-news div.news-picture {
	margin-right: 10px;
}

div.national-news a {
	text-decoration: none;
}

div.national-news span.news-show-counter {
	font-size: 0.90em;
}

div.national-news div.news-item-left {
	margin-right: 10px;
}

/* DETAIL NEWS */
div.news-detail div.news-text {
	margin-top: 10px;
}

div.news-detail div.news-picture {
	margin-right: 16px;
	float: left;
	text-align: center;
	padding-top: 2px;
}

div.news-detail span.news-date-time {
	font-size: 0.75em;
}

div.news-detail-back {
	font-size: 0.85em;
	margin: 10px 0;
}

div.news-detail-theme {
	margin: 15px 0 15px 0;
	padding-top: 15px;
}

div.news-detail-theme div.news-theme-title {
	margin-bottom: 10px;
}

div.news-detail div.news-theme-date {
	font-size: 0.75em;
	float: left;
	width: 131px;
	text-align: right;
}

div.news-detail div.news-theme-url {
	font-size: 0.90em;
	margin-left: 138px;
}

div.news-detail div.news-theme-item {
	margin: 3px 0;
}

div.news-detail div.news-property {
	margin-top: 10px;
	font-size: 0.85em;
}

div.news-detail div.news-detail-share {
	float: right;
	margin-right: 110px;
	margin-top: -31px;
}

/* THEMES */
table.theme-list {
	width: 100%;
}

table.theme-list td {
	padding: 5px 0;
}

table.theme-list td.theme-letter {
	width: 30px;
	font-weight: bold;
}

/* JOB */
div.job-item {
	font-size: 0.9em;
}

div.main-vacancy {
	margin-right: 11px;
}

div.main-resume {
	margin-left: 11px;
}

div.job-item {
	margin-bottom: 3px;
}

div.job-list div.job-list-title {
	margin-left: 55px;
}

div.main-vacancy div.job-list-title, div.main-resume div.job-list-title {
	margin-left: 0;
}

div.job-list ul li {
	list-style-type: none;
	background: url(/bitrix/templates/info_light_blue/images/bullet.gif) left no-repeat;
	padding-left: 15px;
	margin-bottom: 7px;
}

div.job-list ul li span {
	font-size: 0.85em;
}

div.job-section table {
	width: 100%;
}

div.job-section td {
	padding: 5px 10px;
}

div.job-section th {
	padding: 5px 10px;
	text-align: left;
	font-weight: normal;
	font-size: 0.9em;
}

div.job-element div.job-prop-title {
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

div.job-element div.job-prop-text {
	margin-bottom: 20px;
}

/* BOARD */
div.board-section-list ul {
	margin: 0;
	padding: 0;
}

div.board-section-list td {
	font-size: 1.20em;
	vertical-align: top;
	padding-bottom: 20px;
}

div.board-section-list td.td0 {
	padding-right: 20px;
}

div.board-section-list ul li {
	font-size: 0.75em;
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

div.board-section-list span {
	font-size: 0.85em;
}

div.board-section-list a.board-section-selected {
	text-decoration: none;
}

div.board-section span.board-date {
	font-size: 0.85em;
}

div.board-section div.board-title {
	margin-bottom: 8px;
	margin-top: 13px;
	font-weight: bold;
}

div.board-section div.board-text {
	margin-top: 10px;
}

div.board-sections div.hr {
	margin-bottom: 0;
}

/* Navigation */
div.navigation {
	font-size: 100%;
	line-height: 200%;
}

span.navigation-title {
	padding-right: 0.65em;
	font-weight: bold;
}

div.navigation a {
	text-decoration: underline;
	padding: 0.2em 0.3em;
}

span.nav-current-page {
	padding: 0.2em 0.3em;
}

div.navigation span.arrow {
	font-size: 100%;
	font-family: Times, serif;
}

div.navigation span.ctrl {
	font-size: 85%;
}

div.national-news-add {
	float: right;
	margin-top: -40px;
	font-size: 0.85em;
}

/* REVIEWS */
table.reviews-post-table {
	border-top: 0;
	margin-bottom: 1em;
	width: 100%;
}

table.reviews-post-table div.reviews-text {
	padding-top: 0.40em;
}

table.reviews-post-table thead td, table.reviews-post-table tbody td {
	padding-top: 0.20em;
}

div.reviews-add-text {
	text-align: center;
	font-size: 0.9em;
	color: #494949;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.reviews-add-text a {
	color: #494949;
}

table.reviews-post-table table.forum-quote {
	width: 95%;
	margin: 10px 0 0 20px;
}

table.reviews-post-table table.forum-quote th {
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
}

table.reviews-post-table table.forum-quote td {
	padding-left: 10px;
}

/* VOTE */
div.voting-form-box {
	margin-bottom: 20px;
}

div.voting-form-box div.vote-item-title {
	font-size: 0.90em;
}

div.voting-form-box div.vote-answers-list {
	margin: 0 60px 0 20px;
}

div.voting-form-box table.vote-answers-list {
	width: 100%;
}

div.voting-form-box table.vote-answers-list td.vote-answer-name {
	width: 100%;
	border-top: 1px dotted #b2b2b2;
	padding: 5px 0;
	font-size: 0.90em;
	vertical-align: top;
}

div.voting-form-box table.vote-answers-list td.vote-answer-percent {
	padding: 5px;
	border-top: 1px dotted #b2b2b2;
	vertical-align: top;
}

div.voting-form-box table.vote-answers-list td.vote-answer-counter {
	padding: 5px;
	border-top: 1px dotted #b2b2b2;
	vertical-align: top;
}

div.voting-form-box ol.vote-items-list {
	margin: 0 60px 0 20px;
}

div.voting-form-box ol.vote-items-list li {
	border-top: 1px dotted #b2b2b2;
}

div.voting-form-box div.vote-vote-footer {
	margin-left: 20px;
}

/* ADD FORM */
div.data-form div.data-form-line {
	margin-bottom: 20px;
}

div.data-form div.data-form-name {
	margin-bottom: 5px;
}

div.data-form div.data-form-input input, div.data-form div.data-form-input select, div.data-form div.data-form-input textarea {
	padding: 4px;
}

div.data-form div.data-form-input input, div.data-form div.data-form-input textarea {
	width: 90%;
}

div.data-form div.data-form-input input.checkbox {
	width: auto;
}

div.data-form div.data-form-input select {
	width: 255px;
}

div.data-form div.data-form-input #input_date_active_to, div.data-form div.data-form-input #captcha_word, div.data-form div.data-form-input #input_21, div.data-form div.data-form-input #input_24 {
	width: 245px;
}

/* LIST FORM */
table.data-table thead td {
	font-size: 1.10em;
	padding-bottom: 15px;
}

table.data-table {
	width: 100%;
}

table.data-table td {
	padding-right: 20px;
}

table.data-table tfoot td {
	padding-top: 15px;
}

/* BLOG */
.blog-posts {
	width: 100%;
	float: none;
}

div.blog-sidebar {
	width: 100%;
	float: none;
}

div.blog-sidebar-info {
	width: 50%;
	float: left;
}

div.blog-sidebar-calendar {
	width: 50%;
	float: left;
}

div.blog-search-form div.blog-search-text input {
	width: 150px;
}

div.blog-search-form div {
	float: left;
	margin-right: 10px;
}

div.blog-sidebar {
	padding-left: 10px;
}

div.blog-sidebar ul li.blog-search {
	height: 65px;
}

div.blog-sidebar ul {
	padding: 0;
}

div.blog-sidebar ul li {
	list-style-type: none;
}

div.blog-sidebar ul h3 {
	padding-bottom: 10px;
}

div.blog-sidebar ul li.blog-tags ul li, div.blog-sidebar ul li.blog-settings ul li {
	font-size: 0.9em;
}

div.blog-sidebar div.blog-sidebar-calendar ul li.blog-calendar {
	margin-left: 20px;
}

.blog-post {
	margin: 10px 0;
	padding-bottom: 1em;
	padding-right: 0.8em;
}

div.blog-post-meta div.blog-post-info-bottom {
	display: none;
}

.blog-post-title {
	font-size: 1.15em;
	font-weight: normal;
	padding: 0 0 7px 0;
}

.blog-post-info {
	background: none;
	padding: 4px 0;
}

.blog-post-info-back {
	background: none;
	font-size: 0.85em;
	height: 20px;
}

div.blog-post-meta-util, div.blog-post-tag {
	font-size: 0.9em;
}

div.blog-post-current .blog-post-title {
	display: none;
}

div.blog-comment-avatar {
	display: none;
}
/* PHOTO */
div.photo-info-box {
	margin-bottom: 20px;
}

div.photo-header-component, div.photo-header-big {
	font-size: 1.15em;
	font-weight: normal;
	padding: 0 0 7px 0;
	margin-bottom: 0;
}

div.photo-header-big {
	border: 0;
}

div.photo-header-big div.photo-header-inner, div.photo-header-middle div.photo-header-inner {
	margin-bottom: 0;
	padding-bottom: 10px;
}

div.photo-td-left div.photo-controls-buttons ul.photo-controls li a span {
	background: none;
	padding: 0;
	text-align: left;
}

div.photo-td-left div.photo-controls-buttons ul.photo-controls li a {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	width: auto;
	padding: 0;
}

div.photo-td-left div.photo-controls-buttons ul.photo-controls li a:hover {
	text-decoration: none;
}

div.photo-td-left div.photo-controls-buttons ul.photo-controls li {
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	padding-right: 20px;
}

div.photo-td-left div.photo-controls-usermenu {
	margin-bottom: 10px;
}

div.bitrix {
	margin-left: 1.5em;
	margin-top: 3px;
	font-size: 0.80em;
}

div.bitrix a {
	color: #717171;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans-serif;
}

.context {
	width: 100%;
	position: absolute;
	top: 50vh;
}

.context h1 {
	text-align: center;
	color: #fff;
	font-size: 50px;
}

.area {
	background: #4e54c8;
	background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1;
}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	padding: 5%;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

div#page-wrapper\ context {
	display: block;
	width: 100%;
	max-width: 1200px;
	position: relative;
	background: transparent;
	margin: 0 auto;
}

.area .circles>a {
	width: 100%;
	height: 100%;
	display: block;
	background: blueviolet;
	font-size: 0.5%;
}

.area .circles>li>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
	box-sizing: border-box;
	color: black;
	text-align: center;
}

p {
	color: black;
}

h2 {
	color: black;
	font-weight: 700;
}

h2.big.orange {
	color: var(--bgColorMenu);
	font-size: 2em;
}

.two-blocks, .three-blocks, .four-blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	margin: 30px 0;
}
.two-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.three-blocks.icons>.rounded_block  {
	display: flex;
	flex-direction: column;
	font-weight: 900;
	text-align: center;
	font-size: 22px;
	padding: 15px 25px;
}
.three-blocks.icons>.rounded_block>img{
margin-bottom:20px;
}
.rounded_block.border_orange {
	display: flex;
	flex-direction: row;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 25px;
	border: 3px solid var(--bgColorMenu);
	text-decoration: none;
	align-items: center;
	justify-content: space-between;
	margin: 1%;
	align-content: center;
	text-align: center;
	font-weight: 700;
}
.rounded_block.border_orange:hover {
	box-shadow: 0px 0px 5px 0px darkorange;
}
.rounded_block.border_orange li {
	color: #585757;
	line-height: 2em;
	font-weight: bold;
	font-size: 1.1em;
}

.rounded_block.border_orange ul li {
	list-style: square;
}

.rounded_block.border_orange ul {
	padding-left: 30px;
}

.rounded_block.border_orange svg {
	color: darkorange;
	fill: darkorange;
	font-size: 4em;
}

.rounded_block.border_orange ul li::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	color: var(--bgColorMenu);
	display: block;
	font-size: 28px;
	text-align-last: start !important;
}
.two-blocks .rounded_block.border_orange{
    width: 48%;
    text-align: left !important;
    border-color: grey;
    border: 0px solid grey;
    background: #f5f5f5c7;
    margin: 0;
}

.grey-blocks {
	background: #fbfbfb;
	padding: 20px 30px;
}

footer {
	background: #cfcecd;
}

#footer-wrapper {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-around;
}

#footer-wrapper>div {
	display: block;
	position: relative;
	margin: 2%;
	width: 48%;
	border-radius: 20px;
	background: #ffffff;
	padding: 2em 2em 2em;
}

.footer h3 {
	font-size: 1.5em;
	color: #000000;
}

footer div.mfeedback {
}

footer div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
	width: 80%;
	padding-bottom: 0.4em;
}

footer input, div.mf-email input {
	width: 60%;
	border-radius: 20px;
}

footer div.mf-message textarea {
	width: 60%;
	border-radius: 20px;
}

footer span.mf-req {
	color: red;
}

footer div.mf-ok-text {
	color: green;
	font-weight: bold;
	padding-bottom: 1em;
}

footer input.btn.btn-primary {
	background-color: #fe7924;
	color: white;
	border-radius: 20px;
	border: none;
	margin-top: 20px;
}

footer .form-control {
	border-radius: 20px;
}

footer .form-control:focus {
	box-shadow: none;
}

@media screen and (max-width: 1200px) {
	* {
		color: inherit;
	}

	#header {
		flex-wrap: wrap;
		padding: 20px 20px 0;
	}

	.middle-header-block {
		order: 5;
		width: 100%;
		/* border-top: 1px solid red; */
		padding-top: 10px;
		margin-bottom: 10px;
	}

	#page-body {
		padding: 0px 20px;
	}

	#footer-wrapper {
		padding: 20px 20px 130px;
		/* display: flex; */
		/* flex-direction: column; */
		/* height: auto; */;
	}
}

@keyframes animate {

	0% {
		transform: rotate(0deg) scale(1);
		opacity: 0;
	}

	25% {
		transform: rotate(720deg) scale(2);
		opacity: 1;
	}

	50% {
		transform: rotate(720deg) scale(4);
		opacity: .4;
	}

	75% {
		transform: rotate(720deg) scale(6);
		opacity: .2;
	}

	100% {
		transform: rotate(720deg) scale(8);
		opacity: 0;
	}
}

@media screen and (max-width: 768px) {
	* {
		color: inherit;
	}

	.rounded_block.border_orange {
		margin-bottom: 20px;
	}

	.ring-2 {
		opacity: 0.3;
		animation: animate 12s linear infinite;
	}

	.ring-1 {
		opacity: 0.4;
		animation: animate 25s linear infinite;
	}

	.two-blocks {
		flex-direction: column;
	}
	.three-blocks {
		flex-direction: row
	}
 .four-blocks {
		flex-direction: row;
	}
.two-blocks .rounded_block.border_orange{
    width: 100%;
}
.two-blocks .rounded_block.border_orange:first-child{
	margin-bottom:20px;
}
	.middle-header-block {
		flex-direction: column;
		display: none;
	}

	div#header-logo,.header-phone-block {
		width: 48%;
		margin: 1%;
	}

	.pre-section_list {
		display: none;
	}

	.pre-catalog_top {
		max-width: 100%;
	}

	#footer-wrapper {
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		align-content: space-between;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	#footer-wrapper>div {
		display: block;
		position: relative;
	/* margin: 0 0 2%; */
		width: 48%;
	/* border-radius: 20px; */
	/* background: #efebeb; */
	/* padding: 2em 2em 2em; */;
	}

	.footer h3 {
		font-size: 4vw;
		color: #939393;
	}
}

@media screen and (max-width: 648px) {
	* {
		color: inherit;
	}

	#header {
		flex-wrap: wrap;
		padding: 20px 20px 0;
	}

	.middle-header-block {
		order: 5;
		width: 100%;
		/* border-top: 1px solid red; */
		padding-top: 10px;
		margin-bottom: 10px;
	}

	#page-body {
		padding: 0px 10px;
	}

	#manual .left-side.news-list {
		font-size: 11px;
		padding-right: 10px;
		margin-right: 10px;
	}

	h2.big.orange {
		text-align: center;
	}

	#footer-wrapper {
		padding: 20px 20px 130px;
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		align-content: space-between;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.rounded_block.border_orange {
		margin-bottom: 20px;
	}

	.ring-2 {
		opacity: 0.3;
		animation: animate 12s linear infinite;
	}

	.ring-1 {
		opacity: 0.4;
		animation: animate 25s linear infinite;
	}

	.two-blocks, .three-blocks, .four-blocks {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-evenly;
		align-items: center;
		margin: 20px 0 20px 0;
	}

	.middle-header-block {
		flex-direction: column;
		display: none;
	}

	div#header-logo,.header-phone-block {
		width: 50%;
		margin: 1%;
	}

	#footer-wrapper>div {
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer h3 {
		font-size: 4vw;
		color: #939393;
	}

	#header {
		display: flex;
		flex-wrap: nowrap;
		padding: 20px 20px 0;
		flex-direction: row;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	}

	.middle-header-block {
		order: 5;
		width: 100%;
		/* border-top: 1px solid red; */
		padding-top: 10px;
		margin-bottom: 10px;
	}

	#page-body {
		padding: 0px 10px;
	}

	#footer-wrapper {
		padding: 20px 20px 130px;
		display: flex;
		flex-direction: column;
		/* height: auto; */;
	}
}

@media screen and (max-width: 480px) {
	* {
		color: inherit;
	}

	#header {
		flex-wrap: wrap;
		padding: 20px 20px 0;
	}

	.middle-header-block {
		order: 5;
		width: 100%;
		/* border-top: 1px solid red; */
		padding-top: 10px;
		margin-bottom: 10px;
	}

	#page-body {
		padding: 0px 10px;
	}

	#manual .left-side.news-list {
		font-size: 11px;
		padding-right: 10px;
		margin-right: 10px;
	}

	h2.big.orange {
		text-align: center;
	}

	#footer-wrapper {
		padding: 20px 20px 130px;
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		align-content: space-between;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.rounded_block.border_orange {
		margin-bottom: 20px;
	}

	.ring-2 {
		opacity: 0.3;
		animation: animate 12s linear infinite;
	}

	.ring-1 {
		opacity: 0.4;
		animation: animate 25s linear infinite;
	}

	.two-blocks, .three-blocks, .four-blocks {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-evenly;
		align-items: center;
		margin: 20px 0 20px 0;
	}

	.middle-header-block {
		flex-direction: column;
		display: none;
	}

	div#header-logo {
		width: 50%;
		margin: 1%;
	}
.header-phone-block {
    display: none;
}
	#footer-wrapper>div {
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer h3 {
		font-size: 4vw;
		color: #939393;
	}

	#header {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 20px 0;
		flex-direction: column;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	}

	.middle-header-block {
		order: 5;
		width: 100%;
		/* border-top: 1px solid red; */
		padding-top: 10px;
		margin-bottom: 10px;
	}

	#page-body {
		padding: 0px 10px;
	}

	#footer-wrapper {
		padding: 20px 20px 130px;
		display: flex;
		flex-direction: column;
		/* height: auto; */;
	}
}

div#apps_news_list * {
	text-align: center;
}
/* End */
/* /bitrix/templates/evotor_copy/components/bitrix/search.title/bootstrap_v5/style.min.css?17545453983541 */
/* /bitrix/templates/evotor_copy/components/bitrix/breadcrumb/.default/style.css?175454540099 */
/* /bitrix/templates/evotor_copy/styles.css?17545454015720 */
/* /bitrix/templates/evotor_copy/template_styles.css?175454540129082 */
