/*stock-style*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;outline:0}.clearfix:before,.clearfix:after{display:table;clear:both;width:0;height:0;content:""}.centered{text-align:center}.upper{text-transform:uppercase}.pull-right{float:right}.pull-left{float:left}.bold{font-weight:bold}.hidden{display:none!important}

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    min-width: 360px;
}

body {
    color: #000000;
    font-family: 'SF Pro Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
}

.loader {
    z-index: 999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    position: relative;
    opacity: 0.6
}

.loader:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background:rgba(0,0,0,0.4); */
}

.button {
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border: 1px solid #1b4075;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 9px 30px;
    transition: all 0.2s;
    background: #1b4075;
    font-weight: 500;
}
.button.small {
    
padding: 2px 20px;
    
font-size: 15px;
}
.button:hover {
    background: #fff;
    color: #1b4075;
    text-decoration: none;
}

.button.border {
    border-color: #ff151f;
    border-width: 1px;
    font-size: 18px;
    background: transparent;
    color: #ff151f;
}

.button.border:hover {
    background: #ff151f;
    color: #fff;
}

.button.fill {
    background: #ff151f;
    color: #ffffff;
    border-color: #ff151f;
}

.button.fill:hover {
    background: #fff;
    color: #222;
    border-color: #ff151f;
}

.button.big {
    border-color: #ff151f;
    font-size: 18px;
    border-width: 1px;
    padding: 15px 55px;
}

.button.big:hover {
    background: #ff151f;
    color: #fff;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

img {
    max-width: 100%;
}

b {
    font-weight: 700;
}

h1, .pagetitle {
    margin: 0 0 5px;
    color: #222222;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
}

h6 {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
}

p {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #2F5B9C;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

form {
    padding: 0;
    margin: 0;
}

input[type='text'], input[type='password'], input[type='tel'], input[type='email'], textarea {
    background: transparent;
    padding: 5px 10px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    background: transparent;
    line-height: 34px;
    border: 1px solid #5c5c5c3d;
    margin-bottom: 0;
    line-height: 1.6;
    font-family: 'Open sans', sans-serif;
}

textarea {
    min-height: 128px;
    padding-top: 10px;
    max-height: 322px;
}

 .checkbox input {
    display: none;
}

label.checkbox {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}

label.checkbox span:before {
    display: block;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
    content: '';
    background: transparent;
    /* border-radius: 5px; */
    border: 1px solid #2F5B9C;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

label.checkbox span:after {
    display: block;
    margin: AUTO;
    opacity: 0;
    position: absolute;
    top: 12px;
    bottom: 11px;
    left: 6px;
    content: '';
    border: 1px solid #fff;
    width: 10px;
    height: 5px;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0px 1px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

blockquote {
    background: #fff;
    padding: 20px 40px;
    border-left: 4px solid #ec1c24;
    border-radius: 5px;
    margin-left: 0;
    color: #222222;
    font-style: italic;
    font-size: 20px;
    margin: 40px 0;
    letter-spacing: 2px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

label.checkbox input:checked + span:after {
    opacity: 1;
}

.checkbox input:checked + span:before {
    background-position: 0 0;
    background: #2F5B9C;
    border: 1px solid #2F5B9C !important;
}

label.checkbox input.error + span:before {
    border-color: #ff000f;
}

label a {
    font-size: 18px;
    color: #009ee0;
}
.input_row .note {
    font-size:12px;
    opacity:0.6
}
.input_row {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.input_row .label {
    width:33.33%;
}
.input_row .input {
    width: 66.67%;
}

.input_row input {
}

input.error {
}

.placeholder {
    display: block;
    position: absolute;
    top: 1px;
    pointer-events: none;
    font-size: 24px;
    color: currentColor;
    top: -6px;
}

input:focus + .placeholder, textarea:focus + .placeholder, textarea.full + .placeholder, input.full + .placeholder {
    top: -15px;
    font-size: 12px;
    text-transform: uppercase;
}

input[type=text]:focus, textarea:focus, textarea.full , input[type=text].full, input[type=tel].full, input[type=tel]:focus {
    /* border-color: #ff151f; */
}

.placeholder span {
    color: #ff392b;
    font-size: 16px;
    padding-left: 4px;
}

.input_row div.error {
    display: none;
    color: #ff0000;
    position: absolute;
    text-align: right;
    right: 0;
    bottom: -26px;
    font-size: 14px;
}

input.error ~ .error {
    display: block;
}

input.error + .placeholder, input.error:focus + .placeholder {
    /* display:none; */
    color: #ff0000;
}

input.error, textarea.error {
    border-color: #ff0000 !important;
    color: #ff0000;
}

::-webkit-input-placeholder {
    color: currentColor;
    text-align: left;
 
}

::-moz-placeholder {
   color: currentColor;
    text-align: left;
    
}

:-moz-placeholder {
   color: currentColor;
    text-align: left;
 
}

:-ms-input-placeholder {
   color: currentColor;
    text-align: left;
  
}

.container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 10px;
}

figcaption {
    text-align: center;
    font-size: 14px;
}

figure {
    margin: 0 0 20px;
}

.text-right {
    text-align: right;
}
.text-page {
    font-size:16px
}

.text-page ul {
    list-style: none;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    padding-left: 25px;
}
.text-page ul a, .text-page ol a {
    color:#000;
    text-decoration:underline;
}
.text-page ul a:hover, .text-page ol a:hover  {
 
    text-decoration:none;
}

.text-page ul li {
    color: #222222;
    position: relative;
    line-height: 1.6;
    margin-bottom: 8px;
}

.text-page ul li:before {
    display: block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    background: #2F5B9C;
    left: -20px;
    top: 7px;
    border-radius: 50%;
}

.text-page .ya-share2__list {
    margin-left: 0;
    margin: 0;
}

.text-page ol {
    list-style: none;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    padding-left: 25px;
    list-style-type: none;
    counter-reset: item;
}

.text-page ol li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 16px;
}

.text-page ol li:before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    left: -20px;
    top: 0;
    content: counter(item) '. ';
    counter-increment: item;
    color: #2F5B9C;
}

/*stock-style*/
/*fancy-close*/
.fancybox-close {
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: none;
    cursor: pointer;
    z-index: 999;
    transition: 0s;
}

.fancybox-close:after, .fancybox-close:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 22px;
    content: '';
    background: #ff151f;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fancybox-close:after {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

/*fancy-close*/
/* table */
.text-page table {
    width: 100%;
    margin: 20px 0 20px;
}

.text-page thead {
    font-weight: 700;
}

.text-page thead td {
    border-bottom: 2px solid #ff151f;
}

.text-page td {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    vertical-align: top;
}

.text-page td.tel a {
    color: #222;
}

.text-page td:first-child {
    padding-left: 0
}

/* table */


header {
    margin-bottom: 20px;
}
header .message{
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    background: #F0F0F5;
    text-align: CENTER;
    text-transform: uppercase;
}
header .top{
    background: #1C4075;
    color: #fff;
    padding: 5px 0;
    position: relative;
}
header .top a {
    color:#fff;
}
header .top .container {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
header .top .left{
    /* font-weight: 600; */
    font-size: 14px;
}
header .right {
    display: flex;
    align-items: center;
    padding-right: 10px;
}
header .search{
    border: 1px solid #82A0CC;
    padding: 0px 7px;
    width: 290px;
    position: relative;
}
header .search form {
    display:block;
    width:100%;
    position: relative;
}
header .search input {
    font-size: 12px;
    color: #fff;
    padding: 0;
    padding-right: 20px;
    border: none;
}
header .search .serch-btn {
    display: block;
    width: 18px;
    height: 20px;
    box-shadow: none;
    background: url(../img/zoom-in.svg) -1px -1px  no-repeat;
    background-size: contain;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: AUTO;
    padding: 0;
}

header .eye {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url(../img/eye.svg) center no-repeat;
    cursor: pointer;
}
header .bottom {
    color: #fff;
    background: #2F5B9C;
    padding: 20px 0;
}
header .bottom .container {
    display: flex;
}
header .bottom .logo {
    width: 340px;
}
header .bottom .logo img{}
header .menu {
 display: flex;
 /* align-items: center; */
 justify-content: space-between;
 width: calc(100% - 340px);
 padding: 0 0 0 50px;
 line-height: 1.2;
}
header .menu > li{
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
}
header .menu > li:hover, header .menu > li.active {
    background:rgb(99, 139, 199);
}


header .menu > li> a{
    color: #fff;
    text-align: CENTER;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
header .menu > li> a:hover, header .menu > li> a.current  {
    text-decoration:none;
 
}
header .menu > li >ul {
    position:absolute;
    background: rgb(99, 139, 199);
    top: 100%;
    left: 0;
    min-width: 100%;
    display: none;
    padding-bottom: 0px;
    z-index: 99;
    width: 200px;
    border-top: 1px solid #fff;
}
header .menu > li:hover ul {
    display:block;
}
header .menu > li >ul> li >a {
    color:#fff;
    display: block;
    padding: 10px 10px;
}
header .menu > li >ul> li >a:hover,header .menu > li >ul> li >a.current {
        background: #2F5B9C;
        text-decoration:none;

}

 
footer {
    background: #1C4075;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}
footer a {
    color:#fff;
}

.cols{
    display: flex;
    flex-wrap: wrap;
  
}
.content .owerlay {
    display:none;
}

.col-left {
    width: 305px;
    padding-right: 25px;
}
.col-content {
    width: calc(100% - 535px);
}
.col-right {
    padding-left: 25px;
    width: 230px;
}

.col-content--without-right {
    width: calc(100% - 305px);
}
.col-content--without-right .text-page td{
	text-align:justify;
}

.cols_inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}
.col-50 {
    width: 50%;
    padding: 0 17px;
}
 
.right-images {}
.right-images .item {
    margin-bottom: 15px;
}
.right-images .item img {/* border-radius: 5px; */display: block;width: 100%;}


.main-slider {position: relative;margin-bottom: 30px;border-radius: 5px;}


 
.main-slider .item{
    display: FLEX;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    background: #F0F0F5;
}
.main-slider .item:hover {
    text-decoration:none;
}
.main-slider .img {
    width: calc(100% - 340px);
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
/*
.main-slider .img:after {content:'';display:block;position:absolute;bottom:0;left:0;right: 0;height: 50px;

background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 49%, rgba(0, 0, 0, 0.72) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 49%, rgba(0, 0, 0, 0.72) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 49%, rgba(0, 0, 0, 0.72) 100%);
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 49%, rgba(0, 0, 0, 0.72) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 49%, rgba(0, 0, 0, 0.72) 100%);

}*/

.main-slider .img img{
    width: 100%;
    display: block;
}
.main-slider .descr{
    width: 340px;
    padding: 0 10px 0 25px;
}
.main-slider .date{
    color: #616161;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
}
.main-slider .title{
    font-size: 14px;
    font-weight: 800;
    color: #000;
}
.main-slider .summary{}
.main-slider .more{
    font-size: 11px;
    letter-spacing: 0.06px;
    text-decoration-line: underline;
    color: #000;
}

.main-slider .more:hover{
    text-decoration:none;
}


.list-item {margin-bottom: 10px;border-bottom: 1px solid #dcdce1;padding-bottom: 10px;}
.list-item .title {
    font-family: Arial;
    color: #000;
    display: block;
}
.list-item .title:hover {
    color: #2F5B9C;
    text-decoration: none;
}
.list-item .bottom {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.list-item .date {
    color: #828282;
    letter-spacing: -0.078px;
    font-size: 12px;
}
.list-item .more {
    color: #828282;
    font-size: 11px;
    text-decoration: underline;
    display: none;
}
.list-item .more:hover {
    text-decoration:none;
}
.block-title {
    /* font-weight: 600; */
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #F3F3F3; */
    /* box-shadow: 0 2px 0 0 #EAEAEA; */
    margin-bottom: 25px;
    background: #f0f0f5;
    padding: 5px 10px;
}
.block-title span  {}
.block-title a {
    font-size: 11px;
    letter-spacing: 0.06px;
    /* text-decoration-line: underline; */
    color: #2F5B9C;
}

.block-title a:hover {
    text-decoration: underline;
}

 
.left-menu > ul {padding-left: 20px;padding-right: 20px;}
.left-menu .drop {
    display:block;
    width: 35px;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
}
.left-menu .drop:after {
    left:0;
    content:'';
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    border-bottom: 2px solid #2F5B9C;
    border-right: 2px solid #2F5B9C;
    margin: auto;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.left-menu .current >a .drop:after{
        transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.left-menu ul .sub-link {
    position: relative;
    padding-right: 25px;
}
.left-menu small {
    display:block;
    font-size:11px
}
.left-menu ul .sub-link svg {
    content:'';
    display:block;
    width:10px;
    height:10px;
    position:absolute;
    right: 10px;
    top: 0;
    bottom: 00;
    margin: auto;
}
.left-menu ul .current> .sub-link svg path, .left-menu ul .sub-link:hover svg path{
    fill:#fff;
}
.left-menu ul .current> .sub-link svg{
    transform:rotate(-90deg)
}

.left-menu > ul >li {
    display: block;
    border-bottom: 1px solid #dcdce1;
    position: relative;
}
.left-menu ul >li>a {
    color: #333333;
    display: block;
    /* font-size: 11px; */
	font-size: 14px;
    padding: 5px  10px 5px 0;
}
.left-menu ul >li>a:hover, .left-menu ul >li.current>a  {
    /* background: #2F5B9C; */
    color:#fff;
    text-decoration:none;
    color: #2F5B9C;
}
.left-menu ul >li>ul {
    display: none;
}
.left-menu ul >li.current>ul {
    display:block;
    /* background: #E5E5EB; */
    padding-left: 20px;
    border-top: 1px solid #dcdce1;
}
.left-menu ul >li>ul>li {
    border-bottom: 1px solid #dcdce1;
}
.left-menu ul >li>ul>li>a {
}
.left-menu ul >li>ul>li>a:hover {}
.left-menu ul >li>ul>li> ul {
    display: none;
}
.left-menu ul >li>ul>li> ul>li {}
.left-menu ul >li>ul>li> ul>li >a {
    padding-left: 17px;
}
.left-menu ul >li>ul>li> ul>li >a:hover {}
.left-menu {
    background: #F0F0F5;
    margin-bottom: 20px;
}

.bottom_slider {
    padding: 30px 0 20px;
}
.bottom_slider img {
    width:100%;
}
.bottom_slider .item {
    padding: 0 10px;
}

.btn-search, .menu_btn  {
    display:none;
}

header .search .close {
    display:none;
}

/*proverki*/
.breadcrumbs {
    color: #000000;
    font-size: 12px;
    letter-spacing: -0.078px;
    margin-bottom: 15px;
    padding-top: 10px;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs li a{color: #000000;margin-right: 20px;display: block;position: relative;}
.breadcrumbs li a:after {
    content:'';
    display: block;
    width: 15px;
    height: 20px;
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    background: url(../img/arr-right.svg) center no-repeat;
}
.breadcrumbs li > span {}


.list-docs {
    margin-bottom: 20px;
}
.list-docs .title {
    color: #000000;
    display: block;
    font-family: Arial;
    /* text-decoration: none; */
}
.list-docs .title:hover {
    /* text-decoration: underline; */
}
.list-docs .bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    letter-spacing: -0.078px;
    color: #828282;
}
.list-docs .date {
    font-size: 12px;
}
.list-docs .right {
    font-size: 12px;
}
.list-docs .right span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.download {
 color: #828282;
 letter-spacing: 0.06px;
 text-decoration-line: underline;
 white-space: nowrap;
 display: inline-block;
 vertical-align: middle;
 margin-left: 15px;
}
.download:hover {
    text-decoration:none;
}
.download:before {
    content: '';
    background: url(../img/download.svg) center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.pagination  {
    font-family: Arial;
    text-align:center;
    font-size: 0;
    margin-bottom: 20px;
    padding: 20px 0px 30px;
}
.pagination a, .pagination b, .pagination span {
    display: inline-block;
    vertical-align: middle;
    min-width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #000000;
    font-size: 14px;
    padding: 0 3px;
}
.pagination b, .pagination  a:hover{
    background: #2F5B9C;
    color: #fff;
}
.pagination  a:hover path {
    fill:#fff;
    stroke: #fff;
}

.filter {
    background: #F0F0F5;
    display: flex;
    padding: 12px 10px;
    margin-bottom: 30px;
}
.filter .title{
    font-size: 12px;
    letter-spacing: -0.078px;
    margin-right: 10px;
}
.filter .items{
    display: flex;
}
.filter .item{
    margin-right: 10px;
}
.filter a{
    color: #000;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.filter a.active, .filter a:hover {
    color:#fff;
    background: #2F5B9C;
}
.news {display: flex;flex-wrap: wrap;}
.news .new {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border: 1px solid #F0F0F5;
    width: 100%;
}
.news .new .image{
    width: 158px;
}
.news .new .image img {
    display:block;
    width: 100%;
}
.news .new .descr{
    width: calc(100% - 158px);
    padding: 0 20px;
}
.news .new .bottom {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.new .more {
    letter-spacing: 0.06px;
    text-decoration-line: underline;
    font-size: 11px;
    color: #828282;
}
.new .more:hover {
    text-decoration:none;
}
.news .new .title{
    color: #000000;
    font-family: Arial;
}
.news .new .date{
    color: #828282;
    font-size: 12px;
    letter-spacing: -0.078px;
}

.search_form {
    border: 1px solid #82A0CC;
    margin-bottom: 20px;
}
.search_form input {
    padding: 0 10px;
    margin: 0;
    border: none;
}
.search_form form {
    display: flex;
    /* margin-bottom: 30px; */
}
.search_form .serch-btn {
    height: 40px;
    margin-left: 30px;
    box-shadow: none;
    background: url(../img/zoom-in.svg)  17px 8px  no-repeat;
    background-size: 21px;
    border: none;
    margin: AUTO;
    padding: 0;
    width: 60px;
    cursor: pointer;
    border-left: 1px solid #82A0CC;
}

.buttons {
    
text-align: CENTER;
    
margin-bottom: 20px;
}


.top .left{padding-left:95px;}

.home__buttons{display:flex;justify-content:center;}
.home__btn {
    color: #fff;
    text-decoration: none;
    border: none;
    outline: 0;
    background: #2F5B9C;
    -webkit-box-shadow: 0 4px 0 #224e8e;
    box-shadow: 0 4px 0 #224e8e;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 30px;
    -webkit-transition: all .25s;
    transition: all .25s;
    display: inline-block;
    padding-top: 22px;
    padding-bottom: 23px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
	width:570px;
	max-width:100%;
}
.home__btn:hover{
	opacity: .8;
	text-decoration:none
}

.bottom-line {
	/* display: none; */
	background: #F0F0F5;
    padding: 10px 0 7px 0;
}

.bottom-line 
.bottom-line-text {
    color: #1c3f75;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.bottom-line 
.bottom-line-text a {
	color: #1c3f75;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
	text-decoration: underline;
}

.bottom-line 
.bottom-line-text a:hover {
		color: #1c3f75;
		text-decoration: none;
}

.text-page__image {
    float: left;
    padding: 0 10px 10px 0;
}

.slider__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__img img {
    opacity: 0;
}

.onedep__desc p:first-child br {display:none}
.onedep__desc strong {font-weight: normal;}
.departments-page__image {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 30px;
}
.departments-page__image img {
    opacity: 0;
}
.departments-page {
    display: flex;
    padding-bottom: 20px;
}
.departments-page__onedep {
    padding-bottom: 20px;
}
@media all and (max-width: 600px) {
    .departments-page {
        display: block;
    }
    .departments-page__image {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.news-text-page * {
    font-family: 'SF Pro Text', sans-serif!important;
    font-size: 16px!important;
}
header .menu .level2 {
    position: relative;
}
header .menu .level2>ul {
    display: none!important;
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    background-color: #638bc7;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    width: 100%;
}

header .menu .level2 ul li {

}
header .menu .level2 ul li a {
    color: #fff;
    display: block;
    padding: 10px 10px;
}

header .menu .level2:hover>ul {
    display: block!important;
}