@charset "UTF-8";
/*@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
*/
@font-face {
  font-family: 'roboto-r';
  src: url("../fonts/roboto-r.eot");
  src: url("../fonts/roboto-rd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-r.woff2") format("woff2"), url("../fonts/roboto-r.woff") format("woff"), url("../fonts/roboto-r.ttf") format("truetype"), url("../fonts/roboto-r.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto-b';
  src: url("../fonts/roboto-b.eot");
  src: url("../fonts/roboto-bd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-b.woff2") format("woff2"), url("../fonts/roboto-b.woff") format("woff"), url("../fonts/roboto-b.ttf") format("truetype"), url("../fonts/roboto-b.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto-l';
  src: url("../fonts/roboto-l.eot");
  src: url("../fonts/roboto-ld41d.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-l.woff2") format("woff2"), url("../fonts/roboto-l.woff") format("woff"), url("../fonts/roboto-l.ttf") format("truetype"), url("../fonts/roboto-l.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto-m';
  src: url("../fonts/roboto-m.eot");
  src: url("../fonts/roboto-md41d.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-m.woff2") format("woff2"), url("../fonts/roboto-m.woff") format("woff"), url("../fonts/roboto-m.ttf") format("truetype"), url("../fonts/roboto-m.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slab-r';
  src: url("../fonts/roboto_slab-r.eot");
  src: url("../fonts/roboto_slab-rd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_slab-r.woff2") format("woff2"), url("../fonts/roboto_slab-r.woff") format("woff"), url("../fonts/roboto_slab-r.ttf") format("truetype"), url("../fonts/roboto_slab-r.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slab-b';
  src: url("../fonts/roboto_slab-b.eot");
  src: url("../fonts/roboto_slab-bd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_slab-b.woff2") format("woff2"), url("../fonts/roboto_slab-b.woff") format("woff"), url("../fonts/roboto_slab-b.ttf") format("truetype"), url("../fonts/roboto_slab-b.svg#roboto_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }

.container-fluid {
  max-width: 1170px;
  min-width: 990px; }
@media screen and (min-width: 1024px) {

body {
  margin: 0;
  padding: 0;
  height: 100%;
 /* min-width: 990px;*/
  text-align: left;
  font: 14px/1.75 "roboto-l", Arial, Helvetica, sans-serif;
  color: #6d6d6d;
  /*background: #fff;*/
	
	/*background: url(../img/bgnnn.png) no-repeat; */
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	background-color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
}
@media screen and (max-width: 1023px) {
body {
  margin: 0;
  padding: 0;
  height: 100%;
 /* min-width: 990px;*/
  text-align: left;
  font: 14px/1.75 "roboto-l", Arial, Helvetica, sans-serif;
  color: #6d6d6d;
  /*background: #fff;*/
	background-color: #f0f0f0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
}
a {
  color: #0a2260;
  text-decoration: none;
  outline: none; }

a:hover {
  color: #0a2260;
  text-decoration: none;
   outline: none;}

img {
  max-width: 100%;
  height: auto;
}

.img_about img {
    float: right;
    max-width: 20%;
    height: auto;
}

a:visited {
     color: #45526a;
     text-decoration: none; 
	outline: none;}

h1, h2, h3, h4, h5 {
  font-family: "roboto_slab-b", Arial, Helvetica, sans-serif;
  padding: 0;
  color: #444242; }

.h1-style {
  font: 36px "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #444242;
  padding-left: 33px;
  position: relative;
  margin-bottom: 25px; }
  .h1-style:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

h1 {
  font-size: 36px;
  margin: 0 0 50px;
  text-transform: inherit; }
  h1:before {
    height: 26px;
    width: 26px;
    background-color: #45526a;
    border-radius: 26px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15); }

h1.h1-style {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 50px; }

h2 {
  font-size: 30px;
  margin: 0.5em 0;
  line-height: 1; }
  h2.h1-style {
    font-size: 30px;
    line-height: 1; }

h3 {
  font-size: 28px;
  margin: 0.6em 0; }

h4 {
  font-size: 26px;
  margin: 0.7em 0; }

h5 {
  font-size: 22px;
  margin: 0.8em 0; }

.news_page h1:before {
  background-image: url(../img/news_page.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.about_us_page h1:before {
 /* background-image: url(../img/about_company.svg);*/
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.news1_page h1:before {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
 /* background-image: url(../img/news_info.svg);*/
  background-size: 18px 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none;
          transform: none;
  top: 6px;
  border-radius: 0; }

.important_info_page h1:before {
/*  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='23.031' viewBox='0 0 25 23.031'%3E%3Cmetadata%3E%3C%3Fxpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFF; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M395.411,596.737a0.877,0.877,0,0,1-.624.262,0.889,0.889,0,0,1-.631-0.262,0.914,0.914,0,0,1,0-1.277,14.271,14.271,0,0,0,0-19.944,0.913,0.913,0,0,1,0-1.274,0.871,0.871,0,0,1,1.255,0A16.091,16.091,0,0,1,395.411,596.737Zm-2.947-2.911a0.887,0.887,0,0,1-1.257,0,0.918,0.918,0,0,1,0-1.278,10.1,10.1,0,0,0,0-14.117,0.92,0.92,0,0,1,0-1.278,0.875,0.875,0,0,1,1.257,0A11.935,11.935,0,0,1,392.464,593.826Zm-2.406-2.882a0.879,0.879,0,0,1-1.254,0,0.912,0.912,0,0,1,0-1.279,6.016,6.016,0,0,0,0-8.4,0.907,0.907,0,0,1,0-1.275,0.875,0.875,0,0,1,1.254,0A7.841,7.841,0,0,1,390.058,590.944Zm-4.967,3.466-6.6-4.972h-3.491v-7.9H378.5l6.74-5.113s1.064-.816,1.064.02v17.933C386.3,595.441,385.091,594.41,385.091,594.41Z' transform='translate%28-375 -573.969%29'/%3E%3C/svg%3E");*/
  background-size: 14px 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
 .important_information_wr a {display: block;}
 .vp_widget {max-width: 100%;}
.asociate_livers_page h1:before {
  background-image: url(../img/asso1ciation.svg);
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.mdk_page h1:before {
  background-image: url(../img/mkd.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.services_page h1:before {
  background-image: url(../img/payment_iconh1.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.media_page h1:before {
  background-image: url(../img/media.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

ul {
  list-style: none;
  padding: 0; }
  ul li {
    font: 14px/1.3 "roboto-l", Arial, Helvetica, sans-serif;
    color: #6d6d6d;
    position: relative;
    padding: 8px 0 8px 28px; }
    ul li:before {
      content: "\f0da";
      font: 14px "FontAwesome", Arial, Helvetica, sans-serif;
      display: inline-block;
      color: #45526a;
      margin-right: 23px;
      position: absolute;
      left: 0;
      top: 9px; }

ul.def_ul {
  margin: 0;
  padding: 0;
	padding-left: 40px;
  list-style: none; }
  ul.def_ul li {
    margin: 0;
    padding: 0; }
    ul.def_ul li:after, ul.def_ul li:before {
      display: none; }
    ul.def_ul li a {
      display: block; }
      ul.def_ul li a:after, ul.def_ul li a:before {
        display: none; }

.mobile-header {
  display: none; }

.site_search input:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0; }

.site_search input:focus::-moz-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0; }

.site_search input:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0; }

.site_search input:focus:-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0; }

a.red_btn, .red_btn {
  background: #b50000;
  font: 12px "roboto-b", Arial, Helvetica, sans-serif;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 11px 39px 10px 36px;
  display: inline-block; }

.little_btn, a.little_btn {
  display: inline-block;
  text-decoration: none;
  font: 12px "roboto_slab-r", Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  position: relative;
  border-radius: 10px;
  padding: 3px 31px 5px 11px;
  -webkit-transition: background .3s linear;
  transition: background .3s linear; }
  .little_btn i, a.little_btn i {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #45526a;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    line-height: 16px;
    font-size: 13px; }
    .little_btn i:before, a.little_btn i:before {
      position: relative;
      left: 1px; }
  .little_btn:hover i, a.little_btn:hover i {
    color: #45526a;
    background: #fff; }

a.little_btn2, .little_btn2 {
  font: 12px "roboto_slab-r", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  background: #45526a;
  padding: 1px 15px 3px 12px;
  display: inline-block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }
  a.little_btn2 i, .little_btn2 i {
    margin-left: 5px;
    font-size: 14px; }
  a.little_btn2:hover, .little_btn2:hover {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #45526a;
            box-shadow: inset 0 0 0 1px #45526a;
    color: #45526a; }

.h1-line {
  overflow: hidden;
  margin-top: 47px;
  margin-bottom: 36px;
  text-align: center; }
  .h1-line.h1-line-left {
    text-align: left;
    padding-left: 17px;
    margin-bottom: 36px; }

.h1-line > * {
  margin-bottom: 0;
  position: relative;
  display: inline-block; }

.h1-line > *:after, .h1-line > *:before {
  content: '';
  position: absolute;
  width: 2000px;
  margin-top: -1px;
  top: 50%;
  background-color: #ff4338;
  height: 2px; }

.h1-line > *:before {
  left: 100%;
  margin-left: 10px; }

.h1-line > *:after {
  right: 100%;
  margin-right: 10px; }

.site_wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden; }

/*Header*/
header {
  padding: 0;
  position: relative;
  z-index: 1; }

/*Верхняя полоса*/
.h_top_line {
  background: #566a8f; }

.slogon {
  font: 11px "roboto-r", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 6px 0 8px; }
  .slogon a {
    text-decoration: none;
    color: #fff; }
  .slogon strong {
    font-family: Arial, Helvetica, sans-serif; }

.h_top_line-r {
  text-align: right;
  font-size: 0; }

.sub_sites_menu, .site_search {
  display: inline-block;
  vertical-align: top; }

.sub_sites_menu ul {
  display: inline-block; }
  .sub_sites_menu ul li {
    display: inline-block;
    background: #b54c4b; }
    .sub_sites_menu ul li.active {
      background: #fff;
      position: relative;
      z-index: 3;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08); }
      .sub_sites_menu ul li.active a {
        color: #49b57d; }
    .sub_sites_menu ul li + li {
      background: #49b57d; }
      .sub_sites_menu ul li + li.active {
        background: #fff; }
        .sub_sites_menu ul li + li.active a {
          color: #49b57d; }
    .sub_sites_menu ul li + li + li {
      background: #788def; }
      .sub_sites_menu ul li + li + li.active {
        background: #fff; }
        .sub_sites_menu ul li + li + li.active a {
          color: #f2a67c; }
    .sub_sites_menu ul li + li + li + li {
      background: #345678; }
      .sub_sites_menu ul li + li + li + li.active {
        background: #fff; }
        .sub_sites_menu ul li + li + li + li.active a {
          color: #345678; }
    .sub_sites_menu ul li a {
      display: block;
      font: 12.22px "roboto_slab-b", Arial, Helvetica, sans-serif;
      padding: 6px 18px 7px;
      text-decoration: none;
      color: #fff;
      cursor: pointer; }

.site_search {
  width: 22.99145%;
  height: 29px; }
  .site_search button {
    padding: 0 13px;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    color: #fff;
    text-align: center;
    font-size: 12px; }
  .site_search input {
    width: 19.74359%;
    height: 100%;
    position: absolute;
    right: 38px;
    padding: 0 20px 0 21px;
    margin: 0;
    outline: none;
    border: none;
    background: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: 12.22px "roboto-l", Arial, Helvetica, sans-serif;
    color: #fff; }
    .site_search input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      opacity: 1;
      color: #fff; }
    .site_search input::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 1;
      color: #fff; }
    .site_search input:-ms-input-placeholder {
      /* IE 10+ */
      opacity: 1;
      color: #fff; }
    .site_search input:-moz-placeholder {
      /* Firefox 18- */
      opacity: 1;
      color: #fff; }

/*Верхняя полоса*/
/*Верхняя полоса2*/
.h_bot_line {
  /*background: #f0f8fc url(../img/header_pic.jpg) no-repeat 50% 100%;*/
  /*background: #f0f8fc url(../img/kdez-bg.jpg) no-repeat center center;
  background-size: cover;*/
  padding: 0 0 0px; }

.h_bot_line-t {
  padding: 30px 0 27px; }

.site-logo, .contacts_block {
  float: left; }

.lk_btn_wr {
  float: right; }
  .lk_btn_wr .lk_btn {
    margin-top: 15px; }

.site-logo {
  width: 26.92308%;
  margin-right: 4.70085%; }
  .site-logo img {
    max-width: 70%;
    height: auto; }

.contacts_block {
    float: right;
    width: 57%;
    padding: 4px 0 0;
    margin-right: auto;
    margin-top: 20px;
}
.contacts_block-item {
  float: right;
 /* width: 40%; */ }
  .contacts_block-item.contacts_block-cellphone {
    width: 30%; }
  .contacts_block-item.contacts_block-email {
    width: 32%; }
.contacts_block-item.contacts_block-email .contacts_block-item--body:before {
      content: "\2709"; }
    .contacts_block-item.contacts_block-email .contacts_block-item--title {
      margin-bottom: 6px;
      padding-left: 20%; }
    .contacts_block-item.contacts_block-email .contacts_block-item--body {
      color: #424242; 
	  padding-left: 20%;}


    .contacts_block-item.contacts_block-cellphone .contacts_block-item--body {
      font: 18px "roboto-m", Arial, Helvetica, sans-serif;
      color: #424242; }
      .contacts_block-item.contacts_block-cellphone .contacts_block-item--body a {
        text-decoration: none;
        color: #424242; }
    .contacts_block-item.contacts_block-cellphone .contacts_block-item--body, .contacts_block-item.contacts_block-cellphone .contacts_block-item--note {
      padding-left: 15%; }
    .contacts_block-item.contacts_block-cellphone .contacts_block-item--title {
      margin-bottom: 6px;
      padding-left: 20%; }
    .contacts_block-item.contacts_block-cellphone .contacts_block-item--body:before {
      content: "\f095"; }
  .contacts_block-item.contacts_block-adres {
    margin-left: 5.08475%; }
    .contacts_block-item.contacts_block-adres .contacts_block-item--body, .contacts_block-item.contacts_block-adres .contacts_block-item--note {
      padding-left: 15.88235%; }
    .contacts_block-item.contacts_block-adres .contacts_block-item--body:before {
      content: "\f041"; }
  .contacts_block-item.contacts_block-sceduale {
    margin-left: 3.38983%;
	width: 34%;}
    .contacts_block-item.contacts_block-sceduale .contacts_block-item--body, .contacts_block-item.contacts_block-sceduale .contacts_block-item--note {
      padding-left: 19%; }
    .contacts_block-item.contacts_block-sceduale .contacts_block-item--body:before {
      content: "\f017"; }

.contacts_block-item--title {
  color: #364c80;
  font: 18px "roboto_slab-b", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  padding-left: 19%; }

.contacts_block-item--body {
  font: 18px "roboto-r", Arial, Helvetica, sans-serif;
  color: #424242;
  position: relative; }

.contacts_block-item--body:before {
    position: absolute;
    left: 0;
    top: -0.7em;
    font: 24px "FontAwesome", Arial, Helvetica, sans-serif;
    color: #245982; }




.contacts_block-item--note {
  font: 12px "roboto-r", Arial, Helvetica, sans-serif;
  color: #9a9ca1;
  padding-top: 5px; }

/*Верхняя полоса2*/
/*Верхнее меню*/
.top_menu {
    background: #364c80;
    border-top: solid 1px #d9dddf;
    border-bottom: solid 1px #d9dddf;
    padding: 0 5px
}

.top_menu nav {
    max-width: 1170px;
    margin: 0 auto
}

.top_menu nav ul li {
    display: inline-block;
    vertical-align: middle
}

.top_menu nav ul li a {
    font: 18px Arial,Helvetica;
    color: #d11d1d;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 21px 12px 20px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    cursor: pointer
}

.top_menu nav ul li:first-child a {
    padding-left: 0;
    text-align: left
}

.top_menu nav ul li:last-child a {
    padding-right: 0;
    text-align: right
}

.top_menu nav ul li a {
    font: 18px "roboto-m",Arial,Helvetica,sans-serif;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 21px 12px 20px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    cursor: pointer
}

.top_menu nav ul li a span {
    position: relative
}

.top_menu nav ul li a span:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #ccc;
    left: 50%;
    right: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    bottom: -1px
}

.top_menu nav ul li a:hover {
    color: #ccc;
}

.top_menu nav ul li a:hover span:after {
    left: 0;
    right: 0
}
/*Верхнее меню*/
/*Красный блок в подвале*/
.red_block {
  background: #364c80; /* url(../img/red_bg.gif) repeat 0 0;*/
  padding: 62px 0 81px; }

.black_block {
	background-image: url('http://cryoeng.ru/wp-content/uploads/2022/08/fon_v1_1.png') !important;
	background-size: cover!important;
	margin-top:unset;
	margin-bottom:unset;
  width:100%;
	    position: relative;
    top: 55%;
	 height: 33em;
	}

.black_block::after {
  content: '';
  position: absolute;
  top: 0%;
  background: rgba(0, 0, 0, 0.8); /* Это затемнение. Его степень можно отрегулировать... */
  width: 100%;
  height: 100%;
}

.black_block_text 
{
	z-index:10;
	font: 18px "roboto-m",Arial,Helvetica,sans-serif;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 21px 12px 20px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    cursor: pointer
	
}

.black_block_text h1 
{
	
	font: 22px "roboto-m",Arial,Helvetica,sans-serif;
    color: red;     
	
}
.black_block_text1 
{
	z-index:10;
content: "\e6ac";
		position:absolute;
	width:33.33%;
	left:1%;
	font: 20px "roboto-m",Arial,Helvetica,sans-serif;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 21px 12px 20px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    cursor: pointer
	
}
.black_block_text1::before 
{
	width: 100px;
  height: 100px;
  background: radial-gradient(circle, white 49%, transparent 25%);
  border-radius: 50%;
	
	z-index:10;
content: "\1F44D";
	color:blue;
	
		position:relative;
	font: 121px Unicode,Arial,Helvetica,sans-serif;
}

.black_block_text2 
{
	z-index:10;
	
content: "\e6ac";
		position:absolute;
	width:33.33%;
	left:33%;
	font: 20px "roboto-m",Arial,Helvetica,sans-serif;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 21px 12px 20px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    cursor: pointer
	
}

.black_block_text3 
{
	z-index:10;
	content: "\1F5D0";
	content: "\e6ac";
	position:absolute;
	width:33.33%;
	left:66%;
	font: 20px "roboto-m",Arial,Helvetica,sans-serif;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 21px 12px 20px;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    cursor: pointer
	
}

.red_block_inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch; }

.red_block_inner > div {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 50%;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .red_block_inner > div + div {
    padding-right: 0;
    padding-left: 15px; }

.red_block_contacts-title {
  font: 36px "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 36px; }
  .red_block_contacts-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 28px;
    background: url(../img/contacts.svg) no-repeat 0 0;
    background-size: 28px 26px;
    position: relative;
    top: -2px;
    margin-right: 10px; }

.red_block_map-title {
  font: 36px "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 40px; }
  .red_block_map-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 43px;
    background: url(../img/map_info.svg) no-repeat 0 0;
    background-size: 43px 22px;
    position: relative;
    top: -2px;
    margin-right: 9px; }

.red_block_map_init {
  height: 500px;
  border: solid 1px #d2d2d2;
  -webkit-box-shadow: 0 25px 28px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 28px 0 rgba(0, 0, 0, 0.15); }

.red_block_contacts-body {
  font: 14px/2.2 "roboto-l", Arial, Helvetica, sans-serif;
  color: #fff;
  padding-right: 15.78947%; }
  .red_block_contacts-body strong {
    font: 24px "roboto-m", Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 7px; }
  .red_block_contacts-body + .red_block_contacts-body {
    margin-top: 31px; }
  .red_block_contacts-body ul li {
    color: #fff; }

.red_block_contacts-subtit {
  font: 14px "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 8px; }

.mobile_search {
  position: absolute;
  top: 30%;
  margin-top: -25px;
  right: 75px; }

.mibile_search_btn {
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #345678;
  font-size: 14px;
  background: none; }
  .mibile_search_btn.active ~ .mobile_search_body {
    z-index: 3; }
    .mibile_search_btn.active ~ .mobile_search_body input {
      width: 180px;
      right: 0;
      background: #FFF;
      -webkit-box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
              box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
    .mibile_search_btn.active ~ .mobile_search_body button {
      background: #345678;
      -webkit-transition: all .1s linear;
      transition: all .1s linear; }

.mobile_search_body {
  position: absolute;
  right: 100%;
  top: 0;
  height: 50px;
  width: 0;
  z-index: 1; }
  .mobile_search_body input {
    width: 0;
    position: absolute;
    right: -20px;
    top: 0;
    padding: 0 10px;
    border: none;
    height: 50px;
    background: none; }
  .mobile_search_body button {
    border: none;
    width: 40px;
    height: 50px;
    color: #fff;
    background: none;
    padding: 0;
    position: absolute;
    right: -40px;
    top: 0; }

.title_page .site_wrapper {
  overflow: visible; }
  .title_page .site_wrapper:before {
    content: '';
    position: absolute;
    height: 789px;
    left: 40.42735%;
    right: 0;
    background: #0E70B9 url(../img/title_page_bg.jpg) no-repeat 0 100%; }

.title_page .mobile-header {
  display: block;
  position: relative;
  padding: 10px 0 9px;
  background: none;
  -webkit-box-shadow: 0 1px 0 0 #56698f;
          box-shadow: 0 1px 0 0 #56698f; }
  .title_page .mobile-header:after {
    content: '';
    position: absolute;
    right: 0;
    left: 40.42735%;
    height: 1px;
    bottom: -1px;
    background: #9cb1d9; }
  .title_page .mobile-header > .row {
    max-width: 1170px;
    margin: 0 auto;
    position: relative; }

.title_page .mobile_logo {
  width: 344px;
  height: 70px;
  display: block;
  float: left; }
  .title_page .mobile_logo img {
    height: 100%;
    width: auto; }

.title_page .mobile_sighn_in {
  float: right;
  color: #fff;
  font: 14px "roboto-l", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 70px; }
  .title_page .mobile_sighn_in i {
    margin-right: 15px;
    color: #345678; }

.title_page .flex_wr {
  padding: 0;
  position: relative;
  z-index: 1; }

.title_page footer {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
  position: relative; }

.title_page .footer_bot_line {
  border-top: solid 1px #e8f0ff;
  background: none;
  padding-top: 27px; }

.title_page .copy_right, .title_page .load_app span {
  color: #768197; }

.title_page_block_first {
  padding: 60px 0; }

.title_page_block_first-left img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.15); }

.title_page_block_first-right {
  position: relative;
  font: 16px/1.7 "roboto-l", Arial, Helvetica, sans-serif;
  color: #fff; }
  .title_page_block_first-right p {
    margin: 22px 0; }
  .title_page_block_first-right strong {
    font-family: "roboto-m", Arial, Helvetica, sans-serif; }
  .title_page_block_first-right:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #FFF; }

.title_page_block_first-right--title {
  display: none; }

.red_block_inner > div + div.title_page_block_first-right {
  padding-left: 48px; }

.title_page_contacts {
  color: #fff;
  font: 18px "roboto-m", Arial, Helvetica, sans-serif;
  float: right;
  text-align: right;
  margin-right: 100px;
  padding-top: 11px; }
  .title_page_contacts i {
    margin-right: 7px;
    color: #566a90; }
  .title_page_contacts span:first-child {
    font: 12px "roboto-l", Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 4px; }
    .title_page_contacts span:first-child + span {
      font: 14px "roboto-l", Arial, Helvetica, sans-serif;
      margin-right: 18px; }
  .title_page_contacts a {
    text-decoration: none;
    color: #fff; }

.title_menu {
  margin-bottom: 61px; }
  .title_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .title_menu ul li {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -ms-flex-item-align: auto;
          align-self: auto;
      max-width: 270px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0 5px;
      background: #9a0002;
      border-radius: 10px;
      -webkit-transform: skewX(-8deg);
              transform: skewX(-8deg);
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15); }
      .title_menu ul li + li {
        background: #019645; }
        .title_menu ul li + li + li {
          background: #f38142; }
          .title_menu ul li + li + li + li {
            background: #9a0002; }
      .title_menu ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        font: 20px/1.2 "roboto_slab-b", Arial, Helvetica, sans-serif;
        color: #fff;
        text-decoration: none;
        padding: 12px 70px 16px 27px;
        -webkit-transform: skewX(8deg);
                transform: skewX(8deg); }
        .title_menu ul li a:after {
          content: "\f0da";
          display: block;
          position: absolute;
          right: 13px;
          top: 50%;
          margin-top: -28px;
          font: 18px "FontAwesome", Arial, Helvetica, sans-serif;
          color: #fff;
          width: 56px;
          height: 56px;
          -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
                  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
          border-radius: 56px;
          text-align: center;
          line-height: 56px; }
        .title_menu ul li a span > span {
          display: block;
          padding-top: 4px;
          font: 14px "roboto-l", Arial, Helvetica, sans-serif; }

.title_page_block_second {
  margin-bottom: 59px; }

a.title_page_block_second-item, .title_page_block_second-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-decoration: none;
  background: #FFF;
  -webkit-box-shadow: inset 0 0 0 1px #dfe6f3;
          box-shadow: inset 0 0 0 1px #dfe6f3;
  font: 14px/1.5 "roboto-r", Arial, Helvetica, sans-serif;
  color: #56698f;
  position: relative; }
  a.title_page_block_second-item:after, .title_page_block_second-item:after {
    content: "\f0da";
    color: #55698e;
    font: 18px "FontAwesome", Arial, Helvetica, sans-serif;
    position: absolute;
    right: 31px;
    top: 50%;
    width: 62px;
    height: 62px;
    background: #ECF0F8;
    text-align: center;
    line-height: 62px;
    border-radius: 31px;
    margin-top: -31px; }
  a.title_page_block_second-item > div, .title_page_block_second-item > div {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: auto;
        align-self: auto; }

.title_page_block_second-img {
  width: 41.40351%; }
  .title_page_block_second-img img {
    max-width: 100%;
    height: auto; }

.title_page_block_second-text {
  width: 58.59649%;
  padding-right: 150px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .title_page_block_second-text > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .title_page_block_second-text > span i {
      color: #e0e5f2;
      font-style: normal;
      display: block;
      margin-bottom: 3px; }

/*Красный блок в подвале*/
.content_wr {
  margin-top: 43px;
  padding: 20px 15px;
  background: #fff; }

/*.content_right {
  padding-top: 73px; }*/

.flex_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .flex_wr > div, .flex_wr > a {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-item-align: auto;
        align-self: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .flex_wr > div.flex_wr-end, .flex_wr > a.flex_wr-end {
      width: 300px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-left: 2.5641%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

/*.important_information_wr {
  margin-bottom: 40px; }*/

.important_information_title:before {
    content: "\1F5D0";
    position: absolute;
    bottom: -32px;
	left: -5px;
	color: #245982;
									}

a.important_information-item {
  -webkit-box-shadow: inset 0 0 1px #d2d2d2;
          box-shadow: inset 0 0 1px #d2d2d2;
  text-decoration: none; }
  a.important_information-item:hover .important_information-item-block {
    background: rgba(52, 86, 120, 0.8); 
		 }
  a.important_information-item:hover .little_btn i {
    color: #45526a;
    background: #fff; }

.important_information-item-block {
  width: 212px;
  padding: 23px 36px 29px 30px;
  min-height: 165px;
  background: rgba(68, 66, 66, 0.8);
  -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: background .3s linear;
  transition: background .3s linear; }

.important_information-body .important_information-item:first-child {
  margin-right: 15px; }

.important_information-body .important_information-item:last-child {
  margin-left: 15px; }

.important_information-item-in {
  height: 75px;
  overflow: hidden;
  margin-bottom: 14px; }

.important_information-item-block-name {
  font: 16px/1.2 "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  padding-left: 11px;
  position: relative; }
  .important_information-item-block-name:before {
    content: '';
    position: absolute;
    width: 3px;
    top: 4px;
    bottom: 2px;
    left: 0;
    background: #fff; }

.important_information-item-block-note {
  padding-left: 12px;
  padding-top: 14px;
  font: 14px/1.05 "roboto-l", Arial, Helvetica, sans-serif;
  color: #fff; }

.news_wr {
  position: relative; }

.new_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news_title:before {
  width: 23px;
  height: 26px;
  background: url(../img/news.svg) no-repeat 0 0; }

.new_list-wr {
  margin: 0 -1.72414%; }
.news_item {min-height: 458px;padding-bottom: 20px;margin: 0 1.66667% 68px;}
.new_list > .news_item {
  min-height: 458px;
  /*-ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30%;
  margin: 0 1.66667% 68px;*/
  text-decoration: none;
  padding-bottom: 20px;
  position: relative; }
  .new_list > .news_item .little_btn2 {
    position: absolute;
    left: 0;
    bottom: 0; }

.news_item-img {
  border: solid 1px #d2d2d2;
  margin-bottom: 23px; }
  .news_item-img img {
    vertical-align: top;
    max-width: 100%;
    height: auto; }

.news_item-date {
  font: 12px "roboto-l", Arial, Helvetica, sans-serif;
  color: #a1a1a1;
  margin-bottom: 27px; }
  .news_item-date span {
    font: 12px "roboto_slab-r", Arial, Helvetica, sans-serif;
    padding: 1px 13px 3px;
    color: #ffffff;
    background: #444242;
    display: inline-block;
    margin-right: 10px;
    margin-right: 19px;
    vertical-align: middle;
    position: relative;
    top: -3px; }

.news_item-name {
  font: 18px/1.25 "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #45526a;
  margin-bottom: 21px;
  text-transform: capitalize;}

.news_item-note {
  font: 14px/1.45 "roboto-l", Arial, Helvetica, sans-serif;
  color: #6d6d6d;
  margin-bottom: 20px; }

a.new_list_more {
  -webkit-box-shadow: inset 0 0 0 1px #d9d9d9;
          box-shadow: inset 0 0 0 1px #d9d9d9;
  color: #45526a;
  position: absolute;
  right: 3px;
  top: 16px; }
  a.new_list_more:hover {
    background: #45526a;
    -webkit-box-shadow: inset 0 0 0 1px #45526a;
            box-shadow: inset 0 0 0 1px #45526a;
    color: #fff; }

.articles_slider-wr {
  border: solid 2px #c10109;
  padding: 85px 28px 72px 34px;
  background: url(../img/articles_bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative; }
  .articles_slider-wr:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8); }
  .articles_slider-wr + div {
    margin-top: 40px; }
  .articles_slider-wr .lSPager {
    position: absolute;
    right: 12px;
    top: 14px; }
  .articles_slider-wr .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 8px;
    height: 12px; }
  .articles_slider-wr .lSSlideOuter .lSPager.lSpg > li a {
    vertical-align: top;
    width: 12px;
    height: 12px;
    background: none;
    -webkit-box-shadow: inset 0 0 0 1px #45526a;
            box-shadow: inset 0 0 0 1px #45526a; }
  .articles_slider-wr .lSSlideOuter .lSPager.lSpg > li.active a, .articles_slider-wr .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #45526a; }

.lSSlideOuter .lSPager.lSpg > li:before {
  display: none; }

.articles_slider {
  position: relative; }

.articles_slider-item--date {
  font: 14px "roboto-m", Arial, Helvetica, sans-serif;
  color: #110606;
  margin-bottom: 12px; }

.articles_slider-item--name {
  font: 18px/1.25 "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #45526a;
  text-transform: uppercase;
  margin-bottom: 17px; }

.articles_slider-item--note {
  font: 14px/1.8 "roboto-r", Arial, Helvetica, sans-serif;
  color: #110606; }

.payment_block_system {
  text-align: center; }
  .payment_block_system img {
    vertical-align: top;
    max-width: 100%;
    height: auto; }
  .payment_block_system + .payment_block_system {
    margin-top: 95px; }
    .payment_block_system + .payment_block_system + .payment_block_system {
      margin-top: 37px; }

.mobile-site_crumbs {
  display: none; }

.site_crumbs {
  font-size: 14px;
  color: #45526a;
  padding: 11px 0 19px; }
  .site_crumbs span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    color: #a7a7a7; }
  .site_crumbs a {
    color: #a7a7a7;
    text-decoration: none; }
    .site_crumbs a:hover {
      text-decoration: underline; }

.inner_pages .content_right {
  padding-top: 66px; }

.inner_pages .content_wr {
  padding-bottom: 116px; }

.inner_pages.about_us_page .content_wr {
  padding-bottom: 59px; }

ul.site_pager {
  font-size: 0;
  text-align: center; }
  ul.site_pager li {
    display: inline-block;
    vertical-align: top;
    color: #a7a7a7;
    font-size: 18px;
    margin-right: 14px; }
    ul.site_pager li.prev a, ul.site_pager li.next a {
      color: #444242; }
    ul.site_pager li.prev {
      margin: 0 66px 0 0; }
    ul.site_pager li.next {
      margin: 0 0 0 52px; }
    ul.site_pager li a {
      color: #a7a7a7;
      text-decoration: none; }
    ul.site_pager li span.current {
      color: #45526a; }

.licens_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 56px; }
  .licens_list .licens_list-item {
    margin: 0 15px 15px; }

.history_little_year {
  font: 18px "roboto-b", Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #45526a;
  padding: 0 12px 1px;
  margin-bottom: 3px; }

.history_year {
  font: 30px "roboto_slab-b", Arial, Helvetica, sans-serif;
  display: block;
  color: #45526a;
  padding: 11px 0 0;
  margin: 0 0 -6px; }

.edit_block-deal {
  margin-bottom: 63px; }

.edit_block-assoc_livers {
  padding: 56px 0 58px; }

.payment_discript_wr {
  margin-top: -19px; }

.payment_discript-item--body ul {
  padding-left: 47px; }

.payment_discript-item--body .all_download_btn {
  margin-top: 17px;
  margin-left: -25px; }

.payment_discript_wr {
  padding-left: 25px; }


.single_a img {
  float:left;
	    max-width: 100%;
    height: auto;
	padding-right: 12px;
}

.payment_discript-item--title {
  font: 18px/1 "roboto-b", Arial, Helvetica, sans-serif;
  padding-right: 230px;
  position: relative;
  margin-bottom: 34px; }
  .payment_discript-item--title:before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: -25px;
    top: 2px; }

.payment_discript-item {
  margin-bottom: 35px; }

.payment_discript-item--1 .payment_discript-item--title:before {
  background-image: url(../img/payment_icon1.svg);
  width: 15px;
  height: 13px; }

.payment_discript-item--2 .payment_discript-item--title:before {
  background-image: url(../img/payment_icon3.svg);
  width: 11px;
  height: 18px;
  top: 0; }

.payment_discript-item--3 .payment_discript-item--title:before {
  background-image: url(../img/payment_icon4.svg);
  width: 16px;
  height: 17px;
  top: -1px; }

.payment_discript-item--4 .payment_discript-item--title:before {
  background-image: url(../img/payment_icon6.svg);
  width: 10px;
  height: 16px;
  top: -1px; }

.payment_discript-item--5 .payment_discript-item--title:before {
  background-image: url(../img/payment_icon7.svg);
  width: 13px;
  height: 13px; }

.payment_discript-item--6 .payment_discript-item--title:before {
  background-image: url(../img/payment_icon8.svg);
  width: 14px;
  height: 13px; }

.payment_discript-subtit {
  font: 24px/1.25 "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #444242;
  position: relative;
  margin-bottom: 42px; }
  .payment_discript-subtit:before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: -25px;
    top: 7px;
    background-image: url(../img/payment_icon2.svg);
    width: 16px;
    height: 17px; }

.payment_discript-note {
  font: 14px "roboto-m", Arial, Helvetica, sans-serif;
  color: #6d6d6d;
  margin-left: -25px;
  padding-top: 5px; }

.all_download_btn {
  display: inline-block;
  background: #345678;
  color: #fff;
  text-decoration: none;
  font: 14px/1.7 "roboto_slab-b", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 19px 35px 16px; }
  .all_download_btn i {
    margin-left: 23px; }
  .all_download_btn:hover {
    background: #fff;
    color: #345678;
    -webkit-box-shadow: inset 0 0 0 1px #345678;
            box-shadow: inset 0 0 0 1px #345678; }

.title_page_block_second-item-title {
  display: none;
  font: 24px "roboto-r", Arial, Helvetica, sans-serif;
  color: #e0e5f2;
  margin-bottom: 9px; }

/*Контент*/
.grew_wr {
  background: #e4e4e4 url(../img/grey_bg.gif) repeat 0 0;
  padding: 42px 0 62px; }

.grew_wr2 {
  background: #eaeaea;
  border-top: solid 2px #e5e5e5;
  padding: 62px 0 50px;
  margin-bottom: 2px; }

.main-manager_list > .news_item {
  margin-bottom: 0; }

.main-manager_list .news_item-img {
  border: none;
  text-align: center; }

.main-manager_list .news_item-name {
  font-size: 20px;
  color: #000;
  padding-right: 70px;
  margin-bottom: 27px; }

.main-manager_list .news_item-subname {
  font: 18px "roboto-m", Arial, Helvetica, sans-serif;
  color: #535353;
  margin-bottom: 18px; }

.main-manager_list .news_item-note {
  margin-bottom: 0; }

.main_manegers-wr .h1-style {
  margin-bottom: 35px;
  padding-left: 34px; }
  .main_manegers-wr .h1-style:before {
    background: url(../img/main_managers.svg) no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px; }

.edit_block-title--deal {
  padding-left: 40px; }
  .edit_block-title--deal:before {
    background: url(../img/deal.svg) no-repeat;
    background-size: 31px 24px;
    width: 31px;
    height: 24px; }

.edit_block-title--history {
  padding-left: 24px; }
  .edit_block-title--history:before {
    background: url(../img/history.png) no-repeat;
    background-size: 13px 24px;
    width: 13px;
    height: 24px; }

.edit_block-title--assoc_livers {
  padding-left: 32px; }
  .edit_block-title--assoc_livers:before {
    background: url(../img/livers.svg) no-repeat;
    background-size: 23px 22px;
    width: 23px;
    height: 22px; }

.edit_block-assoc_livers_in {
  padding-right: 300px; }

.news_page_data {
  font: 14px "roboto-r", Arial, Helvetica, sans-serif;
  color: #a1a1a1;
  margin: -15px 0 30px; }

.article_focus {
  font: 24px/1.22 "roboto-l", Arial, Helvetica, sans-serif;
  color: #535353; }

.article_focus2 {
  font: 18px/1.7 "roboto-l", Arial, Helvetica, sans-serif;
  color: #535353;
  margin-bottom: 50px; }

blockquote {
  background: #e4e4e4;
  margin: 0 0 36px;
  padding: 50px 65px 50px 100px;
  font: 14px/1.75 "roboto-r", Arial, Helvetica, sans-serif;
  color: #444242;
  position: relative; }
  blockquote:before {
    content: '';
    width: 3px;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 65px;
    background: #45526a; }

q {
  font: 24px/1.22 "roboto-l", Arial, Helvetica, sans-serif;
  color: #b50000;
  position: relative;
  display: block;
  padding: 59px 0 34px 100px; }
  q:before {
    content: '“';
    font: 84px/.7 'Times New Roman', sans-serif;
    color: #dbdbdb;
    left: 56px;
    top: 56px;
    position: absolute; }
  q:after {
    display: none; }

.read-else-wr {
  position: relative; }
  .read-else-wr .h1-style {
    margin-bottom: 49px;
    padding-left: 45px; }
    .read-else-wr .h1-style:before {
      background: url(../img/book.svg) no-repeat;
      background-size: 36px 25px;
      width: 36px;
      height: 25px; }

.mdk_wr {
  margin-top: -31px; }

.mdk-item {
  padding: 31px 40px 29px; }
  .mdk-item:nth-child(even) {
    background: #dfdfdf; }
  .mdk-item .mdk-item-name {
    font: 18px/1 "roboto_slab-b", Arial, Helvetica, sans-serif;
    color: #45526a; }
    .mdk-item .mdk-item-name .fa {
      font-size: 18px;
      margin-right: 10px; }
  .mdk-item .mdk-item-note {
    font: 14px "roboto-l", Arial, Helvetica, sans-serif;
    color: #6d6d6d;
    padding-left: 16px;
    padding: 18px 0 0 16px; }

.foto-articles {
  position: relative;
  margin-top: -35px; }
  .foto-articles a.new_list_more {
    top: 3px; }
  .foto-articles .news_item-img {
    margin-bottom: 20px; }
  .foto-articles .news_item-date {
    margin-bottom: 9px; }

.foto-articles-title {
  font: 24px "roboto-m", Arial, Helvetica, sans-serif;
  color: #535353;
  margin-bottom: 28px; }

.video-article-wr .foto-articles, .pdf-article-wr .foto-articles {
  margin-top: 0; }

.video-article-wr {
  padding-top: 73px; }
  .video-article-wr .foto-articles-title {
    position: relative; }
    .video-article-wr .foto-articles-title:before {
      content: "\f16a";
      font: 24px "FontAwesome", Arial, Helvetica, sans-serif;
      color: #fc0000;
      margin-right: 10px; }
  .video-article-wr .news_item-img {
    display: block;
    text-decoration: none;
    position: relative; }
    .video-article-wr .news_item-img:before {
      content: '';
      opacity: 0;
      -webkit-transition: opacity .3s linear;
      transition: opacity .3s linear; }
    .video-article-wr .news_item-img:after {
      content: "\f16a";
      font: 72px/51px "FontAwesome", Arial, Helvetica, sans-serif;
      color: #fc0000;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      border-radius: 50px;
      background: #FFF;
      height: 51px;
      width: 72px; }
    .video-article-wr .news_item-img:hover:before {
      opacity: 1;
      background: rgba(0, 0, 0, 0.57);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .video-article-wr .new_list > .news_item {
    margin-bottom: 14px; }
  .video-article-wr .flex_wr > div.flex_wr-end, .video-article-wr .flex_wr > a.flex_wr-end {
    padding-top: 56px; }

.red_wr {
  background: url(../img/red_bg.gif) 0 0; }

.pdf-article-wr {
  padding: 77px 0 30px; }
  .pdf-article-wr .new_list > .news_item {
    margin-bottom: 24px; }
  .pdf-article-wr .news_item-img {
    display: block;
    text-decoration: none;
    position: relative; }
    .pdf-article-wr .news_item-img span {
      position: absolute;
      text-align: center;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      z-index: 1;
      font: 14px "roboto-b", Arial, Helvetica, sans-serif;
      color: #fff;
      opacity: 0;
      -webkit-transition: opacity .3s linear;
      transition: opacity .3s linear; }
      .pdf-article-wr .news_item-img span:before {
        content: "\f1c1";
        height: 72px;
        width: 62px;
        font: 72px/72px "FontAwesome", Arial, Helvetica, sans-serif;
        color: #fd0000;
        display: block;
        margin-bottom: 12px; }
    .pdf-article-wr .news_item-img:before {
      content: '';
      opacity: 0;
      -webkit-transition: opacity .3s linear;
      transition: opacity .3s linear; }
    .pdf-article-wr .news_item-img:hover span {
      opacity: 1; }
    .pdf-article-wr .news_item-img:hover:before {
      opacity: 1;
      background: rgba(0, 0, 0, 0.57);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .pdf-article-wr .news_item-date, .pdf-article-wr .news_item-name, .pdf-article-wr .foto-articles-title {
    color: #fff; }
  .pdf-article-wr .foto-articles-title:before {
    content: '';
    height: 17px;
    width: 13px;
    background: url(../img/pdf.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -3px; }
  .pdf-article-wr .flex_wr > div.flex_wr-end, .pdf-article-wr .flex_wr > a.flex_wr-end {
    padding-top: 56px; }
  .pdf-article-wr a.new_list_more {
    color: #fff; }
  .pdf-article-wr a.new_list_more i {
    color: #45526a;
    background: #fff; }

.inner_pages.media_page .content_wr {
  padding-bottom: 0; }

/*Контент*/

.empty {
	position:relative;
	 height: 7em;
}
/*footer*/
footer {
	position:relative;
  margin: 0 auto;
  background: #000000;
  -webkit-box-shadow: inset 0 1px 0 0 #e0e0e0;
          box-shadow: inset 0 1px 0 0 #e0e0e0; }

/*нижнее меню*/
.footer_menu {
  border-bottom: solid 1px #e0e0e0; }
  .footer_menu ul {
    font-size: 0;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch; }
    .footer_menu ul li {
      float: left;
    }
      .footer_menu ul li a {
        display: block;
        font: 15px "roboto-m", Arial, Helvetica, sans-serif;
        color: #615b5b;
        text-decoration: none;
        padding: 25px 12px 19px; }
        .footer_menu ul li a span {
          position: relative; }
          .footer_menu ul li a span:after {
            content: '';
            position: absolute;
            height: 2px;
            background: #6d6d6d;
            left: 50%;
            right: 50%;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            bottom: -1px; }
        .footer_menu ul li a:hover {
          color: #6d6d6d; }
          .footer_menu ul li a:hover span:after {
            left: 0;
            right: 0; }

/*нижнее меню*/
/*Контакты*/
footer .h_bot_line-t {
  padding-top: 27px;
  padding-bottom: 36px; }

footer .contacts_block {
  float: right; }

.footer-site-logo {
	position:relative;
	top:10px;
	    margin: auto;
	width:25%;
		max-width:25%;
	height:auto;
  margin-top: 12px; }

.footer_bot_line {
  padding-bottom: 20px; }

footer .text {
	 width: 80%;
	 position:relative;
	 text-align: center;
	 margin: auto;
     margin-top: 12px;	 
	 font: 17px "roboto-m", Arial, Helvetica, sans-serif;
     color: #615b5b;
}


/*копирайт*/
.copy_right {
  text-align: center;
  font: 16px "roboto-l", Arial, Helvetica, sans-serif;
  color: #6d6d6d;
  margin-top: 25px; }

/*копирайт*/
/*end*/
table.table0 {
  border-collapse: collapse; }

table.table0 td {
  padding: 10px;
  border: none; }

table.table0 th {
  padding: 10px;
  border: none; }

table.table1 {
  border-collapse: collapse; }

table.table1 tr:hover {
  background: none; }

table.table1 td {
  padding: 10px;
  border: 1px solid #7f7f7f; }

table.table1 th {
  padding: 10px; }

table.table2 {
  border-collapse: collapse;
  border: none; }

table.table2 thead tr:first-child {
  border-bottom: solid 7px #fff; }

table.table2 tr {
  border-bottom: solid 3px #fff; }
  table.table2 tr:last-child {
    border: none; }

table.table2 tr td {
  background: #f2f2f2; }

table.table2 tr:nth-child(even) td {
  background: #f8f8f8; }

table.table2 tr th {
  background: #644242; }

table.table2 tr:hover {
  background: none; }

table.table2 td {
  padding: 12px 9px;
  border: none; }

table.table2 th {
  padding: 12px 9px;
  background: #f7f6f6;
  text-align: left;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px; }

table.table2 th {
  color: #000; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0; }

.afterClean:after {
  content: '';
  display: block;
  clear: both; }

.grey_bg {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  z-index: 2; }

.grey_bg.active {
  opacity: 1;
  display: block; }

.login_in_form {
  position: fixed;
  overflow-y: auto;
  width: 320px;
  top: 50%;
  left: 50%;
  z-index: 152;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-height: 100vh;
  text-align: center;
  display: none; }
  .login_in_form label {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .login_in_form label input {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: none;
      padding: 0 10px;
      border: solid 1px rgba(0, 0, 0, 0.3);
      border-radius: 3px;
      height: 40px; }
  .login_in_form button {
    margin-bottom: 10px; }
  .login_in_form .login-come-in {
    text-align: left; }
  .login_in_form a {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-bottom: 10px; }
  .login_in_form .login_in-login {
    margin-bottom: 15px; }

.login_in_form-title {
  font: 25px "roboto_slab-b", Arial, Helvetica, sans-serif;
  color: #b50000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }

.login_in_form.active {
  display: block; }

.close_form {
  background: url(../img/close-btn.svg) no-repeat 0 0;
  right: 5px;
  top: 5px;
  height: 22px;
  width: 22px;
  position: absolute; }

@media (max-width: 1170px) {
  .container-fluid {
    padding-left: 0px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (max-width: 1024px) {
  .contacts_block-item--title {
    font-size: 10px; }
  .contacts_block-item.contacts_block-cellphone .contacts_block-item--body {
    font-size: 10px; }
  .contacts_block-item--body {
    font-size: 1px; }
  .top_menu nav ul li a {
    font-size: 12px;
    padding: 15px 5px 14px; }
  .footer_menu ul li a {
    font-size: 10px;
    /*padding: 15px 5px 14px; */} }


@media (max-width: 640px) {
  body, .container-fluid {
    min-width: 270px; }
  .login_in_form {
    top: 50px;
    display: block;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 152;
    border-radius: 0;
    padding: 20px;
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
    max-height: 100vh;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear; }
  .close_form {
    display: none; }
  .mobile_search {
    right: 51px; }
  .title_page .mobile_search {
    display: none; }
  .login_in_form.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .h_top_line, .h_bot_line, .footer_menu, .h_bot_line-t, .soc_block {
    display: none; }
  .flex_wr > div.flex_wr-end, .flex_wr > a.flex_wr-end {
    visibility: hidden;
    left: -99999px;
    position: absolute;
    width: 100%; }
  .copy_right, .load_app {
    float: none;
    text-align: center; }
  .copy_right {
    margin-top: 26px; }
  .load_app {
    padding-top: 36px; }
    .load_app span {
      display: block;
      margin: 0 0 19px; }
    .load_app .load_app-item {
      display: block;
      margin: 0 auto 13px; }
  .red_block_inner > div {
    padding: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 100%;
    padding: 0; }
  .red_block_contacts-body {
    padding-right: 0; }
  .red_block_inner > div + div {
    padding-left: 0;
    padding-bottom: 0; }
  a.new_list_more {
    position: relative;
    right: auto;
    top: auto;
    width: 270px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font: 18px "roboto_slab-b", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #345678;
    -webkit-box-shadow: inset 0 0 0 1px #345678;
            box-shadow: inset 0 0 0 1px #345678;
    border-radius: 5px;
    padding: 21px 10px 23px; }
    a.new_list_more i {
      display: none; }
  .h1-style, .red_block_map-title, .red_block_contacts-title {
    font-size: 24px; }
  .red_block_inner > div, .red_block_map-title {
    padding: 0 25px; }
  .red_block_map-title {
    padding-top: 19px; }
  .red_block_inner > div {
    padding-bottom: 19px; }
    .red_block_inner > div.red_block_contacts {
      position: relative; }
      .red_block_inner > div.red_block_contacts:after {
        content: '';
        position: absolute;
        left: 25px;
        right: 25px;
        bottom: 0;
        height: 1px;
        background: #7c0000;
        -webkit-box-shadow: 0 1px 0 0 #a30000;
                box-shadow: 0 1px 0 0 #a30000; }
  .red_block {
    padding-top: 42px;
    padding-bottom: 0; }
  .red_block_contacts-body strong {
    margin-bottom: 15px; }
  .red_block_contacts-body {
    font: 14px "roboto-m", Arial, Helvetica, sans-serif; }
    .red_block_contacts-body .red_block_contacts-subtit {
      line-height: normal; }
    .red_block_contacts-body ul, .red_block_contacts-body div {
      margin-top: 7px;
      line-height: 2.2; }
  .title_page_block_first {
    padding-bottom: 54px; }
  .red_block_inner > div + div.title_page_block_first-right {
    padding-left: 0;
    padding: 15px 0 0; }
  .title_page_block_first-right--title {
    display: block;
    font: 36px "roboto_slab-b", Arial, Helvetica, sans-serif;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 0;
    background: none;
    min-height: 0;
    color: #fff; }
  .title_page_block_first-right:before {
    display: none; }
  .title_page .red_block_inner > div {
    padding: 0; }
  .red_block_contacts-subtit {
    margin-bottom: 24px; }
  .footer_bot_line {
    padding-bottom: 33px; }
  .new_list-wr {
    margin: 0; }
  .new_list {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .new_list > .news_item {
    width: 44.2623%;
    margin-bottom: 40px; }
  .news_item-note {
    margin-bottom: 25px; }
  .content_wr {
    padding-top: 50px;
    padding-bottom: 53px; }
  .mobile-header, .title_page .mobile-header {
	  
	 background: no-repeat #ffffff;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	background-color: #f0f0f0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	  
	   
	  
    display: block;
    position: relative;
    left: 0;
    top: 20px;
    right: 0;
    height: 100px;
    z-index: 100;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }
  .title_page .mobile-header {
    padding: 0; }
    .title_page .mobile-header:after, .title_page .mobile-header:before {
      display: none; }
  .menu_burger_wr {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
	  margin-left: 10px;
	margin-top: 20px;}
    .menu_burger_wr .menu_burger {
      width: 50px;
      height: 50px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cmetadata%3E%3C%3Fxpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23345678; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15,20H35v2H15V20Zm0,5H35v2H15V25Zm0,5H35v2H15V30Z' transform='translate%28-15 -20%29'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 20px 12px; }
      .menu_burger_wr .menu_burger.active {
        background: url(../img/close-btn.svg) no-repeat 50% 50%;
        background-size: 18px 18px; }
        .menu_burger_wr .menu_burger.active ~ .menu_burger_body {
			margin-top: 80px;
          left: 0; }
  .title_page .menu_burger_wr .menu_burger {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cmetadata%3E%3C%3Fxpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2351659c; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15,20H35v2H15V20Zm0,5H35v2H15V25Zm0,5H35v2H15V30Z' transform='translate%28-15 -20%29'/%3E%3C/svg%3E%0A"); }
  .mobile_logo, .title_page .mobile_logo {
    float: left;
    margin-top: 11px;
    width: 155px;
    height: auto; }
    .mobile_logo img, .title_page .mobile_logo img {
        position: relative;
        top: 10px;
		max-width: 80%;
        height: auto;
	}
  .mobile_sighn_in {
    float: right;
    width: 40px;
    height: 50px;
    margin-right: 11px;
    text-align: center;
    line-height: 50px;
    color: #345678; }
    .mobile_sighn_in i {
      font-size: 14px; }
  .title_page .mobile_sighn_in {
    float: right;
    width: 60px;
    height: 50px;
    margin-right: 11px;
    text-align: center;
    line-height: 50px;
    color: #a0a0a0; }
    .title_page .mobile_sighn_in i {
      font-size: 14px;
      line-height: 50px;
      color: #345678; }
      .title_page .mobile_sighn_in i.fa-sign-in:before {
        content: "\f09c"; }
  .title_page_contacts, .title_page_block_first-left {
    display: none; }
  .title_page .site_wrapper:before {
    left: 0;
    height: 845px; }
  .important_information_title {
    background: #f1f1f1;
    padding-left: 58px;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-right: 25px;
    margin-right: -25px;
    margin-left: -25px;
    line-height: 1; }
    .important_information_title:before {
      left: 25px; }
  .menu_burger_body {
    width: 320px;
    background: #FFF;
    position: fixed;
    left: -320px;
    -webkit-transition: left .3s linear;
    transition: left .3s linear;
    top: 50px;
    bottom: 0;
    overflow-y: auto; }
    .menu_burger_body > nav ul li {
      border-top: solid 1px #ececec; }
      .menu_burger_body > nav ul li.active a, .menu_burger_body > nav ul li:hover a {
        background: #345678;
        color: #fff; }
      .menu_burger_body > nav ul li a {
        display: block;
        font: 18px "roboto-l", Arial, Helvetica, sans-serif;
        color: #6d6d6d;
        text-decoration: none;
        padding: 12px 0 13px 38px;
        position: relative; }
        .menu_burger_body > nav ul li a:after {
          content: '';
          display: block;
          position: absolute;
          left: 24px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 5px;
          width: 5px;
          background: #345678; }
    .menu_burger_body > ul {
      padding: 17px 25px 32px;
      border-top: solid 1px #c7e2f6;
      background: url(../img/mobile-menu-bg.jpg) no-repeat 0 0;
      background-size: cover; }
      .menu_burger_body > ul li {
        margin-bottom: 10px; }
        .menu_burger_body > ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          position: relative;
          min-height: 60px;
          padding: 12px 100px 12px 20px;
          text-decoration: none;
          font: 18px/1 "roboto_slab-b", Arial, Helvetica, sans-serif;
          color: #fff;
          background: #1760cd;
          border-radius: 4px; }
          .menu_burger_body > ul li a:after {
            content: "\f105";
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -22px;
            right: 19px;
            height: 44px;
            width: 44px;
            border-radius: 44px;
            -webkit-box-shadow: inset 0 0 0 1px #fff;
                    box-shadow: inset 0 0 0 1px #fff;
            font: 18px/44px "FontAwesome", Arial, Helvetica, sans-serif;
            text-align: center; }
        .menu_burger_body > ul li + li a {
          background: #345678; }
        .menu_burger_body > ul li + li + li a {
          background: #19af00; }
        .menu_burger_body > ul li + li + li + li a {
          background: #345678; }
  .site_crumbs {
    display: none; }
  .mdk_wr {
    margin: -35px -25px 0; }
  .mdk-item {
    padding: 31px 25px 29px; }
    .mdk-item .mdk-item-name {
      font-size: 16px; }
  .mobile-site_crumbs {
    margin: 0 -25px;
    display: block;
    font: 16px "roboto-l", Arial, Helvetica, sans-serif;
    color: #6d6d6d;
    text-decoration: none;
    display: block;
    padding: 10px 19px 14px;
    background: #FFF; }
    .mobile-site_crumbs i {
      font-size: 24px;
      color: #345678;
      margin-right: 27px; }
  h1 {
    margin-left: -25px;
    margin-right: -25px;
    padding: 14px 10px 13px 25px;
    margin-bottom: 30px;
    background: #ffffff;
    font-size: 24px;
    line-height: 1;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    h1.h1-style {
      font-size: 24px;
      margin-left: -25px;
      margin-right: -25px;
      padding: 14px 10px 13px 59px;
      margin-bottom: 30px;
      line-height: 1; }
      h1.h1-style:before {
        left: 26px; }
  .content_main {
    padding-left: 25px;
    padding-right: 25px; }
  ul.site_pager {
    padding: 36px 0 0;
    margin: 0 auto;
    max-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    ul.site_pager li {
      width: 48px;
      height: 48px;
      border-radius: 48px;
      -webkit-box-shadow: inset 0 0 0 1px #c6c6c6;
              box-shadow: inset 0 0 0 1px #c6c6c6;
      line-height: 48px;
      margin-right: 0;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-item-align: auto;
          align-self: auto; }
      ul.site_pager li.has_more_pages {
        display: none; }
      ul.site_pager li.active {
        -webkit-box-shadow: none;
                box-shadow: none;
        background: #345678;
        color: #fff; }
      ul.site_pager li.prev a, ul.site_pager li.next a {
        font-size: 0; }
      ul.site_pager li.prev {
        margin-right: 0;
        position: relative; }
        ul.site_pager li.prev:after {
          content: '\f104';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 48px;
          height: 48px;
          font: 24px/48px "FontAwesome", Arial, Helvetica, sans-serif;
          color: #345678; }
      ul.site_pager li.next {
        margin-left: 0;
        position: relative; }
        ul.site_pager li.next:after {
          content: '\f105';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 48px;
          height: 48px;
          font: 24px/48px "FontAwesome", Arial, Helvetica, sans-serif;
          color: #345678; }
  .inner_pages .content_wr, .inner_pages.about_us_page .content_wr {
    padding-bottom: 30px; }
  .edit_block {
    padding: 13px 25px 15px; }
  .content_main .edit_block {
    padding: 13px 0 15px; }
  h2 {
    font-size: 18px; }
    h2.h1-style {
      font-size: 18px; }
  .licens_list {
    margin-bottom: 32px; }
  .edit_block-deal {
    margin-bottom: 0; }
  .edit_block-title--deal {
    padding-left: 32px; }
    .edit_block-title--deal::before {
      background-size: 22px 17px;
      width: 22px;
      height: 17px; }
  .edit_block-title--history {
    padding-left: 18px; }
    .edit_block-title--history::before {
      background-size: 10px 14px;
      width: 10px;
      height: 14px; }
  .main_manegers-wr .h1-style {
    padding-left: 28px; }
    .main_manegers-wr .h1-style::before {
      background-size: 18px 18px;
      width: 18px;
      height: 18px; }
  .history_year {
    font-size: 18px; }
  .edit_block-assoc_livers_in {
    padding-right: 0; }
  .grew_wr {
    padding: 29px 25px 0; }
  .grew_wr2 {
    padding: 25px 25px 43px; }
  .read-else-wr .h1-style:before {
    background: url(../img/book.svg) no-repeat;
    background-size: 28px 19px;
    width: 28px;
    height: 19px; }
  .read-else-wr .h1-style {
    margin-bottom: 21px;
    padding-left: 37px; }
  .news1_page h1 {
    padding-left: 30px;
    display: block;
    text-indent: 23px; }
    .news1_page h1:before {
      left: 21px;
      top: 11px; }
  .news_page_data {
    margin-bottom: 15px; }
  .article_focus, q {
    font-size: 18px;
    line-height: 1.7; }
  q {
    padding-left: 0;
    padding-bottom: 9px; }
    q:before {
      font-size: 72px;
      top: 25px;
      left: 0; }
  .article_focus2 {
    font: 18px/1.7 "roboto-l", Arial, Helvetica, sans-serif;
    color: #535353;
    margin-bottom: 35px; }
  blockquote {
    margin: 0 -25px 43px;
    padding: 34px 40px 34px 50px; }
    blockquote:before {
      top: 34px;
      bottom: 34px;
      left: 25px; }
  .payment_discript_wr {
    padding-left: 0; }
  .payment_discript-item--title {
    padding-right: 0;
    font-size: 16px;
    margin-bottom: 22px; }
  .payment_discript-item--title:before {
    display: inline-block;
    position: relative;
    left: auto;
    top: -2px; }
  .payment_discript-item--4 .payment_discript-item--title:before,
  .payment_discript-item--3 .payment_discript-item--title:before,
  .payment_discript-item--2 .payment_discript-item--title:before,
  .payment_discript-item--5 .payment_discript-item--title:before {
    top: 2px; }
  .payment_discript-item--6 .payment_discript-item--title:before {
    top: 0; }
  .payment_discript-subtit {
    font-size: 18px; }
  .payment_discript-subtit:before {
    position: relative;
    display: inline-block;
    left: auto;
    top: 2px; }
  .all_download_btn {
    padding-right: 60px;
    position: relative; }
    .all_download_btn i {
      position: absolute;
      right: 24px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .payment_discript-item--body .all_download_btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0; }
  .payment_discript-note {
    margin-left: 0; }
  .payment_discript-item--body ul {
    padding-left: 0; }
  .payment_discript_wr {
    margin-top: 0; }
  .payment_discript-item {
    margin-bottom: 25px; }
  .foto-articles {
    margin-top: -7px;
    padding-bottom: 35px; }
    .foto-articles .new_list > .news_item {
      margin-bottom: 5px; }
  .foto-articles-title {
    margin-bottom: 18px; }
  .grew_wr.video-article-wr {
    padding: 32px 25px 0; }
    .grew_wr.video-article-wr .foto-articles-title {
      margin-bottom: 29px; }
  .pdf-article-wr {
    padding: 32px 25px 0; }
  .pdf-article-wr a.new_list_more {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff; }
  .title_menu {
    display: none; }
  a.title_page_block_second-item, .title_page_block_second-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 25px 25px;
    margin-bottom: 28px;
    text-align: center; }
  .title_page_block_second-img {
    width: 100%;
    margin-bottom: 23px; }
  .title_page_block_second-text {
    width: 100%;
    padding: 0;
    margin-bottom: 26px; }
  .title_page_block_second-text > span i {
    display: none; }
  .title_page_block_second-text > span span {
    display: block;
    width: 100%; }
  .title_page_block_second-similar:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .title_page_block_second-similar:first-child + .title_page_block_second-similar {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  a.title_page_block_second-item:after, .title_page_block_second-item:after {
    position: relative;
    top: auto;
    margin: 0 auto 11px;
    right: auto; }
  .title_page_block_second-item-title {
    display: block; }
  .title_page_block_second {
    margin-bottom: 15px; } }

@media (max-width: 480px) {
  .new_list > .news_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .new_list > .news_item .news_item-img {
      border: none;
      text-align: center; }
  .flex_wr.important_information-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex_wr > a.important_information-item {
    width: 100%;
    margin: 0; }
  .important_information-body .important_information-item:first-child {
    margin-right: 0;
    margin-bottom: 20px; }
  .important_information-body .important_information-item:last-child {
    margin-left: 0; }
  .important_information-item-block {
    width: 100%; }
  .flex_wr > a.important_information-item {
    padding-top: 165px;
    /*background-size: auto 100% !important;*/
    background-position: 0 0 !important; }
  .important_information-body .important_information-item:last-child {
    background-position: 100% 0 !important; }
  .news_item-img img {
    width: 100%; } }

/********************* Доп страницы Start **********************/
/* Accordion Start*/
.accordion_page h1:before {
  content: '?';
  color: #fff;
  font: 24px/1 'roboto-b';
  padding: 1px 0 0 8px; }

.accordion {
  counter-reset: count; }

.accordion__title {
  color: #454444;
  font: 18px/22px 'roboto_slab-r', Arial;
  padding: 28px 110px 28px 67px;
  background: #e2e2e2;
  cursor: pointer;
  position: relative;
  margin-bottom: 2px; }

.accordion__title i {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 50px;
  color: #45526a; }

.accordion__title.active {
  color: #fff;
  background: #45526a;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

.accordion__title.active:before {
  color: #fff; }

.accordion__title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff; }

.accordion__title:before {
  position: absolute;
  left: 49px;
  top: 28px;
  counter-increment: count;
  content: counter(count) ". ";
  color: #45526a; }

.accordion__body {
  display: none;
  border: 1px solid #45526a;
  background: #e7e7e7;
  color: #000;
  font: 14px/1.71 'roboto-l';
  padding: 30px 40px; }

.accordion__body p:first-child {
  margin-top: 0; }

.accordion__body p:last-child {
  margin-top: 0; }

@media (max-width: 640px) {
  .accordion {
    margin-left: -25px;
    margin-right: -25px; }
  .accordion__title {
    padding: 16px 36px 16px 24px; }
  .accordion__title:before {
    display: none; }
  .accordion__title i {
    right: 23px; }
  .accordion__body {
    padding: 16px 20px; } }

/* Accordion End*/
/* I'm a new resident Start*/
.resident_page h1:before {
  background-image: url(../img/resident_page.svg);
  background-repeat: no-repeat;
  background-position: 50% 40%; }

.resident__item {
  margin-bottom: 80px; }

.resident__title {
  color: #454444;
  font: 24px/1 'roboto_slab-b';
  position: relative;
  padding: 0 0 42px 24px; }

.resident_icon1 {
  background: url(../img/resident_icon1.svg) 0 4px no-repeat; }

.resident_icon2 {
  background: url(../img/resident_icon2.svg) 0 2px no-repeat;
  padding-left: 21px; }

.resident_icon3 {
  background: url(../img/resident_icon3.svg) 0 4px/23px no-repeat;
  padding-left: 33px; }

.resident_icon4 {
  background: url(../img/resident_icon4.svg) 0 2px/27px no-repeat;
  padding-left: 37px; }

.resident_icon5 {
  background: url(../img/resident_icon5.svg) 0 3px no-repeat;
  padding-left: 30px; }

.resident_icon6 {
  background: url(../img/resident_icon6.svg) 0 0 no-repeat;
  padding-left: 29px; }

.resident_icon7 {
  background: url(../img/resident_icon7.svg) 0 4px/15px no-repeat; }

.resident__body {
  color: #6d6d6d;
  font: 14px/1.71 'roboto-l';
  margin-bottom: 36px; }

.resident__body p:first-child {
  margin-top: 0; }

.resident__body p:last-child {
  margin-bottom: 0; }

.resident__link a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #45526a;
  font: 14px/1 'roboto_slab-b', Arial;
  padding: 20px 37px 20px 35px;
  border: 1px solid #45526a;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.resident__link a i {
  margin-left: 18px; }

.resident__link a:hover {
  color: #45526a;
  background: none; }

@media (max-width: 640px) {
  .resident {
    margin-left: -25px;
    margin-right: -25px; }
  .resident__title {
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 20px;
    margin-left: 26px;
    padding-right: 32px; }
  .resident__title:before {
    position: absolute;
    left: -26px;
    right: 0;
    content: '';
    top: -15px;
    border-bottom: 1px solid #f1f1f1; }
  .resident__title:after {
    position: absolute;
    left: -26px;
    right: 0;
    content: '';
    bottom: 0;
    border-bottom: 1px solid #f1f1f1; }
  .resident__body {
    padding: 22px;
    margin-bottom: 20px; }
  .resident__item {
    position: relative;
    margin-bottom: 0; }
  .resident .resident__link a {
    position: absolute;
    right: 15px;
    top: -4px;
    background: none;
    padding: 10px;
    border: none;
    font-size: 0; }
  .resident .resident__link a i {
    font-size: 18px;
    color: #345678;
    margin-left: 0; }
  .resident .resident__link a i:before {
    content: "\f105"; } }

/* I'm a new resident End*/
/* Accountability End*/
.accountability_page h1:before {
  background-image: url(../img/accountability_icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 45%; }

.select_year {
  color: #535353;
  font: 18px 'roboto-l';
  margin-bottom: 42px; }

.select_year .jq-selectbox__select {
  margin-left: 20px;
  border-color: #c6c6c6; }

.select_year .jq-selectbox__trigger-arrow {
  background: none; }

.select_year .jq-selectbox__trigger-arrow:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  color: #45526a;
  position: absolute;
  left: 0;
  top: -5px; }

.select_year .jq-selectbox li:hover {
  background-color: #45526a; }

.accountability__main-title {
  color: #45526a;
  font: 24px/1.2 'roboto_slab-b';
  margin-bottom: 35px; }

.accountability__title {
  color: #535353;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 35px; }

.accountability__table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 71px; }

.accountability__row {
  display: table-row; }

.accountability__cell {
  display: table-cell;
  border: 1px solid #c6c6c6;
  width: 50%;
  vertical-align: top;
  padding: 24px 30px;
  line-height: 1.14; }

.accountability__cell:first-child {
  color: #790007;
  font: 14px 'roboto_slab-b'; }

.accountability__cell a {
  text-decoration: none;
  color: #535353; }

.accountability__cell a:hover {
  text-decoration: underline; }

.accountability__cell div + div {
  margin-top: 13px; }

.select_year_buttons {
  display: none;
  font-size: 0;
  margin: 0 -10px 28px -12px; }

.select_year_but {
  display: inline-block;
  vertical-align: top;
  color: #454444;
  font: 18px/1 'roboto-r';
  padding: 9px 2px;
  text-align: center;
  width: 64px;
  border: 1px solid #e4e4e4;
  margin-left: 2px;
  cursor: pointer; }

.select_year_but.active {
  border-color: #c6c6c6;
  color: #345678;
  font-family: 'roboto-m'; }

.accountability .resident__link {
  display: none; }

.accountability__item:not(.active) {
  display: none; }

@media (max-width: 640px) {
  .select_year {
    display: none; }
  .select_year_buttons {
    display: block; }
  .accountability__main-title, .accountability__title {
    font-size: 18px;
    margin-bottom: 20px; }
  .accountability__table {
    display: block;
    margin-bottom: 30px; }
  .accountability__row {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 22px; }
  .accountability__row + .accountability__row {
    border-top: none; }
  .accountability__cell {
    display: block;
    border: none;
    padding: 0;
    width: auto; }
  .accountability__cell + .accountability__cell {
    margin-top: 15px; }
  .accountability .resident__link {
    display: block;
    text-align: center;
    margin-bottom: 22px; } }

/* Accountability Start*/
/* Blog Start*/
.blue_site h1:before {
  background-color: #51659c; }

.blue_site .h_top_line {
  background: #51659c; }

.blue_site .contacts_block-item--title, .blue_site .contacts_block-item--body:before, .blue_site .mibile_search_btn, .blue_site .mobile_sighn_in, .blue_site .site_crumbs, .blue_site .mobile-site_crumbs i, .blue_site ul.site_pager li.active {
  color: #51659c; }

.blue_site .top_menu nav ul li a span:after {
  background-color: #51659c; }

.blue_site .menu_burger_wr .menu_burger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cmetadata%3E%3C%3Fxpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2351659c; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15,20H35v2H15V20Zm0,5H35v2H15V25Zm0,5H35v2H15V30Z' transform='translate%28-15 -20%29'/%3E%3C/svg%3E%0A"); }

.blog_page h1:before {
  background-image: url(../img/blog_page_icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-size: 13px; }

.blog-blocks {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -30px;
  margin-bottom: 40px; }

.blog-blocks__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  padding: 0 0 30px 30px;
  position: relative;
  z-index: 1; }

.blog-blocks__item-inner {
  padding: 168px 36px 30px;
  position: relative; }

.blog-blocks__item-inner:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border: 2px solid #405393;
  background: url(../img/blog-blocks-bg.jpg) 0 0/cover no-repeat; }

.blog-blocks__item-inner:after {
  position: absolute;
  z-index: -1;
  content: '';
  left: 2px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  background: rgba(255, 255, 255, 0.8); }

.blog-blocks__date {
  color: #160e0e;
  font: 14px/1 'roboto-m';
  margin-bottom: 13px; }

.blog-blocks__title {
  font: 18px 'roboto_slab-b';
  margin-bottom: 35px; }

.blog-blocks__title a {
  text-decoration: none;
  color: #4559a0; }

.blog-blocks__text {
  font: 14px/1.7 'roboto-r'; }

.blog-blocks__text a {
  color: #160e0e;
  text-decoration: none; }

@media (min-width: 641px) {
  .blog-blocks__item-inner:hover:before {
    background: url(../img/blog-blocks-bg1.jpg) 0 0/cover no-repeat; }
  .blog-blocks__item-inner:hover:after {
    display: none; }
  .blog-blocks__item-inner:hover .blog-blocks__date, .blog-blocks__item-inner:hover .blog-blocks__title a, .blog-blocks__item-inner:hover .blog-blocks__text a {
    color: #fff; } }

.blog-blocks__new-title, .blog-blocks__uppertitle, .blog-blocks__social {
  display: none; }

@media (max-width: 640px) {
  .blog-blocks {
    margin: 0 -25px;
    display: block; }
  .blog-blocks__item-inner {
    padding: 30px 20px 35px; }
  .blog-blocks__item {
    padding: 0; }
  .blog-blocks__date, .blog-blocks__item-inner {
    display: none; }
  .active + .blog-blocks__item-inner, .blog-blocks__new-title, .blog-blocks__uppertitle, .blog-blocks__social {
    display: block; }
  .blog-blocks__new-title {
    padding: 23px 40px 23px 25px;
    color: #45526a;
    font: 16px/1.2 'roboto_slab-b';
    position: relative;
    border: 1px solid #a0a0a0; }
  .blog-blocks__new-title span {
    display: block;
    color: #454444;
    font: 14px 'roboto-r';
    margin-bottom: 9px; }
  .blog-blocks__new-title i {
    font-size: 18px;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -9px; }
  .blog-blocks__new-title.active i:before {
    content: "\f106"; }
  .blog-blocks__new-title.active {
    border-color: #f1f1f1; }
  .blog-blocks__item + .blog-blocks__item .blog-blocks__new-title {
    border-top: none; }
  .blog-blocks__uppertitle {
    color: #454444;
    font: 14px 'roboto_slab-b';
    margin-bottom: 10px; }
  .blog-blocks__social {
    margin: -20px 0 14px;
    color: #454444;
    font: 14px 'roboto-b'; }
  .blog-blocks__social i {
    color: #4559a0; } }

/* Blog End*/
/* Abonent Start*/
.abonent_page h1:before {
  background-image: url(../img/abonent_page_icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.abonent__row {
  margin: 0 0 42px -20px;
  font-size: 0; }

.abonent__cell {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin-left: 20px; }

.cell_full {
  display: block;
  width: auto; }

.abonent__title {
  position: relative;
  padding: 0 0 18px 26px;
  color: #454444;
  font: 24px 'roboto_slab-b'; }

.abonent__title.abonent__icon1 {
  background: url(../img/abonent_page_icon1.svg) 0 7px no-repeat; }

.abonent__title.abonent__icon2 {
  background: url(../img/abonent_page_icon2.svg) 0 7px no-repeat; }

.abonent__title.abonent__icon3 {
  background: url(../img/abonent_page_icon3.svg) 0 6px no-repeat; }

.abonent__subtitle {
  color: #45526a;
  font: 14px 'roboto-r';
  padding: 0 0 20px 30px;
  text-transform: uppercase; }

.abonent__contacts, .abonent__phone {
  padding: 0 0 24px 59px;
  color: #6d6d6d;
  font: 14px/1.8 'roboto-l';
  position: relative; }
.abonent__phone:before {
  position: absolute;
  left: 29px;
  top: 5px;
  font: 14px "FontAwesome", Arial, Helvetica, sans-serif;
  color: #ca0109;
  content: "\f095";  
}
.abonent__contacts:before {
  position: absolute;
  left: 29px;
  top: 5px;
  font: 14px "FontAwesome", Arial, Helvetica, sans-serif;
  color: #ca0109;
  content: "\f017"; }
.abonent__img {margin-top: 10px;}
.abonent__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #45526a;
  font: 14px/17px 'roboto-m';
  padding: 6px 20px;
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.abonent__link + .abonent__link {
  margin-left: 29px; }

.abonent__link span {
  display: table-cell;
  vertical-align: middle;
  height: 51px;
  width: 228px;
  text-align: center; }

.abonent__link:hover {
  background: #45526a;
  color: #fff;
  border-color: transparent; }

.abonent__text {
  color: #6d6d6d;
  font: 14px/1.7 'roboto-l';
  margin-bottom: 34px; }

.abonent__accordeon {
  border: 1px solid transparent; }

.abonent__accordeon-title {
  padding: 24px 40px 24px 18px;
  color: #454444;
  font: 24px 'roboto_slab-b';
  position: relative;
  cursor: pointer; }

.abonent__accordeon-title:before {
  position: absolute;
  left: 1px;
  top: 31px;
  font: 18px "FontAwesome", Arial, Helvetica, sans-serif;
  color: #45526a;
  content: "\f0da"; }

.abonent__accordeon.active {
  border-color: #45526a;
  background: #e8e8e8;
  margin-bottom: 40px; }

.abonent__accordeon.active .abonent__accordeon-title {
  margin-left: 31px;
  padding-right: 9px; }

.abonent__accordeon-body {
  display: none;
  width: 100%;
  table-layout: fixed; }

.abonent__accordeon.active .abonent__accordeon-body {
  display: table; }

.abonent__table {
  display: table;
  width: 100%;
  padding-bottom: 30px; }

.abonent__row-new {
  display: table-row; }

.abonent__cell-new {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 0 32px; }

.abonent__cell-title {
  color: #45526a;
  font: 14px 'roboto-m';
  text-transform: uppercase;
  margin-bottom: 22px; }

.abonent__cell-new a {
  display: block;
  text-decoration: none;
  color: #6d6d6d;
  font: 14px/1 'roboto-l';
  padding: 5px 0 5px 17px;
  position: relative; }

.abonent__cell-new a + a {
  margin-top: 10px; }

.abonent__cell-new a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  background: #45526a; }

.abonent__row-new + .abonent__row-new .abonent__cell-title {
  padding-top: 30px; }

.abonent .resident__title {
  padding-bottom: 30px; }

.abonent__text + .abonent__accordeon {
  margin-top: -30px; }

@media all and (max-width: 640px) {
  .abonent__title {
    font-size: 18px;
    padding-bottom: 14px; }
  .abonent__title.abonent__icon1 {
    background-position: 0 2px; }
  .abonent__subtitle {
    padding: 0 0 15px 17px; }
  .abonent__contacts {
    padding-left: 46px; }
  .abonent__contacts:before {
    left: 16px; }
  .abonent__link + .abonent__link {
    margin: 13px 0 0; }
  .abonent__accordeon-title {
    font-size: 18px;
    padding-right: 20px; }
  .abonent__accordeon-title:before {
    top: 27px; }
  .abonent__accordeon.active .abonent__accordeon-title {
    margin-left: 25px; }
  .abonent__accordeon.active {
    margin: 0 -15px 40px -25px; }
  .abonent__cell-new {
    display: block;
    width: auto; }
  .abonent__cell-new + .abonent__cell-new {
    margin-top: 30px; }
  .abonent__cell-new + .abonent__cell-new .abonent__cell-title {
    padding-top: 0; }
  .abonent .resident__title {
    margin: 0 0 10px; }
  .abonent .resident__title:before, .abonent .resident__title:after {
    display: none; } }

/* Abonent End*/
/* Contacts Start*/
.contacts_page h1:before {
  background-image: url(../img/contacts_page_icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 45%; }

.red_block_contacts-title.form_icon:before {
  background-image: url(../img/contacts_page_icon2.svg); }

.red_block_contacts-title.form_icon {
  margin-bottom: 40px; }

.red_block_form_wrap {
  background: #fff;
  min-height: 500px;
  padding: 42px 67px 0;
  border: 3px solid #f4f4f4;
  font-size: 0; }

.red_block_form_wrap label {
  display: block;
  color: #7e7e7e;
  font: 14px 'roboto-m'; }

.red_block_form_wrap label + label {
  margin-top: 25px; }

.red_block_form_wrap input[type="text"], .red_block_form_wrap textarea {
  width: 100%;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #e4e4e4;
  outline: none;
  height: 50px;
  margin-top: 11px; }

.red_block_form_wrap input[type="text"]:focus, .red_block_form_wrap textarea:focus {
  border-color: #45526a; }

.red_block_form_wrap textarea {
  resize: none;
  height: 102px;
  padding-top: 10px;
  padding-bottom: 10px; }

.submit-wr {
  text-align: center;
  padding-top: 18px; }

.submit-wr input[type="submit"] {
  color: #fff;
  font: 14px/1 'roboto_slab-b';
  background: #45526a;
  border: 1px solid #45526a;
  outline: none;
  padding: 30px 10px 31px;
  text-align: center;
  width: 260px;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.submit-wr input[type="submit"]:hover {
  background: none;
  color: #45526a; }

.contacts_page .flex_wr-end.content_right {
  padding-top: 0;
  width: 370px; }

.contacts__right .h1-style {
  margin-bottom: 50px;
  line-height: 1; }

.contacts__right .h1-style:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 26px;
  width: 26px;
  background-color: #45526a;
  border-radius: 26px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  background-image: url(../img/contacts_page_icon1.svg);
  background-repeat: no-repeat;
  background-position: 50% 45%; }

.contacts__title {
  color: #45526a;
  font-family: 'roboto_slab-b';
  margin-bottom: 6px; }

.contacts__phone {
  color: #6d6d6d;
  font-family: 'roboto-m';
  font-size: 24px;
  margin-bottom: 8px; }

.contacts__text {
  margin-bottom: 35px;
  line-height: 1.9; }

.contacts__left {
  float: left;
  width: 568px;
  padding-right: 30px; }

.contacts__right {
  overflow: hidden; }

@media all and (max-width: 640px) {
  .contacts__left {
    float: none;
    width: auto;
    padding-right: 0; }
  .contacts__right {
    overflow: visible; }
  .contacts__right .h1-style {
    margin-left: -25px;
    margin-right: -25px;
    padding: 14px 10px 13px 25px;
    margin-bottom: 30px;
    background: #f1f1f1;
    font-size: 24px;
    line-height: 1;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 24px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 14px 10px 13px 59px;
    margin-bottom: 30px;
    line-height: 1; }
  .contacts__right .h1-style:before {
    left: 26px; }
  .red_block_contacts-title.form_icon {
    padding: 0 25px;
    font-size: 24px;
    margin-bottom: 15px; }
  .red_block_form_wrap {
    padding: 20px;
    min-height: 0;
    margin: 0 25px 20px; }
  .contacts_with_form .red_block_map_init {
    margin: 0 -25px; }
  .contacts_with_form .red_block__form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .contacts_with_form .red_block_map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0; }
  .red_block.contacts_with_form {
    padding-top: 16px; }
    .red_block.contacts_with_form .red_block_form_wrap {
      margin-bottom: 35px; }
  .red_block_map-title {
    padding: 0; }
  .submit-wr input[type="submit"] {
    width: 100%;
    padding: 15px 10px; } }

/* Contacts End*/
.sub_sites_menu  ul li a{
  position: relative;
}
.sub_sites_menu  ul li a:before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.1);
  opacity: 0;
  transition: all .3s;
}
.sub_sites_menu  ul li a:hover:before {
  opacity: 1;
}
.news-item_empty {
  width: 268px;
  height: 186px;
  background: #f3f3f3;
}
.mdk-item p {display: inline-block;margin:0;}
.articles_slider-item a {text-decoration: none !important;}
.blog-src a {
  display: block;
  color: #7e7e7e;
  text-align: center;
}
.blog-src a span {
  display: block;
  margin-top: -50px;
  font-size: 18px;
}
.blog-src img {float: right;}
a.bottombtn {
  top: auto;
  bottom: 0;
}


@media (max-width: 1021px)
{
	.a3_pay {
		display: none;
				 margin: 0 0 20px;}	
}


.banner
{
	margin-left:130px;
	width:55%;
}
/********************* End ************************/
/* FOR IE */
.wh-content {
  background: #fff;
  padding: 20px 15px;
  margin-top: 43px;
}
.main-page .news_wr {margin-top: 43px;}

/*VVA*/
@media screen and (min-width: 650px) {
.main {
	width:100%;
	height: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.radius {
    background: #566a8f;
    padding: 15px;
    margin-bottom: 6px;
    width: 100%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	margin: 6px auto;
	left: 50%;
    min-width: 700px;
	max-width: 35%;
}
.radius1 {
    background: #ffffff;
    border: 0px solid #566a8f;
    border-top: 7px solid #566a8f;
    border-bottom: 7px solid #566a8f;
    padding: 10px;
    border-radius: 25px;
    margin-left: 0px;
	margin-top: -7px;
    margin-bottom: -7px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
	text-align: center;
}
.a1 {
    
    padding: 15px;
    margin-bottom: 6px;
    width: 100%;
    	margin: 0px;
	left: 50%;
    min-width: 700px;
	max-width: 35%;
}

.a2 {
    background: #ffffff;
    border: 1px solid #b50000;  
    padding: 10px;
    border-radius: 5px;
    margin-left: 0px;
	margin-top: -7px;
    margin-bottom: -7px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
	text-align: center;
}

.area1 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
    margin-left: 44px;
    padding-left: 20px;
    width: 60%;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
	text-align: center;
}
.area2 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 20px;
    width: 60%;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
	text-align: center;
}

.area3 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
    width: 70%;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
	text-align: center;
	-moz-appearance: textfield;
}

.area4 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
    width: 70%;
    height: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
	.area5 {
		color: red;
		font-size: 12px; 
		margin-left: -140px;
	}
.select0 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
	margin-left: 20px;
    padding-left: 20px;
    width: 60%;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    font-size: 14px;
}

.sub {
    position: relative;
    background: #49b57d;
    border: 1px solid #909090;
    width: 300px;
    height: 60px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 7px 1px #419538;
}
.sub-k {
    position: relative;
 
 
    width: 300px;
    height: 60px;
   background: #b50000;
    font: 18px "roboto-b", Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 11px 39px 10px 36px;
    display: inline-block;
}


.txtg
{
    position: relative;
    color: green;
    font-family: 'Roboto Medium', Arial, bold;
    font-size: 25px;
    
}

.txtl
{
    position: relative;
    color: green;
    font-family: 'Roboto Medium', Arial, bold;
    font-size: 20px;
    
}

.txtr
{
    position: relative;
    color: red;
    font-family: 'Roboto Medium', Arial, bold;
    font-size: 25px;
    
}

.Tab {
	border-collapse: inherit;
	position: relative;
    background: #ffffff;
    border: 1px solid #909090 !important;
    margin-bottom: 10px;
    margin-left: 10%;
    padding-left: 20px;
    width: 85%;
    height: 25px;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important; 
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
	text-align: left;
}
}
@media all and (min-width: 300px) and (max-width: 650px) {
.main {
	width:100%;
	height: 100%;
	margin-bottom: 10px;
	text-align: center;
}	
.radius {
 
}
.radius1 {
    
}
	.Tab {
	border-collapse: inherit;
	position: relative;
    background: #ffffff;
    border: 1px solid #909090 !important;
    margin-bottom: 10px;
    padding-left: 5px;
	padding-right: 5px;	
    width: 100%;
    height: 25px;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important; 
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
	text-align: left;
}
.a1 {
 
}
.a2 {
    
}
	.Tab {
	border-collapse: inherit;
	position: relative;
    background: #ffffff;
    border: 1px solid #909090 !important;
    margin-bottom: 10px;
    padding-left: 5px;
	padding-right: 5px;	
    width: 100%;
    height: 25px;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important; 
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
	text-align: left;
}

.area1 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
	margin-left: 24px;
    width: 70%;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
	text-align: center;
}
	.area2 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
    width: 70%;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
	text-align: center;
}
	
.area3 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
    width: 100%;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
	text-align: center;
	-moz-appearance: textfield;
}

.area4 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
    width: 70%;
    height: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
	text-align: center;
	padding-top: 10px;
}
		.area5 {
		color: red;
		font-size: 9px; 
		margin-left: 0px;
	}

.select0 {
    position: relative;
    background: #ffffff;
    border: 1px solid #909090;
    margin-bottom: 10px;
	margin-left: 20px;
    padding-left: 20px;
    width: 60%;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    font-size: 10px;
}

.sub {
    position: relative;
    background: #49b57d;
    border: 1px solid #909090;
    width: 250px;
    height: 60px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    font-family: 'Roboto Regular', Arial, sans-serif;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 7px 1px #419538;
}

.sub-k {
    position: relative;
 
 
    width: 300px;
    height: 60px;
   background: #b50000;
    font: 18px "roboto-b", Arial, Helvetica, sans-serif;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 11px 39px 10px 36px;
    display: inline-block;
}

.txtg
{
    position: relative;
    color: green;
    font-family: 'Roboto Medium', Arial, bold;
    font-size: 14px;
    
}

.txtl
{
    position: relative;
    color: green;
    font-family: 'Roboto Medium', Arial, bold;
    font-size: 14px;
    
}

.txtr
{
    position: relative;
    color: red;
    font-family: 'Roboto Medium', Arial, bold;
    font-size: 25px;
    
}
}
/* Блок три карточки */
.offer_block {
	background: #2b2f36 url(../img/fon_v1_1.png) no-repeat center center;
	background-size: cover;
	padding: 60px 15px;
	color: #ffffff;
	position: relative;
}
.offer_block2 {
	background: #2b2f36 url(../img/fon_v1_1-1.png) no-repeat center center;
	background-size: cover;
	padding: 60px 15px;
	color: #ffffff;
	position: relative;
}
.offer_block::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.offer_block2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}

.offer_block-title,
.offer_block-inner {
	position: relative;
	z-index: 1;
}
.offer_block-title {
	text-align: center;
	font: 32px "roboto-m", Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}


.offer_block-title2 {
	text-align: center;
	font: 32px "roboto-m", Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}

.offer_block-title2::after {
	position: relative;
	left: 48%;
    content: '';
    display: block;
    margin-top: 30px;
    width: 60px;
    border-top: 3px solid #444;
}


.offer_block-inner {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.offer_item {
	width: 33.3333%;
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
}
.offer_item-icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #ffffff;
	color: #1e3a8a;
	font-size: 38px;
	transition: background .3s linear, color .3s linear;
}
.offer_item:hover .offer_item-icon {
	background: #7d7d7d;
	color: #ffffff;
}
.offer_item-name {
	font: 20px "roboto-m", Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
.offer_item-name2 {
	font: 3.5em "IMPACT", Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
.offer_item-text {
	font-size: 15px;
	line-height: 1.5;
	color: #cfd3d8;
}
.offer_item-text2 {
	font-size: 18px;
	line-height: 1.5;
	color: #cfd3d8;
}
@media (max-width: 767px) {
	.offer_item {
		width: 100%;
		margin-bottom: 30px;
	}
}