* {
    box-sizing: border-box;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
body { padding:0px; margin:0px }

.main {
    display:flex;
    flex-wrap: wrap;
}

.sidebar {
    background: #0037A2;
    width: 20%;
    min-width: 200px;
    color:white;
}
.sidebar a {color:white; font-size:16px; text-decoration: none; display: block;   width: calc(100% - 20px);}
.sidebar .nav a:hover {background: white;  color: #0037a2;   text-align: center; border:0}

a.max_up {
    display: flex;
    margin: 20px;
}

a.max_up span {
    top: 16px;
    position: relative;
    padding-left: 10px;
}

a.max_up img {
    height: 50px;
}

hr.ls {height: 4px;background: #2b2bca;border: 0;}

span.span-left-bar {
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
    color:#8CB0F8;
}

ul.nav li {
    list-style: none;
    padding-left: 20px;
    line-height: 40px;
}

ul.nav {
    padding: 0;
    margin: 10px 0;
}

ul.nav a:hover img {
    display: none;
}
ul.nav a:hover {
    border:0;
}

.sidecontent {
    width:79%;
    min-width: 760px;
    background: #F3F3F3;
}

.header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
    background: white;
}

.mobmenuheader {
    width: 90px;
}
.mobmenuheader a {margin: 0px 5px; }

.contactheader {
    width: 650px;
    font-size: 14px;
    text-align: right;
    top: -5px;
    position: relative;
}
.contactheader a {font-size: 14px; margin: 0 10px; color:#032D80; text-decoration: none; top: 14px;  position: relative;}

span.h_time { font-size: 14px; color:#8C8C8C; top: 14px;  position: relative;}

a.ob_zv_header {color: white; background: #0444C0;  padding: 10px; }

.logoheader {
    width: calc(100% - 650px);
}

.footer {
    background: #032D80;
    color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.footer div {
    width: 33.3333%;
    font-size: 14px;
}

.foo_i.i4 span {
    font-size: 14px;
    margin-bottom: 20px;
}
.footer a {font-size: 14px; color:white;display: block;  line-height: 26px;  text-decoration: none;}

img.svg_foo {
    height: 30px;
    width: 30px;
    position: relative;
    margin-left: 3px;
    top: 7px;
}

a.h_pho:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url('../images/phone-solid-full.svg');
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -28px;
}
a.h_em:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url('../images/envelope-solid-full-1.svg');
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -35px;
}
.contactheader a {
    margin: 0px 22px;
}


.nameblock {
    display: table-cell;
    vertical-align: middle;
    padding-top: 40px;
    padding-bottom: 10px;
}

h2.b_name {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px;
    font-size: 24px;
    display: inline;
}

span.mark {
    background: #0444C0;
    height: 25px;
    width: 20px;
    display: inline-block;
    top: 4px;
    position: relative;
}

span.b_op {
    color: #404040;
    font-size: 14px;
}
.contentblock { padding:20px }
.flexdiv, .flexdiv4 {
    display: flex;
    flex-wrap: wrap;
}

.flexdiv_item {
    background: white;
    width: 32%;
    text-align: center;
    border-radius: 20px;
}

.flexdiv_item:nth-child(1) {
    margin-right: 2%;
}

.flexdiv_item:nth-child(3) {
    margin-left: 2%;
}

.flexdiv_item span {
    display: block;
}

span.count_n {
    background: #2D2D2D;
    width: fit-content;
    margin: auto;
    padding: 5px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

span.textitem a {
    color: black;
    font-weight: 500;
    text-decoration: none;
}

span.textitem {
    margin-bottom: 20px;
}

span.buttonitem a {
    background: #0037a2;
    width: 86%;
    display: block;
    margin: auto;
    color: white;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
}

span.buttonitem {
    margin-bottom: 20px;
}
span.buttonitem_light {
    color: #8C8C8C;
}
.lastsect {
    margin-bottom:30px;
}

.flexdiv4_item {
    background: white;
    width: 23.5%;   
    border-radius: 20px;
}
.flexdiv4_item {margin-right: 2%}
.flexdiv4_item:nth-child(3) {margin:0}
.flexdiv4_item:nth-child(4) {margin-right: 0%; margin-left:2%}
.title_news a {
    color: black;
    font-weight: 500;
    text-decoration: none;
}
.title_news {
    margin: 20px 10px;
}

.desc_news {
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    margin-right: 10px;
}

.date_news {
    margin-left: 10px;
    margin-bottom: 20px;
    color: #8C8C8C;
    font-size: 16px;
}
.img_news {
    height: 140px;
    width: 100%;
    background: #2D2D2D;
}
.img_news .tt {
    position: relative;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    background: #0037a2;
    font-weight: 700;
    top:10px;
}
.sd_i1_c, .sd_i2_c {display:none}

.sd {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
}


.sd div:nth-child(1) {
    font-weight: bold;
    display: block;
    position: relative;
    line-height: 30px;
}

span.count_m {
    margin-right: 10px;
    color: white;
    background: #2D2D2D;
    padding: 5px;
}

.sd div:nth-child(2) {
    display: block;
    position: relative;
    margin-top: 20px;
}

.sd div:nth-child(2) p{
padding: 0;
margin: 0;
padding-bottom: 10px;
line-height: 20px;
}    

.contentblock.whiteblock {
    background: white;
    margin: 20px;
}

.upcont {
    font-weight: 500;
    margin-bottom: 20px;
}

.met_flex { display:flex; flex-wrap: wrap;}

.met_flex_i {
    background: #F3F3F3;
    width: 32%;
}

.met_flex_i:nth-child(1) {
    margin-right: 2%;
}

.met_flex_i:nth-child(3) {
    margin-left: 2%;
}

.met_flex_i_item span {
    display: block;
}
span.count_met {
    display: block;
    background: #2D2D2D;
    color: white;
    font-weight: 500;
    padding: 5px;
    width: fit-content;
    font-size: 24px;
}
.met_text {
    margin-top: 20px;
    padding: 0 20px;
}

span.met_text_z {
    font-weight: 500;
    font-size: 18px;
}

.met_text ul li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.met_text ul {padding-left:25px}

div#horizontalTab {
    margin-top: 20px;
    width: 100%;
}
.r-tabs-state-active p {
    line-height: 30px;
}
.table1, .table2 {
    background: white;
}

.contentblock.divflex2 {
    display: flex;
    flex-wrap: wrap;
}

.table1 {
    display: table;
    width: 40%;
    margin-right: 1%;
    padding: 20px;
}

.table2 {
    display: table;
    width: 58%;
    margin-left: 1%;
    padding: 20px;
}

.table1 div, .table2 div {
    display: table-cell;
    vertical-align: middle;
    
}

.table1 div:nth-child(1), .table2 div:nth-child(1) {
    width: 80px;
    padding-right: 20px;
}
.table1 span, .table2 span {
    font-size: 16px;
    color: #2D2D2D;
}
.ist {text-align: left;}
.ist img {width:100%; height: auto;}
.ist h3 {padding:0 20px; font-size:36px; margin: 10px 0; margin-top: 20px;}
.ist span {padding: 10px 20px 20px 20px; font-size:16px}

.flexdiv_item.ist ul {
    margin: 0;
    padding-right: 20px;
    padding-bottom: 20px;
}
.flexdiv_item.ist ul li {font-size: 16px; }

img.model {
    width: 100%;
}

.fw {
    display: flex;
    flex-wrap: wrap;
}

.fw_o {
    margin-right: 20px;
}

.fw_inner {
    display: flex;
    flex-wrap: wrap;

}
.inn {
    display: flex;
    flex-wrap: wrap;
}
.in_1 {
    width: 50px!important;
}
.in_2 {
    width: calc(100% - 50px)!important;
}
.fw_inner div {    
    background: #F3F3F3;
    padding: 5px;
    padding-bottom: 30px;
        width: 33.333%;
}

.fw_o2 {
    width: calc(100% - 257px);
}

.op_kurs {display:block;  top:10px; position: relative;}
.ccurs {background: #2D2D2D; color:white; padding:5px; margin-right: 5px;} 
.h_kurs {font-weight: 500;}
.fw_oh3 h3 {
    font-size: 36px;
        margin-top: 0;
}

.o_i {
    width: 31.3333%;
    margin: 1%;
    padding: 0px;
    border-left: 2px solid #0444C0;
    display:table;
}
span.o_item {
    background: #F3F3F3;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

span.aa {
    display: table-cell;
    vertical-align: middle;
    width:68px
}
.o_i img {
    padding: 10px;
}
.f_block {
    display: flex;
    flex-wrap: wrap;
}

.year_wrapper_y {
    display: flex;
}

.y_item {
    width: 16.6666%;
    min-width: 190px;
    text-align: center;
    padding: 15px 0px;
}
.y_item.active {background: #0444C0; color:white}

.y_line {width:100%; height:5px; background: #0444C0; min-width: 1140px;}

.y_content {
    padding: 10px 0;
}

.year_wrapper {
    width: 100%;
    overflow-x: auto;
}

.b_header {display:flex;    padding: 20px;}
.b1 {
    max-width: 77%;
    width: 77%;
    background: white;
    padding: 0 20px;
    display: table;
    position: relative;
}
.b_header .b2{
    background: url(../images/b_header_logo.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    height: 500px;
    width:23%;
    min-width:356px;
    position: relative;
}
.mcont_h, .nz_h {
    display: table-cell;
}

.nz_h {
    width: 320px;
}

.mcont_h {
    vertical-align: middle;
}

.mcont_h h1 {
    font-size: 120px;
    padding: 0;
    margin: 0;
}

span.mcont_span {
   max-width: 450px;
    display: block;
}

.but_h {
    padding: 10px 15px;
    background: #0444C0;
    color: white;
    text-decoration: none;
}
span.b_h {
    display: block;
    position: absolute;
    bottom: 44px;
}

.nz_h_s {position: absolute; top:50px;}

img.mlp2 {
    position: absolute;
    bottom: 39px;
}
.mlp1 {
    position: absolute;
    right: 0;
    bottom: 30px;
}


span.nz_h_s_line {
    background: #0444C0;
    width: 100%;
    display: block;
    height: 3px;
    margin-top: 5px;
}
span.nz_h_s {right:20px}

.zg_header_mob, .img_mob  {display:none}

div#ab {    
    background: white;
    margin-top: 45px;
     text-align: center; 
}
div#ab h1 { font-size: 36px; padding-top: 20px;}
div#ab span {
    display: block;
    bottom: 0;
    position: relative;  
    padding: 0 20px; 
   
}

div#ab span.b_h {margin-top: 20px;    padding-bottom: 30px}
.c_white {display:none}

.fancybox-content {
    max-width: 750px;
    width: 750px!important;
}

.cnt_m {
    padding: 20px;
}

.cnt_m p {
    padding: 0;
    margin: 0;
    line-height: 20px;
    margin-bottom: 10px;
}
.cnt_m h1 {text-align: center; font-size: 24px;}

.strong_p {font-weight: 500;}

.aba {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.aba_i1 {
  width: 60%;
  padding-right: 20px;
}
.aba_i2 {
  width: 40%;
}
.aba_i1 span, .aba_i2 span {
  color: #8C8C8C;
}

/* media header */

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

.mcont_h h1 { font-size: 90px}
img.mlp2 {    height: 283px;}
.mlp1 img {   height: 290px;}
}

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

.mcont_h h1 { font-size: 70px}
img.mlp2 {    height: 226px;}
.mlp1 img {   height: 230px;}
.b_header .b2 {height:400px}
}

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

.mcont_h h1 { font-size: 50px}
img.mlp2 {    height: 165px;}
.mlp1 img {   height: 170px;}
.b_header .b2 {height:300px}
span.mcont_span { font-size: 14px; }
span.nz_h_s {  font-size: 12px; }
span.nz_h_s b {   font-size: 12px; }
}

@media screen and (min-width:981px) and (max-width:1100px) {

.mcont_h h1 { font-size: 35px}
img.mlp2 {    height: 130px;}
.mlp1 img {   height: 126px;}
.b_header .b2 {height:300px}
span.mcont_span { font-size: 12px; }
span.nz_h_s {  font-size: 12px; }
span.nz_h_s b {   font-size: 12px; }
a.but_h {  font-size: 12px; }

}

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

.mcont_h h1 { font-size: 50px}
img.mlp2 {    height: 165px;}
.mlp1 img {   height: 170px;}
.b_header .b2 {height:300px}
span.mcont_span { font-size: 14px; }
span.nz_h_s {  font-size: 12px; }
span.nz_h_s b {   font-size: 12px; }
}

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

.mcont_h h1 { font-size: 50px}
img.mlp2 {    height: 111px;}
.mlp1 img {   height: 116px;}
.b_header .b2 {height:300px}
span.mcont_span { font-size: 14px; }
span.nz_h_s {  font-size: 12px; }
span.nz_h_s b {   font-size: 12px; }
}

@media screen and (max-width:795px) {
.b1 {display: none;}
.b_header .b2 {width:100%; background-size:cover; background-position: top; height:250px}
img.mlp2 {display:none}
.zg_header_mob {display: block; color: white;}
span.nz_h_s, span.nz_h_s b  { font-size: 16px;  }
.img_mob {display:block; width: 250px; position: absolute; bottom: -50px;  margin-left: calc((100% - 250px) / 2);}
.b_header {padding:0}
.c_white {
    background: white;
    height: 60px;
    margin-bottom: -60px;
    display: block;
}
}    


/* media header end */

/* media */

@media screen and (max-width:480px) {   
    .logoheader { width: calc(100% - 100px); }
    .mobmenuheader {width:100px}

    .sidebar { display:none; }
      .contactheader {display:none }
      .sidecontent {width:100%; min-width: auto;}
      .mobmenuheader a img {height:40px}
      .footer div { width:100% ; padding:10px 0;}
      .footer a {padding-left:20px}
      .footer .i3 a {line-height:40px}
      .i2, .i3 {border-bottom:2px solid #1246ab}
      .flexdiv_item {
    background: white;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.flexdiv_item:nth-child(1) {
    margin-right: 0%;
}

.flexdiv_item:nth-child(3) {
    margin-left: 0%;
    margin-bottom: 0px;
}
      .met_flex_i {
    width: 100%;
    margin-bottom: 20px;
}

.met_flex_i:nth-child(1) {
    margin-right: 0%;
}

.met_flex_i:nth-child(3) {
    margin-left: 0%;
    margin-bottom: 0px;
}
 .flexdiv4_item {
    background: white;
    width: 100%;
    margin:0;
    margin-bottom: 20px;
}
.flexdiv4_item:nth-child(3) {margin:2%}
.flexdiv4_item:nth-child(4) {margin-right: 2%; margin-left:2%}
      .flexdiv4_item {width:96%; margin:2%}
.table1, .table2 { width:100%; display:block }
.table1 {margin-bottom: 20px;}
.table1 div:nth-child(1), .table2 div:nth-child(1) {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0px;
    display: block;
    text-align: center;
}
.flexdiv_item.ist { text-align: left;}
.o_i {width:100%}
.aba_i1, .aba_i2 {width:100%}
.aba_i1 {padding-right: 0; padding-bottom: 20px;}

}


@media screen and (min-width:481px) and (max-width:760px) {   
    .logoheader { width: calc(100% - 100px); }
    .mobmenuheader {width:100px}

    .sidebar { display:none; }
      .contactheader {display:none }
      .sidecontent {width:100%; min-width: auto;}
      .mobmenuheader a img {height:40px}
     .footer div { width:100% ; padding:10px 0;}
      .footer a {padding-left:20px}
      .footer .i3 a {line-height:40px}
      .i2, .i3 {border-bottom:2px solid #1246ab}
      .flexdiv4_item:nth-child(3) {margin:1%}
.flexdiv4_item:nth-child(4) {margin-right: 1%; margin-left:1%}
      .flexdiv4_item {width:48%; margin:1%}
.table1, .table2 { width:100% }   
.table1 {margin-bottom: 20px;}   
     .flexdiv_item {
    background: white;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.flexdiv_item:nth-child(1) {
    margin-right: 0%;
}

.flexdiv_item:nth-child(3) {
    margin-left: 0%;
    margin-bottom: 0px;
}
      .met_flex_i {
    width: 100%;
    margin-bottom: 20px;
}

.met_flex_i:nth-child(1) {
    margin-right: 0%;
}

.met_flex_i:nth-child(3) {
    margin-left: 0%;
    margin-bottom: 0px;
}
 .flexdiv_item.ist { text-align: left;}
 .fw_inner div {width:100%}
 .o_i {width:48%}
 .aba_i1, .aba_i2 {width:100%}
.aba_i1 {padding-right: 0; padding-bottom: 20px;}

}
@media screen and (min-width:980px) { 
    .mobmenuheader {display:none}
    .footer {display:none}
    
}
@media screen and (min-width:761px) and (max-width:980px) {
.logoheader { width: calc(100% - 100px); }
    .mobmenuheader {width:100px}

    .sidebar { display:none; }
      .contactheader {display:none }
      .sidecontent {width:100%; min-width: auto;}
      .mobmenuheader a img {height:40px}
      .fw_inner div {width:100%}

}

@media screen and (min-width:981px) and (max-width:1200px) {
 .fw_inner div {width:100%};
}

@media screen and (max-width:1000px) {
 a.ob_zv_header, span.h_time, .contactheader a  { font-size:12px}
}    

@media screen and (max-width:635px) {
    .fw_o, .fw_o2, .fw_inner div {
        width: 100%;
    }
    .o_i {width:100%}

}

@media screen and (max-width:1140px) {
    .contactheader {display: none;}
    .mobmenuheader {  width: 100px;  display: flex; }
    .logoheader {  width: calc(100% - 100px); }
    .mobmenuheader a img { height: 40px;   }

}

/* mobile menu */

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100; }
  @media (min-width: 768px) {
    .mobile-menu {
      padding-top: 0; } }
  /*получпрозрачный фон*/
  .mobile-menu .mm__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    z-index: 100; }
/*Контейнер мобильного меню, именно он выезжает слева*/
  .mobile-menu .mm__wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200;
    touch-action: auto;
    -ms-touch-action: auto;
    background: #fff; }
    @media (min-width: 768px) {
      .mobile-menu .mm__wrapper {
        width: 35%; } }
    @media (min-width: 1200px) {
      .mobile-menu .mm__wrapper {
        width: 25%; } }

.mm__header {
    background: #0037A2;
    color: white;
    
}

.mm__header a {
    color: white;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
}        

/*Стили крестика закрытия меню*/
.mm__header .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 15px;
  margin-top: 30px; }

.close-btn {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer; }
  .close-btn:before {
    width: 5px;
    height: 30px;
    left: 13px;
    top: 0; }
  .close-btn:after {
    height: 5px;
    width: 30px;
    top: 13px;
    left: 0; }
  .close-btn:before, .close-btn:after {
    content: "";
    background: #fff;
    position: absolute; }
.close-btn--red:before, .close-btn--red:after {
  background: #fff; }

/* Cookie*/
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 0;
    max-width: 96%;
    width:96%;
    transform: translateX(0%);
    padding: 20px;
    background-color: #1e1e1e;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    margin: 0% 2%;
}

#cookie_note p{
    margin: 0 10px;
    font-size: 16px;
    text-align: left;
    color: white;
    width: 85%;
    text-align: left;
    padding: 5px;
}
.inner {
  display: flex;
  width: inherit;
  margin: auto;
}
.cookie_accept{
    width:15%;
    background: #0037a2;
    border: 0;
    color: white;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
		z-index:10000;
    }

}

@media (max-width: 767px){ 
#cookie_note p{
    margin: 0;
    font-size: 16px;
	width: 100%;
  text-align: left;
}
.inner {
  display: block;
  width: inherit;
  margin: auto;
}
.cookie_accept{
    width:100%;
    padding:10px
}
}	

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
		z-index:10000;
    }
		#cookie_note p{
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: white;
}
.cookie_accept{
    width:100%;
	font-size: 16px;
	margin-top:10px;
    padding: 10px;
}
#cookie_note {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 0%;
  max-width: 96%;
  transform: translateX(0);
  padding: 20px;
  background-color: #1e1e1e;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  margin: 0 2%;
}
}

