.content-txt {
	width: 1360px;
	margin: 56px auto 0px;
}
.left-side {
	width: 768px;
	margin: 0px 64px 126px 120px;
	float: left;
	font-family: 'Roboto Light';
	font-size: 18px;
    line-height: 1.55;
}
.left-side p, .one-col p {
	margin-bottom: 28px;
}
.left-side img, .one-col img {
	max-width: 100%;
}
.left-side a, .one-col a {
	color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 1px;
}
.left-side .min-news-name a {
	text-decoration: none;
    color: inherit;
    border-bottom: none;
}
.left-side a:hover {
    border-bottom: none;
}
.breadcrumbs {
	clear: both;
	overflow: auto;
	margin: 43px 0px 10px 0px;
    line-height: 1.6;
}
.breadcrumbs a {
	font-family: 'Roboto REgular';
	font-size: 14px;
	color: #000;
	position: relative;
	display: inline-block;
	float: left;
	margin: -2px 0px 0px 23px;
	padding-bottom: 0px;
	border-bottom: none;
    margin-bottom: 1px;
}
.breadcrumbs a:before {
	content: '';
	width: 1px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: -12px;
	display: block;
	background: #a7a7a7;
}
.breadcrumbs a:hover {
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
}
.breadcrumbs a.home {
    background: url(../images/home.png) center center no-repeat;
    width: 16px;
    height: 16px;
    display: block;
	margin: 0px 0px 0px 0px;
}
.breadcrumbs a.home:hover {
    background-image: url(../images/home2.png);
    border-bottom: none;
}
.breadcrumbs a.home:before {
    display: none;
}
h1 {
	font-family: 'Roboto Bold';
	font-size: 32px;
	font-weight: 500;
	margin: 39px 0px 53px 0px;
    line-height: 1.15;
}
h2 {
	font-family: 'Roboto Bold';
	font-size: 24px;
	font-weight: 500;
	margin: 48px 0px 28px 0px;
	line-height: 1.48;
	letter-spacing: 0.18px;
}
h3 {
	font-family: 'Roboto Bold';
	font-size: 20px;
	font-weight: 500;
	margin: 46px 0px 29px 0px;
	line-height: 1.55;
	letter-spacing: -0.05px;
}
h4 {
	font-family: 'Roboto Bold';
	font-size: 18px;
	font-weight: 500;
	margin: 46px 0px 32px 0px;
	line-height: 1.55;
	letter-spacing: -0.05px;
}
p.vrez {
	font-family: 'Roboto Bold';
	font-size: 20px;
	margin: 53px 0px 55px 32px;
    line-height: 1.21;
    position: relative;
}
.vrez:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: -32px;
	display: block;
	background: #ffc5aa;
}
.content-txt  .left-side ol {
	padding-left: 21px;
    counter-reset: list;
}
.content-txt  .left-side ol li {
	list-style: none;
	padding-left: 8px;
	text-indent: -14px;
    margin-bottom: 20px;
}
.content-txt  .left-side ol li:before{
    counter-increment: list;
    content: counter(list)".";
    position: relative;
    top: 0px;
    right: 15px;
	font-family: 'Roboto Bold';
}

.content-txt  .left-side li ul {
	padding: 21px 0px 0px 39px;
    counter-reset: list2;
}
.content-txt  .left-side li ul li {
    position: relative;
}
.content-txt  .left-side li ul li:before {
    counter-increment: list2;
	content: "";
	position: absolute;
	top: 14px;
	left: -36px;
	display: block;
	width: 6px;
	height: 6px;
	background: #6b6b6b;
}
.content-txt  .left-side li li:before {
    display: none;
}
.content-txt  .left-side ul {
	padding: 0px 0px 0px 21px;
    counter-reset: list2;
    list-style: none;
}
.content-txt  .left-side ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 9px;
}
.content-txt .left-side ul li:before {
	counter-increment: list2;
	content: "";
	position: absolute;
	top: 15px;
	left: -21px;
	display: block;
	width: 16px;
	height: 1px;
	background: #000;
}
.content-txt .left-side ul li ul {
	padding: 21px 0px 0px 32px;
}
.content-txt .left-side ul li ul li {
	position: relative;
	padding-left: 0px;
}
.content-txt .left-side ul ul li:before {
	top: 13px;
	left: -30px;
}
.sectors {
	margin: 72px 0px 93px;
    text-align: left;
}
.sector {
	border-top: 1px solid #a7a7a7;
	margin: 0px 0px 22px;
	padding-top: 1px;
    position: relative;
}
.sector:after {
	content: "";
	position: absolute;
	top: 23px;
	right: 8px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/sector-plus.png) center center no-repeat;
	cursor: pointer;
    pointer-events: none;
}
.sector.active:after {
	background: url(../images/sector-minus.png);
	height: 2px;
	top: 30px;
}
.sector.active {
    border-top: 1px solid #000;
}
.sector p {
	margin-bottom: 20px;
    letter-spacing: -0.15px;
    cursor: pointer;
    font-family: 'Roboto Bold';
    font-weight: 500;
padding-right:30px;
}
.sector .sector-clos {
    display: none;
	padding: 0px 0px 0px 32px;
}
.sector .sector-clos p {
	margin: 0px;
	box-sizing: border-box;
	padding: 0px;
    cursor: pointer;
    font-family: 'Roboto Light';
}
.sector .sector-clos p~p {
	margin-top: 10px;
}
.sector .sector-clos p.file-d {    
	margin-top: 0px;
	padding: 10px 0px 0px 0px;
}  
.sector .sector-clos .one-file {
	margin: 0px 0px 0px -32px;
}
.sector .sector-clos .one-file~.one-file {
	padding-top: 10px;
}
.sector .sector-clos .one-file:last-child p.file-d {	
    padding-bottom: 0px;
    border-bottom: none;
}
.sector .sector-clos .one-file a {
	text-decoration: none;
    border-bottom: none;
}
.sector .sector-clos .one-file p.file-d {  
    padding-bottom: 20px;
}
.sector.active .sector-clos {
	
}
.sector.active .sector-clos .sector-clos {
	display: none;
}
.sector.active .sector-clos .sector p {
	margin-top: 18px;
    cursor: auto;    
    font-family: 'Roboto Bold';
}
.sector.active .sector-clos .sector.active .sector-clos p {	
    font-family: 'Roboto Light';
}
.sector.active .sector-clos .sector p { 
    font-family: 'Roboto Bold';
    margin-bottom: 20px;
}
.sector.active .sector-clos .sector .sector-clos p {	
    font-family: 'Roboto Light';
    margin-bottom: 0px;
}
.sector.active .sector-clos .sector .sector-clos .sector p { 
    font-family: 'Roboto Bold';
    margin-bottom: 20px;
}
.sector.active .sector-clos .sector .sector-clos .sector .sector-clos p {	
    font-family: 'Roboto Light';
    margin-bottom: 0px;
}
.sector.active .sector-clos .sector p.tab-clos {
	margin-top: 6px;
	width: 100%;
	text-align: left;
	padding-right: 20px;
    margin-bottom: 0px;
}
.sector.active .sector-clos .sector table tr:first-child {
	display: none;
}
.sec-tab {
	padding-left: 32px;
    margin-left: -32px
}
.left-side img {
}
img.w100 {
    width: 100%;
    margin: 44px 0px 5px;
}
.scroll-table {
	margin: 10px 0px 60px;
}
.scroll-table2 {
    overflow-x: auto;
    z-index: 2;
}
.swiper, .suwala-doubleScroll-scroll-wrapper {
    width: 100%;
    overflow-x: scroll;
	scrollbar-color: #0ab7c5 #e8eaef;
	scrollbar-width: thin;
	box-sizing: border-box;
}
.swiper::-webkit-scrollbar { 
    background: #e8eaef; 
    width: 10px;
}
.swiper::-webkit-scrollbar-thumb {
    background: #0ab7c5; 
}
.swiper {
    scrollbar-base-color: #0ab7c5;
    scrollbar-face-color: #e8eaef;
    scrollbar-3dlight-color: #e8eaef;
    scrollbar-highlight-color: #e8eaef;
    scrollbar-track-color: #0ab7c5;
    scrollbar-arrow-color: #e8eaef;
    scrollbar-shadow-color: #e8eaef;
    scrollbar-dark-shadow-color: #e8eaef;
}
.table-2, .left-side table {
    border-collapse: collapse;
}
.table-2 th, .table-2 td,  .left-side table th, .left-side table td{
    padding-left: 32px;
}
.table-2 th{
	border: 1px solid #a7a7a7;
	border-top: 3px solid #a7a7a7;
	text-align: left;
	font-family: 'Roboto Bold';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
	padding: 15px 20px 26px 16px;
	vertical-align: baseline;
}
.left-side table th{
	text-align: left;
	font-family: 'Roboto Bold';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
	padding: 15px 20px 26px 16px;
	vertical-align: baseline;
}
.table-2 td{
	font-size: 14px;
	border: 1px solid #a7a7a7;
	padding: 18px 20px 29px 16px;
	line-height: 1.15;
	vertical-align: baseline;
}
.left-side table td{
font-size: 14px;
	padding: 18px 20px 29px 16px;
	line-height: 1.15;
	vertical-align: baseline;
}
.table-2 th:first-child, .table-2 td:first-child, .left-side table th:first-child, .left-side table td:first-child {
    padding-left: 16px;
}
.table-2 td a, .left-side table td a{
	position: relative;
    padding-bottom: 0px;
}

.left-side a[href^="http://"],
.left-side a[href^="https://"],
.left-side a[href^="ftp://"] {
	position: relapive;
    padding-right: 17px;
}
.map-columns li a[href^="http://"],
.map-columns li a[href^="https://"],
.map-columns li a[href^="ftp://"] {
	position: relapive;
    padding-right: 17px;
}

.left-side a[href^="http://"]:after, 
.left-side a[href^="https://"]:after, 
.left-side a[href^="ftp://"]:after {
	position: relative;
	content: "";
	bottom: 1px;
	right: -8px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../images/rt.png) center center no-repeat;
}

.left-side a.nostyle { border: none !important; }
.left-side a.nostyle:after { display: none !important; }

.map-columns li a[href^="http://"]:after,
.map-columns li a[href^="https://"]:after,
.map-columns li a[href^="ftp://"]:after {
	position: relative;
	content: "";
	bottom: 1px;
	right: -8px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../images/rt.png) center center no-repeat;
}
.table-2 td a:hover:after, .left-side table td a:hover:after{
	display: none;
}
.table-2 tr:nth-child(even) td{
	background: #f7f7f7;
}
.left-side .table-1 {
    border-collapse: collapse;
}
.left-side .table-1 th, .left-side .table-1 td {
    padding-left: 32px;
}
.left-side .table-1 th {
border:none;
	border-top: 2px solid #a7a7a7;
	text-align: left;
	font-family: 'Roboto Bold';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
	padding: 15px 0px 26px 0px;
	vertical-align: baseline;
}
.left-side .table-1 td {
border:none;
	font-size: 14px;
	border-top: 1px solid #a7a7a7;
	padding: 18px 0px 29px 0px;
	line-height: 1.15;
	vertical-align: baseline;
}
.left-side .table-1 th:first-child, .left-side .table-1 td:first-child {
    padding-left: 0px;
}
.left-side .table-1 td a {
	position: relative;
    padding-bottom: 0px;
}
.left-side a[href^="http://"]:after,
.left-side a[href^="https://"]:after,
.left-side a[href^="ftp://"]:after {
	position: relative;
	content: "";
	bottom: 1px;
	right: -8px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../images/rt.png) center center no-repeat;
}
.left-side a{
position:relative;
}
.left-side .table-1 td a:hover:after {
	display: none;
}
.file, .design_link_for_file {
	font-family: 'Roboto Medium';
	line-height: 1.2;
	letter-spacing: -1.06px;
	padding-right: 40px;
	margin-bottom: 36px;
}
.file p, .design_link_for_file p {
	margin-bottom: 16px;
}
.file p a, .design_link_for_file p a {
    border-bottom: none;
}
.file-d {
	font-size: 14px;
	letter-spacing: 0px;
	word-spacing: 4px;
}
.file .file-d a, .design_link_for_file .file-d a {
    border-bottom: none;
	padding: 2px 0px;
	margin-top: -2px;
    background: linear-gradient(to right, #ffc5aa 50%,
    #FFF 50%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 200% 0%;
    background-position: right bottom;
    transition: all 0.4s ease;
}
.file .file-d a:hover, .file p:hover~.file-d a {
    background-size: 200% 100%;
    background-position: left bottom;
}
.file .file-d a:after, .design_link_for_file .file-d a:after {
	display: none;
}
.file .file-d a span, .design_link_for_file .file-d a span {
	background: #ffc5aa;
	display: inline-block;
	padding: 2px 0px;
	margin-top: -2px;
}
.file .file-d span.file-size, .design_link_for_file .file-d span.file-size {
	font-family: 'Roboto Light';
	margin-left: 11px;
	word-spacing: 0px;
    background: none;
}
.file .file-d span.file-size, .design_link_for_file .file-d span.file-size {
    font-family: 'Roboto Light';
}
img.fot-in-text {
	margin: 5px 31px 30px 0px;
	float: left;
}
.right-side {
    width: 408px;
    float: left;
}
.print {
	position: relative;
	float: left;
	display: block;
	cursor: pointer;
	margin: 44px 0px 0px 31px;
	font-size: 14px;
	color: #000;
}
.print:hover {
    border-bottom: 1px solid;
}
.print:before {
	position: absolute;
	content: '';
	top: -1px;
	left: -31px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/print.png) center center no-repeat;
}
.print:hover:before {
    background-image: url(../images/print2.png);
}
.right-menu {
    clear: both;
    margin: 112px 0px 0px 0px;
    color: #202121;
    padding-right: 110px;
}
.right-menu a {
	font-family: 'Roboto Medium';
	font-size: 16px;
	display: block;
	color: inherit;
	text-decoration: none;
	margin-bottom: 19px;
}
.right-menu a.item_2
{
    padding-left: 20px;
    font-size: 14px;
}
.right-menu a.parent {
    font-size: 20px;
	margin-bottom: 34px;
}
.right-menu span {
    display: black;
    padding: 1px 0px 2px;
}
.right-menu a span {	
    background: linear-gradient(to right, #ffc5aa 50%,
    #FFF 50%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 200% 0%;
    background-position: right bottom;
    transition: all 0.4s ease;
}
.right-menu a:hover span, .right-menu a.active span {
    background-size: 200% 100%;
    background-position: left bottom;
}
.right-side hr {
	height: 1px;
	border: none;
	background: #a7a7a7;
	margin: 33px 0px 0px 0px;
}
.r-zag {
	font-family: 'Roboto Medium';
	color: #202121;
	display: block;
	font-size: 20px;
	margin: 63px 0px 24px 0px;
}

.ui-widget.ui-widget-content {
    border: none;
}
.ui-widget {
    border: none;
    font-family: 'Roboto Regular';
	font-size: 14px;
}
.ui-widget .ui-widget {
	border: none;
}
.ui-datepicker {
	width: 270px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
color:#000;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 1px 0px;
	background: none;
	border: none;
    margin-bottom: 25px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 0px;
	top: 6px;
	background: url(../images/prev.png) center center no-repeat;
}
.ui-datepicker .ui-datepicker-next {
	left: 48px;
	top: 6px;
	background: url(../images/next.png) center center no-repeat;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
	border: none;
    top: 6px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
	text-align: right !important;
	float: right;
	font-size: 16px;
	font-family: 'Roboto Light';
	color: black;
	margin: 3px 0px 0px 0px;
	font-weight: 50;
}
.ui-datepicker .ui-datepicker-title span {
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}
.ui-datepicker th {
	padding: 0px 18px 15px 6px;
	text-align: left;
	border: 0;
	font-family: 'Roboto Regular';
	font-size: 12px;
	font-weight: 500;
}
.ui-datepicker table tbody {
    
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
border: none;
	background: none;
cursor:pointer;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	padding: 7px 0px;
border: 2px solid #fff;
border-radius: 50%;
	width: 30px;
}
.selected-av .ui-state-default, .ui-widget-content .selected-av .ui-state-default, .ui-widget-header  .selected-av .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 2px solid #ffc5aa;
	background: none;
	font-weight: normal;
	color: #454545;
	text-align: center;
	padding: 7px 0px;
	border-radius: 50%;
	width: 30px;
cursor:hand;
}
.ui-datepicker td {
	border: 0;
	padding: 1px 2px 6px 2px;
    font-family: 'Roboto Light';
}
.ui-datepicker td.selected-av:hover a {
    background: #ffc5aa;
}
.ui-datepicker-today a {
    font-family: 'Roboto Medium';
}
.citat {
	font-size: 20px;
	margin: 53px 0px 55px 32px;
	line-height: 1.21;
	position: relative;
	font-family: 'Roboto Italic';
	letter-spacing: 0.9px;
}
.citat:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: -32px;
	display: block;
	background: url(../images/cita.jpg) center center no-repeat;
}
.citat p {
	
}
.citat-who {
	font-family: 'Roboto Light';
	margin: 14px 0px 0px 0px;
	font-size: 16px;
	letter-spacing: 0.06px;
    clear: both;
}
.citat-who span {    
	font-family: 'Roboto Bold';
}
.citat hr {
	height: 1px;
	border: none;
	background: #a7a7a7;
	width: 56px;
	float: left;
	margin: -2px 0px 17px 0px;
}
.cb {
    clear: both;
}

/*1280*/
@media (max-width: 1350px) {
.content-txt {
    width: 1120px;
}
.left-side {
	margin-left: 0px;
	padding-right: 32px;
	box-sizing: border-box;
}
.right-side {
	width: 288px;
}
.right-menu {
	padding-right: 0px;
}
.right-side hr {
	width: 335px;
}
.sector .sector-clos p {
	padding: 0px 0px 0px 32px;
}
.file { 
	padding-right: 10px;
}
}

/*1020*/
@media (max-width: 1206px) {
.content-txt {
    width: 928px;
}
.left-side {
	padding-right: 32px;
    width: 576px;
}
.right-side {
	width: 288px;
}
}
/*760*/
@media (max-width: 980px) {
.whe {
	height: 116px;
}
.content-txt {
	width: 704px;
	display: flex;
	flex-wrap: wrap;
    margin-top: 0px;
}
.left-side {
	padding-right: 0px;
	width: 100%;
	order: 2;
	margin: 0px;
}
.right-side {
	width: 100%;
	float: left;
	order: 1;
}
.right-menu {
	margin-top: 0px;
}
.print {
    display: none;
}
.right-menu a.parent {
	font-size: 16px;
	margin: 29px 0px 0px 0px;
	background: url(../images/fulle.png) 97% center no-repeat #f2f9fa;
	border-radius: 3px;
	padding: 18px 10px 18px 18px;
	background-size: 20px;
}
.right-menu a:hover span {
	background: none;
}
.right-sub {
    display: none;
    padding: 10px 0px 0px 30px;
}
.right-side hr {
	display: none;
}
.breadcrumbs {
    display: none;
}
h1 {
	margin: 54px 0px 56px 0px;
}
p.vrez {
	margin: 53px 0px 55px 34px;
}
.file {
	letter-spacing: 0px;
}
}
/*320*/
@media (max-width: 759px) {
.whe {
	height: 56px;
}
.content-txt {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 16px 0px 16px;
}
.right-menu a.parent {
	margin-top: 13px;
	font-size: 12px;
	padding: 13px 10px 13px 12px;
	background-size: 17px;
	background-position: 96% center;
}
.left-side {
	font-size: 12px;
    line-height: 1.66;
}
.left-side p {
	margin-bottom: 12px;
}
h1 {
	margin: 15px 0px 24px 0px;
	font-size: 18px;
	line-height: 1.3;
}
h2 {
	font-size: 16px;
	margin: 21px 0px 20px 0px;
}
h3 {
	font-size: 14px;
	margin: 21px 0px 20px 0px;
}
h4 {
	font-size: 12px;
	margin: 21px 0px 20px 0px;
}
p.vrez {
	margin: 25px 0px 22px 16px;
	font-size: 14px;
	line-height: 1.15;
}
.vrez:before {
	width: 10px;
	height: 10px;
	top: 3px;
	left: -16px;
}
.content-txt ol li, .content-txt ul li {
	margin-bottom: 8px;
}
.content-txt li ul {
	padding: 8px 0px 0px 10px;
}
.content-txt li ul li{
	text-indent: 0px;
}
.content-txt li ul li:before {
	top: 8px;
	left: -7px;
}
.content-txt ul li ul {
	padding: 8px 0px 0px 10px;
}
.content-txt ul li ul li {
    padding-left: 9px;
}
.sectors {
	margin: 32px 0px 32px;
}
.sector {
	margin: 0px 0px 18px;
}
.sector .sector-clos {
    padding-right: 27px;
}
.sector .sector {
    width: calc(100% + 27px);
}
.left-side .sector p {
	margin: 9px 18px 9px 0px;
	letter-spacing: 0.08px;
}
.sector .sector-clos p {
	padding: 2px 0px 0px 16px;
	width: 108%;
	margin-right: 0px;
}
.sector.active .sector-clos .sector p {
	margin-top: 6px;
}
.sector:after {
	top: 13px;
	right: 2px;
	width: 12px;
	height: 12px;
	background-size: 100%;
}
.sector.active:after {
	top: 18px;
}
.citat {
	margin: 25px 0px 22px 16px;
	font-size: 14px;
	line-height: 1.15;
}
.citat:before {
	width: 11px;
	height: 11px;
	top: 0px;
	left: -17px;
	background-size: 100%;
}
.citat hr {
	margin: -2px 0px 10px 0px;
}
.citat-who {
    margin-top: 10px;
	font-size: 12px;
}
img.w100 {
	margin: 10px 0px 5px;
}
.scroll-table2 {
    overflow-x: scroll;
    z-index: 2;
}
.scroll-table {
    overflow: hidden;
    margin-bottom: 10px;
}
.jspVerticalBar {
    display: none;
}
.jspContainer {
	padding-bottom: 12px;
}
.jspHorizontalBar {
	height: 8px;
    background: none;
}
.jspDrag {
    background: #21bdca;
    border-radius: 4px;
}
.jspTrack {
	background: #ededed;
    border-radius: 4px;
}

.table-1, .table-2 {
	border-collapse: collapse;
	min-width: 350px;
}
.table-1 th, .table-2 th {
	font-size: 11px;
	padding: 8px 0px 21px 0px;
	line-height: 1.12;
}
.table-1 td, .table-2 td {
	font-size: 10px;
	padding: 10px 0px 21px 10px;
}
.file {
	padding: 0px;
	margin: 28px 0px 10px;
}
.file-d {
	font-size: 10px;
}
.phone-list {
	width: 100%;
}
.phone-item {
	margin: 0px 0px 16px 0px;
	box-shadow: 0px 0px 0px 1px #0ab7c5;
	width: 100%;
}
}

/* Список новостей */
.mn-item {
	flex-wrap: wrap;
}
.main-news-slider .mn-item~.mn-item {
    display: none;
}
.left-side .mn-ico {
	min-width: 100%;
	overflow: hidden;
	height: auto;
}
.left-side .mn-ico img {
	margin: 0px 0px 10px;
}
.left-side .mn-descr {
	margin-left: 0px;
}
.left-side .mn-date a {
	margin: 10px 0px 0px 0px;
}
.left-side .main-news-slider .slideNum {
	bottom: -1px;
}
.left-side .main-news-slider .owl-nav {
	bottom: 30px;
}
.left-side .min-news {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
overflow: hidden;
}
.left-side .min-news-item {
	margin-right: 4% !important;
	width: 48%;
	height: auto;
	padding-bottom: 39px;
	margin-bottom: 29px;
}
.left-side .min-news-item:nth-child(2n) {
	margin-right: 0px !important;
}
.news-mor {
	cursor: pointer;
	color: #252626;
	display: block;
	margin: 0px auto;
	font-family: 'Roboto Bold';
	font-size: 16px;
	position: relative;
	clear: both;
	width: 240px;
	text-align: center;
	padding-top: 10px;
}
.news-mor:hover {
    color: #67b6c3;
}
.news-mor:before {
	content: '';
	position: relative;
	width: 17px;
	height: 17px;
	top: 3px;
	left: 40px;
	background: url(../images/lmor.png) center center no-repeat;
	display: block;
	float: left;
    transition: 1s;
}
.news-mor:hover:before {
	transform: rotate(90deg);
}
.mor-news {
    display: none;
    flex-wrap: wrap;
	justify-content: flex-start;
}
.mor-news.fulle {
    display: flex;
}
.n-type {
	display: inline-block;
	color: #737373;
	font-family: 'Roboto Light';
	font-size: 20px;
	cursor: pointer;
	margin: 0px 33px 0px 0px;
    position: relative;
}
.n-type.active {
    color: #252626;
}
.n-type.active:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 3px;
	width: 5px;
	height: 24px;
	background: url(../images/apr.png) center center no-repeat;
}
.n-type.active:after {
	content: '';
	position: absolute;
	right: -13px;
	top: 3px;
	width: 5px;
	height: 24px;
	background: url(../images/npr.png) center center no-repeat;
}
.n-item {
    display: none;
}
.n-item.active {
    display: block;
}

/*1280*/


/*1020*/
@media (max-width: 1206px) {
.min-news-item ~ .min-news-item ~ .min-news-item ~ .min-news-item {
	display: block;
}
.left-side .min-news-item {
	width: 100%;
	margin-right: 0% !important;
}
.left-side .min-news-item:nth-child(3n) {
    margin-right: 0% !important;
}
.left-side .min-news-item:nth-child(2n) {
    margin-right: 0% !important;
}
}

/*760*/
@media (max-width: 980px) {
    .r-zag, .calendar {
        display: none;
    }
    .left-side .min-news-item {
        width: 48%;
        margin-right: 4% !important;
    }
    .left-side .min-news-item:nth-child(3n) {
        margin-right: 4% !important;
    }
    .left-side .min-news-item:nth-child(2n) {
        margin-right: 0% !important;
    }
}

/*320*/
@media (max-width: 759px) {
.left-side .mn-descr {
    margin-top: 10px;
}
.left-side .mn-name {
    margin: 0px;
}
.left-side .main-news-slider .owl-nav {
	bottom: 12px;
	display: block;
    width: 50px;
}
.left-side .owl-nav .owl-prev, .left-side .owl-nav .owl-next {
	background-size: 100%;
	width: 8px;
}
.left-side .min-news-item {
	width: 100%;
	margin-right: 0% !important;
	padding-bottom: 30px;
	margin-bottom: 16px;
}
.left-side .min-news-item:nth-child(3n) {
    margin-right: 0% !important;
}
.left-side .min-news-item:nth-child(2n) {
    margin-right: 0% !important;
}
.min-news-name {
	line-height: 1.7;
}
.n-type {
	margin-left: 15px;
	font-size: 14px;
	display: block;
	float: left;
	margin-right: 15px;
}
.n-item {
    clear: both;
}
}
/* Страница новости */
.rights {
	clear: both;
	font-family: 'Roboto Light';
	font-size: 14px;
	margin-top: 115px;
	border-left: 1px solid #a7a7a7;
	padding-left: 31px;
	line-height: 1.4;
}
.right-soc {
	margin: 63px 0px 0px 0px;
}
.right-soc p {
	font-family: 'Roboto Medium';
	font-size: 18px;
	color: #737373;
	margin-bottom: 23px;
}
.right-soc-img {
	display: flex;  
}
.right-soc a {
    width: 30px;
	height: 17px;
	background: url(../images/vk2.png) center center no-repeat;
	display: block;
}
a.vk {
    background-image: url(../images/vk2.png);
}
a.facebook {
    background-image: url(../images/facebook2.png);
}
a.ok {
    background-image: url(../images/ok2.png);
}
a.twitter {
    background-image: url(../images/twitter2.png);
}
a.share {
    background-image: url(../images/share.png);
}
a.vk:hover {
    background-image: url(../images/vk4.png);
}
a.facebook:hover {
    background-image: url(../images/facebook4.png);
}
a.ok:hover {
    background-image: url(../images/ok4.png);
}
a.twitter:hover {
    background-image: url(../images/twitter4.png);
}
a.share:hover {
    background-image: url(../images/share2.png);
}
.main-date {
	color: #737373;
	font-size: 14px;
	margin: -35px 0px -11px 0px;
}
img.w200 {
	width: 100%;
	margin: 6px 0px 34px;
}
.news-slider {
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 41px;
	margin-bottom: 98px;
    max-height: 500px !important;
    overflow: hidden;
}
.news-slider a {    
    overflow: hidden;
}
.news-slider .owl-stage-outer {
    height: 450px;
    margin-bottom: 20px;
}
.news-slider .owl-stage-outer .owl-stage {
    max-height: 450px;
}
.news-slider .owl-item {    
    min-height: 450px;
    overflow: hidden; 
}
.news-slider .owl-item a {
    display: block;
    width: auto;
    max-height: 450px;
}
.news-slider .owl-item a img {
	height: 100%;	    
}
.news-slider a ~ a {
	display: none;
}
.news-slider .owl-item.active~.owl-item.active {
    opacity: 0.5;
    transition: 1s;
}

.news-slider .owl-item.active~.owl-item.active a {}

.news-slider .owl-nav {
	width: 77px;
	margin-top: 5px;
    float: left;
    display: block !important;
}
.news-slider .slideNum {
	display: inline-block;
	margin: 1px 0px 0px 50px;
}
.d-nov {
    font-family: 'Roboto Medium';
    font-size: 20px;
}
.min-news2 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.min-news2 .min-news-item {
	width: 48%;
	margin-right: 0px;
	padding-bottom: 28px;
	margin-bottom: 16px;
	padding-right: 37px;
	box-sizing: border-box;
}
.min-news2 .min-news-item .min-news-name {
	line-height: 1.55;
}
.min-news2 .min-news-date {
	position: absolute;
	bottom: -15px;
	left: 2px;
}
.min-news2 .min-news-date a {
	border-bottom: none;
}
.min-news2 .min-news-date a:hover {
	border-bottom: 1px solid black;
}
a.back {
	font-family: 'Roboto Bold';
	font-size: 16px;
	display: block;
	float: left;
	border-bottom: none;
	padding: 0px;
	margin-top: 24px;
    background: linear-gradient(to right, #ffc5aa 50%,
    #FFF 50%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 200% 0%;
    background-position: right bottom;
    transition: all 0.4s ease;
    margin-bottom: 27px;
}
a.back:hover {
    background-size: 200% 100%;
    background-position: left bottom;
}
a.back span {
    background: #ffc5aa;
	padding: 3px 0px;
}
.mob-rights {
    display: none;
}
.mob {
    display: none;
}
.nmob {
    display: block;
}

/*760*/
@media (max-width: 980px) {
.news-slider {
	margin-bottom: 10px;
}
.mob-rights {
	display: block;
	margin: 40px 0px 50px;
}
.mob-rights .rights {
	margin-top: 3px;
	float: left;
	width: 50%;
	margin-bottom: 0px !important;
}
.mob-rights .right-soc {
	margin: 10px 0px 0px 0px;
}
.right-soc p {
    margin-bottom: 12px;
	text-align: right;
}
.right-soc-img {
	justify-content: end;
}
.right-soc a {
	border-bottom: none;
}
.mob {
    display: block;
    width: 100%;
}
.nmob {
    display: none;
}
.mob a.parent {
	font-family: 'Roboto Medium';
	font-size: 16px;
	display: block;
	color: inherit;
	text-decoration: none;
	margin: 29px 0px 0px 0px;
	background: url(../images/fulle.png) 97% center no-repeat #f2f9fa;
	border-radius: 3px;
	padding: 18px 10px 18px 28px;
	background-size: 20px;
    position: relative;
}
.mob a.parent:before {
	content: '';
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
	left: 12px;
	top: 23px;
    background: url(../images/bef-menu.png) center center no-repeat;
}
}

/*320*/
@media (max-width: 759px) {
.mob a.parent {
	font-size: 12px;
	padding: 13px 10px 13px 28px;
	background-size: 17px;
	background-position: 96% center;
	margin-top: 13px;
}
.mob a.parent:before {
	top: 15px;
}
p.main-date {
	margin: -16px 0px 21px 0px;
	font-size: 10px;
}
img.w200 {
	width: 100%;
	margin: 6px 0px 8px;
}
.news-slider {
	margin-bottom: 12px;
	padding-bottom: 37px;
}
.news-slider .owl-stage-outer {
    height: 200px !important;
}
.news-slider .owl-item {
	width: 270px !important;
}
.news-slider .owl-nav {
	width: 51px;
	margin-top: 2px;
}
.left-side .news-slider .owl-nav .owl-prev, .left-side .news-slider .owl-nav .owl-next {
	background-size: 100%;
	width: 10px;
}
.news-slider .slideNum {
	margin: 2px 0px 0px 28px;
}
.mob-rights {
	display: block;
	margin: 0px 0px 36px;
}
.mob-rights .mob {
	display: flex;
	flex-wrap: wrap;
}
.mob-rights .right-soc {
	margin: 10px 0px 0px 0px;
	width: 100%;
	order: 1;
	clear: both;
}
.right-soc p {
	margin-bottom: 12px;
	text-align: left;
	font-size: 12px;
}
.right-soc-img {
	justify-content: start;
}
.mob-rights .rights {
	float: none;
	width: 100%;
	margin: 42px 0px 0px 0px !important;
	order: 2;
	font-size: 10px;
	padding-left: 0px;
	border-left: none;
}
.d-nov {
	font-size: 14px;
}
.min-news2 .min-news-item {
	width: 100%;
	padding-bottom: 31px;
	margin-bottom: 16px;
	padding-top: 5px;
}
.min-news2 .min-news-date {
	bottom: -2px;
}
a.back {
	font-size: 11px;
	margin-top: 10px;
    padding: 0px 0px 1px 0px;
}
}

/* Документы */
.files .file {
	letter-spacing: 0px;
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 3px;
	margin-bottom: 35px;
}
.files .file p {
	margin-bottom: 10px;
}
.files p.file-des {
	font-family: 'Roboto Light';
	font-size: 16px;
	color: #202121;
	margin: 0px 0px 30px;
	letter-spacing: 0.05px;
	line-height: 1.42;
}
.files .file .file-d span.file-size {
	margin-left: 8px;
}
.files .file .file-d span.file-size span {
	font-family: 'Roboto Light';
	margin-left: 21px;
	position: relative;
}
.files .file .file-d span.file-size span::before {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	left: -12px;
	top: 1px;
	background: #a7a7a7;
}
p.files-mor {
	cursor: pointer;
	color: #252626;
	display: block;
	margin: 0px 0px;
	font-family: 'Roboto Bold';
	font-size: 16px;
	position: relative;
	clear: both;
	width: 157px;
	text-align: center;
	padding-top: 10px;
    padding-bottom: 28px;
}
.files-mor:hover {
    color: #67b6c3;
}
.files-mor:before {
	content: '';
	position: relative;
	width: 17px;
	height: 17px;
	top: 3px;
	left: -3px;
	background: url(../images/lmor.png) center center no-repeat;
	display: block;
	float: left;
    transition: 1s;
}
.files-mor:hover:before {
	transform: rotate(90deg);
}
.mor-files {
    display: none;
}
.mor-files.fulle {
    display: block;
}
.right-menu a.parent span {
    border-bottom: none;
}

/*760*/
@media (max-width: 980px) {
.right-menu a.parent.podp {
	padding: 13px 10px 13px 28px;
    position: relative;
}
.right-menu a.parent.podp:before {
   content: '';
	display: block;
	width: 6px;
	height: 10px;
	position: absolute;
	left: 12px;
	top: 18px;
	background: url(../images/bef-menu.png) center center no-repeat; 
}
.right-menu a.parent span {
    border-bottom: none;
}
}

/*320*/
@media (max-width: 759px) {
.right-menu a.parent.podp:before {
	top: 15px;
}
.files .file {
	margin-top: 24px;
    margin-bottom: 28px;
}
.files .file p {
	line-height: 1.4;
}
.files p.file-des {
	font-size: 11px;
	margin: 0px 0px 16px;
	line-height: 1.6;
}
.files .file-d {
	margin-bottom: 6px !important;
}
.files-mor {
	font-size: 11px;
	width: 115px;
}
.files-mor:before {
	top: 0px;
	left: 1px;
	background-size: 100%;
	width: 10px;
}
}

/* Документ */
.doc-date {
	color: #737373;
	font-size: 14px;
	margin: -35px 0px 0px 0px;
}
.one-file .file-d {
	font-size: 20px;
	letter-spacing: 0px;
	word-spacing: 4px;
	font-family: 'Roboto Bold';
	margin-bottom: 0px;
	padding-bottom: 29px;
	border-bottom: 1px solid #a7a7a7;
}
.one-file .file-size {
    font-size: 18px;
    font-family: 'Roboto Light';
    margin-left: 9px;
    word-spacing: 0px;
}
.one-file .file-d a {
	border-bottom: none;
    background: linear-gradient(to right, #ffc5aa 50%,
    #FFF 50%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 200% 0%;
    background-position: right bottom;
    transition: all 0.4s ease;
}
.one-file .file-d a:hover {
    background-size: 200% 100%;
    background-position: left bottom;
}
.one-file .file-d a span {
	background:#ffc5aa;
}
.file-des {
	font-size: 14px;
	margin: 17px 0px 0px 0px;
}
b {
    font-weight: 500;
    font-family: 'Roboto Bold';
}
.left-hr {
	border: none;
	height: 1px;
	background: #a7a7a7;
	margin: 71px 0px 8px 0px;
}

/*320*/
@media (max-width: 759px) {
.doc-date {
	font-size: 12px;
	margin: -18px 0px 0px;
}
.one-file .file-d {
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.one-file .file-size {
	font-size: 12px;
}
.file-des {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}
.left-hr {
	margin: 21px 0px 8px 0px;
}
}

/* 404 */
.one-col {
    width: 1120px;
    margin: 0px auto;
    padding-top: 1px;
}
.e404 {
	font-family: 'Roboto Bold';
	font-size: 200px;
	text-align: left;
	float: left;
	line-height: 55px;
	margin: 86px 0px 0px -6px;
	letter-spacing: -3px;
}
.e404 span {
	font-size: 32px;
	letter-spacing: 0px;
	margin: 0px 0px 0px 6px;
}
.des404 {
	float: left;
	font-family: 'Roboto Light';
	font-size: 18px;
	width: 460px;
	margin: 61px 0px 161px 148px;
}
.des404 p {
	margin-bottom: 30px;
	line-height: 1.5;
	letter-spacing: 0.1px;
}
.des404 a {
    text-decoration: none;
    border-bottom: 1px solid black;
    color: inherit;
}
/*1020*/
@media (max-width: 1206px) {
.one-col {
    width: 100%;
}
.des404 {
	width: 430px;
	margin: 15px 0px 161px 148px;
}
}

/*760*/
@media (max-width: 980px) {
.e404 {
	width: 100%;
	text-align: center;
	font-size: 190px;
    line-height: 50px;
}
.e404 span {
	font-size: 30px;
}
.des404 {
	font-size: 16px;
	width: 320px;
	margin: 10px auto;
	float: none;
	clear: both;
}
}

/*320*/
@media (max-width: 759px) {
.e404 {
	font-size: 114px;
	line-height: 32px;
	margin: 45px 0px 0px -2px;
}
.e404 span {
	font-size: 18px;
	margin: 0px 0px 0px 2px;
}
.des404 {
	font-size: 12px;
	width: 193px;
	margin: 0px auto 0px;
	float: none;
	clear: both;
	padding-top: 13px;
}
.des404 p {
	margin-bottom: 16px;
	line-height: 1.64;
    padding-right: 5px;
    letter-spacing: 0.2px;
}
.des404 a {
	display: inline-block;
}
}

/* Опросы */
.ank-vrez {
	display: flex;
	background: #ffddcc;
	color: #202121;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
    margin-bottom: 60px;
}
p.ank-name {
	font-size: 22px;
	font-family: 'Roboto Bold';
	position: relative;
	width: 337px;
	margin: 36px 0px 30px 72px;
	letter-spacing: 2px;
    line-height: 1.4;
}
p.ank-name:before {
	content: '';
	position: absolute;
	top: -3px;
	left: -40px;
	display: block;
	width: 26px;
	height: 36px;
	background: url(../images/vre-an.png) center center no-repeat;
}
p.ank-name a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid black;
}
p.ank-des {
	font-size: 16px;
	margin: 0px 0px 0px 25px;
	width: 699px;
	padding-right: 52px;
}
.opros {
    border-bottom: 1px solid #737373;
    margin-bottom: 34px;
}
p.opr-name {
	color: #202121;
	font-family: 'Roboto Medium';
	font-size: 18px;
	margin-bottom: 21px;
}
.opr-name a {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
}
.opr-name a:hover {
    border-bottom: 1px solid #202121;
}
p.opr-des {
	font-size: 14px;
	margin-bottom: 13px;
    color: #737373;
}

/*1020*/
@media (max-width: 1206px) {
p.ank-name:before {
    top: 10px;
}
}

/*320*/
@media (max-width: 759px) {
.ank-vrez {
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 10px 0px 16px;
    margin-bottom: 10px;
}
p.ank-name {
	margin: 10px auto;
	text-align: center;
	width: 130px;
	font-size: 14px;
}
p.ank-name:before {
	background-size: 100%;
	width: 17px;
	top: -9px;
	left: -23px;
}
p.ank-des {
	font-size: 12px;
	padding: 0px 20px;
	margin: 0px auto;
	display: block;
	text-align: center;
}
.opros {
	margin-bottom: 20px;
}
p.opr-name {
	font-size: 12px;
	line-height: 1.35;
	margin-bottom: 10px;
}
p.opr-des {
	font-size: 10px;
	margin: 0px 0px 8px;
}
}

/* Один опрос */
p.m58 {
    margin-bottom: 58px;
}
.opr-hr {
	border: none;
	height: 1px;
	background: #737373;
	margin: 70px 0px 55px;
}
form {
    font-size: 16px;
}
.content-txt form label {
	display: block;
	margin-bottom: 25px;
	letter-spacing: 0.1px;
	position: relative;
}
form input, form select {
	max-width: 100%;
    box-sizing: border-box;
}
form select {
	font-size: 18px;
	font-family: 'Roboto Light';
	margin: 3px 0px 0px 0px;
	padding: 14px 0px 12px 10px;
	width: 352px;
	border-radius: 0px;
	border: 1px solid #a7a7a7;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../images/open-sel.png) 95.5% center no-repeat;
}
form#phone_book select {
	width: 100%;
}
form input[type="text"] {
	font-size: 18px;
	font-family: 'Roboto Light';
	margin: 3px 0px 0px 0px;
	padding: 14px 0px 14px 10px;
	width: 100%;
	border-radius: 0px;
	border: 1px solid #a7a7a7;
	max-width:735px;
}
form#phone_book input[type="text"] {
	max-width: 100%;
}
form input.date {
	background: url(../images/date.png) 95% center no-repeat;
	width: 256px;
	margin: 0px 28px 25px 0px;
}
.content-txt form textarea {
	font-size: 18px;
	font-family: 'Roboto Light';
	margin: 3px 0px 0px 0px;
	padding: 14px 0px 14px 10px;
	width: 100%;
    height: 156px;
	border-radius: 0px;
	border: 1px solid #a7a7a7;
    resize: none;
    box-sizing: border-box;
    max-width:735px;
}
.content-txt form input[type=radio] {
    display: none;
}
.radio {
    font-size: 0px;
}
form input[type="radio"] + span {
	position: relative;
	margin-left: 32px;
	font-size: 18px;
	margin-bottom: -6px;
	display: block;
    cursor: pointer;
}
form input[type="radio"] + span~span {
	display: none;
}
form input[type="radio"] + span:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: -31px;
	background: white;
	box-shadow: inset 0px 0px 0px 1px #a9a9a9;
	border-radius: 50%;
    cursor: pointer;
}
form input[type="radio"]:checked + span:before {
	background: #ffc5aa;
}
.form-table .radio {
    float: left;
}
.form-table td {
    overflow: auto;
}
.form-table .radio {
	width: 20px;
}
.form-table .radio + label {
	float: left;
	clear: none;
	margin-top: 6px;
	max-width: 250px;
}
.rad-err {
    display: none;
    color: #f37335;
}
.sel-error {
    display: none;
    color: #f37335;
}
form input[type="submit"], form input[type="button"], form input[type="reset"]  {
	font-family: 'Roboto Bold';
	font-size: 16px;
	border: none;
	padding: 20px 32px;
	border-radius: 4px;
	margin-right: 26px;
    cursor: pointer;
}
form .submit {
    background: #0ab7c5;
    color: white;
}
form .submit:hover {
    background: #01a5b4;
}
form .clear {
    background: #ffc5aa;
    color: #202121;
}
form .clear:hover {
    background: #f6b79a;
}
input.error, textarea.error, select.error {
    border-color: #f37335 !important;
}
label.error {
   color: #f37335 !important;
}
.g-recaptcha {
    margin-top: 20px;
}

/*320*/
@media (max-width: 759px) {
p.m58 {
	margin-bottom: 12px;
}
form {
	font-size: 12px;
}
form input[type="text"], form select, form textarea {
	font-size: 12px;
}
form input[type="radio"] + span {
	font-size: 14px;
}
form input[type="submit"], form input[type="button"] {
	font-size: 14px;
	margin: 0px 10px 26px 0px;
}
.opr-hr {
	margin: 20px 0px 5px;
}
}

/* Интерактивная карта */
.interactive_map {
    position: relative;
}
.imap path:hover {
    fill: #0ab7c5 !important;
}
.oblast {
    position: absolute;
    display: none;
    background: #fff;
    border-top:1px solid #737373;
    padding: 20px 33px;
    width: 300px;
}
.oblast a {
    clear: both;
    text-decoration: none;
    color: inherit;
   /* font-family: 'Roboto-Medium';*/
    font-size: 18px;
    border-bottom: none;
    background: linear-gradient(to right, #ffc5aa 50%,
    #FFF 50%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 200% 0%;
    background-position: right bottom;
    transition: all 0.4s ease;
    display: block;
    float: left;
    border-bottom: 1px dashed black;
    padding: 10px 0px 10px;
}
.oblast a:hover {
    background-size: 200% 100%;
    background-position: left bottom;
    border-bottom: 1px dashed #ffc5aa;
}
.oblast a:last-child {
    border-bottom: none;
}
.byrlin {
	top: 152px;
	left: 56px;
}
.slavgor {
	top: 192px;
	left: 72px;
}
.nemec {
	top: 155px;
	left: 111px;
}
.path4532 {
	top: 100px;
	left: 130px;
}
.path4552 {
	top: 90px;
	left: 195px;
}
.path4566 {
    top: 60px;
	left: 235px;
}
.path4570 {
    top: 90px;
	left: 285px;
}
.path4582 {
    top: 130px;
	left: 355px;
}
.path4590 {
    top: 90px;
	left: 155px;
}
.path4614 {
    top: 50px;
	left: 255px;
}
.path4534 {
    top: 167px;
	left: 181px;
}
.path4554 {
    top: 167px;
	left: 240px;
}
.path4572 {
    top: 157px;
	left: 310px;
}
.path4584 {
    top: 180px;
	left: 360px;
}
.path4640 {
    top: 150px;
	left: 420px;
}
.path4594 {
    top: 150px;
	left: 480px;
}
.path4612 {
    top: 150px;
	left: 140px;
}
.path4616 {
    top: 100px;
	left: 210px;
}
.path4618 {
    top: 150px;
	left: 180px;
}
.path4624 {
    top: 140px;
	left: 240px;
}
.path4626 {
    top: 130px;
	left: 300px;
}
.path4522 {
    top: 220px;
	left: 72px;
}
.path4536 {
    top: 210px;
	left: 180px;
}
.path4556 {
    top: 210px;
	left: 250px;
}
.path4574 {
    top: 230px;
	left: 310px;
}
.path4524 {
    top: 260px;
	left: 90px;
}
.path4526 {
    top: 300px;
	left: 120px;
}
.path4528 {
    top: 350px;
	left: 150px;
}
.path4530 {
    top: 420px;
	left: 190px;
}
.path4538 {
	top: 270px;
	left: 200px;
}
.path4540 {
	top: 310px;
	left: 220px;
}
.path4542 {
	top: 340px;
	left: 250px;
}
.path4544 {
	top: 390px;
	left: 290px;
}
.path4546 {
	top: 440px;
	left: 310px;
}
.path4558 {
	top: 250px;
	left: 280px;
}
.path4560 {
	top: 300px;
	left: 290px;
}
.path4562 {
	top: 330px;
	left: 320px;
}
.path4564 {
	top: 380px;
	left: 360px;
}
.path4550 {
	top: 430px;
	left: 360px;
}
.path4548 {
	top: 480px;
	left: 360px;
}
.path4576 {
	top: 280px;
	left: 350px;
}
.path4586 {
	top: 270px;
	left: 400px;
}
.path4578 {
	top: 390px;
	left: 410px;
}
.path4580 {
	top: 410px;
	left: 460px;
}
.path4588 {
	top: 340px;
	left: 450px;
}
.path4600 {
	top: 280px;
	left: 480px;
}
.path4598 {
	top: 230px;
	left: 430px;
}
.path4592 {
	top: 200px;
	left: 460px;
}
.path4622 {
	top: 200px;
	left: 180px;
}
.path4628 {
	top: 200px;
	left: 270px;
}
.path4634 {
	top: 160px;
	left: 330px;
}
.path4602 {
	top: 320px;
	left: 150px;
}
.path4604 {
	top: 370px;
	left: 170px;
}
.path4606 {
	top: 370px;
	left: 220px;
}
.path4608 {
	top: 320px;
	left: 200px;
}
.path4610 {
	top: 280px;
	left: 180px;
}
.path4620 {
	top: 240px;
	left: 210px;
}
.path4630 {
	top: 250px;
	left: 270px;
}
.path4632 {
	top: 290px;
	left: 260px;
}
.path4636 {
	top: 220px;
	left: 350px;
}
.path4638 {
	top: 290px;
	left: 320px;
}


















.mob-obl {
    display: none;
}
.zag-obl {
    font-family: 'Roboto Bold';
}
.mob-obl .sector-clos a {
	text-decoration: none;
	border-bottom: none;
	font-family: 'Roboto Medium';
	font-size: 12px;
	display: block;
	margin-bottom: -16px;
}
.mob-obl .sector.active .sector-clos p {
	margin-top: 27px;
    margin-bottom: 27px;
}
#path4636-text {
    transform: translate(-15px, 0);
}
#path4638-text {
    transform: translate(-15px, 0);
}

/*1020*/
@media (max-width: 1206px) {
.interactive_map {
	transform: scale(0.7) translate(-20%, -150px);
	float: left;
}
}

/*760*/
@media (max-width: 980px) {
.interactive_map {
	display: none;
}
.mob-obl {
    display: block;
}
.mob-obl .sector-clos a {
    font-size: 14px;
}
}

/*320*/
@media (max-width: 759px) {
.mob-obl .sector-clos a {
    font-size: 12px;
}
}

/* Интернет приёмная */
.ank-name.int-ver {
	margin-right: 82px;
}
.ank-name.int-ver:before {
	background-image: url(../images/int-ver.png);
	width: 36px;
	left: -50px;
    top: 0px;
}

/*320*/
@media (max-width: 759px) {
.ank-name.int-ver {
	text-align: left;
}
.ank-name.int-ver:before {
    top: 5px;
}
}

/* Форма приёмной */
p.mb45 {
	margin-bottom: 45px;
}
.l50 {
	float: left;
	width: 352px;
	margin-right: 32px;
	overflow: auto;
}
.l50:nth-child(2n+1) {
	margin-right: 0px;
}
.l50:nth-child(2n) {
	clear:both;
}

.filupp > input[type="file"]{
	
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}
.filupp {
	display: block;
	background: #ffc5aa;
	max-width: 136px;
	margin-bottom: -29px;
    cursor: pointer;
}
.filupp-file-name{
    font-family: 'Roboto Bold';
    font-size: 16px;
    color: #000;
}

.filupp-add {}
.filupp-add-file-name { display: block; padding-bottom: 12px; }
.filupp-add-file-name span { background: #ffc5aa; display: inline-block; padding: 2px 8px }
.filupp-add input { font-size: 16px }

/*1020*/
@media (max-width: 1206px) {
.l50 {
	width: 256px;
}
}

/*760*/
@media (max-width: 980px) {
.l50 {
	width: 335px;
}
}

/*320*/
@media (max-width: 759px) {
.l50 {
	width: 100%;
}
p.mb45 {
	margin-bottom: 5px;
}
.filupp {
	text-align: center;
}
.filupp-file-name {
	font-size: 12px;
}
}

/* Поиск */
.search-form .sear {
	width: 351px;
	float: left;
	margin-right: 33px;
}
.search-form .sea-spi {
	width: 192px;
	float: left;
	margin-right: 15px;
}
form.search-form input[type="submit"] {
	padding: 17px 32px;
	margin: 2px 0px 0px 0px;
}
.search-form input[type="text"]::placeholder, form textarea::placeholder {
  color: #000;
  opacity: 1;
}
.search-form input[type="text"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    color:#000;
    opacity: 1;
}
.search-form input[type="text"]::-moz-placeholder, form textarea::-moz-placeholder {
    color:#000;
    opacity: 1;
}
.search-form input[type="text"]:-moz-placeholder, form textarea:-moz-placeholder {
    color:#000;
    opacity: 1;
}
.search-form input[type="text"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    color:#000;
    opacity: 1;
}
.dop-param {
	cursor: pointer;
	color: #252626;
	font-family: 'Roboto Bold';
	font-size: 16px;
	position: relative;
	clear: both;
	margin: 0px 0px 0px 3px;
	padding-top: 2px;
}
.dop-param:hover {
    color: #67b6c3;
}
.dop-param:before {
	content: '';
	position: relative;
	width: 17px;
	height: 17px;
	top: 3px;
	left: -5px;
	background: url(../images/lmor.png) center center no-repeat;
	display: block;
	float: left;
    transition: 1s;
}
.dop-param:hover:before {
	transform: rotate(90deg);
}
.d-param {
    display: none;
}
.sear-item {
	margin: 53px 0px 0px 0px;
	border-bottom: 1px solid #a7a7a7;
}
.sear-item~.sear-item {
	margin: 36px 0px 0px 0px;
}
p.sear-zag {
	font-family: 'Roboto Medium';
	font-size: 18px;
	color: #202121;
	margin-bottom: 6px;
}
.sear-zag span {
    color: #0ab7c5;
}
.sear-zag a {
    border: none;
    text-decoration: none;
    color: inherit;
}
p.sear-descr {
	font-family: 'Roboto Light';
	font-size: 16px;
	color: #202121;
	margin-top: 8px;
	line-height: 1.4;
}
p.sear-date {
    font-family: 'Roboto Light';
    font-size: 14px;
    color: #737373;
	margin-bottom: 8px;   
}
p.sear-bread {
	font-family: 'Roboto Light';
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 12px;
}
.sear-bread a {
    display: inline-block;
    position: relative;
    color: #737373;
    text-decoration: none;
    border: none;  
}
.sear-bread a~a {
    margin-left: 22px;
}
.sear-bread a ~ a:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 14px;
	top: 4px;
	left: -13px;
	background: #a7a7a7;
}

/*760*/
@media (max-width: 980px) {
.search-form .sear {
	margin-right: 10px;
}
.search-form .sea-spi {
	margin-right: 10px;
}
}

/*320*/
@media (max-width: 759px) {
.search-form {
	display: flex;
	flex-wrap: wrap;
}
.search-form .sear {
	margin-right: 0px;
	width: 100%;
}
.search-form .sea-spi {
	margin-right: 0px;
	width: 100%;
}
.search-form .sea-spi select {
	width: 100%;
}
form input.date {
	width: 100%;
	margin: 0px 0px 25px 0px;
}
form.search-form input[type="submit"] {
	order: 1;
    margin-left: auto;
}
.dop-param {
	font-size: 13px;
}
.sear-item {
	margin: 30px 0px 0px 0px;
}
p.sear-zag {
	font-size: 12px;
}
p.sear-descr {
	font-size: 11px;
}
p.sear-date {
	font-size: 11px;
}
p.sear-bread {
	font-size: 10px;
}
.sear-bread a ~ a {
	margin-left: 10px;
}
.sear-bread a ~ a:before {
	height: 8px;
	top: 4px;
	left: -6px;
}
.sear-item ~ .sear-item {
	margin: 20px 0px 0px 0px;
}
}
.ya-share2__badge{
display:none !important;
}
.ya-share2__item_service_facebook a{
    background-image: url(../images/facebook2.png);
}
.ya-share2__item_service_twitter a{
background-image: url(../images/twitter2.png);
}
.ya-share2__item_service_odnoklassniki a{
background-image: url(../images/ok2.png);
}
.ya-share2__item_service_vkontakte a:hover{
    background-image: url(../images/vk4.png);
}
.ya-share2__item_service_facebook a:hover{
    background-image: url(../images/facebook4.png);
}
.ya-share2__item_service_twitter a:hover{
background-image: url(../images/twitter4.png);
}
.ya-share2__item_service_odnoklassniki a:hover{
background-image: url(../images/ok4.png);
}

.dalee, .dalee + label ~ div{
display:none;
}
.dalee:checked + label + div {
    display: block;
    background: #ffffff;
    -moz-box-shadow: inset 3px 3px 10px #ffffff;
    -webkit-box-shadow: inset 3px 3px 10px #ffffff;
    box-shadow: inset 3px 3px 10px #ffffff;
    margin-left: 20px;
    padding: 10px;
    -webkit-animation: fade ease-in 0.5s;
    -moz-animation: fade ease-in 0.5s;
    animation: fade ease-in 0.5s;
}
.right-menu a.history_back{
text-decoration:underline;
}
.right-menu a.history_back:before{
Content:"";
}
.form-table label {
	display: block;
    clear: left;
}
.form-table td:nth-child(2) label {
	padding-left: 30px;
}
.form-table input[type="radio"] {
	display: block;
	clear: left;
	position: absolute;
	top: 25px;
	left: -4px;
}

/*320*/
@media (max-width: 759px) {
.form-table td {
	display: block;
}
.form-table select {
	width: 100%;
}
}

/* Контакты для авторизованых */
.au-pok {
	background: #ffc5aa;
	padding: 8px;
	display: inline-block;
	margin: 5px 0px;
}
/*
.au-pok:after {
	content: '';
    display: block;
    width: 0%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    background: #fff;
    transition: 0.5s;
}
.au-pok:hover:after {
	width: 100%;
}
*/


.phone-submit {
	border: none;
	cursor: pointer;
}

.phone-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: calc(100% + 32px);
}
.phone-item {
	margin: 0px 32px 32px 0px;
	padding: 16px;
	box-shadow: 0px 0px 0px 1px #0ab7c5;
	width: calc(50% - 32px);
	box-sizing: border-box;
	transition: 0.2s;
}
.phone-item:hover {
	box-shadow: 0px 0px 0px 1px #ffc5aa;
}
.phone-position {
	font-size: 16px;
	margin: 0px 0px 0px 0px !important;
}
.phone-name {
	font-size: 20px;
	letter-spacing: -0.15px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	font-family: 'Roboto Bold';
}
.phone-cont {
	margin: 16px 0px 0px 0px;
}
.phone-cont > span {
	display: block;
}
.phone-cont span span {
	color: gray;
	font-size: 16px;
}

@media (max-width: 759px) {
.phone-list {
	width: 100%;
}
.phone-item {
	margin: 0px 0px 16px 0px;
	box-shadow: 0px 0px 0px 1px #0ab7c5;
	width: 100%;
}
}

.calc-footer-error { color: red; font-size: 14px; font-weight: bold; margin-bottom: 14px; position: absolute; top: -15px; left: 0; width: 100%; display: none }

.calc-title { font-size: 24px; font-family: 'Roboto Bold'; margin-bottom: 25px; border-top: 1px solid #000; padding-top: 40px }
.calc-wrapper { margin-bottom: 40px; }
.calc-wrapper b { font-family: 'Roboto Light'; font-weight: bold }
.calc-text { padding-bottom: 35px }
.calc-form { background: #F2F9FA; padding: 40px 30px }
.calc-form-in { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 25px }
.calc-input { width: 47% }
.calc-input span { display: block; font-size: 16px; line-height: normal; margin-bottom: 5px }
.calc-input input { width: 100%; max-width: 100%; border: 1px solid #A7A7A7; background: #fff; height: 50px; font-size: 18px; padding: 0 20px; box-sizing: border-box }

.calc-footer { position: relative; min-height: 75px; padding-top: 13px }
.calc-button { display: flex; background: #0AB7C5; color: #fff; font-size: 16px; align-items: center; justify-content: center; width: 148px; height: 68px; border-radius: 4px; font-weight: bold; cursor: pointer; transition: all .3s ease 0s }
.calc-button:hover { background: #0ea3af }
.calc-result { position: absolute; bottom: 0; right: 0; margin-left: 180px; padding: 0 0 0 50px; font-size: 16px; }
.calc-img { position: absolute; top: 0; left: 0 }

@media (max-width: 1300px) {
	.calc-result { position: relative; margin-left: 0; margin-top: 25px }	
}

@media (max-width: 759px) {
	.calc-footer-error { font-size: 12px }		
	.calc-title { font-size: 18px; margin-bottom: 16px }	
	.calc-input span { font-size: 12px }
	.calc-input input { font-size: 14px }
	.calc-button { font-size: 12px; width: 140px; height: 50px; }
	.calc-form { padding: 30px 20px }
	.calc-result { font-size: 12px }
}

@media (max-width: 560px) {
	.calc-form-in { display: block }
	.calc-input { width: 100%; margin-bottom: 25px }
}

.tags-list { padding-bottom: 20px; border-top: 1px solid #333 }
.tags-list span { color: #666; font-size: 12px; display: inline-block; margin-right: 14px }

@media (max-width: 500px) {
	.whe { height: 48px }
	.content-txt { padding-top: 20px }
	.news-slider .owl-item { min-height: 200px }
	.news-slider .owl-item a { max-height: 200px; height: 200px; width: auto !important; display: flex; align-items: center; justify-content: center }
	.news-slider .owl-item a img { max-height: 200px; height: auto; width: auto }
	
}












