

/* Start:/local/templates/main_portal_pages/slick/slick.css?15634798601726*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    z-index:3;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;


    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main_portal_pages/slick/slick-theme.css?15634798603137*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/main_portal_pages/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/main_portal_pages/slick/./fonts/slick.eot');
    src: url('/local/templates/main_portal_pages/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/main_portal_pages/slick/./fonts/slick.woff') format('woff'), url('/local/templates/main_portal_pages/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/main_portal_pages/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
/*.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
*/
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/main_portal/css/all.css?1577285949113805*/
@font-face {
	font-family: 'Conv_MyriadProCondRegular';
	src: url('/local/templates/main_portal/css/../fonts/MyriadProCondRegular.eot');
	src: url('/local/templates/main_portal/css/../fonts/MyriadProCondRegular.woff') format('woff'), url('/local/templates/main_portal/css/../fonts/MyriadProCondRegular.ttf') format('truetype'), url('/local/templates/main_portal/css/../fonts/MyriadProCondRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProBold';
	src: local('☺'), url('/local/templates/main_portal/css/../fonts/MyriadPro-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro';
	src: local('☺'), url('/local/templates/main_portal/css/../fonts/MyriadPro-Regular.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProBoldCond';
	src: local('☺'), url('/local/templates/main_portal/css/../fonts/MyriadPro-BoldCond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_8143';
	src: local('☺'), url('/local/templates/main_portal/css/../fonts/8143.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('/local/templates/main_portal/css/../fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('/local/templates/main_portal/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/local/templates/main_portal/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/local/templates/main_portal/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/local/templates/main_portal/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/local/templates/main_portal/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,
body {
	height: 100%
}
body {
	background: #fff;
	color: #010000;
	font: 14px/21px 'Conv_8143', Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 320px;
}
img {
	border-style: none;
	vertical-align: top;
}
a {
	color: #3468a3;
	text-decoration: none;
	transition: text-decoration .3s, color .3s, background-color .3s, border-color .3s, border .3s;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 500;
}
h1 {font-size: 26px;}
form,
fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
	min-width: inherit;
}
input,
textarea,
select {
	font: 12px/15px Arial, Helvetica, sans-serif;
	outline: none;
	vertical-align: middle;
}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
	display: block;
}
figure {
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
strong, b {
	font-family: MyriadProBold, sans-serif;
	font-weight: normal;
}
.header-block {
	transition: none;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-refresh:before {
	content: "\f021";
}
.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-width: 320px;
}
.mobile-cat{
	display: none;
}
.panel,
.bar {
	padding: 7px 0 10px;
	width: 100%;
}
.panel {
	padding-top: 13px;
}
.holder {
	width: 1244px;
	margin: 0 auto;
}
.top-box:after,
.holder:after {
	content: "";
	display: block;
	clear: both;
}
.top-leftbox {
	float: left;
	width: 40%;
}
.top-rightbox {
	float: right;
	width: 56%;
	margin-left: 3%;
}
.all-serv-link {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	border-bottom: 1px dashed #3468a3;
	font-size: 13px;
	position: relative;
	z-index: 10010;
}
.all-serv-link__wrap{
	margin-right: 33px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.all-serv-link__wrap:hover .all-serv-link,
.all-serv-link:hover {
	text-decoration: none;
	border-bottom: 1px solid #fa8721;
	color: #fa8721;
}
.all-serv-link__wrap:hover::before,
.all-serv-link__wrap:hover::after{
	content: '';
	position: absolute;
	cursor: pointer;
	left: -10px;
	top: 0;
	width: 100%;
	height: 16px;
	padding: 5px 10px 0;    
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	border: solid #3468a3;
	border-width: 1px 1px 0 1px;
	box-sizing: content-box;
}
.all-serv-link__wrap:hover::before{
	z-index: 10000;
}
.all-serv-link__wrap:hover::after{
	box-shadow: 0 0 10px rgba(52,104,163,.49);
	z-index: 9990;

}
/*--------------m-serv---------------*/
.all-serv-link__wrap:hover .m-serv{
	display: block;
}
.m-serv{
	display: none;
	width: 860px;
	position: absolute;
	top: 100%;
	left: -10px;
	background-color: #fff;
	border-radius: 0 5px 5px 5px;
	border: 1px solid #3468a3;
	box-shadow: 0 0 10px rgba(52,104,163,.49);
	font-size: 0;
	z-index: 9999;
	padding: 10px 5px 5px 10px;
}
.m-serv__cat{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.m-serv__cat{
	padding-right: 10px;
}
.m-serv__title{
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	color: #fa8721;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
.m-serv__set{
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: list;
}
.m-serv__list{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}
.m-serv__ref{
	color: #3468a3;
}
/*.m-serv__list:before {
	counter-increment: list;
	content: counter(list) ". ";
	color: #3468a3;
}
*/



.social,
.top-nav {
	display: inline-block;
	vertical-align: middle;
}
.social li,
.top-nav li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.social li {
	margin-right: 4px;
}
.social li a {
	width: 16px;
	height: 16px;
	display: block;
}
.social li a img {
	width: 100%;
	vertical-align: top;
}
.lang {
	float: right;
	font-size: 13px;
}
.lang li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lang li.active{
	text-decoration: underline;
}
.lang li.active a{
	color: initial;
}
.lang li:last-child{
	margin-left: 6px;
}
.lang li:last-child:before {
	content: "";
	position: absolute;
	background: #333;
	width: 1px;
	height: 13px;
	left: -5px;
	top: 3px;
}
.top-nav {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	max-width: 580px;
	align-items: center;
	font-size: 13px;
}
.slogan {
	display: block;
	text-align: center;
	margin-top: -5px;
}
.logo {
	width: 294px;
	font-size: 13px;
	line-height: 21px;
}
.logo a {
	display: block;
}
.boxing {
	width: 290px;
	float: right;
	background: #eaf0f6;
	padding: 8px 5px 8px 12px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}
.boxing svg {
	width: 16px;
	height: 16px;
	margin: -1px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.boxing svg path {
	fill: #3468a3;
}
.submit-form__button,
.btn.orange {
	width: 294px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 8px;
	color: #fff;
	border: none;
	position: relative;
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background-color: #f98721;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
}
.btn.orange {
	font-weight: normal;
	font-family: MyriadProBold, sans-serif;
}
.btn.orange:before {
	content: "+";
	position: absolute;
	top: 0px;
	left: 12px;
	font-size: 25px;
	line-height: 10px;
	bottom: 0;
	margin: auto;
	height: 16px;
}
.submit-form__button:hover,
.btn.orange:hover {
	background-color: #fd9437;
}
.submit-form__button:active,
.btn.orange:active {
	box-shadow: none;
	background-color: #c76b19;
}
#header .btn.orange {
	margin-top: 5px;
}
.searchblock {
	background: #f7f7f7;
	padding: 14px 0;
}
.box-left {
	float: left;
	width: 78%;
	max-width: 936px;
}
.box-leftdiv {
	width: 100%;
}
.box-right {
	margin-left: -290px;
	float: right;
}
.searchblock .box-right {
	width: 290px;
	float: right;
}
.bread-list li {
	display: inline-block;
	vertical-align: top;
	padding-left: 9px;
	position: relative;
	color: #333;
}
.bread-list li a {
	color: #333;
}
.bread-list li:before {
	content: ">";
	position: absolute;
	top: -2px;
	left: -1px;
	font-size: 15px;
	line-height: 20px;
	color: #c3c3c3;
}
.bread-list li.active:before {
	font-weight: normal;
}
.bread-list li:first-child {
	padding-left: 0;
}
.bread-list li:first-child:before {
	display: none;
}
.bread-list li.active {
	font-weight: bold;
}
.bread-list {
	line-height: 17px;
	font-size: 12px;
	position: relative;
	top: 4px;
}
.change {
	color: #3468a3;
	border-bottom: 1px dashed #3468a3;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
}
.change:hover {
	border-bottom: 1px solid #3468a3;
	padding-bottom: 1px;
	text-decoration: none;
}
/*.category-block {
	width: 100%;
}*/
.searchblock .select-boxing {
	width: 34%;
	display: inline-block;
	vertical-align: middle;
}
.select-boxing{
	position: relative;
}
.wrap-boxing{
	display: inline-block;
}
.wrap-boxing:not(.mobile-visible) + .wrap-boxing{
	margin-left: 24px;
}
.wrap-boxing__title{
	display: block;
	text-align: left;
	font-size: 12px;
	color: #a5a5a5;
}
.select-boxing:active,
.select-boxing:focus{
	border: 1px solid #3468a2;
}
.searchblock .select-boxing label {
	width: 64px;
	display: inline-block;
	vertical-align: middle;
}
.select-boxing.select-boxing_head{
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 0 11px; 
}
.select-boxing.select-boxing_head .jq-selectbox__trigger-arrow {
	margin-left: 20px !important;
}
.select-boxing.select-boxing_head .jq-selectbox{
	flex-grow: 1;
}
.select-boxing.select-boxing_head .jq-selectbox .jq-selectbox__select {
	padding: 7px 5px;
}
.searchblock .select-boxing {
	background: #fff;
}
.jq-selectbox {
	width: 227px;
	/*border:1px solid #a5a5a5;
	border-radius: 5px;*/
	
	background: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	position: static !important;
}
.jq-selectbox .jq-selectbox__select {
	padding: 7px 5px;
}
.jq-selectbox.initial .jq-selectbox__select-text {
	color: #a5a5a5;
	font: 14px/21px 'Conv_8143', Arial, Helvetica, sans-serif;
}
.jq-selectbox.changed .jq-selectbox__select-text,
.jq-selectbox.focused .jq-selectbox__select-text,
.jq-selectbox.dropdown.opened .jq-selectbox__select-text {
	color: #333;
}
.jq-selectbox__trigger {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
}
.jq-selectbox__trigger-arrow {
	background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat 0 0;
	width: 16px;
	height: 11px;
	margin-top: 11px;
	margin-left: 8px !important;
}
.opened .jq-selectbox__trigger-arrow {
	background-position: 0 -20px;
}
.jq-selectbox__dropdown {
	border: 1px solid #3468a2;
	border-radius: 5px;
	background: #fff;
	width: 100% !important;
	margin-top: 5px;
	right: 0;
	z-index: 100;
}
.jq-selectbox__dropdown li {
	padding: 2px 11px;
	cursor: pointer;
}
.jq-selectbox__dropdown li:hover,
.jq-selectbox__dropdown li.sel.selected {
	background: rgba(52, 104, 162, .1);
}
.search-box {
	display: inline-block;
	vertical-align: middle;
	width: 63%;
	position: relative;
	margin-left: 2%;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	float: right;
}
.search-box input[type="search"] {
	height: 36px;
	font: 14px/20px 'Conv_8143', Arial, Helvetica, sans-serif;
	padding: 7px 40px 7px 40px;
	border-radius: 5px;
	border: 0;
	width: 100%;
}
.search-box input[type="search"]::-webkit-input-placeholder {
	color: #555555;
}
.search-box input[type="search"]::-moz-placeholder {
	color: #555555;
}
/* Firefox 19+ */

.search-box input[type="search"]:-moz-placeholder {
	color: #555555;
}
/* Firefox 18- */

.search-box input[type="search"]:-ms-input-placeholder {
	color: #555555;
}
.search-box input[type="submit"] {
	float: right;
	width: 140px;
	color: #fff;
	cursor: pointer;
	background: #3468a3;
	border: 0;
	border-radius: 3px;
	background-color: #3468a2;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	height: 36px;
	font: 16px/20px 'MyriadProBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-appearance: none;
}   
.btn.subscribe:hover,
.search-box input[type="submit"]:focus,
.search-box input[type="submit"]:hover {
	background-color: #437bba;
}
.btn.subscribe:active,
.search-box input[type="submit"]:active{
	background-color: #295381;
	box-shadow: none;
}
.search-box div:before {
	content: "";
	position: absolute;
	background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -78px 0;
	width: 16px;
	height: 16px;
	top: 10px;
	left: 13px;
}
.search-box div {
	position: relative;
	overflow: hidden;
}
.search-box .keyboard {
	display: block;
	position: absolute;
	background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -35px 0;
	width: 25px;
	height: 16px;
	top: 10px;
	right: 11px;
	cursor: pointer;
}
.checkbox {
	width: 117px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.category-block .inp-box {
	width: 794px;
	display: inline-block;
	vertical-align: middle;
}
.category-block .inp-box .select-boxing {
	width: 183px;
}
.category-block .inp-box .select-boxing label {
	width: 42px;
}
.inp-box .select-boxing .jq-selectbox {
	width: 113px;
}
.inp {
	display: inline-block;
	vertical-align: middle;
	width: 164px;
	margin-left: 19px;
	border: 1px solid #a5a5a5;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	padding: 7px 5px 7px 10px;
	background: #fff;
}
.inp>input {
	display: inline-block;
	vertical-align: middle;
	width: 83px;
	border: 0;
}
.inp>label {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	color: #555555;
	font-size: 14px;
}
.inp-box input[type="submit"] {
	width: 213px;
	color: #fff;
	cursor: pointer;
	background: #3468a3;
	border-radius: 5px;
	border: 0;
	border-bottom: 2px solid #2a5382;
	height: 36px;
	font-size: 16px;
	float: right;
}
#sidebar {
	width: 290px;
	float: right;
	margin-left: -290px;
}
/*#sidebar>.img-box {*/
#sidebar .img-box {
	margin-bottom: 10px;
}
.cycle-gallery {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.cycle-gallery .mask {
	overflow: hidden;
	width: 100%;
}
.cycle-gallery .slideset {
	float: left;
	width: 9999px;
}
.cycle-gallery .slide {
	float: left;
}
.cycle-gallery .slide img {
	width: 100%;
	vertical-align: top;
}
.tab-fade__wrap .slick-dots,
.pagination {
	width: 100%;
	bottom: 6px;
	left: 0;
	position: absolute;
	text-align: center;
}
.tab-fade__wrap .slick-dots li,
.pagination li {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #3567a1;
	border-radius: 50%;
}
.tab-fade__wrap .slick-dots li + li{
	margin-left: 4px;
}
.pagination li + li{
	margin-left: 2px;
}
.tab-fade__wrap .slick-dots li button,
.pagination li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	position: relative;
	border-radius: 50%;
}
.tab-fade__wrap .slick-dots li.slick-active button,
.pagination li.active a {
	display: block;
}
.tab-fade__wrap .slick-dots li:hover button:before,
.tab-fade__wrap .slick-dots li.slick-active button:before,
.pagination li:hover a:before,
.pagination li.active a:before {
	background: #3468a3;
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 6px;
	height: 6px;
}
#content {
	float: left;
	margin-right: 312px;
}
.content-holder {
	overflow: hidden;
	margin-top: -10px;
	padding-top: 10px;
}
#main {
	padding: 0;
}
.img-holder {
	margin-bottom: 11px;
	overflow: hidden;
}
.img-holder .info-title {
	background: #3468a3;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	padding: 4px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.banner-box {
	border: 1px solid #ccc;
	margin-bottom: 11px;
	padding: 4px;
}
.foto-list {
	margin-left: -7px;
	overflow: hidden;
}
.foto-list li {
	border: 1px solid #ccc;
	width: 135px;
	float: left;
	margin-left: 11px;
	margin-bottom: 10px;
}
.imgblock li a,
.foto-list li a {
	background: #fbfbfb;
	display: block;
}
.foto-list li a{
	padding: 5px;
}
.imgblock li a{
	padding: 3px 5px;
}
#sidebar img {
	vertical-align: top;
}
.info {
	background: #deeeff;
	padding: 6px 10px 10px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
.list {
	overflow: hidden;
}
.list li {
	padding-left: 8px;
	position: relative;
	font-size: 14px;
	line-height: 21px;
}
.list.list_s-f li{ 
	font-size: 12px;
	line-height: 18px;
}
.list__title{
	font-weight: bold;
	font-family: 'MyriadProBold', Arial, sans-serif;
}
.list li:before {
	content: "";
	position: absolute;
	background: #333;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: 8px;
	left: 2px;
}
.info>span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	margin-bottom: 8px;
}
.info>p {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 35px;
}
.btn.orange.place {
	width: auto;
	margin: 0 auto;
	display: block;
	line-height: 18px;
	padding: 8px 38px;
	max-width: 100%;
}
.btn.orange.place::before{
	display: none;
}
/*.col {
	width: 31.3%;
}
.col {
	margin: 0 1%;
	float: left;
}*/
.three-columns {
	overflow: hidden;
	/*margin: 0 -1%;*/
	-moz-column-count: 3;
	-webkit-column-count: 3; 
	column-count: 3;
	column-gap: 25px;
}
.col-box ul li span {
	color: #a5a5a5;
	margin-left: 3px;
	font-size: 12px;
	line-height: 14px;
}
.title-col {
	color: #3468a3;
	font-size: 21px;
	line-height: 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 17px;
}
.col-box {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 22px;
	display: inline-block;
	width: 100%;
}
.col-box .title-col>span {
	width: 36px;
	min-width: 36px;
	height: 36px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-right: 22px;
}
.col-box .title-col>strong {
	font-family: 'Conv_MyriadProCondRegular';
	font-weight: 400;
}
.col li {
	position: relative;
	padding-left: 8px;
}
.col li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 8px;
	left: 0;
	background: #333;
}
.house .title-col>span {
	background: #3e8f46;
}
.title-col>span img {
	max-width: 24px;
	max-height: 28px;
}
.educ .title-col>span {
	background: #883e8f;
}
.business .title-col>span {
	background: #3752aa;
}
.ad .title-col>span {
	background: #8f3e57;
}
.child .title-col>span {
	background: #83c647;
}
.equip .title-col>span {
	background: #b5471c;
}
.lease .title-col>span {
	background: #29b3a1;
}
.lawyer .title-col>span {
	background: #896811;
}
.avto .title-col>span {
	background: #0e6c5e;
}
.tourism .title-col>span {
	background: #4395bb;
}
.clothes .title-col>span {
	background: #737200;
}
.animals .title-col>span {
	background: #735700;
}
.connexion .title-col>span {
	background: #f65959;
}
.work .title-col>span {
	background: #001c64;
}
.medicine .title-col>span {
	background: #00c377;
}
.cosmetology .title-col>span {
	background: #5ab8e4;
}
.magic .title-col>span {
	background: #435400
}
.repairs .title-col>span {
	background: #5b3e01;
}
.services .title-col>span {
	background: #b32957;
}
.public .title-col>span {
	background: #bc6600;
}
.btn-block .btn.orange {
	/*float: left;*/
	margin-right: 25px;
}
.btn-block {
	margin-bottom: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.btn-block.btn-block_main-p{
	/*width: 98.5%;*/
}
.btn-block .subscribe-box {
	/*overflow: hidden;*/
	background: #eaf0f6;
	border-radius: 5px;
}
.btn.subscribe {
	float: right;
	width: 190px;
	background: #3468a3;
	border-radius: 5px;
	border: 0;
	border-bottom: 2px solid #2a5382;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 8px;
	cursor: pointer;
	font-weight: normal;
	font-family: MyriadProBold, sans-serif;
}
.btn-block p {
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 4px 9px;
	margin: 0;
}
.btn-block p span{
	display: block;
}
#content .banner-box {
	padding: 0;
	border: 0;
	margin-bottom: 23px;
	overflow: hidden;
}
#content .banner-box a{
	display: block;
}
#content .banner-box a img{
	display: block;
	width: 100%;
}
.popular-line li span,
.list li span {
	color: #555555;
	font-size: 12px;
	margin-left: 4px;
}
.two-cols>li {
	float: left;
	width: 46%;
	font-size: 12px;
}
.two-cols>li:first-child {
	margin-right: 8%;
}
.two-cols .list li {
	font-size: 12px;
}
.ad-section {
	margin-left: -2%;
	margin-right: -1%;
}
.ad-section>li {
	width: 30.8%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
.popular-line li {
	display: inline-block;
	margin-right: 7px;
	list-style-type: none;
	counter-reset: item;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.img-holder .img-box {
	background: #deeeff;
	border-radius: 0 0 5px 5px;
	margin-bottom: 0;
	/**/
	overflow: hidden;
	position: relative;
	height: 170px;
}
.img-holder .img-box img {
	display: block;
	margin: 0 auto;
/*	max-height: 160px;*/
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 215px;
	width: 290px;
}
.news-sec {
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.news-sec:last-child {
	border: 0;
	margin-bottom: -12px;
	padding-bottom: 0;
}
.news-sec p {
	line-height: 18px;
	margin: 0 0 5px;
}
.news-sec p span {
	color: #555555;
}
ol {
	padding: 0 0 0 15px;
}
.all-link {
	font-size: 12px;
	line-height: 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 13px;
}
.all-link:after {
	content: ">";
	margin-left: 4px;
	position: absolute;
	top: 0;
	right: -12px;
}
.popular-line li span {
	margin-left: 3px;
}
.ad-section .img-holder {
	margin-bottom: 22px;
}
.ad-section .img-holder .img-box {
	border-radius: 5px;
}
.seo-box {
	position: relative;
}
.seo-box .text {
	max-height: 300px;
	overflow: hidden;
	padding-top: 19px;
	position: relative;
	transition: all .8s;
}
.seo-box strong,
.seo-box h2,
.seo-box h1 {
	font-size: 21px;
	line-height: 25px;
	margin: 0 0 25px;
	font-family: 'Conv_MyriadProCondRegular';
	font-weight: 400;
}
.seo-box p {
	font-size: 14px;
	line-height: 21px;
}
.seo-box p + p {
	margin-top: 20px;
}
.text__section{
	margin-bottom: 35px;
	display: block;
}
.read-more {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	font-size: 14px;
}
.seo-box .text.expand {
/*	max-height: 90em;*/
	max-height: 100%;
}
.read-more span {
	color: #3468a3;
	border-bottom: 1px dashed #3468a3;
	position: relative;
	padding-right: 13px;
	cursor: pointer;
}
.read-more span:hover{
	border-bottom: 1px solid #3468a3;
}
.read-more span:after {
	content: "";
	position: absolute;
	background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -106px 0;
	width: 9px;
	height: 6px;
	top: 6px;
	right: 0px;
}
.read-more span.active:after{
	transform: rotate(180deg);
}
.seo-box .text:after {
	/*transition: background 3s;*/
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
}
.seo-box .text.expand:after{
	background: transparent;
}
.footer-panel {
	background: #ececec;
	padding: 20px 0 5px;
}
.footer-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 32px;
	border-bottom: 1px solid #ccc;
}
.footer-list>li {
	/*max-width: 210px;*/
	width: 19%;
}
.footer-list>li + li {
	margin-left: 2.5%;
}
.footer-list li {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 7px;
}
.footer-list>li:last-child {
	text-align: center;
	width: 21%;
	margin-left: 1.5%;
}
.foot-box + .foot-box{
	margin-top: 35px;
}
.footer-list .title-foot {
	font-family: 'MyriadProBoldCond', Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	display: block;
	margin-bottom: 5px;
}
.footer-list .social {
	margin: 14px 0 36px;
}
.footer-list address {
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-family: 'Conv_MyriadProCondRegular';
	margin: 0 -5px 15px;
}
.foot-box_normal-font{
   font-family: 'Conv_8143', Arial, Helvetica, sans-serif;
}
.footer-list address span {
	display: block;
	line-height: 24px;
}
.footer-list address span>span{
	display: inline;
}
.footer-list address > span:first-child {
	line-height: 15px;
	margin: 0 -5px;
}
.foot-logo {
	margin-bottom: 12px;
}
.copy {
	color: #555555;
	font-family: 'Conv_MyriadProCondRegular';
}
.info-foot {
	padding-top: 20px;
}
.info-foot strong {
	font-family: 'MyriadProBoldCond', Arial, sans-serif;
	font-size: 16px;
}
.info-foot p{
	font-size: 14px;
	line-height: 21px;
}
.foot-gallery .cycle-gallery {
	max-width: 728px;
	margin: 0 auto 20px;
}
.info-foot {
	padding-bottom: 7px;
}
.skalar {
	margin: 0 0 -4px;
}
.skalar>a {
	display: inline-block;
	vertical-align: middle;
}
.skalar svg {
	fill: #11466a;
	height: 72px;
	width: auto;
}
.skalar svg g,
.skalar svg path {
	fill: #11466a !important;
}
.skalar p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 21px;
}
.foot-bar {
	height: 35px;
	overflow: hidden;
}
.ad-section .info {
	min-height: 178px;
}
#footer .social li {
	margin: 0 3px;
}
#footer .social li a {
	width: 25px;
	height: 25px;
}
.mob-box {
	display: none;
}
.footmob-menu {
	display: none;
}
.header-block .title-heading,
.searchblock .title-heading {
	display: none;
}
.follow-mob {
	display: none;
}
.fixed-block {
	display: none;
}
/*--add-list---*/

.imgblock {
	width: 135px;
	float: left;
	margin-right: 50px;
}
.imgblock li {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.breadcrumbs {
	padding-bottom: 20px;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	color: #555555;
}
.banner-add {
	padding: 0 35px 25px;
}
.banner-add img {
	width: 100%;
}
.content-block {
	overflow: hidden;
	/*padding-right: 15px;*/
	margin-top: -10px;
	padding-top: 10px;
}
.sorting-block {
	font-size: 14px;
	line-height: 21px;
	padding: 8px 0;
	align-self: flex-end;
}
.sorting-block li + li {
	cursor: pointer;
}
.sorting-block li.active{
	cursor: default;
}
.sorting-block li {
	color: #555555;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.sorting-block li span {
	color: #3468a3;
}
.sorting-block li.active > span{
	color: #333;
}
.select-boxing label {
	color: #555555;
	display: inline-block;
	vertical-align: middle;
}
.mobile-visible{
	display: none;
}
.sort-box .jq-selectbox {
	width: 160px;
	border: 0;
	border-radius: 5px;
}
.select-boxing {
	background-color: #fff;
	border: 1px solid #a5a5a5;
	/*padding: 0 11px;*/
	border-radius: 5px;
}
.sort-box .jq-selectbox .jq-selectbox__select {
	padding: 7px 11px;
}
.sort-box .jq-selectbox__trigger-arrow {
	margin-left: 17px;
}
.sort-box {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 5px 20px 13px 25px;
	margin-bottom: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.add-list .img-box {
	float: left;
	width: 188px;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	margin-right: 25px;
}
.add-list .img-box img {
	width: 100%;
}
.add-list:after {
	content: "";
	display: block;
	clear: both;
}
.add-list .listinf {
	margin-bottom: 10px;
}
.add-list .listinf>li {
	padding: 24px 0;
	border-top: 1px solid #ccc;
}
.add-list h1 {
	font-size: 21px;
	line-height: 21px;
	font-family: 'Conv_MyriadProCondRegular';
	color: #555555;
	font-weight: normal;
}
.add-list h1>strong {
	color: #333;
	font-weight: normal;
}
.add-list li .text-box>strong {
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-bottom: 8px;
	font-family: 'Conv_MyriadProCondRegular', Arial, sans-serif;
	position: relative;
	top: -6px;
	font-weight: normal;
}
.add-list li p {
	height: 80px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}
.add-list li p:after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	height: 40px;
	width: 100%;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
}
.add-list .text-box {
	overflow: hidden;
}
.bott-box span {
	display: block;
	font-size: 18px;
	line-height: 35px;
}
.listinf .bott-box span {
	font-size: 14px;
	line-height: 21px;
}
.listinf .bott-box span strong {
	font-family: 'MyriadProBoldCond', Arial, sans-serif;
	font-weight: bold;
}
.red {
	color: #a51f0d;
	font-weight: bold;
}
.bott-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.detpage-block .bott-box{
	flex-flow: column nowrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.bott-box .bottmbox-left {
	/* float: left; */
	min-height: 4.4em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
}
.add-list .bott-box .favor {
/*    float: right;
	margin-top: 40px;*/
}
.bott-box .bottmbox-left strong {
	margin-left: 5px;
}
.bott-box .favor svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.bott-box .favor span {
	font-size: 12px;
	line-height: 16px;
	color: #3468a3;
	display: inline-block;
	vertical-align: middle;
}
.aside-list {
	width: 190px;
	float: left;
	margin-right: 25px;
}
.aside-list .img-box-banner-little {
	margin-right: 26px;
	margin-left: 26px;
}
.aside-list .imgblock {
	float: none;
	margin: 0 auto;
}
.grey-box {
	width: 100%;
	background: #f7f7f7;
	padding: 7px 12px;
	border-radius: 5px;
	margin-bottom: 12px;
}
.grey-box p {
	margin-bottom: 0;
	line-height: 19px;
}
.grey-box strong{
	font-size: 16px;
	font-family: 'MyriadProBoldCond', Arial, sans-serif;
	display: block;
}
.paging {
	margin-bottom: 45px;
}
.paging li.paging__item + li.paging__item{
	margin-left: 9px;
}
.paging li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 24px;
}
.paging li.paging__prev,
.paging li.paging__next{
	margin: 0;
}
.paging li.paging__prev a{
	text-align: left;
}
.paging li.paging__next a{
	text-align: right;
}
.paging li span,
.paging li a {
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	border-radius: 50%;
}
.paging li:hover a,
.paging li.active span {
	background: #f7f7f7;
}
.paging li:hover a {
	text-decoration: none;
}
.paging li a.next,
.paging li a.prev {
	color: #bfbfbf;
}
.paging li a.next:hover,
.paging li a.prev:hover {
	color: #3468a3;
	text-transform: none;
	background: none;
}
.content-block .btn-block p {
	font-size: 12px;
}
.seo-txt {
	padding: 20px 0 10px;
}
.seo-txt.big h2 {
	font-weight: normal;
	font-family: 'Conv_MyriadProCondRegular', Arial, sans-serif;
	margin-bottom: 25px;
} 
.seo-txt.big p{
	margin-bottom: 0;
}
.checkbox input[type=checkbox] {
	display: none;
}
.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	font-size: 13px;
}
.checkbox label:before {
	border-radius: 3px;
	border: 1px solid #a5a5a5;
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);*/
	
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 16px;
}
.searchblock .holder.new {
	padding-top: 25px;
}
.list li.active {
	margin-bottom: 4px;
	padding-left: 0;
}
.list li.active a {
	color: #333;
	font-weight: bold;
	padding: 0;
}
.list li.active:before {
	display: none;
}
.detpage-block {
	border: 1px solid #a5a5a5;
	border-radius: 5px 5px 0 0;
	margin-bottom: 50px;
}
.detpage-block .pagination{
	font-size: 0;
	bottom: 15px;
}
.detpage-block .pagination li + li{
	margin-left: 6px;
}
.detpage-block .img-box {
	position: relative;
	border-bottom: 1px solid #a5a5a5;
	max-width: 738px;
}
.detpage-block .img-box img {
	width: 100%;
}
.btn-prev.tab-fade__btn-prev,
.btn-next.tab-fade__btn-next {
	cursor: pointer;
}
.btn-prev.tab-fade__btn-prev,
.btn-next.tab-fade__btn-next,
.img-box.cycle-gallery .btn-prev,
.img-box.cycle-gallery .btn-next {
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	border-radius: 0 5px 5px 0;
	width: 35px;
	height: 60px;
	background: rgba(255, 255, 255, 0.5);
}
.btn-prev.tab-fade__btn-prev::after,
.btn-next.tab-fade__btn-next::after,
.img-box.cycle-gallery .btn-prev::after,
.img-box.cycle-gallery .btn-next::after{
	content: '';
	background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -103px -104px;
	top: 0;
	bottom: 0;
	left: -2px;
	right: 0;
	margin: auto;
	position: absolute;
	width: 100%;
	height: 100%;
}
.btn-prev.tab-fade__btn-prev:hover,
.btn-next.tab-fade__btn-next:hover,
.img-box.cycle-gallery .btn-prev:hover,
.img-box.cycle-gallery .btn-next:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.btn-next.tab-fade__btn-next,
.img-box.cycle-gallery .btn-next{
	left: auto;
	right: 0;
	border-radius: 5px 0 0 5px;
}
.btn-next.tab-fade__btn-next::after,
.img-box.cycle-gallery .btn-next::after{
	background-position: -131px -61px;
	left: 3px;
}
.detpage-block .img-box .favor {
	position: absolute;
	width: 96px;
	height: 64px;
	top: 0;
	left: 24px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	margin-bottom: 17px;
	z-index: 1;
}
.detpage-block .img-box .favor svg {
	width: 33px;
	height: 33px;
	cursor: pointer;
	position: relative;
	z-index: -1;
}
.detpage-block .img-box .favor svg path {
	fill: #fff;
}
.detpage-block .img-box .favor span {
	display: block;
	text-align: center;
	color: #fff;
}
.der-title {
	font-size: 21px;
	line-height: 24px;
	font-family: 'Conv_MyriadProCondRegular';
	font-weight: normal;
	margin-bottom: 8px;
	display: block;
}
.detpage-block .bottmbox-left {
	margin-bottom: 5px;
}
.detpage-block .bott-box .btn.orange:before{
	display: none;
}
.detpage-block .bott-box {
	padding: 10px 23px;
	margin-bottom: 15px;
}
.click-map {
	font-size: 14px;
	line-height: 21px;
	color: #3468a3;
	margin-left: 5px;
	font-style: normal;
	cursor: pointer;
}
.bottm-list {
	padding-bottom: 15px;
}
.bottm-list li {
	display: inline-block;
	vertical-align: middle;
	color: #555555;
	border-left: 1px solid #a5a5a5;
	line-height: 14px;
	padding-left: 4px;
}
.bottm-list li:first-child {
	padding-left: 0;
	border: 0;
}
.tab__list {
	display: inline-block;
	padding: 9px 15px;
	margin-right: 20px;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
}
.slider.regular3 {
	padding: 0 20px;
}
.slick-slide {
	margin: 0 15px;
}
.slick-slide>img {
	width: 100%;
}
.tab_content {
	position: relative;
}
.tab-block {
	/*max-width: 738px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.slick-prev,
.slick-next {
	background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -5px -60px;
	width: 11px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -16px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	cursor: pointer;
}
.slick-next {
	background-position: -59px -60px;
	left: auto;
	right: 0;
}
.tabs {
	border-bottom: 1px solid #a5a5a5;
	margin-bottom: 20px;
	margin: 0;
	padding: 0 15px;
}
.tabs:after {
	content: "";
	display: block;
	clear: both;
}
.tabs li {
	float: left;
	cursor: pointer;
	width: 23.3%;
	margin: 0 1%;
	border: 1px solid #a5a5a5;
	background: #f7f7f7;
	text-align: center;
	padding: 7px 2px;
	border-radius: 5px 5px 0 0;
	margin-bottom: -1px;
	position: relative;
}
.tabs li.active {
	background: #fff;
	 border-bottom: 1px solid #fff;
	z-index: 9;
}
.tab_container {
	padding: 19px 24px;
}
/*.tabs li.active:before {
	content: "";
	position: absolute;
	background: #fff;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
}*/
.detail-box .add-list h1 {
	color: #333;
	border: 0;
	background: #deeeff;
	padding: 5px 12px;
	line-height: 23px;
	font-size: 21px;
	margin-bottom: 0;
}
.add-list .listinf>li:first-child {
	border-top: 0;
}
.detail-box .btn-block {
	margin-bottom: 45px;
}
.detail-box .add-list {
	padding-bottom: 20px;
}
.characteristic__head {
	background: #f7f7f7;
	padding: 0 15px;
}
.characteristic__text {
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}
.rating.rating_comments {
	padding: 15px 0 20px;
	margin-bottom: 0;
}
.rating__title {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
.rating__list,
.rating__set_prod-rat {
	display: inline-block;
	vertical-align: middle;
}
.rating__fa {
	color: #3468a3;
}
.rating__set_prod-rat {
	font-size: 18px;
}
.submit-form__button {
	width: auto;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 2px;
	font-size: 14px;
	margin-bottom: 20px;
}
.characteristic .form-review {
	width: 100%;
	max-width: 600px;
	display: none;
}
.submit-form__section {
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}
.submit-form_alt .submit-form__input,
.submit-form__wrap_modal .submit-form__input {
	width: 100%;
}
.submit-form__section {
	width: 47.7%;
	float: left;
}
.submit-form__input_style {
	height: 34px;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 2px;
}
.bar-lg-offset-2 {
	margin-left: 4.54545%;
}
.submit-form__textarea {
	width: 100%;
	height: 7em;
	border: 1px solid #a5a5a5;
	padding: 5px 10px;
	resize: none;
	border-radius: 2px;
}
.rating {
	margin-bottom: 6px;
}
.line:after {
	content: "";
	clear: both;
	display: block;
}
.comments {
	border-radius: 2px;
	border: 1px solid #a5a5a5;
	max-height: 780px;
	overflow-y: auto;
	margin-bottom: 20px;
	border-radius: 2px;
}
.comments__box {
	border-radius: 2px;
	margin: 15px 0;
}
.comments__head {
	margin-bottom: 5px;
}
.comments__name {
	font-size: 12px;
}
.bar-lg-offset-1 {
	margin-left: 2.27273%;
}
.line-hieght {
	height: 240px;
	overflow: hidden;
}
.line-hieght.close-rew {
	height: auto;
}
.comments__data {
	font-size: 11px;
	color: #aeaeae;
}
.characteristic__more-review {
	position: relative;
	font-size: 16px;
	cursor: pointer;
}
.bar-lg-offset-2 {
	margin-left: 4.54545%;
}
.characteristic__more-fa {
	margin-left: 10px;
}
.popup {
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	height: 100%;
	display: none;
}
.popup:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.popup-box {
	background: #fff;
	max-width: 500px;
	border-radius: 5px;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.close-box {
	background: #f7f7f7;
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
	top: -12px;
	right: -12px;
	border: 1px solid #a5a5a5;
	text-indent: -9999px;
}
.close-box:after,
.close-box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	height: 15px;
	width: 1px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-box:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-box p {
	font-size: 18px;
	line-height: 24px;
}
.map-box {
	padding: 32px 32px 24px;
}
.map-box iframe {
	width: 100% !important;
}
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5001;
}
#back-top a {
	display: block;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	background: #4877ac;
	width: 40px;
	height: 32px;
	line-height: 32px;
	padding-left: 25px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	position: relative;
}
#back-top a:before {
	content: "";
	background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -139px 0;
	width: 16px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 13px;
}
#back-top a:hover {
	opacity: 0.8;
}

/*----------------------*/

.info__text{
	font-size: 12px;
	line-height: 14px;
}
.info__link{
	margin-right: 8px;
}
.img-box{
	text-align: center;
}
.img-box.img-box_video a{
	display: block;
   margin: 0px auto 6px;
   width: 270px;
   /*height: 200px;*/
}
#sidebar .btn.orange{
	margin-right: 0;
}
#sidebar .btn-block{
	margin-bottom: 10px;
}
.content-block__title, form h3{
	font-size: 21px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}
h1.content-block__title{
	margin-left: 20px;
}
.tab_content__tab-text{
	margin-bottom: 17px;
	line-height: 21px;
	font-size: 14px;
}
.tab-portal__set{
	font-size: 0px;
	padding-right: 5px;
}
.tab-portal__list{
	display: inline-block;
	width: 33%;
	padding: 0 10px 0 11px;
	position: relative;
	margin-bottom: 5px;
	line-height: 0;
}
.tab-portal__list::after{
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 27px;
	line-height: 17px;
	color: #3468A3;
}
.tab-portal__ref{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	/*font-size: 12px;*/
	font-size: 14px;
	line-height: 18px;
}
.tab-portal__text{
	font-size: 13px;
	line-height: 14px;
	color: #555555;
}
/*.content-block_portal{
	width: 715px;
}*/
.tabs.tabs_portal{
	padding: 0;
	margin-right: 4px;
}
.tabs.tabs_portal li:first-child{
	margin-left: 0;
}
.tabs.tabs_portal li{
	width: 16.5%;
	position: relative;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tab_container.tab_container_portal{
	border: 1px solid #a5a5a5;
	border-radius: 0 5px 5px;
	position: relative;
	top: -1px;
}
.tab_container.tab_container_portal .cycle-gallery{
	padding-bottom: 28px;
	margin-bottom: 0;
}
.tab-fade__wrap .slick-dots{
	bottom: 18px;
}
.tab-fade__wrap .slick-dots li button{
	border: 1px solid #a5a5a5;
	text-align: center;
}
.tabs__link{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	line-height: 18px;
}
.imgblock-content .imgblock {
	width: 100%;
	font-size: 0;
	margin-right: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	float: none;
	padding: 0 50px;
}
.imgblock-content .imgblock li{
	display: inline-block;
}
.imgblock-content .imgblock li a{
	min-width: 120px;
	min-height: 120px;
	overflow: hidden;
	padding: 4px;
}
.imgblock-content .imgblock li a img{
	width: 100%;
}
.imgblock-content .imgblock li img{
	display: block;
}
.content-block.content-block_portal .tab-block{
	margin-bottom: 20px;
}
.slide-portal__img-wrap{
	position: relative;
	height: 0;
	padding: 0 0 45%;
	margin-bottom: 20px;
	overflow: hidden;
}
.slide-portal__img-wrap img{
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	/*margin: auto;*/
	/*max-height: 100%;*/
	/*max-width: 100%;*/
	width: 100%;
}
.tab_container_portal .img-box.cycle-gallery .btn-prev, .tab_container_portal .img-box.cycle-gallery .btn-next{
	bottom: auto;
	top: 16%;
}
.slide-portal__text-block{
	text-align: left;
	margin-bottom: 20px;
}
.slide-portal__link,
.slide-portal__text{
	font-size: 14px;
	line-height: 21px;
	position: relative;
}
.slide-portal__text{
	height: 145px;
	overflow: hidden;
	margin-bottom: 0;
}
.slide-portal__text::after{
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	height: 40px;
	width: 100%;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.99) 100%);
}
.slide-portal__link{
	text-decoration: underline;
	margin-top: -8px;
	display: block;
}
.slide-portal__link:hover{
	text-decoration: none;
}
.slide-portal__news-block{
	text-align: left;
	position: relative;
}
.slide-portal__set{
	font-size: 0;
}
.slide-portal__list{
	line-height: 12px;
	width: 50%;
	display: inline-block;
}
.slide-portal__news-text{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	display: block;
}
.slide-portal__news-link{
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	position: relative;
	padding-left: 6px;
}
.slide-portal__list:nth-child(even){
	padding-right: 0;
}
.slide-portal__list:nth-child(odd){
	padding-right: 20px; 
}
.slide-portal__news-link::after{
	content: '\2022';
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 14px;
	line-height: 10px;
	color: initial;
}
.infoblock-content{
	font-size: 0;
}
.infoblock-content__box{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	margin-left: 6px;
}
.infoblock-content__box + .infoblock-content__box{
	margin-left: 1%;
}
.infoblock-content__box .tab-portal__set{
	/*padding: 0;*/
}
.infoblock-content__box .tab-portal__list{
	width: 50%;
}
.infoblock-content__box .info{
	padding: 10px 10px 0px;
}
.tab-portal__set.tab-portal__set_cat .tab-portal__list::after{
	display: none;
}
.tab-portal__set.tab-portal__set_cat .tab-portal__list{
	padding: 0 20px 0 37px;
}
.tab-portal__img-wrap{
	width: 24px;
	height: 24px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.tab-portal__img-wrap img{
	width: 100%;
}
.infoblock-content__box .img-holder{
	margin-bottom: 25px;
}
.slide-portal__news-block.slide-portal__news-block_add .slide-portal__list{
	width: 50%;
	display: block;
}
.slide-portal__news-block.slide-portal__news-block_add .slide-portal__list + .slide-portal__list{
	margin-top: 10px;
}
.nwesblock{
	border-radius: 5px;
	border: 1px solid #a5a5a5;
	padding: 20px;
	margin-bottom: 25px;
}
.nwesblock__title{
	margin-bottom: 20px;
	font-size: 18px;
}
.nwesblock__content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.nwesblock__img-wrap{
	width: 40%;
	padding: 0 0 22%;
	position: relative;
	border: 1px solid #a5a5a5;
	flex-shrink: 0;
}
.nwesblock__img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.nwesblock__text-wrap{
	margin: -5px 0 0 23px;
}
.nwesblock__text-wrap .slide-portal__text{
	height: 100px;
}
.nwesblock__text-title{
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 2px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
	color: #3468a3;
}
.nwesblock__text-add{
	color: #555555;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 1px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
}
.slide-portal__all-link{
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 14px;
	line-height: 14px;
}
.aside-list_portal .imgblock li {
	margin-bottom: 10px;
	width: 122px;
}
.aside-list_portal .list li{
	font-size: 14px;
}
.info_h{
	max-height: 250px;
	overflow-y: auto;
}
.info_h p{
	font-size: 12px;
	font-family: 'MyriadPro', Arial, sans-serif;
	letter-spacing: -0.3px;
}
.info_h .news-sec{
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.info_h strong{
	margin-bottom: 2px;
	display: block;
}
.service{
	margin-bottom: 15px;
}
.service__title{
	font-size: 16px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
	color: #555555;
	margin-bottom: 5px;
}
.service__link{
	font-size: 17px;
	display: block;
	font-family: Conv_MyriadProCondRegular, sans-serif;
	margin-left: 10px;
	flex-grow: 1;
	align-self: center;
}
.service__list{
	padding: 3px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
}
.service__list:hover{
	border-radius: 5px;
	background-clip: padding-box;
	background-color: #eaf0f6;
}
.service__img-wrap{
	width: 24px;
	height: 24px;
	text-align: center;
	overflow: hidden;
}
.service__img{
	align-self: center;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.top-nav li.login a{
	position: relative;
	margin-right: 5px;
	vertical-align: middle;
}
.top-nav li.login a:last-of-type::before{
	content: "";
	position: absolute;
	background: #333;
	width: 1px;
	height: 13px;
	left: -4px;
	top: 1px;
}
.login svg{
	fill: #3468a3;
	position: relative;
	top: 1px;
}
.top-leftbox__promo{
	font-size: 13px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'MyriadPro', Arial, sans-serif;
	margin-right: 15px;
}
.top-leftbox__promo strong{
	font-family: 'MyriadProBold', Arial, sans-serif;
}
.top-leftbox__radio{
	font-size: 13px;
	line-height: 21px;
	font-family: 'MyriadPro', Arial, sans-serif;
}
.social__radio{
	display: inline-block;
	vertical-align: middle;
}
.social__radio a{
	display: inline-block;
	vertical-align: middle;
}
.social__radio .top-leftbox__radio-img{
	height: 16px;
	width: 16px;
	margin-right: 5px;
}
.top-nav_promo .social__radio{
	display: none;
}
.top-nav_promo{
	max-width: 580px;
}
.top-box__promo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
}
.top-box__promo .slogan{
	color: #555555;
	font-size: 13px;
}
.top-box__promo .logo{
	margin-right: 25px;
}
.searchblock.searchblock_promo{
	display: none;
}
.search-box-wrap{
	flex-grow: 1;
	margin-right: 25px;
}
.search-box-wrap .search-box{
	width: 100%;
}
.search-part{
	margin-bottom: 3px;
	white-space: nowrap;
}
.search-part__list,
.search-part__title,
.search-part__set{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	vertical-align: middle;
	line-height: 18px;
}
.search-part__title{
	color: #555555;
	vertical-align: middle;
}
.search-part__list{
	display: inline-block;
	margin-left: 6px;
	padding: 0 5px;
}
.search-part__list:hover,
.search-part__list.active{
	background-color: #3468a3;
	border-radius: 5px;
}
.search-part__list:hover a,
.search-part__list.active a{
	color: #fff;
	text-decoration: none;
}
.search-part__list.active a{
	cursor: default;
}
.search-addinfo{
	width: 290px;
	flex-shrink: 1;
	text-align: center;
	align-self: center;
}
.search-addinfo span,
.search-addinfo a{
	display: block;
}
.search-addinfo span{
	font-size: 14px;
}
.search-addinfo a{
	font-size: 14px;
}
.search-addinfo strong{
	font-family: 'MyriadProBold', Arial, sans-serif;
}
.search-box-bottom{
	margin-top: 4px;
}
.search-box-bottom a{
	font-size: 12px;
}
.fix_box .top-nav_promo li.login{
	display: none;
}
.fix_box .top-box__promo .menu-clickfix{
	padding: 25px 0;
	margin-right: 15px;
}
.fix_box .menu-mob_promo .bar.fixbar {
	top: 70px;
	z-index: 5;
}
.fix_box .search-addinfo{
	display: none;
}
.top-box__promo .boxing.grey{
	display: none;
	height: 38px;
	align-self: center;
	margin-top: 0;
}
.fix_box .top-box__promo .boxing.grey{
	display: block;
}
/*--------tab-fade----------*/
.tab-fade__wrap{
	position: relative;
	border: solid #a5a5a5;
	border-width: 0 1px 1px;
	padding: 20px 10px 45px;
	margin-bottom: 25px;
	border-radius: 0 5px 5px 5px;
	max-width: 717px;
}

.tab-fade__slide,
.tab-fade{
	width: 100%;
	position: relative;
}
.tab-fade__btn-prev,
.tab-fade__btn-next{
	z-index: 100;
	top: 20% !important;
	bottom: auto !important;
}
.tab-fade__btn-prev{
	left: 26px !important;
}
.tab-fade__btn-next{
	right: 26px !important;
}
.tab-fade__wrap .slick-dots li{
	width: 14px !important;
	height: 14px !important;
	margin: 0;
}
.slide-portal__title-wrap{
	/*position: absolute;
	top: 20px;
	left: 25px;
	color: #fff;*/
	position: absolute;
	top: 10px;
	left: 25px;
	color: #fff;
	background: background: rgba(0,11,33,0.3);
	padding: 11px 30px 6px;
	border-radius: 3px;
	text-shadow: 0 0 5px black, 0 0 5px black, 0 0 7px black, 0 0 9px black, 0 0 11px black, 0 0 15px black;
	max-width: 55%;
}
.slide-portal__title,
.slide-portal__cat{
	display: block;
	margin-bottom: 4px;
}
.slide-portal__title{
	font-size: 22px;
	line-height: 25px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
}
.slide-portal__cat{
	font-size: 15px;
	line-height: 27px;
	font-family: 'MyriadPro', Arial, sans-serif;
}
.img-box_mob-visible{
	display: none;
	margin-bottom: 25px;
}
.service__see{
	text-align: center;
	margin-bottom: 25px;
	display: none;
}
.service__see-btn.service__see-btn_hide{
	display: none;
}
.service__see-btn{
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #3468a3;
	position: relative;
}
.service__see-btn:hover{
	text-decoration: none;
}
.service__see-btn_show::after,
.service__see-btn_hide::after{
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	right: -15px;
	position: absolute;
}
.service__see-btn_show::after{
	background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat -106px 0;
	width: 9px;
	height: 6px;
}
.service__see-btn_hide::after{
	background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat -104px -8px;
	width: 9px;
	height: 6px;
}

/*----------new------------*/
#sidebar,
.aside-list{
	float: none;
	margin: 0 !important;
	/*min-height: 400px;*/
}
.aside-list{
	flex: 0 1 190px;
}
#sidebar{
	flex: 0 1 290px;
}
.content-block{
	overflow: hidden;
	margin: -10px 23px 0;
	flex: 1 0;
}
#content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	float: none;
	margin-right: 0;
}
.searchblock{
	position: relative;
}
.searchblock_main{
	margin-bottom: 25px;
	/*transition: top .3s;*/
}
.searchblock_bottom{
	margin-top: 40px;
}
#main .searchblock::after,
#main .searchblock::before{
	content: '';
	position: absolute;
	top: 0; 
	bottom: 0;
	background: #f7f7f7;
	height: 100%;
	width: calc((100vw - 100%)/2);
}
#main .searchblock::after{
	right: calc((100% - 100vw)/2);
}
#main .searchblock::before{
	left: calc((100% - 100vw)/2);
}
/*.searchblock .box-right {
	width: 290px;
	float: right;
	margin-left: 22px;
}*/
.aside-list.aside-list_portal{
	flex: 0 0 185px;
}
/*--------step--------*/

.step{
	position: relative;
	border: solid #a5a5a5;
	border-width: 0 1px 1px;
	padding: 25px 25px 20px;
	border-radius: 0 5px 5px 5px;
	margin-bottom: 25px;
}
.step__title{
	font-size: 18px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
	display: inline-block;
	margin-bottom: 15px;
}
.content-block__step-wrap .tabs.tabs_portal li{
	width: auto;
	padding: 7px 20px;
}
.step__box{
	margin-bottom: 18px;
}
.step__box_divider{
	border-bottom: 1px solid #a5a5a5;
	padding-bottom: 25px;
}
.step .select-boxing.select-boxing_head{
	width: 506px;
	margin: 0 auto;
	display: flex;
}
.step__box-text{
	color: #555555;
	font-size: 14px;
	display: inline-block;
	margin: 0;
}
.step__box-mark{
	font-size: 14px;
	display: inline-block;
	color: #eb0c0c;
	margin: 0 4px;
}
.step__box-title{
	width: 506px;
	margin: 0 auto;
	display: block;
}
.step__box-attention{
	margin-bottom: 0;
	font-size: 12px;
	color: #555555;
}
.step__next{
	border: none;
	outline: none;
	background-color: #99b3d1;
	width: 506px;
	margin: 0 auto;
	height: 36px;
	display: block;
	border-radius: 5px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
	padding: 0 25px;
	cursor: default;
}
.step__next.step__next_available{
	cursor: pointer;
	border-radius: 3px;
	background-color: #3468a2;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
}
.step__next.step__next_available:hover{
	background-color: #437bba;
}
.step__next.step__next_available:active{
	box-shadow: none;
	background-color: #295381;
}
.step__next::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat -139px 0;
	width: 16px;
	height: 10px;
	transform: rotate(90deg);
}
.infoblock{
	border-radius: 5px;
	padding: 20px;
	background-color: #eaf0f6;
	margin-bottom: 25px;
	font-family: 'MyriadPro', Arial, sans-serif;
	font-size: 12px;
}
.infoblock p{
	margin: 0;
}
.infoblock_att{
	background-color: #fde6e6;
}
p.infoblock__title{
	font-size: 18px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
	margin-bottom: 25px;
	display: block;
}
.infoblock__bottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.infoblock__item label{
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.infoblock__item > span{
	font-size: 14px;
	margin-right: 20px;
	color: #3468a3;
}
.infoblock__item > button{
	width: 72px;
	height: 36px;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 3px;
	background-color: #3468a2;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	height: 36px;
	font-size: 16px;
	font-family: 'MyriadProBold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.infoblock__item > button:hover{
	background-color: #437bba;
}
.infoblock__item > button:active{
	background-color: #295381;
	box-shadow: none;
}
.infoblock__item > input{
	display: none;
}
.infoblock__chk{
	width: 12px;
	height: 12px;
	border-radius: 2px;
	border: 1px solid #3468a2;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	overflow: hidden;
}
.infoblock__item > input:checked + label .infoblock__chk::after{
	content: '';
	position: absolute;
	display: block;
	top: -1px;
	bottom: 0;
	left: -2px;
	right: 0;
	margin: auto;
	background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat -10px -174px;
	width: 13px;
	height: 13px;
}
.step__change{
	font-size: 12px;
	line-height: 14px;
	color: #3468a3;
	display: block;
	border-bottom: 1px dashed #3468a3;
	cursor: pointer;
	display: none;
	margin: 4px 0;
	flex-shrink: 0;
	align-self: flex-start;
}
.step__change:hover{
	border-bottom: 1px solid #3468a3;
}
.select-boxing.select-boxing_head input{
	width: 100%;
	padding: 8px 0;
	border: none;
	outline: none;
	font-size: 14px;
	line-height: 18px;
}
.step .select-boxing.select-boxing_head .jq-number{
	width: 100%;
}
.step__textarea{
	width: 100%;
	height: 145px;
	padding: 8px 0;
	border: none;
	outline: none;
	font-size: 14px;
	line-height: 18px;
	resize: none;
}
.step__add-text{
	font-size: 12px;
	color: #555555;
	line-height: 14px;
	width: 506px;
	margin: 4px auto 10px;
}
.step__add-text a{
	color: #3468a3;
	margin-left: 5px;
}
.step__add-file{
	width: 80px;
	min-width: 80px;
	height: 80px;
	min-height: 80px;
	border: 1px solid #3367a3;
	border-radius: 5px;
	background-color: #ddedff;
	cursor: pointer;
	display: flex !important;
	text-align: center;
}
.step__add-file span{
	font-size: 12px;
	line-height: 14px;
	margin: auto;
	color: #3468a3;
	display: inline-block;
}
.step__add-file:hover span{
	text-decoration: underline;
}
.step__add-file input{
	display: none;
}
.step__add-file img{
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	margin: auto;
	display: block;
}
.select-boxing.select-boxing_add{
	border: none;
	padding: 0;
}
.step .select-boxing.select-boxing_add{
	margin-top: 10px;
}
.select-boxing.select-boxing_add > input{
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 23px;
	align-self: flex-start;
}
.step__select-box{
	width: 506px;
	margin: 0 auto;
}
.step__select-box label{
	margin-right: 23px;
}
.step__select-box .infoblock__chk{
	width: 12px;
	height: 12px;
	border: 1px solid #a5a5a5;
	border-radius: 50%;
}
.step__select-box .infoblock__item > input:checked + label .infoblock__chk::after{
	background: #3468a3;
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 6px;
	height: 6px;
}
.step__img-wrap{
	width: 506px;
	margin: 0 auto;
}
.step__img-wrap> img {
	width: auto;
	height: 22px;
}
.step__fin{
	border: none;
	outline: none;
	cursor: pointer;
	width: 506px;
	margin: 0 auto;
	height: 36px;
	display: block;
	border-radius: 3px;
	background-color: #3468a2;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	padding: 0 25px;
}
.step__fin:hover{
	background-color: #437bba;
}
.step__fin:active{
	box-shadow: none;
	background-color: #295381;
}
.step__box-text > span{
	display: block;
}
.step__select-box.step__select-box_ribbon{
	margin: 20px auto -20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.prev-box{
	width: 186px;
	height: 186px;
	flex-shrink: 0;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	margin-right: 23px;
	margin-bottom: 40px;
}
.prev-box__img-wrap{
	width: 100%;
	height: 0;
	padding: 0 0 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.prev-box__img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.prev-box__text{
	color: #555555;
	font-size: 14px;
	display: block;
	text-align: center;
}
.prev-box__ribbon{
	position: absolute;
	left: 0;
	top: 0;
	width: 82px;
	height: 82px;
	z-index: 10;
}
.prev-box__img-wrap .prev-box__ribbon img{
	border-radius: 5px 0 0;
}
.infoblock__img-wrap{
	width: 82px;
	height: 82px;
	position: relative;
	overflow: hidden;
}
.infoblock__item_prev label:nth-child(3n){
	margin-right: 0;
}
.infoblock__item_prev label{
	vertical-align: top;
	width: 27%;
	margin-bottom: 25px;
}
.infoblock__item.infoblock__item_prev .infoblock__chk {
	width: 14px;
	height: 14px;
	margin: 0 auto;
	display: block;
	margin-bottom: 11px;
}
.step__block{
	display: none;
}
.step__block.inactive .step__next{
	display: none;
}
.step__block.inactive .step__change{
	display: block;
}
.step__block.inactive .step__title-wrap{
	border-radius: 5px;
	padding: 7px 12px;
	background-color: #deeeff;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	flex-shrink: 0;
}
.step__block.inactive .step__title{
	font-size: 21px;
	margin-bottom: 0;
}
.step__block.inactive{
	margin-bottom: 20px;
}
.step__block.inactive,
.step__block.active{
	display: block;
}
.step__box.inactive .select-boxing.select-boxing_head,
.step__box.inactive .jq-selectbox{
	background-color: #f7f7f7 !important;
}
.step__box.inactive .jq-selectbox__trigger-arrow{
	opacity: .5;
}
.step__box.inactive .select-boxing{
	background-color: #f7f7f7 !important;
}
[type="text"]:disabled{
	background-color: transparent;
}
.content-block__title-data{
	color: #555555;
}
/*----------------personal-------------------*/
.tab-block.tab-block_personal{
	width: 100%;
	min-width: 100%;
	margin-bottom: 48px;
}
.tab-block.tab-block_personal .tabs.tabs_portal li {
	width: auto;
	padding: 7px 20px;
}
.personal-filter,
.personal__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.personal__head .tab_content__tab-text{
	margin-bottom: 0;    
	font-size: 18px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
}
.search-box.search-box_personal{
	width: 377px;
}
.search-box.search-box_personal > div::before{
	display: none;
}
.search-box.search-box_personal > button{
	width: 36px;
	height: 36px;
	border-radius: 5px;
	text-indent: -9999px;
	float: right;
	color: #fff;
	cursor: pointer;
	background: #3468a3;
	border: 0;
	border-bottom: 2px solid #2a5382;
	font: 16px/20px 'MyriadProBold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.search-box.search-box_personal input[type="search"]{
	padding: 7px 40px 7px 15px;
	font-size: 14px;
	line-height: 22px;
	vertical-align: bottom;-webkit-appearance: none;
}
.search-box__icon{
	text-indent: -9999px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 9px;
	margin: auto;
	background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat -41px -28px;
	width: 16px;
	height: 16px;
}
.personal-filter__title{
	color: #555555;
	font-size: 12px;
	display: inline-block;
	margin-right: 15px;
}
.personal-filter__count{
	color: initial;
}
.personal-filter__set{
	display: inline-block;
}
.personal-filter__list{
	font-size: 12px;
	display: inline-block;
	color: #3468a3;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 5px;
	padding: 0 5px;
	background-color: transparent;
}
.personal-filter__list:hover,
.personal-filter__list.active{
	background-color: #3468a2;
	color: #fff;

}
.personal-filter__list.active{
	cursor: default;
}
.infoblock__item.infoblock__item_personal-filter{
	display: inline-block;
	color: #3468a2;
}
.infoblock__item.infoblock__item_personal-filter .infoblock__chk{
	margin: 0 0 0 6px;
}
.adt__title-wrap{
	border-radius: 5px;
	padding: 7px 12px;
	background-color: #deeeff;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	flex-shrink: 0;
	margin-bottom: 13px;
}
.adt__title{
	font-size: 21px;
	margin-bottom: 0;
	font-family: Conv_MyriadProCondRegular, sans-serif;
	display: inline-block;
}
.adt__change{
	font-size: 12px;
	line-height: 14px;
	color: #3468a3;
	display: block;
	cursor: pointer;
	margin: 4px 0;
	padding-right: 20px;
	display: block;
	align-self: flex-start;
	flex-shrink: 0;
	position: relative;
}
.adt__change::after{
	content: '';
	position: absolute; 
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.adt__change_hide::after{
	background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat -104px -8px;
	width: 9px;
	height: 6px;
}
.adt__change_show::after{
	background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat -106px 0;
	width: 9px;
	height: 6px;
}
.adt__change_show{
	display: none;
}
.adt__change:hover{
	text-decoration: underline;
}
.adt__block{
	padding: 10px 10px 10px 0;
}
.select-act__title{
	color: #555555;
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
}
.select-act{
	text-align: right;
}
.select-act__set{
	display: inline-block;
}
.select-act__list{
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #3468a3;
	cursor: pointer;
}
.select-act__list + .select-act__list{
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #a5a5a5;
}
.table-data{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
	margin-bottom: 10px;
}
.table-data__box{
	display: flex;
	justify-content: flex-start;
	flex-flow: column nowrap;
}
.table-data__ref-title{
	color: #3468a3;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
}
.table-data__image-wrap{
	padding-right: 10px;
	flex-shrink: 0;
}
.table-data__image-box{
	position: relative;
	overflow: hidden;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	width: 60px;
	height: 60px;
}
.table-data__image{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.table-data__list{
	font-size: 12px;
	line-height: 25px;
}
.table-data__title{
	color: #555555;
	font-size: 12px;
	line-height: 25px;
	margin: -6px 0 0;
	display: block;
}
.table-data__list > p{
	margin: 0;
}
/*.table-data__set {
}*/
.table-data__box .infoblock__item.infoblock__item_personal-filter {
	margin-top: 18px;
}
.table-data__box.table-data__box_col-1{
	flex-flow: row nowrap;
}
.table-data__box_col-1{
	flex: 1 1 290px;
	padding-right: 10px;
}
.table-data__box_col-2{
	flex: 1 1 180px;
	padding-right: 10px;
}
.table-data__box_col-3{
	flex: 1 1 110px;
	padding-right: 10px;
}
.table-data__box_col-4{
	flex: 1 1 130px;
	padding-right: 10px;
}
.table-data__box_col-5{
	flex: 1 1 140px;
}
.adt__block + .adt__block{
	border-top: 1px solid #a5a5a5;
}
.personal__paging{
	border-top: 1px solid #a5a5a5;
}
.personal__paging{
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	align-content: center;
	padding-top: 20px; 
}
.personal__paging .paging{
	margin-bottom: 0;
	align-self: center;
}
.paging-page{
	padding: 5px 0 5px;
}
.paging-page__title{
	color: #555555;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.paging-page__set{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	width: 80px;
	height: 34px;
}
/*------------popup---------------*/

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 10px;
	overflow: auto;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.4);
}
.modal__header {
	padding: 20px 45px 15px 25px;
	background-color: #fff;
	position: relative;
	border-radius: 5px 0 0 0;
}
/*.tabs_modal{
	margin-bottom: 20px;
}*/
.modal__body .modal__tab_content:not(.active){
	display: none;
}
.tabs_modal.tabs_portal > li:first-child{
	float: left;
	margin-left: 25px;
}
.tabs_modal.tabs_portal > li:last-child{
	float: right;
	margin-right: 25px;
}
.tabs_portal.tabs_modal{
	margin-right: -45px;
	margin-left: -25px;
	width: auto; 
}
.tabs_portal.tabs_modal li {
	width: 41%;
}
.modal__title {
	font-size: 21px;
	font-family: Conv_MyriadProCondRegular, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}
.modal__content {
	margin: auto;
	background-color: #fff;
	width: 448px;
	border-radius: 5px;
}
.modal__body{
	border-radius: 0 0 5px 5px;
	padding: 0 25px 5px;
}
.modal__body .step__box,
.modal__body .step__box-title,
.modal__body .select-boxing.select-boxing_head,
.modal__body .step__fin{
	width: 100%;
}
.modal__sbm-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal__sbm-box .infoblock__item span{
	color: #3468a3;
}
.step__forgot-pass{
	float: right;
	font-size: 14px;
}
.modal__info{
	text-align: center;
	font-size: 12px;
	color: #555555;
	margin: 40px 0 10px;
}
.step__fin.step__fin_login{
	width: 140px;
	margin: 0;
}
.modal__content .tabs_add.tabs_modal{
	display: block !important;
}
.m-btn-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;

}
.m-btn-block .step__fin{
	flex: 1 1 50%;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 0 25px;
	line-height: 36px;
}
.m-btn-block .step__fin + .step__fin{
	margin-left: 5%;
}
.m-btn-block .btn.orange:before{
	display: none;
}

.m-region{
	font-size: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	max-height: 600px;
	min-height: 300px;
}
.m-region__block{
	width: 50%;
	padding: 15px 24px 35px;
}
.m-region__block:first-child{
	background-color: #f7f7f7;
}
.reg-box__set{
	width: 100%;
}
.modal__body.modal__body_nopadding,
.modal__header.modal__header_nopadding{
	padding: 0;
}
.modal__body.modal__body_nopadding{
	border-radius: 5px 0 5px 5px;
	overflow: hidden;
}
.reg-box{
	color: #3468a3;
	font-size: 13px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
	padding-top: 17px;
	height: 100%;
	overflow-y: auto;
}
.reg-box::-webkit-scrollbar {
	-webkit-appearance: none;
}
.reg-box::-webkit-scrollbar:vertical {
	width: 5px;
}
.reg-box::-webkit-scrollbar:horizontal {
	height: 5px;
}
.reg-box::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #3367a3;
}
.reg-box::-webkit-scrollbar-track {
	/*width: 1px;    */
	background-color: transparent;
}
.reg-box__title{
	display: block;
	font-weight: bold;
}
.reg-box__aside{
	flex: 0 0 24px;
	margin-right: 10px;
}
.reg-box__ref{
	position: relative;
	margin-bottom: -4px;
	display: block;
	cursor: pointer;
}
.reg-box__ref::before{
	content: '+';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -22px;
	margin: auto;
	font-size: 21px;
	width: 12px;
	height: 12px;
	line-height: 8px;
	padding: 0;
	display: block;
}
.reg-box__ref.active::before{
	content: '';
	height: 1px;
	background-color: #3468a3;
}
.reg-box-inner{
	margin-left: 13px;
	display: none;
}
.reg-box__content{
	line-height: 21px;
	flex-grow: 1;
}

#header .btn.orange[href="/mall/submission-new/"] {
	display: none;
}
.top-box.top-box__promo .boxing{
	width: auto;
}

.modal-btn-entrance:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: -2px;
		display: block;
		border-right: 1px solid #d2deeb;
		height: 34px;
}
.modal-btn-entrance .modal-btn__text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 75px;
	vertical-align: middle;
	display: inline-block;
}

#sidebar, .sidebar {
	/*max-width: 290px;*/
	margin: 0 auto
}

@media only screen and (min-width: 1141px) {
	#sidebar {
		/*padding-top: 0 !important;*/
	}

	#sidebar .cycle-gallery.gallery-js-ready {
		left: 0 !important;
	}
}
@media only screen and (max-width: 1140px) {
	#sidebar>div.img-holder{
		margin-bottom: 0;
	}
	.aside-list .img-box-banner-little {
		display: none;
	}
	.aside-list.aside-list_portal div[data-iblock-id="11"] {
		display: none;
	}
	.wrapper-for-tabs {
		margin-top: 20px;
	}
	.aside-list{
		min-height: none;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1140px){
	#sidebar{
		width: 900px;
		flex: auto;
		margin: 10px auto 0 !important;
		position: relative;
		padding-top: 450px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sidebar>div{
		display: inline-block;
		margin-bottom: 10px;
		vertical-align: top;
	}
	#sidebar>div:not(.img-box-banner-little) {
		position: absolute;
	}

	#sidebar>div:not(.sidebar-html-wrapper):not(.btn-block):not(.img-box-banner-little) {
		background: #deeeff;
		border-radius: 0 0 5px 5px;
	}
	#sidebar .btn-block {
		width: 290px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#sidebar .img-holder.need-work {
		display: none;
	}
	#sidebar>.img-box>img {
		vertical-align: middle;
		width: 100%;
	}
	#sidebar>.img-box:before {
		content: '';
		display: inline-block;
		height: 100%;
		margin: 0 -0.25em 0 0;
		vertical-align: middle;
	}
	#sidebar .cycle-gallery.gallery-js-ready .pagination {
		bottom: 16px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
	#sidebar {
		width: 590px;
		position: relative;
		padding-top: 636px;
		margin: 10px auto 0 !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sidebar>div:not(.img-box-banner-little) {
		position: absolute;
	}

	#sidebar>div:not(.sidebar-html-wrapper):not(.btn-block):not(.img-box-banner-little) {
		background: #deeeff;
		border-radius: 0 0 5px 5px;
	}

	#sidebar .btn-block {
		width: 290px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#sidebar>.img-box>img {
		vertical-align: middle;
		width: 100%;
	}

	#sidebar>.img-box:before {
		content: '';
		display: inline-block;
		height: 100%;
		margin: 0 -0.25em 0 0;
		vertical-align: middle;
	}

	#sidebar .cycle-gallery.gallery-js-ready .pagination {
		bottom: 16px;
	}
	#sidebar .img-holder.need-work {
		display: none;
	}
	#sidebar .img-box-banner-little {
		display: none;
	}
	ul.top-nav.top-nav_promo li > img {
		display: none;
	}
}
@media only screen and (max-width: 1003px) {
	ul.top-nav.top-nav_promo li > img {
		display: none;
	}
	#eXTReMe-Free-rusrek {
		margin-bottom: 50px;
	}
	.social svg {
	    width: 28px;
	    height: 28px;
	}
}
@media only screen and (min-width: 1003px) {
	.top-nav.top-nav_promo .login a:first-of-type{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 110px;
		vertical-align: middle;
		display: inline-block;
	}
	.top-box.top-box__promo .boxing{
		width: auto;
		margin-top: 2px;
		margin-bottom: 0;
		/*display: block;*/
		padding: 0;
		height: 34px;
		line-height: 22px;
	}
	.translation-icons ul li {
		min-width: 120px;
		max-width: 47%;
		text-align: left;
	}	
	.boxing.grey.wrap-modal-btn {
		margin-left: 5px;
		margin-right: 5px;
	} 
	.modal-btn-entrance, .modal-btn-registration {
		position: relative;
		display: inline-block;
		padding: 7px 5px;
	}
	#header.fix_box {
		background: #fff;
		-webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1);
		width: 100%;
	}
	.fix_box{
		z-index: 99999;
	}
	.no-shadow{
		box-shadow: none !important;
	}
	.fix_box .bar,
	.fix .searchblock.searchblock_main {
		/*display:none;*/
		
		position: fixed;
		transition: top 0.3s;
	}
	.fix_box .bar{
		z-index: -1;
		top: -416px;
	}
	.fix .searchblock_main{
		top: -5px;
		width: 100%;
	}
	.fix_box .bar {
		left: 0;
		width: 180px;
		background: #fff;
		-webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
		padding: 17px 0 24px;
		border: 1px solid #ececec;
		border-radius: 0 0 5px 5px;
	}
	.fix_box .bar.fixbar {
		top: 61px;
		z-index: 1;
	}
	.searchblock_main.fixsearch {
		/*top: 62px;
		width: 100%;
		z-index: 2;*/
		top: 62px;
		width: 100%;
		z-index: 9999;
		position: fixed;
		left: 0;
	}
	.fix_box .bar .top-rightbox,
	.fix_box .bar .top-leftbox {
		width: 100%;
		float: none;
		margin: 0;
	}
	.fix_box .bar .holder {
		width: 100%;
		padding: 0;
	}
	.fix_box .all-serv-link__wrap{
		display: none;
	}
	.bg::after{
		content: '';
		display: block;
		position: fixed;    
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		top: 0;
		left: 0;
		z-index: 999;
	}
	.fix_box .bar .top-box {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.fix_box .top-nav {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
		margin-bottom: 7px;
		margin-top: 30px;
	}
	.fix_box .top-nav li {
		display: block;
		margin: 0;
	}
	.fix_box .top-nav > li > a {
		display: block;
		padding: 4px 10px 4px 24px;
	}
	.fix_box .top-nav > li > img {
		display: none;
		/* padding: 11px 1px 0 10px !important;
		float: left;*/
	}
	.top-nav_promo .social__radio {
		padding: 0 22px;
	}
	.bar.fixbar .top-leftbox .social__radio{
		display: none;
	}
	.fix_box .top-nav li.social__radio a{
		display: inline-block;
	}
	.fix_box .bar .top-leftbox {
		text-align: center;
	}
	.fix_box .lang {
		display: none;
	}
	.fix_box .fixed-block {
		display: block;
		float: left;
	}
	.fix_box .logo {
		float: left;
		width: 182px;
		margin: auto 22px;
	}
	.fix_box .logo img {
		width: 100%;
	}
	.fix_box .slogan {
		display: none;
	}
	.fix_box .search-clickfix,
	.fix_box .menu-clickfix {
		width: 120px;
		border-left: 1px solid #ececec;
		border-right: 1px solid #ececec;
		float: left;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		padding: 20px 0;
		cursor: pointer;
		position: relative;
		color: #3468a3;
		font-weight: bold;
	}
	.fix_box .search-clickfix.open,
	.fix_box .menu-clickfix.open,
	.fix_box .search-clickfix:hover,
	.fix_box .menu-clickfix:hover {
		background: #f7f7f7;
		color: #333;
	}
	.fix_box .search-clickfix {
		width: 149px;
		border-left: 0;
		padding-left: 25px;
	}
	.fix_box .search-clickfix:before {
		content: "";
		position: absolute;
		background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -78px -28px;
		width: 16px;
		height: 16px;
		top: 50%;
		left: 36px;
		margin-top: -8px;
	}
	.search-clickfix.open:before {
		background: #333;
		width: 1px;
		height: 24px;
		margin-top: -11px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.search-clickfix.open:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 36px;
		margin-top: -11px;
		background: #333;
		width: 1px;
		height: 24px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.fix_box .panel {
		border-top: 1px solid #ececec;
		border-bottom: 1px solid #ececec;
	}
	.fix_box .panel {
		padding: 0;
		background: #fff;
		position: relative;
		z-index: 3;
	}
	.fix_box .top-rightbox {
		margin: 6px 0 0 3.5%;
	}
}
@media only screen and (max-width: 1270px) and (min-width: 1003px) {
	.fix_box .panel .top-leftbox {
		width: 47%;
	}
	.fix_box .panel .holder {
		width: 100%;
		padding: 0 28px 0 0;
	}
	.fix_box .panel .btn.orange {
		width: 215px;
	}
	.fix_box .panel .top-rightbox {
		width: 510px;
		margin-left: 0;
	}
	.fix_box .logo {
		margin: 15px 15px;
	}
	.fix_box .search-clickfix,
	.fix_box .menu-clickfix {
		width: 90px;
	}
	.fix_box .search-clickfix {
		width: 130px;
	}
	.fix_box .search-clickfix:before {
		left: 25px;
	}
	.search-clickfix.open:after {
		left: 25px;
	}
}
@media only screen and (max-width: 1270px) {
	.btn-block{
		flex-flow: column nowrap;
		-ms-align-items: center;
		align-items: center;
	}
	.btn-block .btn.orange{
		margin: 0 0 25px 0;
	}
	.holder {
		width: 100%;
		padding: 0 20px;
	}
	.box-left{
		width: 73%;
	}
	#content {
		width: auto;
	}
	.top-rightbox {
		width: 66%;
	}
	.top-leftbox {
		width: 30%;
	}
	.ad-section {
		margin-left: -1.5%;
	}
	.ad-section>li {
		width: 47.5%;
		margin-left: 2%;
	}
	.ad-section .info {
		min-height: 207px;
	}
	.img-holder .img-box img {
		max-width: 100%;
	}
	.banner-box img {
		width: 100%;
	}
	.searchblock .select-boxing {
		width: 40%;
	}
	.search-box {
		width: 57%;
	}
	.sort-box{
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.category-block .inp-box {
		width: 84%;
		float: right;
	}
	.inp-box input[type="submit"] {
		width: 150px;
	}
	.checkbox label {
		float: left;
		margin-top: 9px;
	}
	.checkbox {
		width: 104px;
	}
	.inp>input {
		width: 50px;
	}
	.inp {
		width: 130px;
	}
}
@media only screen and (max-width: 1200px) {
	.tabs li {
		font-size: 12px;
		padding: ;
	}
	.btn-block .subscribe-box{
		max-width: 100%;
	}
}
@media only screen and (max-width: 1170px) {
	.box-left{
		width: 70%;
	}
	#content {
		width: auto;
	}
	.btn-block .btn.orange {
		margin: 0 auto 15px;
		display: block;
		float: none;
	}
	.btn-block .subscribe-box {
		width: 100%;
		/*max-width: 500px;*/
		display: block;
		margin: 0 auto;
	}
	.searchblock .select-boxing {
		width: 45%;
	}
	.search-box {
		width: 52.5%;
	}
	.checkbox {
		margin-right: 5px;
	}
	.category-block .inp-box {
		width: 85%;
	}
}
@media only screen and (max-width: 1140px) {
	.tab_content__tab-text, .tab-portal__ref, .slide-portal__link, .slide-portal__news-text, .slide-portal__news-link, .info__text, .footer-list address{
		font-size: 16px;
		line-height: 20px;
	}
	.content-block__title{
		font-size: 24px;
	}
	.footer-list .title-foot  {
		font-size: 21px;
		line-height: 24px;
	}
	.footer-list li, .info-foot p{
		font-size: 16px;
		line-height: 19px;
	}
	.slide-portal__title, .service__title {
		font-size: 26px;
		line-height: 32px;
	}
	.slide-portal__text{
		font-size: 16px;
		line-height: 21px;
	}
	.img-holder .info-title {
		font-size: 18px;
		line-height: 24px;
	}
	.tabs.tabs_portal li {
		font-size: 18px;
	}
	.service__link, .info-foot strong {
		font-size: 21px;
		line-height: 32px;
	}
	.service__list{
		position: relative;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding: 8px 10px;
		margin-bottom: 0;
		-ms-align-items: center;
		align-items: center;
	}
	.service__list::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat 0 0;
		width: 16px;
		height: 11px;
		transform: rotate(-90deg);
	}
	.service__title{
		margin-bottom: 0;
	}
	.aside-list {
		display: none;
	}
	.aside-list.aside-list_portal{
		display: /*none;*/block;
		width: 100%;
		flex: none;
	}
	.aside-list.aside-list_portal .img-holder,
	.aside-list.aside-list_portal .imgblock{
		display: none;
	}
	.detpage-block .img-box {
		max-width: 100vw;
	}
	.tab-fade__slide, .tab-fade {
		width: 100%;
		position: relative;
		max-width: calc(100vw - 20px);
	}
	#content{
		flex-flow: column nowrap; 
		-ms-align-items: center;
		align-items: center;
	}
	.add-list .listinf {
		padding: 0 10px;
	}
	.content-block{
		margin: 0;
		width: 100%;
	}
	.tab-fade__wrap{
		max-width: initial;
	}
	#content {
		width: 100%;
		float: none;
	}
	#sidebar{
		float: none;
		margin: 0 auto;
	}
	.searchblock .box-right {
		width: 185px;
	}
	.searchblock .box-left {
		width: 80%;
	}
	.imgblock {
		margin-right: 25px;
	}
	.add-list .bott-box .favor {
		margin-top: 0;
	}
	.imgblock {
		width: 100px;
		margin-right: 15px;
	}
	.imgblock img {
		width: 100%;
	}
}
@media only screen and (max-width: 1070px) {
	.top-rightbox {
		width: 70%;
	}
	.top-leftbox {
		width: 26%;
	}
	.tab-fade__slide,
	.tab-fade{
		width: 100%;/*calc(100vw - 20px);*/
		margin: 0 auto;
	}
	.box-left{
		width: 68.5%;
	}
	.boxing{
		font-size: 14px;
		text-align: center;
	}
/*    #content {
		width: auto;
	}*/
	.searchblock .box-left {
		width: 79%;
	}
	.sorting-block {
		width: 100%;
	}
	.aside-list{
		display: none;
	}
	.detpage-block .img-box{
		max-width: 100vw;
	}
	.tab-block {
		max-width: 100%;
	}
	.aside-list.aside-list_portal{
		display: block;
		/*display: none;*/
	}
	.top-nav > li > img {
		display: none;
	}
}
@media only screen and (max-width: 1003px) {
	#header .btn.orange[href="/mall/submission-new/"] {
		display: block;
		flex: none;
	}
	.top-box__promo {
		flex-flow: row wrap;
	}
	.modal-btn-entrance, .modal-btn-registration {
		position: relative;
		display: inline-block;
		padding: 7px 12px;
	}

	#main {
		margin-top: 20px;
	}
	.box-left,
	#content {
		width: 100%;
		float: none;
		padding-top: 10px;
	}
	.top-leftbox .social__radio,
	.top-leftbox .top-leftbox__promo,
	.top-nav.top-nav_promo li.login,
	.top-box__promo .search-addinfo,
	.top-box__promo .search-box-wrap{
		display: none;
	}
	.top-nav_promo .social__radio{
		display: block;
	}
	.social__radio .top-leftbox__radio-img{

	}
	.mob-box {
		top: 0;
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 999;
		display: block;
		padding: 10px 12px;
		-webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
		box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
	}
	.menu-click {
		float: left;
		font-size: 12px;
		line-height: 20px;
		text-transform: uppercase;
		padding-top: 20px;
		position: relative;
		margin-top: 7px;
		cursor: pointer;
		font-family: 'Conv_MyriadProCondRegular';
	}
	.menu-click:before {
		content: "";
		width: 24px;
		height: 16px;
		top: 0;
		left: 0;
		position: absolute;
		border-top: 2px solid #3468a3;
		border-bottom: 2px solid #3468a3;
		box-sizing: unset;
		-moz-box-sizing: unset;
		-webkit-box-sizing: unset;
	}
	.menu-click:after {
		width: 24px;
		height: 2px;
		background: #3468a3;
		content: "";
		position: absolute;
		top: 9px;
		left: 0px;
		box-sizing: unset;
		-moz-box-sizing: unset;
		-webkit-box-sizing: unset;
	}
	.logo {
		margin: 0 auto;
		width: 200px;
	}
	.logo img {
		width: 100%;
	}
	.search-click {
		float: right;
		width: 24px;
		margin-top: 12px;
		cursor: pointer;
	}
	.search-click svg {
		width: 24px;
		height: 24px;
	}
	.search-click path {
		fill: #3468a3;
	}
	.searchblock {
		display: none;
	}
	.footer-list>li {
		display: none;
	}
	.footer-list>li:last-child {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	/*    .header-block{
		display: none;
	}*/
	.fix-boby  #header{
		z-index: 99;
	}
	#header {
		padding-top: 60px;
		z-index: 999;
	}
	.footmob-menu {
		display: block;
		font-size: 18px;
		line-height: 24px;
		margin: 0 -20px 23px;
	}
	.footmob-menu li {
		padding: 7px;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	.footer-list .title-foot {
		font-size: 21px;
	}
	.footer-list address {
		font-size: 18px;
		line-height: 21px;
	}
	.footer-panel {
		padding: 0;
	}
	.footer-list {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		border-bottom: 0;
	}
	.footer-list .social {
		max-width: 205px;
	}
	.foot-gallery,
	.info-foot {
		display: none;
	}
	.searchblock {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 102;
	}
	.searchblock .box-left {
		margin-bottom: 10px;
		width: 100%;
		overflow: hidden;
	}
	.searchblock .box-right {
		float: none;
		margin: 0px auto 0;
		text-align: center;
		overflow: hidden;
	}
	/*    .searchblock .select-boxing label{
		margin-top:     7px;
	}*/
	
	.header-block .title-heading,
	.searchblock .title-heading {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		padding: 12px;
		background: #fff;
		-webkit-box-shadow: 0 0px 7px 1px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0px 7px 1px rgba(0, 0, 0, 0.15);
		margin-bottom: 13px;
	}
	.header-block .title-heading strong,
	.searchblock .title-heading strong {
		font-size: 21px;
		line-height: 24px;
		display: block;
		text-align: center;
		font-weight: normal;
		font-family: 'Conv_MyriadProCondRegular';
		text-transform: uppercase;
		margin-right: 48px;
	}
	.header-block .title-heading .close,
	.searchblock .title-heading .close {
		width: 48px;
		height: 48px;
		padding-top: 25px;
		padding-bottom: 5px;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12px;
		line-height: 21px;
		background: #3468a3;
		font-family: 'Conv_MyriadProCondRegular';
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		cursor: pointer;
	}
	.header-block .title-heading .close:before,
	.header-block .title-heading .close:after,
	.searchblock .title-heading .close:before,
	.searchblock .title-heading .close:after {
		content: "";
		position: absolute;
		background: #fff;
		width: 2px;
		height: 24px;
		left: 23px;
		top: 5px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header-block .title-heading .close:after,
	.searchblock .title-heading .close:after {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.jq-selectbox {
		/*width: 80%;*/
		/*float: right;*/
	}
	.search-box {
		width: 100%;
		margin: 0 0 10px;
	}
	.header-block {
		position: fixed;
		top: 0;
		/*left: -100%;*/
		transform: translate(-100%);
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 9999;
		padding-right: 48px;
		height: 100%;
		overflow: hidden;
		transition: all 0.8s;
	}
	.header-block.active {
		/*left: 0;*/
		transform: translate(0);
	}
	.menu-mob {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		background: #f7f7f7;
		width: 100%;
		margin-bottom: 12px;
		position: relative;
	}
	.menu-mob:after {
		content: "";
		top: 100%;
		left: 0;
		position: absolute;
		background: #f7f7f7;
		height: 100px;
		width: 100%;
	}
	.header-block .logo {
		display: none;
	}
	.top-leftbox,
	.top-rightbox {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.header-block .title-heading {
		order: 1;
	}
	.boxing {
		float: right;
	}
	.bar .top-box {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.top-nav {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		max-width: 130%;
		border-top: 1px solid #ccc;
		margin: 0 -20px 20px;
	}
	.top-nav li {
		display: block;
		text-align: center;
		width: 100%;
	}
	.social__radio,
	.top-nav > li > a {
		padding: 6px 0;
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.bar .top-rightbox {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column/*-reverse*/;
	}
	.lang {
		width: 100%;
	}
	.header-block .title-heading {
		position: absolute;
		top: -40px;
		right: -48px;
	}
	.header-block {
		padding-top: 40px;
	}
	.boxing,
	.btn.orange {
		width: 100%;
		margin-bottom: 13px;
	}
	.top-box.top-box__promo .boxing{
		margin-top: 12px;
		margin-bottom: 0;
		display: block;
		padding: 0;
		height: 34px;
		line-height: 20px;
	}
	.wrap-modal-btn {
		margin-left: 5px;
		margin-right: 5px;
	}

	.boxing {
		text-align: justify;
	}
	.lang {
		line-height: 24px;
	}
	.lang li.active a {
		background: #ccc;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		display: block;
		text-align: center;
		color: #333;
	}
	.lang li:last-child:before {
		display: none;
	}
	.all-serv-link {
		display: none;
	}
	.follow-mob {
		display: block;
		text-align: left;
	}
	#header .social li a {
		width: 24px;
		height: 24px;
	}
	.social li {
		margin-right: 12px;
	}
	.fix-boby {
		overflow: hidden;
	}
	.header-block.block-scroll {
		overflow-y: auto;
		max-height: 480px;
	}
	.imgblock {
		display: none;
	}
	.sorting-block {
		width: 260px;
	}
	.searchblock .select-boxing {
		width: 100%;
		margin-bottom: 15px;
	}
	.category-block .inp-box {
		width: 100%;
	}
	.category-block .inp-box .select-boxing {
		width: 100%;
	}
	.inp:nth-child(2) {
		margin-left: 0;
	}
	.checkbox {
		margin-bottom: 10px;
	}
	.category-block>div:nth-child(2) {
		padding-top: 0px;
	}
	.select-boxing label {
		padding: 7px 0;
	}
	.tab-block {
		/*max-width: 100vw;*/
		max-width: 95vw;
		width: 95vw;
	}
	.tab-portal__list {
		width: 50%;
	}
	.skiptranslate iframe {
		display: none !important;
	}
	.bar.fixbar .all-lang-link__wrap {
		display: contents;
	}
}
@media only screen and (max-width: 992px) {
	li.tab-portal__list:nth-child(n+9) {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	#sidebar>.img-box {
		margin-bottom: 10px;
	}

	.select-act{
		text-align: left;
	}
	.personal__head,
	.table-data{
		flex-flow: column nowrap;
	}
	.personal__head{
		align-items: flex-start;
	}
	.personal__head .tab_content__tab-text{
		margin-bottom: 20px;
	}
	.table-data__box{
		margin-bottom: 15px;
		flex: 1 1 auto;
		flex-flow: row nowrap;
		padding: 0;
	}
	.table-data__image-wrap,
	.table-data__title{
		margin: 0;
		flex: 0 1 50%;
	}
	.service__see,
	.img-box_mob-visible{
		display: block;
	}
	.aside-list {
		width: 100%;
		float: none;
	}
	.content-block__title,
	.aside-list .img-holder{
		display: none;
	}
	.mobile-hide{
		display: none;
	}
	.infoblock-content{
		display: none;
	}
	.col {
		float: none;
		margin: 0;
	}
	.tabs__link {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 16px;
		line-height: 7px;
		/*top: auto; 
		left: 10px;
		right: auto;
		font-size: 16px;
		line-height: 7px;
		bottom: 7px;*/
	}
	.tab_container.tab_container_portal{
		padding: 10px 10px 20px;
	}
	.slide-portal__list{
		width: 100%;
	}
	.col-box >ul {
		display: none;
		padding: 5px 10px;
		font-size: 14px;
		line-height: 21px;
	}
	.col li {
		margin-bottom: 3px;
	}
	.service__list{
		position: relative;
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding: 8px 10px;
		margin-bottom: 0;
		-ms-align-items: center;
		align-items: center;
	}
	.service__title{
		margin-bottom: 0;
	}
	.col-box {
		padding: 0;
		margin: 0;
	}
	.service__list::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat 0 0;
		width: 16px;
		height: 11px;
		transform: rotate(-90deg);
	}
	.title-col::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat 0 0;
		width: 16px;
		height: 11px;
	}
	.title-col.open::after{
		background: url('/local/templates/main_portal/css/../images/sprite.png') no-repeat 0 -20px;
	}
	.title-col {
		position: relative;
		margin-bottom: 0;
		padding: 8px 10px;
	}
	.service__link{
		font-size: 21px;
		line-height: 32px;
	}
	.three-columns {
		margin: 0 -10px 20px;
	}
	.content-block,
	.content-holder {
		overflow: visible;
	}
	.ad-section,
	#content .banner-box {
		display: none;
	}
	#sidebar {
		/*width: 590px;*/
		margin: 0;
		float: none;
	}
	#sidebar>.img-box {
		/*display: none;*/
	}
	.foto-list {
		margin-left: -2%;
	}
	.foto-list li {
		width: 48%;
		margin-left: 2%;
	}
	.foto-list li img {
		width: 100%;
	}
	.need-work,
	#sidebar .img-holder+.foto-list {
		display: none;
	}
/*    .seo-box .text {
		height: 325px;
	}*/
	.search-box input[type="submit"] {
		width: 70px;
		-webkit-appearance: none;
	}
	.search-box:after {
		display: none;
	}
	.search-box input[type="search"] {
		padding: 7px 80px 7px 40px;
	}
/*    .content-block {
		padding: 0;
	}*/
	.searchblock .select-boxing {
		margin-bottom: 8px;
	}
	.checkbox {
		margin-bottom: 6px;
	}
	.checkbox label {
		margin-top: 0;
	}
	.sorting-block {
		display: none;
	}
	.category-block{
		width: 100%;
	}
	.sort-box .category-block> .wrap-boxing {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.wrap-boxing.mobile-visible{
		display: block;
	}
	.sort-box .jq-selectbox{
		width: 100%;   
	}
	.paging {
		margin-bottom: 45px;
		display: flex;
		justify-content: space-between;
	}
	.bott-box .favor span,
	.banner-add,
	.breadcrumbs,
	.aside-list{
		display: none;
	}
	.mobile-cat{
		display: block;
	}
	.three-columns{
		-moz-column-count: initial;
		-webkit-column-count: initial;
		column-count: initial;
	}
	.mobile-cat__btn{
		padding: 0 35px;
		text-align: center;
		background-color: #eaf0f6;
		border-radius: 3px;
		margin-bottom: 12px;
		position: relative;
	}
	.mobile-cat__btn::before{
		content: '';
		top: 0;
		bottom: 0;
		left: 12px;
		position: absolute;
		display: block;
		margin: auto;
		background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -10px -146px;
		width: 16px;
		height: 16px;
	}
	.mobile-cat__title{
		font-size: 16px;
		line-height: 36px;
		color: #3468a3;
	}
	.mobile-cat__cont{
		display: none;
	}
	.map-box {
		padding: 0;
	}


}
@media only screen and (max-width: 640px) {

	#sidebar{
		flex: inherit;
	}

	.searchblock .box-left {
	height: 140px;
	position: relative;
	}
	.searchblock {
	bottom: 0;
	height: 100%;
	z-index: 1000;
	}
	.search-box input[type="submit"] {
	float: none;
	position: absolute;
	top: 43px;
	}
	.search-box.search-box_personal {
		width: 100%;
	}
	.tabs.tabs_portal:not(.tabs_submis) {
		width: 400%;
		left: 0;
	}
	.tabs.tabs_add:not(.tabs_submis){
		display: none;
	}
	.tab-fade__wrap{
		border-width: 1px;
		border-radius: 0;
		padding: 0 0 35px;
	}
	.tab-fade__wrap .slick-dots {
		bottom: 10px;
	}
	.tab-fade__wrap .slick-slide{
		margin: 0;
	}
	.tab-fade__btn-next {
		right: 0 !important;
	}
	.tab-fade__btn-prev {
		left: 0 !important;
	}
	.tab-fade__btn-next,
	.tab-fade__btn-prev{
		top: 15% !important;
	}
	.slide-portal__news-block,
	.slide-portal__text-block{
		padding: 0 10px;
	}
	.tab-portal__text {
		display: none;
	}
	.slide-portal__text{
		font-size: 16px;
		line-height: 21px;
	}
	.tab-fade__wrap .slick-dots li button{
		width: 12px;
		height: 12px;
	}
	.slide-portal__title-wrap{
		position: relative;
		top: auto;
		left: auto;
	}
	.slide-portal__cat{
		display: none;
	}
	.slide-portal__title{
		color: #3468a3;
		font-size: 26px;
		line-height: 32px;

	}
	.slide-portal__news-block {
		display: none;
	}
	.imgblock-content .imgblock{
		flex-flow: row wrap;
	}
	.slide-portal__img-wrap{
		margin-bottom: 10px;
	}
	.tabs:not(.tabs_submis) li {
		display: inline-block;
		white-space: nowrap;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		margin: 0;
		width: 25%;
		border-radius: 0;
		background: #f7f7f7 !important;
		font-size: 18px;
		position: relative;
	}
	.tabs:not(.tabs_submis) {
		width: 400%;
		padding: 0;
		margin: 0;
		position: relative;
		transition: all 1s ease-out;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		border: 0;
	}

	.tab_content__tab-text, .tab-portal__ref, .slide-portal__link, .slide-portal__news-text, .slide-portal__news-link, .info__text{
		font-size: 16px;
		line-height: 20px;
	}

	.img-holder .info-title {
		font-size: 18px;
		line-height: 24px;
	}

	.tab_content {
		transition: all .3s;
		transition: 3s linear;
	}
	.tabs:not(.tabs_submis) li.active:before {
		display: none;
	}
	.tab-block {
		position: relative;
		overflow: hidden;
	}
	.tab_container {
		border: none;
		border-top: 1px solid #a5a5a5;
	}
	.btn-tab.next,
	.btn-tab.prev {
		position: absolute;
		top: 6px;
		background: url(/local/templates/main_portal/css/../images/sprite.png) no-repeat -77px -54px;
		width: 25px;
		height: 25px;
		left: 0px;
		z-index: 10;
		cursor: pointer;
	}
	.btn-tab.next {
		background-position: -93px -54px;
		right: 0px;
		left: auto;
	}
	.slide-portal__title-wrap {
		background: none;
		text-shadow: none;
	}
}
@media only screen and (max-width: 639px) {
	.step__select-box.step__select-box_ribbon{
		flex-flow: column nowrap;
	}
	.sorting-block {
		width: 100%;
	}
	.add-list .img-box {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}
	#main .holder {
		padding: 0 10px;
	}
	.banner-add {
		display: none;
	}
	.submit-form__section {
		width: 100%;
		margin: 0 0 15px !important;
	}
	.bar-lg-30.bar-lg-offset-1 {
		margin: 0;
	}
	.popup-box {
		max-width: 80%;
	}
	.popup-box p {
		font-size: 14px;
		line-height: 20px;
	}
	.step__select-box,
	.step__fin,
	.step__next,
	.step .select-boxing.select-boxing_head,
	.step__box-title{
		width: 100%;
	}
	.infoblock__bottom{
		align-items: flex-start;
		flex-flow: column nowrap;
	}
	#sidebar {
		padding-top: 0 !important;
	}
	.title-box-banner {
		margin: 0 auto;
	}
	#sidebar .cycle-gallery.gallery-js-ready {
		left: 0 !important;
	}
}
@media only screen and (max-width: 478px) {

	#sidebar {
		width: 100%;
		max-width: 290px;
		/*padding: 0 10px;*/
		margin-top: 20px !important;
	}
	.modal__content{
		width: 100%;
	}
	.modal{
		padding: 0 15px;
	}
	.modal__header{
		padding: 20px 15px 15px 10px;
	}
	.tabs_portal.tabs_modal {
		margin-right: -15px;
		margin-left: -10px;
		width: auto;
	}
	.tabs_modal.tabs_portal > li:first-child {
		margin-left: 10px;
	}
	.tabs_modal.tabs_portal > li:last-child {
		margin-right: 10px;
	}
	.tabs_portal.tabs_modal li {
		width: 44%;
	}
	.modal__body {
		padding: 0 10px 5px;
	}
	.inp {
		width: 100%;
		margin: 0 0 15px;
	}
	.inp-box input[type="submit"] {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.tab-fade__btn-next, .tab-fade__btn-prev {
		top: 10% !important;
	}
	.infoblock__item_prev label{
		width: 37%;
	}
	.infoblock__img-wrap{
		margin: 0 auto;
	}
	.infoblock__item_prev label:nth-child(3n) {
		margin-right: 23px;
	}
	.select-boxing.select-boxing_add{
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.select-boxing.select-boxing_add > input{
		margin-left: 0px;
	}
	.step__add-file{
		margin-bottom: 10px;
	}
	.step{
		padding: 25px 10px 20px;
	}
	.prev-box{
		align-self: center;
	}
}
@media only screen and (max-width: 400px) {
	.searchblock .select-boxing .jq-selectbox {
		width: 77%;
	}
	.searchblock .holder {
		padding: 0 10px;
	}
	.select-boxing {
		padding: 0 7px;
	}
	.tab-fade__btn-next, .tab-fade__btn-prev {
		top: 8% !important;
	}
	.content-block__step-wrap .tabs.tabs_submis li {
		width: auto;
		padding: 7px 10px;
	}
}
@media only screen and (max-width: 359px) {
	.boxing {
		font-size: 13px;
	}
}
@media only screen and (max-width: 320px){
	.tab-fade__btn-next, .tab-fade__btn-prev {
		top: 7% !important;
	}
}
#bx_auth_servform {
	display: none;
}
@media only screen and (min-width: 640px) and (max-width: 1024px){
	.imgblock-content .imgblock {
			padding: 0 37px;
	}
}
@media only screen and (max-width: 425px){
	.imgblock-content .imgblock {
			padding: 0 21px;
	}
	.tab-portal__list {
		width: 100%;
	}
}

@media only screen and (max-width: 640px){
	.imgblock-content .imgblock {
		justify-content: center;
	    padding: 0 20%;/*0 130px*/
	}

	.imgblock-content .imgblock li {
		display: inline-block;
    	margin: 7px;
	}
}

@media only screen and (max-width: 570px){
	.imgblock-content .imgblock {
	    padding: 0 12%;
	}
}

@media only screen and (max-width: 420px){
	.imgblock-content .imgblock {
	    padding: inherit;
	}
}

img.captcha {
	height: auto;
	max-height: 40px;
}
#google_translate_element { display: none; }
.translation-icons ul { list-style: none; padding-left: 0; float: none; }
.translation-icons ul li { display: block; float: left; min-width: 46%; max-width: 47%; line-height: 20px; 
    text-align: left }
.translation-icons ul li a::before { content: ''; display: inline-block; width: 18px; height: 12px; 
    margin-right: 8px; background: url('/local/templates/main_portal/css/../images/flags/flags.png') no-repeat; }
.translation-icons ul li a.ru::before { background-position: 0 -36px; }
.translation-icons ul li a.en::before { background-position: -72px -36px; }
.translation-icons ul li a.uk::before { background-position: -54px -36px; }
.translation-icons ul li a.es::before { background-position: -72px 0; }
.translation-icons ul li a.de::before { background-position: -36px 0; }
.translation-icons ul li a.fr::before { background-position: 0 -12px; }
.translation-icons ul li a.nl::before { background-position: -36px -24px; }
.translation-icons ul li a.it::before { background-position: -72px -12px; }
.translation-icons ul li a.pt::before { background-position: -72px -24px; }
.translation-icons ul li a.lt::before { background-position: -18px -24px; }
.translation-icons ul li a.et::before { background-position: -54px 0; }
.translation-icons ul li a.tr::before { background-position: -36px -36px; }
.translation-icons ul li a.ja::before { background-position: 0 -24px; }
.translation-icons ul li a.iw::before { background-position: -36px -12px; }
.translation-icons ul li a.zn-CN::before { background-position: 0 0; }
.translation-icons ul li a.hi::before { background-position: -54px -12px; }
.translation-icons ul li a.el::before { background-position: -18px -12px; }
.translation-icons ul li a.cs::before { background-position: -18px 0; }
.translation-icons ul li a.pl::before { background-position: -54px -24px; }
.translation-icons ul li a.sl::before { background-position: -18px -36px; }
.all-lang-link { background: url('/local/templates/main_portal/css/../images/flags/translate.png') no-repeat 0 40%; padding-left: 26px; 
    display: inline-block; vertical-align: middle; line-height: 20px; border-bottom: 1px dashed #3468a3; 
    font-size: 13px; position: relative; z-index: 10010; text-decoration: none; }
.all-lang-link__wrap { margin-right:16px; display:inline-block; vertical-align:middle; position:relative; }
.all-lang-link__wrap:hover .all-lang-link, 
.all-lang-link:hover { text-decoration: none; border-bottom: 1px solid #fa8721; color: #fa8721; }
.all-lang-link__wrap:hover::before, 
.all-lang-link__wrap:hover::after { content: ''; position: absolute; cursor: pointer; right: -12px; top: 0; 
    width: 100%; height: 16px; padding: 5px 10px 0; background-color: #fff; border-radius: 5px 5px 0 0; 
    border: solid #3468a3; border-width: 1px 1px 0 1px; box-sizing: content-box;}
.all-lang-link__wrap:hover::before { z-index: 10000; }
.all-lang-link__wrap:hover::after { box-shadow: 0 0 10px rgba(52,104,163,.49); z-index: 9990; }
.all-lang-link__wrap:hover .m-lang { display: block; }
.fix_box .bar.fixbar .all-lang-link__wrap { position: relative; left: 25px; margin-bottom: 10px; }
.m-lang { display: none; width: 275px; position: absolute; top: 21px; right: -12px; background-color: #fff; border-radius: 5px 0 5px 5px;
	border: 1px solid #3468a3; box-shadow: 0 0 10px rgba(52,104,163,.49); font-size: 14px; z-index: 9999; padding: 10px 5px 5px 10px; }
.all-lang-link__wrap-fix { display: none; }
.bar.fixbar .all-lang-link__wrap-fix { height: 20px; display: block; }

.goog-text-highlight {
    background-color: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    position: unset !important;
}
.goog-tooltip {
	display: none !important;
}

@media only screen and (max-width: 1003px) {
	.all-lang-link__wrap-fix { display: block; height: 13px; } 
	.all-lang-link__wrap { margin-top: 5px; }
}


@media only screen and (max-width: 675px) {
	
	.slide-portal__title-wrap {
		padding: 10px 0;
		max-width: 100%;
	}

	.slide-portal__title {

	}

}


.popup__user_authorize_message {
	display: none;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
}

.popup__user_authorize_message__wrap{
	padding: 18px 10px;
    background: #034188;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    box-shadow: 0 0 3px 1px #001d3e;
}

@media only screen and (max-width: 1003px) {
	.popup__user_authorize_message {
		display: block;
	}
}

.created-by-skalar {
    margin-top: 12px;
    display: block;
    float: right;
}

.created-by-skalar img {
    display: block;
    max-width: 131px;
}

.head-banner > .head-banner-desktop > a > img {
/*    height: 66px;*/
	height: auto;
	width: 100%;
}

.atss .at-share-btn, .atss a {
	opacity: 0.7;
	width: 2pc !important;
}
.atss .at-share-btn:focus, .atss .at-share-btn:hover, .atss a:focus, .atss a:hover {
    width: 4pc !important;
}
.atss .at-share-btn:focus, .atss .at-share-btn:hover, .atss a:focus, .atss a:hover {
    opacity: 1;
}
.soc-icon {
	width: 16px; height: 16px; cursor: pointer;
	background: url(/local/templates/eshop_bootstrap_blue/images/ssocial.png) no-repeat;
}
.soc-fb { background-position: -25px 0; }
.soc-tw { background-position: -25px -16px; }
.soc-vk { background-position: -25px -32px; }
.soc-go { background-position: -25px -48px; }
.soc-in { background-position: -25px -64px; }
.soc-yu { background-position: -25px -80px; }
.soc-li { background-position: -25px -96px; }
.soc-ra { background-position: -25px -112px; }
.soc-icon-l {
	width: 25px; height: 25px; cursor: pointer;
	background: url(/local/templates/eshop_bootstrap_blue/images/ssocial.png) no-repeat;
}
.soc-fb-l { background-position: 0 0; }
.soc-tw-l { background-position: 0 -25px; }
.soc-vk-l { background-position: 0 -50px; }
.soc-go-l { background-position: 0 -75px; }
.soc-in-l { background-position: 0 -100px; }
.soc-yu-l { background-position: 0 -125px; }
.soc-li-l { background-position: 0 -150px; }
.soc-ra-l { background-position: 0 -175px; }

/*.cookie-agree { left: 70px !important; max-width: 90%; width: unset !important; }*/
.cookie-agree { left: 70px !important; right: 70px !important; max-width: 1140px; width: unset !important; margin: 0 auto; }
#eXTReMe-Free-rusrek { display: block; text-align: left; }
input[name="q"] {
	/*height: 100%;
	max-width: 100%;
	margin: 0 0 0 37px;
	padding: 12px 0 7px 0;
	width: 100%;
	border: none;*/
	-webkit-appearance: none;
}

.top-nav a {
	transition: none;
}
header#header {
	transition: top .4s;
}

.at-share-dock.atss {
	box-shadow: none !important;
}

.faa-parent {color:#3468a3; display:block; float:left;}
.faa-parent:hover {color:red; cursor:pointer;}
.service__list {padding:unset;flex-flow:unset;display:block;clear:both;height:34px;margin:0;margin:0;padding:6px 0;}
/*.service__list:hover {border:solid 1px #3468a3;background-color:unset;}*/
.service__list:hover {background-color:unset;}
.service__link {display: unset;color:unset;float:left;line-height:18px;}
.fas, .far {font-size:20px;display:block;float:left;margin:-1px 5px -3px 0px;width:35px;text-align:center;height:24px;}
@media only screen and (max-width: 1024px) {
    .service__link {font-size:21px;line-height:1.2;margin-left:6px;}
    .fas, .far {font-size:16px;padding-top:7px;line-height:1;}
}
div.news-detail-text {font-size:16px;line-height:25px;}
.section-name, .author-name {text-transform:uppercase;color:#999;}
.news-list .section-name {color:white;background-color:#3468a3;}
/*.sticky {position:fixed;z-index:101;}
.stop {position:relative;z-index:101;}*/
.sticky {position:fixed;}
.stop {position:relative;}

.o_text-box { font-size: 13px;line-height: 15px;margin-bottom: 4px;}
.main_portal_link {color:red;font-weight:700;line-height:16px;margin-right:16px;border-bottom:1px dashed;}
.main_portal_link:hover {text-decoration: none;border-bottom: 1px solid red;color: red;}
.header-fix {height:70px;}
@media only screen and (min-width: 993px){
    .header-fix {display:none;}
}
/* End */


/* Start:/local/templates/main_portal/css/g-dev.css?15772832953144*/
/*.imgblock-content-table {
	display: table-cell;
	width: 25%;
}

.imgblock-content-table ul.imgblock{
	float: none;
	text-align: center;
	width: auto;
}

.imgblock-content-table ul.imgblock li{
	display: inline-block;
	vertical-align: top;
}*/

.cabinet-payments{
	width:100%;
	border:1px solid #e8e7e7;
}

.cabinet-payments thead {
	background:#3568a2;
	color:#fff;
}
.cabinet-payments td{
	padding:4px;
	border:none;
}
.cabinet-payments tbody tr:nth-child(2n){
	background-color:#deeefe
}

.head-banner {
	display: block;
	max-width: 1280px;
	margin: 0 auto;
}

.head-banner img {
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: 0 auto;
}

.head-banner > .head-banner-desktop > a > img {
    /*max-height: 66px;*/
        height: auto;
        width: 100%;
}

.head-banner > .head-banner-mobile > a > img {
    /*max-height: 66px;*/
        height: auto;
        width: 100%;
        max-width: 360px;
}



@media only screen and (max-width: 1003px) {

	.head-banner {
		margin: 80px auto 0;
	}

}

@media only screen and (max-width: 550px) {

	.head-banner .head-banner-desktop {
		display: none;
	}
}

@media only screen and (min-width: 551px) {
	.head-banner .head-banner-mobile {
		display: none;
	}
}

@media only screen and (max-width: 1003px)
{
	#header {
		 padding-top: 0;
	}  
}

iframe[name="googleSearchFrame"] {
	max-width: 100%;
	padding: 0 20px;
}

#sidebar ul.imgblock {
	width: 132px;
}

.img-box-banner-little {
	display: inline-block;
	border: 1px solid #ccc;
	width: 133px;
	padding: 5px;
	margin: 5px;
	margin-bottom: 10px;
}

.img-box-banner-little a {
	display: block;
}

@media only screen and (max-width: 1003px) {

	.searchblock.searchblock_promo {
		z-index: 9999;
	}

	.searchblock .box-left {
		height: 900px;
		overflow: auto;
	}
}

@media only screen and (max-width: 768px) {
	.img-box-banner-little img{
		width: 100%;
	}
}

@media only screen and (max-width: 420px) {
	.img-box-banner-little {
		width: 46%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1140px){
	.img-box-banner-little {
	width: 133px;
	height: 133px;
	background: transparent;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px){
    #sidebar .img-box-banner-little {
        margin: 5px 0 10px;
    }
    .img-box-banner-little {
        width: 133px;
        height: 133px;
        background: transparent;
    }
}

@media only screen and (min-width: 640px) and (max-width: 992px) {
    #sidebar .img-box-banner-little {
        margin: 5px 0 10px;
    }
    .img-box-banner-little {
        width: 133px;
        height: 133px;
        background: transparent;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .img-box-banner-little {
        width: 133px;
        height: 133px;
        background: transparent;
    }
    .sidebar .img-box-banner-little {
        margin: 5px 0 10px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 992px) {
    .sidebar .img-box-banner-little {
        margin: 5px 0 10px;
    }
    .img-box-banner-little {
        width: 133px;
        height: 133px;
        background: transparent;
    }
}




/* End */


/* Start:/local/templates/main_portal_pages/css/keyboard.css?15634798603020*/
#keyboardInputMaster {
  position:absolute;
  border:2px groove #dddddd;
  color:#000000;
  background-color:#dddddd;
  text-align:left;
  z-index:1000000;
  width:auto;
}

#keyboardInputMaster thead tr th {
  text-align:left;
  padding:2px 5px 2px 4px;
  background-color:inherit;
  border:0px none;
}
#keyboardInputMaster thead tr th select,
#keyboardInputMaster thead tr th label {
  color:#000000;
  font:normal 13px Arial,sans-serif;
}
#keyboardInputMaster thead tr td {
  text-align:right;
  padding:2px 4px 2px 5px;
  background-color:inherit;
  border:0px none;
}
#keyboardInputMaster thead tr td span {
  padding:1px 4px;
  font:bold 13px Arial,sans-serif;
  border:1px outset #aaaaaa;
  background-color:#cccccc;
  cursor:pointer;
}
#keyboardInputMaster thead tr td span.pressed {
  border:1px inset #999999;
  background-color:#bbbbbb;
}

#keyboardInputMaster tbody tr td {
  text-align:left;
  margin:0px;
  padding:0px 4px 3px 4px;
}
#keyboardInputMaster tbody tr td div {
  text-align:center;
  position:relative;
  height:0px;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout {
  height:auto;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table {
  height:28px;
  white-space:nowrap;
  width:100%;
  border-collapse:separate;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table.keyboardInputCenter {
  width:auto;
  margin:0px auto;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td {
  vertical-align:middle;
  padding:2px 8px 2px 8px;
  white-space:pre;
  font:normal 16px 'Lucida Console',monospace;
  border-top:1px solid #e5e5e5;
  border-right:1px solid #5d5d5d;
  border-bottom:1px solid #5d5d5d;
  border-left:1px solid #e5e5e5;
  background-color:#eeeeee;
  cursor:default;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.last {
  width:99%;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.alive {
  background-color:#ccccdd;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.target {
  background-color:#ddddcc;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.hover {
  border-top:1px solid #d5d5d5;
  border-right:1px solid #555555;
  border-bottom:1px solid #555555;
  border-left:1px solid #d5d5d5;
  background-color:#cccccc;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.pressed,
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.dead {
  border-top:1px solid #555555;
  border-right:1px solid #d5d5d5;
  border-bottom:1px solid #d5d5d5;
  border-left:1px solid #555555;
  background-color:#cccccc;
}

#keyboardInputMaster tbody tr td div var {
  position:absolute;
  bottom:0px;
  right:0px;
  font:bold italic 11px Arial,sans-serif;
  color:#444444;
}

.keyboardInputInitiator {
  margin-left:3px;
  vertical-align:middle;
  cursor:pointer;
}

/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/menu/m_serv/style.css?1575533295581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main_portal_pages/components/bitrix/menu/m_serv/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/menu/rusrek_top/style.css?1563479860581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main_portal_pages/components/bitrix/menu/rusrek_top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/system.auth.form/header_top/style.css?1563479860470*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/main_portal_pages/components/bitrix/system.auth.form/header_top/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/main_portal_pages/components/bitrix/system.auth.form/header_top/images/sec-unlocked.png);}
.momQuitLink{float: right;}

/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/main.register/mom_template2/style.css?1563479860495*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/main_portal_pages/components/bitrix/main.register/mom_template2/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/main_portal_pages/components/bitrix/main.register/mom_template2/images/sec-unlocked.png);}
.errorValidation{color:#eb0c0c;}

/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/system.auth.form/mom_default/style.css?1563479860470*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/main_portal_pages/components/bitrix/system.auth.form/mom_default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/main_portal_pages/components/bitrix/system.auth.form/mom_default/images/sec-unlocked.png);}
.momQuitLink{float: right;}

/* End */


/* Start:/local/components/skalar/favorite.widget/templates/.default/style.css?1563479862479*/
.favorite-widget {
    height: 16px;
}
.favorite-widget svg.favorite-widget-svg {
	width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.favorite-widget span {
	font-size: 16px;
    line-height: 18px;
    color: #3468a3;
    display: inline-block;
    vertical-align: top;
}
.favorite-widget-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    text-decoration: none;
    padding: 10px 8px 9px;
}
/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/menu/catalog_horizontal/style.css?156527445011723*/
.bx-top-nav-container {
	margin-top: 5px;
	padding: 0 10px;
	background: #069;
	color: #fff;
	position: relative;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	/* position: relative; */
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	color: #fff;
	/* font-weight: 700; */
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}
.bx-top-nav-container .bx-nav-1-lvl>a span {
	padding: 10px 14px 14px;
	display: block;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-active>a span {
	background: #fff;
	color: #000;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	/* padding: 9px 0 5px; */
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 5px;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: inline-block;
	/* min-width: 180px; */
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid black;
}
.bx-top-nav-container .bx-nav-2-lvl:last-child {
	border-right: none;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	/* padding: 5px 15px 5px; */
	color: #20394c;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	/* font-weight: bold; */
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-2-lvl>a.bx-active,
.bx-top-nav-container .bx-nav-2-lvl>a:hover {
	text-decoration: underline;
}
.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}





/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
	font-size: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
    font-size: 26px;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 13px;
    right: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 1750;
    color: #3468a3;
    text-align: center;
}
.bx-aside-nav-control::after {
    content: 'Рубрики';
    font-size: 14px;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 85%;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Conv_MyriadProCondRegular';
}
.bx-aside-nav-control.bx-opened {color: #fff;}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 12px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 2px 7px 3px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 12px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 2px 7px 3px}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 11px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 2px 7px 3px}
}
@media (min-width: 768px){
	.bx-aside-nav-control,
	.bx-aside-nav{display: none;}
	.bx-top-nav-container{display: block;}
}
@media (max-width: 767px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-top-nav-container{display: none;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}
}

.bx-top-nav-container i.fa {
	display: none;
}

.fix_box .panel {margin-bottom: 0;}
.fix_box .panel .holder.menu-holder {
    padding-right: 0;
}
/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/news.list/vidget_last_news/style.css?1575367081518*/
@media only screen and (max-width: 768px) {
    .breadcrumbs-show{
        display: block !important;
        margin-top: 0 !important;
    }
}

.add-list.news li .text-box > strong {
	top: 0;
}
.add-list.news .bott-box .bottmbox-left {
	min-height: 0;
}
.add-list.news li p::after {
    content: none;
}
.add-list.news li p {
    max-height: none;
    position: relative;
    overflow: hidden;
    font-size: inherit;
    line-height: 1.2;
	margin-bottom: 0;
	height: auto;
}
.add-list .listinf > li {padding: 5px 0;}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1563479770585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/menu/footmob-menu/style.css?1563479860581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main_portal_pages/components/bitrix/menu/footmob-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/menu/menu_footer/style.css?1563479860581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main_portal_pages/components/bitrix/menu/menu_footer/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main_portal_pages/components/bitrix/menu/footer_popular_searches/style.css?1563479860581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main_portal_pages/components/bitrix/menu/footer_popular_searches/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/components/skalar/cookie.agree/templates/.default/style.css?1568150490237*/
.cookie-agree {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 7px;
    z-index: 5000;
    display: none;
}
/* End */


/* Start:/local/templates/main_portal_pages/template_styles.css?1568292617219*/
.h4 { margin: 0 0 10px; font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: 500; }
.content-block.content-block_portal:after { display: block; content: ' '; width: 100%; clear: both; }
/* End */
/* /local/templates/main_portal_pages/slick/slick.css?15634798601726 */
/* /local/templates/main_portal_pages/slick/slick-theme.css?15634798603137 */
/* /local/templates/main_portal/css/all.css?1577285949113805 */
/* /local/templates/main_portal/css/g-dev.css?15772832953144 */
/* /local/templates/main_portal_pages/css/keyboard.css?15634798603020 */
/* /local/templates/main_portal_pages/components/bitrix/menu/m_serv/style.css?1575533295581 */
/* /local/templates/main_portal_pages/components/bitrix/menu/rusrek_top/style.css?1563479860581 */
/* /local/templates/main_portal_pages/components/bitrix/system.auth.form/header_top/style.css?1563479860470 */
/* /local/templates/main_portal_pages/components/bitrix/main.register/mom_template2/style.css?1563479860495 */
/* /local/templates/main_portal_pages/components/bitrix/system.auth.form/mom_default/style.css?1563479860470 */
/* /local/components/skalar/favorite.widget/templates/.default/style.css?1563479862479 */
/* /local/templates/main_portal_pages/components/bitrix/menu/catalog_horizontal/style.css?156527445011723 */
/* /local/templates/main_portal_pages/components/bitrix/news.list/vidget_last_news/style.css?1575367081518 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1563479770585 */
/* /local/templates/main_portal_pages/components/bitrix/menu/footmob-menu/style.css?1563479860581 */
/* /local/templates/main_portal_pages/components/bitrix/menu/menu_footer/style.css?1563479860581 */
/* /local/templates/main_portal_pages/components/bitrix/menu/footer_popular_searches/style.css?1563479860581 */
/* /local/components/skalar/cookie.agree/templates/.default/style.css?1568150490237 */
/* /local/templates/main_portal_pages/template_styles.css?1568292617219 */
