body {
  font-family: 'Open Sans', sans-serif
}

body, q {
  line-height: 1.5
}

.custom-select, .select select {
  background: #dcf2ff;
  -webkit-transition: .2s
}

.popup-select label a {
  display: none !important;
}

.ico-close, label * {
  display: inline-block;
  vertical-align: middle
}

.l-footer, .l-footer:after, .l-header:after, .wrap:after {
  clear: both
}

.button, .copyright a, a:hover, dl a {
  text-decoration: none
}

.r-header_hidden, .slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden
}

.b-announce > ul > li, .b-slider > li, .f-banners ul, .footer__menu, .h-link, .h-links-list li, .inmenu, .pagination ul, .sidemenu, .sidemenu > li, .sidemenu > li ul, .slick-dots, .usercontent ul li, ul.header-nav li, ul.links-list, ul.toggle-list {
  list-style: none
}

.slick-dotted.slick-slider {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.slick-next, .slick-prev {
    position: relative !important;
}

button.slick-next.slick-arrow {
  right: 0px !important;
}

button.slick-prev.slick-arrow {
  left: 0px !important;
}

header {
  display: block
}

* {
  margin: 0;
  padding: 0
}

input:focus, textarea:focus {
  outline: 0
}

body {
  background-color: #f7fcff;
background-image: url(../i/bg-main.png);
  font-size: 62.5%;
  font-weight: 400;
  color: #000;
  overflow-y: scroll;
  background-position: fixed
}

::-moz-selection {
  background: #086aa9;
  color: #fff
}

::selection {
  background: #086aa9;
  color: #fff
}

::-webkit-input-placeholder {
  font-style: italic;
  line-height: 20px
}

::-moz-placeholder {
  font-style: italic;
  line-height: 20px
}

:-ms-input-placeholder {
  font-style: italic;
  line-height: 20px
}

hr {
  height: 1px;
  border: none;
  color: #666;
  background-color: #e1e1e1;
  margin: 0 0 30px
}

.button, a img {
  border: 0
}

a {
  color: #036
}

b, strong {
  font-weight: 700
}

h1, h2 {
  font-weight: 400;
  color: #000;
  line-height: 1.1
}

p {
  padding-bottom: 1.2em
}

p.point {
	padding-bottom: 0px
}

table td {
  vertical-align: top
}

h1 {
  font-size: 30px;
  padding-bottom: 20px
}

h2 {
  font-size: 22px;
  padding: 10px 0 20px
}

h3, h4 {
  font-weight: 600;
  padding: 15px 0
}

h3 {
  font-size: 18px;
  line-height: 1.1
}

h4, h5 {
  font-size: 16px
}

h4 {
  line-height: 1.2
}

.button, h5 {
  font-weight: 400
}

h5 {
  line-height: 1;
  padding-bottom: 15px
}

input[type=date], input[type=email], input[type=password], input[type=text], textarea {
  font-family: 'Open Sans', sans-serif;
  background: #dcf2ff;
  width: 100%;
  padding: 8px 15px;
  border: 0;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-box-shadow: inset 2px 2px 2px 1px rgba(177, 216, 243, .5);
  box-shadow: inset 2px 2px 2px 1px rgba(177, 216, 243, .5)
}
@media screen and (min-width: 1361px) {
  input[type=text].h-search__text{
      width: 65%;
  }
  .input-bg-lightblue{
      background: #dcf2ff;
      width: 38%;
      padding: 8px 15px;
      border: 0;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      -webkit-box-shadow: inset 2px 2px 2px 1px rgb(177 216 243 / 50%);
      box-shadow: inset 2px 2px 2px 1px rgb(177 216 243 / 50%);
      height: 36px;
      position: absolute;
      top: 0;
      right: 0;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
  }
}


input[type=date]:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
  -webkit-box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .2);
  box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .2)
}

input[type=date] {
  padding-right: 5px;
  min-height: 35px
}

::-webkit-inner-spin-button {
  display: none
}

.t-table {
  display: table;
  border-collapse: collapse
}

.t-row {
  display: table-row
}

.t-cell {
  display: table-cell
}

.ico-close {
  width: 15px;
  height: 15px;
  background: url(../i/icons/ico-close.png) no-repeat;
  cursor: pointer;
  opacity: .7
}

.ico-calendar, .ico-time, .ico-tip {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block
}

.ico-close:hover {
  opacity: 1
}

.ico-tip {
  background: url(../i/icons/ico-tip.png) no-repeat
}

.ico-time {
  background: url(../i/icons/ico-time.png) no-repeat
}

.ico-calendar {
  background: url(../i/icons/ico-calendar.png) no-repeat
}

.ico-video {
  font-size: 19px;
  display: inline-block;
  vertical-align: middle
}

.ico-photo {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle
}

.ico-rss {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle
}

.ico-print {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url(../i/icons/ico-print.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.button {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 33px;
  padding: 0 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #086aa9;
  border-radius: 3px;
  letter-spacing: -.02em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.s-select select, .select select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-appearance: none;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  outline: 0
}

.button span {
  display: inline-block;
  vertical-align: middle
}

.button i {
  margin-left: -5px;
  margin-right: 5px
}

.button:hover {
  color: #66c2ff;
  background: #003c84
}

.button_wide {
  display: block;
  width: 100%
}

.button_white {
  color: #036;
  background: 0 0;
  border: 1px solid #086aa9
}

.button_white:hover {
  color: #66c2ff;
  background: #003c84
}

.buttons-win_inner {
  margin-top: -20px;
  margin-bottom: 5px
}

.buttons-win_inner .card {
  margin-right: 18px
}

.close-win_inner {
  max-width: 1540px;
  width: 100%;
  text-align: right;
  position: fixed;
  top: 10px;
  vertical-align: bottom
}

.s-select, .select {
  vertical-align: middle;
  text-align: center
}

.close-win_inner .button_white {
  background: #fff
}

.close-win_inner .button_white:hover {
  color: #66c2ff;
  background: #003c84
}

.select {
  margin: 0;
  position: relative;
  display: inline-block
}

.select select {
  margin: 0 auto;
  padding: 9px 15px;
  font-size: 14px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .5);
  box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .5)
}

.select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  border-top: 6px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 17px;
  right: 11px;
  pointer-events: none
}

.select select:focus {
  -webkit-box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .2);
  box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .2)
}

.select select option {
  padding: 0 15px;
  display: block
}

.s-select {
  margin: 2px 0;
  position: relative;
  display: inline-block
}

.custom-select:after, .s-select:after {
  content: "";
  height: 0;
  position: absolute;
  pointer-events: none
}

.s-select select {
  margin: 0 auto;
  padding: 4px 18px 4px 8px;
  background: #dcf2ff;
  color: #fff;
  font-size: 12px;
  min-width: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none
}

.custom-select, .footer__menu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.s-select:after {
  width: 0;
  display: block;
  border-top: 6px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  top: 11px;
  right: 10px
}

.s-select select option {
  padding: 0 10px
}

.custom-select {
  font-family: 'Open Sans', sans-serif;
  padding: 8px 35px 8px 15px;
  font-size: 14px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  -o-transition: .2s;
  transition: .2s;
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .5);
  box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .5);
  min-height: 37px
}

.custom-select:after {
  width: 0;
  display: block;
  border-top: 6px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 17px;
  right: 11px
}

.custom-select:active, .custom-select:focus {
  -webkit-box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .2);
  box-shadow: inset 2px 2px 2px rgba(177, 216, 243, .2)
}

.dd-popup, .subscribe-popup {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3)
}

q {
  font-family: 'PT Serif', sans-serif;
  display: block;
  color: #91733c;
  font-size: 18px;
  border: 3px solid #b29d76;
  padding: 15px 25px 20px;
  margin: 15px 0 30px
}

q:after, q:before {
  display: none
}

.usercontent {
  max-width: 800px;
  margin: 0 auto
}

.table, .usercontent img {
  max-width: 100%
}

.usercontent table {
  margin-bottom: 20px
}

.usercontent h3, .usercontent h4, .usercontent h5 {
  text-align: center
}

.usercontent ol, .usercontent ul {
  margin: 0 0 0 40px;
  padding: 0 0 20px;
  list-style-position: outside
}

.usercontent li {
  position: relative;
  margin: 0;
  padding: 5px 0;
  line-height: 1.3
}

.usercontent ul li:before {
  content: "•";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -20px;
  top: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 14px;
  color: #000
}

.usercontent .color-gray, .usercontent .color-grey, dl {
  color: #666
}

.usercontent ul ul {
  padding-top: 10px;
  padding-bottom: 0
}

.usercontent ul ul li:before {
  content: "‒";
  font-size: 16px
}

.usercontent ul ul ul li:before {
  content: "°";
  line-height: 24px
}

.usercontent .section-title {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0
}

.dd-popup, .dd-popup img {
  display: none
}

.usercontent .section-counter {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1
}

.usercontent img[align=left] {
  margin: 0 20px 10px 0
}

.usercontent img[align=right] {
  margin: 0 0 10px 20px
}

dl {
  padding: 0;
  position: relative
}

dt {
  font-size: 12px;
  float: left;
  padding-right: 20px;
  padding-top: 5px
}

dt.b-page {
  float: right;
  font-weight: 700;
  padding-left: 1rem
}

dd {
  overflow: hidden;
  padding-bottom: 15px
}

dl a {
  border-bottom: 1px solid #ccc;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  font-weight: 600
}

dl a:hover {
  color: #222;
  border-bottom: 1px solid #666
}

dl .dd-info {
  font-size: 13px;
  border-bottom: 1px dotted #999
}

dl .dd-info:hover {
  color: #222;
  border-bottom: 1px dotted #036
}

dl p {
  padding-bottom: 5px
}

dl:last-child .dd-popup {
  top: 0 !important
}

.dd-popup {
  color: #000;
  width: 550px;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 90;
  -webkit-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 400px
}

.table td, table.prj td {
  padding: 5px 3px;
  border: 1px solid #b2e0ff
}

.dd-popup table {
  margin: 0
}

.dd-popup__close {
  position: absolute;
  top: 10px;
  right: 10px
}

.l-footer, .wrap {
  position: relative
}

.table {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  margin-bottom: 20px
}

.f-banners, .footer__center, .footer__menu, .h-search__submit, .inmenu > li > ul, .l-main, .l-main-content, .l-news, .news__item span > img, .newslist_pravo, .pagination ul, .search__form-input, .search__form-text, .subscribe__form > div, .toggler__bar, .wrap, body.aside-is-visible, li.toggle__date div, li.toggle__range > div {
  overflow: hidden
}

.table table, table.prj {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse
}

.social-fb, .social-mailru, .social-ok, .social-tg, .social-tw, .social-vb, .social-vk, .social-instagram {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  display: inline-block
}

table.prj .head {
  background: #c4e9ff;
  border: 1px solid #b2e0ff;
  padding: 7px 5px;
  font-weight: 700
}

.social-vk {
  background: url(../i/icons/socials.png) no-repeat
}

.social-fb {
  background: url(../i/icons/socials.png) -30px 0 no-repeat
}

.social-ok {
  background: url(../i/icons/socials.png) -60px 0 no-repeat
}

.social-tw {
  background: url(../i/icons/socials.png) -90px 0 no-repeat
}

.social-mailru, .social-vb {
  background: url(../i/icons/socials.png) -120px 0 no-repeat
}

.social-tg {
  background: transparent url(../i/icons/socials.png) -150px 0 no-repeat
}

.social-instagram {
  background: transparent url(../i/icons/social.png) -177px 0 no-repeat
}

.date {
  display: inline-block;
  color: #666;
  font-size: 12px;
  line-height: 16px
}

.l-footer:after, .l-footer:before, .l-header:after, .wrap:after {
  display: block;
  content: ""
}

.l-footer, .l-footer a {
  color: #88d2fc
}

.date i {
  vertical-align: top;
  margin-right: 5px
}

.developer img, .developer span {
  vertical-align: middle
}

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  background: #f2faff;
  -webkit-box-shadow: 0 0 15px #333;
  box-shadow: 0 0 15px #333
}

.l-footer, .l-header {
  background: url(../i/bg-header.png) no-repeat #06569c
}

.l-header {
  margin-bottom: 20px;

}

.l-footer {
  min-height: 150px;
  padding-top: 20px;
  font-size: 12px;
  -webkit-background-size: cover;
  background-size: cover
}

.l-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0e2a55;
  opacity: .8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.h-search, .h-search form, .h-search__text, .l-footer__in {
  position: relative
}

.l-footer:hover:before {
  opacity: .7
}

.l-footer__in {
  z-index: 2
}

.l-footer .h-logo {
  width: 270px;
  padding: 20px 50px 0
}

.copyright {
  padding: 20px;
  clear: left
}

.copyright a:hover {
  text-decoration: underline
}

.developer, .footer__menu a, .h-link {
  text-decoration: none
}

.copyright.col_min {
  padding: 6px 20px
}

.counters {
  padding: 10px 20px;
  clear: left;
  display: none
}

.counters img {
  max-height: 33px;
  width: auto
}

.developer {
  clear: right;
  float: right;
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.developer span {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.h-link__count b, .h-link__count span {
  vertical-align: top;
  display: inline-block
}

.developer:hover {
  color: #fff;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.developer:hover span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .8)
}

.developer.col_min {
  padding: 6px 20px
}

.footer__menu {
  padding: 5px 0 15px;
  margin: 0
}

.footer__menu:after {
  content: "";
  clear: both;
  display: block
}

.footer__menu li {
  float: left;
  width: 25%;
  padding: 0;
  margin: 2px 0;
  box-sizing: border-box
}

.footer__menu li:nth-child(4n+1) {
  clear: both
}

.footer__menu a {
  display: inline-block;
  height: 20px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-right: 10px
}

.footer__menu a span {
  border-bottom: 1px solid transparent
}

.footer__menu a:hover {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.footer__menu a:hover span {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.footer__socials {
  float: right;
  width: 270px;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: right
}

.footer__sitemap {
  float: right;
  clear: right;
  margin-right: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.footer__sitemap:hover {
  color: #fff;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.h-in {
  display: table;
  width: 100%
}

.h-col {
  display: table-cell;
  vertical-align: top
}

.h-col__search {
  max-width: 650px;
  margin: 0 auto;
  padding-right: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.h-search__select:after, .h-search__switch label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none
}

.h-search__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 200;
  height: 36px
}

input.h-search__text {
  /*-webkit-box-shadow: inset 2px 2px 2px 1px rgba(177, 216, 243, .5), 1px 1px 1px rgba(0, 0, 0, .3);
  box-shadow: inset 2px 2px 2px 1px rgba(177, 216, 243, .5), 1px 1px 1px rgba(0, 0, 0, .3);*/
  padding-right: 47px;
  border-radius: 15px;

}

.h-search__text:focus {
  background: #fff
}

.h-search__submit {
  display: block;
  height: 36px;
  width: 36px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

.h-search__submit.ico-search {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  width: 36px;
  background: #0c96d9;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.h-search-close, .h-search-close span {
  -webkit-transition: .2s;
  -o-transition: .2s
}

.h-search__submit.ico-search:hover {
  background: #062750
}

.h-search__submit.ico-search:before {
  position: absolute;
  font-size: 21px;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 36px;
  pointer-events: none
}

.h-search__submit input {
  border: 0;
  background: 0 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.h-search__switch {
  color: #fff;
  font-size: 1.3em;
  line-height: 1;
  display: table;
  width: 100%
}

.h-search__switch li {
  display: table-cell;
  padding: 10px 0;
  text-align: center
}

.h-search__switch label {
  display: block;
  user-select: none;
  cursor: pointer
}

.h-search__switch label:hover {
  color: #eee
}

.h-search__switch input {
  margin-right: 5px;
  cursor: pointer
}

.h-search__select {
  margin-top: 10px;
  text-align: left;
  position: relative;
  width: calc(100% - 36px)
}

.h-search__select span {
  font-size: 14px;
  color: #fff;
  color: rgba(255, 255, 255, .85);
  display: none
}

.h-search__select select {
  font-size: 13px;
  padding: 3px 5px;
  background: 0 0;
  outline: 0;
  border: 0;
  1 margin-left: 5px;
  border: 1px solid rgba(220, 242, 255, .5);
  color: #dcf2ff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.h-search__select:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 11px;
  right: 7px;
  border-top: 5px solid #dcf2ff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  user-select: none;
  pointer-events: none
}

.h-search-mobile, li.toggle__range.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none
}

.h-search__select select option {
  color: #000;
  padding: 0;
  background: #fff;
  margin: 0
}

.h-search.show {
  position: fixed;
  z-index: 100;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dcf2ff;
  background: rgba(220, 242, 255, .8)
}

.h-search.show .h-search__form, .h-search.show form {
  position: relative;
  max-width: 97%;
  max-width: calc(100% - 24px);
  margin: 55px auto;
  padding: 50px 20px;
  display: block;
  background: #002d63;
  background: rgba(0, 45, 99, .9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.h-link, .h-logo {
  -webkit-box-sizing: border-box
}

.h-search__form {
  position: relative
}

.h-search.show .h-search__submit {
  top: 50px;
  right: 20px
}

.h-search.show .h-search__switch span {
  display: block;
  margin-top: 5px
}

.h-search-close {
  display: none;
  position: absolute;
  top: -45px;
  right: 0;
  width: 45px;
  height: 45px;
  background: #002d63;
  background: rgba(0, 45, 99, .9);
  color: #000;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: .2s
}

.h-link, .h-link__image, .h-links-list:after, .h-logo__img, .h-logo__text, .h-search-close span, .h-search.show .h-search-close {
  display: block
}

.lang .active, .socials {
  cursor: default
}

.h-search-close span {
  height: 3px;
  width: 28px;
  background: #1671b7;
  margin: -2px auto 0;
  position: relative;
  top: 50%;
  line-height: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .2s
}

.h-search-close span:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #1671b7;
  top: -8px;
  left: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(90deg) translateX(8px);
  -ms-transform: rotate(90deg) translateX(8px);
  -o-transform: rotate(90deg) translateX(8px);
  transform: rotate(90deg) translateX(8px)
}

.h-search-close:hover {
  background: #002d63;
  background: rgba(0, 45, 99, .9)
}

.h-search-close:hover span, .h-search-close:hover span:before {
  background: #fff
}


@media screen and (min-width: 1360px) {
  .day-in-history{
      margin-top: 20px;
  }
  .h-logo{
      width: 250px!important;
  }
  input.h-search__text{
      border-radius: 5px;
  }
  input.h-search__text::placeholder {
      color: #086AA9;
      font-style: normal;
  }
  .h-search__select{
      position: absolute;
      width: 213px;
      top: 0;
      right: 36px;
      background-color: #dcf2ff;
      height: 26px;
      padding-top: 3px;
      margin-top: 6px;
      padding-left: 7px;
  }
  .h-search__text:focus{
      background-color: #dcf2ff;
  }
  .h-search__select:before{
      content: '';
      height: 19px;
      width: 1px;
      display: inline-block;
      background-color: lightgray;
      left:0;
      position: absolute;
  }
  .h-search__select select{
      color: grey;
      border: none;
      font-style: italic;
      font-size: 15px;
      padding: 0px 5px;
  }
  .h-search__select:after{
      border-top: 5px solid grey;
      top: 8px;
      right: 13px;
  }
  .h-search__submit.ico-search{
      background: none;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
  }
  .h-search__submit.ico-search:before{
      color: #086AA9;
  }
  .h-search__submit.ico-search:hover:before{
      color: white;
  }



}


.h-logo {
  width: 320px;
  float: left;
  color: #9fdbfd;
  font-size: 1.35em;
  padding: 80px 30px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.h-link, .h-title, .h1-col_min {
  color: #fff;
  text-align: center
}

.h-link, .lang a {
  -moz-box-sizing: border-box
}

.h-logo__img img {
  max-width: 100%
}

.h1-col_min {
  margin: 0 160px;
  padding-top: 30px
}

.h-logo__text {
  text-align: center;
  padding-bottom: 35px;
  color: #bcdbed;
  font-size: 1.4em;
}

.h-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
/*padding-top: 40px;*/
  padding: 40px 0px 5px 0px;
  /*height: 85px*/
}

.h-col__links {
  width: 540px
}

.h-links-list {
  margin-bottom: 20px
}

.h-links-list:after {
  content: "";
  clear: both
}

.h-links-list li {
  float: right
}

.h-link {
  background: #002d63;
  background: rgba(0, 45, 99, .5);
  width: 170px;
  height: 170px;
  margin-right: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  border-radius: 20px;
}

.h-link__title {
  font-size: 1.1em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.h-link:hover .h-link__title {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.h-link__image {
  margin: 5px 20px 15px;
  height: 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.h-link__count {
  color: #88d2fc;
  position: relative;
  min-height: 25px;
  line-height: 25px;
  margin: 10px auto 0;
  display: inline-block;
  display: block;
  width: auto;
  text-align: center
}

.lang a, .sidemenu > li > a {
  color: #fff;
  text-decoration: none
}

.h-link__count b {
  font-size: 25px;
  line-height: 1.05;
  position: static;
  text-align: right;
  width: auto;
  padding: 0 4px 0 0
}

.l-aside, .l-main-content, .layout {
  position: relative
}

.h-link__count span {
  font-size: 9px;
  line-height: 12px;
  padding-right: 2px;
  text-align: left
}

.h-links-list-en .h-link {
  height: 145px
}

.lang {
  text-align: right;
  padding: 15px 20px
}

.lang a {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  1 font-size: 1.4em;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.lang .active {
  border-bottom-color: transparent
}

.search form {
  display: block
}

.search input[type=search], .search input[type=text] {
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.sidemenu > li > a, .socials a {
  -webkit-box-sizing: border-box
}

.l-aside .socials {
  padding-left: 15px;
  padding-bottom: 5px
}

.socials a {
  margin-left: 5px;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  opacity: .8;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.socials a:hover {
  opacity: 1
}

.l-aside {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1
}

.l-main-wrap {
  float: left;
  width: 100%;
  1 min-height: 620px
}

.l-main, .l-main-content {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  -o-order: 3;
  order: 3;
  margin: 0 267px 0 270px
}

.l-aside {
  width: 250px;
  float: left;
  z-index: 10;
  background: #f2faff;
  margin-right: 20px;
  margin-left: -100%
}

.r-aside {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  width: 230px;
  1 float: right;
  min-height: 400px;
  margin: 0 20px 0 -250px;
  float: left
}

.r-aside .newslist_pravo {
  padding: 0 0 10px;
  width: 100%
}

.r-aside .newslist_pravo .nl-footer {
  padding: 10px 0
}

.r-aside ul {
  margin-left: 20px;
  font-size: 13px
}

.r-aside ul a {
  text-decoration: none;
  border-bottom: 1px solid #005091;
  border-bottom: 1px solid rgba(0, 51, 102, .3);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.r-aside ul a:hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.r-aside > section > .usercontent .r-header:first-child {
  padding-top: 0
}

.l-main-content {
  padding: 30px 30px 10px;
  font-size: 16px;
  margin-bottom: 30px
}

.l-main__header, .sidemenu {
  margin-bottom: 20px
}

.l-main__header h1 {
  padding-bottom: 10px
}

.l-main__header h1:empty, .l-main__header:empty {
  display: none
}

.l-main_bg {
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(5, 47, 68, .1);
  box-shadow: 1px 1px 3px 1px rgba(5, 47, 68, .1)
}

.gotop_wrapper {
  float: right;
  width: 40px;
  margin-right: -14px
}

.gotop {
  top: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../i/icons/ico-up.png) 50% 50% no-repeat #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  z-index: -1;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.inmenu > li > ul, .sidemenu {
  -webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, .3)
}

.gotop:hover {
  background-color: #f2faff
}

.gotop.show {
  opacity: 1;
  z-index: 50
}

.gotop.bottom {
  right: 13px;
  bottom: 30px !important
}

.sidemenu {
  box-shadow: 1px 1px 3px rgba(100, 100, 100, .3)
}

.sidemenu > li {
  position: relative;
  white-space: nowrap;
  clear: both;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease
}

.sidemenu > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  line-height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.sidemenu > li:nth-child(1) > a {
  background: #005daf
}

.sidemenu > li:nth-child(2) > a {
  background: #006ab9
}

.sidemenu > li:nth-child(3) > a {
  background: #0077c3
}

.sidemenu > li:nth-child(4) > a {
  background: #0083cb
}

.sidemenu > li:nth-child(5) > a {
  background: #008ed3
}

.sidemenu > li:nth-child(6) > a {
  background: #0099db
}

.sidemenu > li:nth-child(7) > a {
  background: #10a4e2
}

.sidemenu > li:nth-child(8) > a {
  background: #0099db
}

.sidemenu > li:nth-child(9) > a {
  background: #008ed3
}

.sidemenu > li:nth-child(10) > a {
  background: #0083cb
}

.sidemenu > li:nth-child(11) > a {
  background: #0077c3
}

.sidemenu > li > a {
  background: #10a4e2;
  color: rgba(255, 255, 255, .93);
  height: 60px;
  display: block;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 56px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.sidemenu > li > a i, .sidemenu > li > a span {
  display: inline-block;
  vertical-align: middle
}

.sidemenu > li > a i {
  font-style: normal;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
  color: #a3d8f8;
  color: rgba(255, 255, 255, .7)
}

.inmenu > li > a, .sidemenu > li ul a {
  color: #fff;
  text-decoration: none
}

.sidemenu > li > a span {
  line-height: 1.4em;
  white-space: normal;
  max-width: 180px
}

.sidemenu > li.hover > a, .sidemenu > li:hover > a {
  background: #003c84
}

.sidemenu > li ul:before, .sidemenu > li > a:before {
  display: none;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjc1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNjODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 39, 84, 1)), color-stop(100%, rgba(0, 60, 132, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  opacity: 0
}

.sidemenu > li ul:before, .sidemenu > li.active > a:before, .sidemenu > li:hover > a:before {
  opacity: .5
}

.sidemenu > li ul:before {
  width: 40%;
  border-radius: 0 0 150px/20px 0
}

.sidemenu > li ul {
  font-family: Arimo;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #003c84;
  width: 480px;
  font-size: 1.4em;
  padding: 15px 20px;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.b-aside__date, .b-weather td u, p.b-aside__date {
  font-family: 'Open Sans', sans-serif
}

.inmenu > li > a, .l-news {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.sidemenu > li:hover ul {
  display: block
}

.sidemenu > li ul li {
  margin-bottom: 0
}

.sidemenu > li ul a {
  display: block;
  color: rgba(255, 255, 255, .93);
  padding: 5px 12px
}

.sidemenu > li ul a:hover {
  background: #0096ea
}

.sidemenu__inner {
  position: absolute;
  left: -10000px;
  top: 60px;
  width: 250px
}

.sidemenu__inner.show {
  left: 0
}

.sidemenu__inner li {
  position: relative;
  margin-left: -250px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}

.sidemenu__inner.show li {
  margin-left: 0;
  -webkit-transition: 50ms ease;
  -o-transition: 50ms ease;
  transition: 50ms ease
}

.sidemenu__inner.show li:nth-child(2) {
  -webkit-transition: 50ms ease 50ms;
  -o-transition: 50ms ease 50ms;
  transition: 50ms ease 50ms
}

.sidemenu__inner.show li:nth-child(3) {
  -webkit-transition: 50ms ease .1s;
  -o-transition: 50ms ease .1s;
  transition: 50ms ease .1s
}

.sidemenu__inner.show li:nth-child(4) {
  -webkit-transition: 50ms ease .15s;
  -o-transition: 50ms ease .15s;
  transition: 50ms ease .15s
}

.sidemenu__inner.show li:nth-child(5) {
  -webkit-transition: 50ms ease .2s;
  -o-transition: 50ms ease .2s;
  transition: 50ms ease .2s
}

.sidemenu__inner.show li:nth-child(6) {
  -webkit-transition: 50ms ease .25s;
  -o-transition: 50ms ease .25s;
  transition: 50ms ease .25s
}

.sidemenu__inner.show li:nth-child(7) {
  -webkit-transition: 50ms ease .3s;
  -o-transition: 50ms ease .3s;
  transition: 50ms ease .3s
}

.sidemenu__inner.show li:nth-child(8) {
  -webkit-transition: 50ms ease .35s;
  -o-transition: 50ms ease .35s;
  transition: 50ms ease .35s
}

.sidemenu__inner.show li:nth-child(9) {
  -webkit-transition: 50ms ease .4s;
  -o-transition: 50ms ease .4s;
  transition: 50ms ease .4s
}

.sidemenu__inner.show li:nth-child(10) {
  -webkit-transition: 50ms ease .45s;
  -o-transition: 50ms ease .45s;
  transition: 50ms ease .45s
}

.sidemenu__inner.show li:nth-child(11) {
  -webkit-transition: 50ms ease .5s;
  -o-transition: 50ms ease .5s;
  transition: 50ms ease .5s
}

.sidemenu__inner.show li:nth-child(12) {
  -webkit-transition: 50ms ease .55s;
  -o-transition: 50ms ease .55s;
  transition: 50ms ease .55s
}

.inmenu .inmenu__switch {
  width: 32px;
  height: 32px;
  margin-left: -8px
}

.inmenu .inmenu__switch:hover {
  background: #036;
  -webkit-box-shadow: inset 1px 1px 7px rgba(0, 0, 0, .3);
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, .3)
}

.inmenu__switch span {
  display: block;
  height: 3px;
  width: 16px;
  background: #fff;
  margin: 14px auto 0;
  position: relative;
  line-height: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.inmenu > li > a i, .nl-footer .button {
  margin-right: 10px
}

.inmenu__switch span:after, .inmenu__switch span:before {
  display: block;
  position: absolute;
  width: 16px;
  background: #fff;
  left: 0;
  height: 3px
}

.inmenu__switch span:before {
  content: "";
  top: -6px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.inmenu > li > a:before, .news-card__img:after {
  top: 0;
  content: ""
}

.inmenu__switch span:after {
  content: "";
  bottom: -6px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.inmenu small {
  font-weight: 100 !important;
  font-size: 10px !important;
  line-height: 1;
  position: relative;
  z-index: 5;
  display: none
}

.inmenu > li {
  position: relative;
  white-space: nowrap;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease
}

.inmenu > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  line-height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.inmenu a {
  position: relative
}

.inmenu > li > a {
  background: #003c84;
  color: rgba(255, 255, 255, .93);
  height: 60px;
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 56px;
  box-sizing: border-box;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.inmenu > li > a i, .inmenu > li > a span {
  display: inline-block;
  vertical-align: middle
}

.inmenu > li > a i {
  font-style: normal;
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  text-align: center
}

.inmenu > li > a span {
  line-height: 1.4em;
  white-space: normal;
  max-width: 180px
}

.inmenu > li > a:before {
  display: none;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjc1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNjODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 39, 84, 1)), color-stop(100%, rgba(0, 60, 132, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 39, 84, 1) 0, rgba(0, 60, 132, 1) 100%);
  opacity: .5
}

.inmenu__list {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.inmenu__list.hide {
  opacity: .3;
  pointer-events: none
}

.inmenu > li > ul {
  padding: 10px;
  background: #dcf2ff;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px rgba(100, 100, 100, .3)
}

.inmenu > li li {
  white-space: normal;
  font-size: 15px;
  list-style: none
}

.inmenu > li li a {
  padding: 5px 10px 5px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2
}

.inmenu > li li a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.inmenu > li li a:hover span {
  border-bottom: 1px solid #aaa;
  border-bottom: 1px solid rgba(51, 51, 51, .5);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s
}

.inmenu > li li.open > a {
  color: #0096ea
}

.inmenu > li li.open > a:hover span {
  border-bottom: 1px solid #6a8caf
}

.inmenu > li li i {
  display: block;
  width: 6px;
  height: 7px;
  background: url(../i/icons/inmenu-arrow.png) no-repeat;
  position: absolute;
  left: 9px;
  top: 11px
}

.inmenu > li li.open i {
  width: 9px;
  height: 6px;
  background: url(../i/icons/inmenu-arrow-active.png) no-repeat;
  left: 7px
}

.inmenu > li li.closed i {
  width: 6px;
  height: 7px;
  background: url(../i/icons/inmenu-arrow.png) no-repeat;
  left: 9px
}

.inmenu > li li li {
  font-size: 13px;
  padding-left: 15px
}

.inmenu > li li li li.active a {
  padding-right: 20px
}

.inmenu .active > a, .inmenu a.active {
  background: #0096ea;
  color: #fff;
  cursor: default
}

.inmenu .active > a span {
  border: 0 !important
}

.l-news {
  padding: 0;
  box-sizing: border-box;
    margin-bottom: 30px;
}

.news-card, .newslist_pravo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.l-news:after {
  content: "";
  display: block;
  clear: both
}

.layout__header {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 200;
padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase
}

.layout__header:after {
  content: "";
  display: block;
  clear: both
}

.layout__header a {
  display: inline-block;
  text-decoration: none;
  /*border-bottom: 1px solid #036;*/
  border-bottom: 1px solid rgba(0, 51, 102, 0);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.layout__header a:hover {
  border-bottom: 1px solid #036
}

.layout__header .button {
  margin-left: 15px;
  text-transform: none;
  <!--margin-top: -5px-->
}

.news__related .news-card {
  width: calc(33.33% - 10px)
}

.newslist {
  width: 710px;
  float: left;
}

.newslist:after {
  content: "";
  display: block;
  clear: both
}

.nl-footer {
  padding: 20px 20px;
  clear: left
}

.news-card {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  color: #000;
  position: relative;
  float: left;
  width: 345px;
  height: 175px;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 20px;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(11, 44, 63, .2);
  box-shadow: 1px 1px 3px 0 rgba(11, 44, 63, .2);
  box-sizing: border-box
}

.news-card [class*=" ico-"], .news-card [class^=ico-] {
  margin-left: 3px;
  color: #086aa9
}

.news-card_2h {
  height: 360px
}

.news-card .news-card__date {
  position: absolute;
  bottom: 20px;
  left: 22px;
  font-size: 11px;
  font-weight: 400;
  font-style: normal
}

.news-card__date {
  display: block;
  font-size: 1.1em;
  color: #666;
  text-transform: lowercase
}

.b-aside__header, .b-poll-header, .popup-select__header, .r-promo-links a {
  text-transform: uppercase
}

.news-card span > img, .news-card > img {
  display: none
}

.news-card__img {
  position: relative;
  display: block;
  height: 185px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: -20px -20px 20px
}

.b-aside__header, .newslist__item:last-of-type {
  margin-bottom: 10px
}

.news-card__img:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(255, 255, 255, .1)
}

.news-card > span {
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.news-card:hover > span {
  border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.news-card:hover {
  1 color: #fff;
  1 background: #086aa9
}

.news-card:hover [class*=" ico-"], .news-card:hover [class^=ico-] {
  1 color: #fff
}

.news-card:hover .news-card__img:after {
  background: rgba(255, 255, 255, 0)
}

.news-card:hover .news-card__date {
  1 color: #ccc
}

.newslist_pravo {
  width: auto;
  float: none;
  padding: 0 3px 0 10px;
  1 background: green;
  box-sizing: border-box
}

.b-announce > ul > li, .newslist__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

#nl-stick {
  //padding-bottom: 30px
}

.newslist__item {
  position: relative;
  background: #dcf2ff;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 4px rgba(11, 44, 63, .2);
  box-shadow: 1px 1px 4px rgba(11, 44, 63, .2);
  box-sizing: border-box
}

.newslist__item img {
  display: none
}

.newslist__item a {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.newslist__item a:hover {
  color: #003d7a;
  border-bottom: 1px solid #6a8caf
}

.newslist__item:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #a1daff;
  bottom: -20px
}

.newslist__item:last-of-type:after {
  display: none
}

.newslist__item .news-card__date {
  margin-top: 10px
}

.newslist_pravo .newslist__item a > i {
  margin-left: 5px;
  vertical-align: top;
  position: relative;
  top: 4px
}

.r-aside .newslist__item a {
  font-size: 1.4em
}

.b-aside {
  padding: 10px 0 10px 10px;
  font-weight: 600
}
.b-aside__header {
  font-size: 1.6em;
  font-weight: 700
}

.b-aside p {
  font-size: 1.3em
}

.b-aside__date, p.b-aside__date {
  font-weight: 200;
  font-size: 12px;
  color: #666
}

.b-aside a {
  text-decoration: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  border-bottom: 1px solid transparent
}

.b-aside a:hover {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  color: #333;
  border-bottom: 1px solid #aaa
}

.b-slider {
  margin: 0 0;
  position: relative
}

.b-slider > li {
  float: left;
  width: 33.33%
}

.b-slider a {
  display: block;
  height: 165px;
  position: relative;
  margin: 0 10px 10px 0
}

.b-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  /*background-color: #93acbf;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative
}

.b-slider__img b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: #086aa9;*/
  opacity: .7;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease
}

.b-slider object {
  //position: absolute;
  bottom: 20px;
  font-size: 1.35em;
  color: #000;
  padding: 0 20px;
  line-height: 1.4;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  min-width:84%;
}

.b-slider a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  display: block;
  border-bottom: 3px solid #0096ea;
  border-top: 3px solid #0096ea;
  padding: 10px 0px;
  min-height: 75px;
}

.b-slider a:hover span {

}

.b-slider a:hover b {
  opacity: .3
}

.b-slider a:hover object {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  text-decoration: underline;
}
.b-slider .slick-slider{
  margin-bottom: 15px;
}
.b-slider .slick-dots {
  bottom: -20px;
  text-align: center
}
.b-slider .slick-slider .slick-prev{
  left: 0;
  margin-top: 15px;
}
.b-slider .slick-slider .slick-next{
  right: 10px;
  margin-top: 15px;
}

.b-main__block {
  margin-bottom: 25px;
  margin-right: 10px
}

.b-announce {
  <!--border: 2px solid #bae4ff;-->
  padding: 20px 0;
  margin-bottom: 90px;
  font-size: 1.4em;
  line-height: 1.4
}

.b-announce:after {
  content: "";
  display: block;
  clear: both
}

.b-announce > ul {
  display: table;
  table-layout: fixed;
  width: 100%
}

.b-announce > ul > li {
  display: table-cell;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
  border-right: 1px solid #bae4ff
}

.b-main__banner, .org-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.b-announce > ul > li:last-child {
  border-right: 0
}

.b-announce b, .b-announce strong {
  font-weight: 600
}

.b-announce a {
  -webkit-transition: border .1s;
  -o-transition: border .1s;
  transition: border .1s;
  color: #000;
  text-decoration: none
}
.b-announce [class^=ico-]{
  color: #086aa9;

}

.b-announce a:hover {
  border-bottom: 1px solid #aaa;
  border-bottom: 1px solid rgba(0, 0, 0, .5)
}

.b-announce__date {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 13px;
  color: #666
}

.b-announce__img {
  display: block;
  height: 155px;
  margin: 0 auto 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  top:0px;
border-radius: 20px;
}

.b-announce a:hover span {
  border-bottom: 1px solid #aaa
}

.b-announce .slick-slider {
  margin-bottom: 0
}

.b-announce .slick-slider img {
  max-width: 100%;
  float: none
}

.b-announce .slick-track {
  display: table
}

.b-announce .slick-initialized .slick-slide {
  display: table-cell;
  border-right: 1px solid #bae4ff;
  /*float: none;*/
  padding: 0 20px 40px;
  position: relative;
  height: 205px;
}
@media screen and (min-width:1024px) and (max-width:1440px){
  .b-announce .slick-initialized .slick-slide {
      height: 260px;
  }
}
@media screen and (max-width:368px){
  .b-announce .slick-initialized .slick-slide {
      height: 234px;
  }
}
@media (orientation: landscape) and (max-width:768px){
  .b-announce .slick-initialized .slick-slide {
      height: 234px;
  }
}
@media screen and (max-width:768px){

  .b-announce .slick-dots{
      bottom:-49px!important;
  }
}

.b-announce .slick-initialized .slick-slide a {
  outline: 0
}

.b-announce .slick-initialized .slick-slide img {
  margin: 0 auto 10px
}

.b-announce .slick-initialized .slick-active:last-of-type {
  border: 0
}

.b-main__banner {
  background: #d9e6f0;
  padding: 10px;
  text-align: center;
  box-sizing: border-box
}

.b-main__banner img {
  max-width: 100%
}

.b-main__banner object {
  max-width: 100% !important
}

.l-banners img, .r-banners img {
  max-width: 100%
}

.b-weather {
  font-weight: 200
}

.b-weather table {
  width: 100%;
  margin-bottom: 5px
}

.h-search-mobile, .h-sidemenu {
  width: 45px;
  height: 45px;
  -webkit-transition: .2s;
  -o-transition: .2s
}

.b-weather td {
  font-size: 1.3em;
  font-weight: 600
}

.b-weather td u {
  text-decoration: none;
  font-size: 12px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 200;
  color: #666
}

.b-weather .link-city {
  color: #036;
  border-bottom: 1px solid #7997b3
}

.b-weather .link-city:hover {
  border-bottom: 1px solid transparent
}

.b-weather_footer {
  font-size: 11px;
  font-weight: 600
}

.b-currency {
  font-weight: 200
}

.b-currency table {
  padding-bottom: 5px
}

.b-currency td {
  font-size: 1.3em;
  font-weight: 600;
  padding-bottom: 3px
}

.b-currency_footer {
  font-size: 11px;
  font-weight: 600
}

.h-search-mobile {
  display: none;
  float: right;
  margin: 10px 12px 10px 0;
  background: #1d9ee2;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  transition: .2s;
  user-select: none
}

.b-close, .h-sidemenu {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.h-search-mobile i {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #fff;
  line-height: 26px
}

.b-close, .h-sidemenu, .l-aside-close {
  color: #000;
  font-size: 16px;
  cursor: pointer;
  text-align: center
}

.h-search-mobile:hover {
  background: #062750;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s
}

.h-sidemenu {
  display: none;
  float: left;
  margin: 10px 15px 10px 12px;
  background: #f1f1f1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  transition: .2s
}

.b-close span, .h-sidemenu span, .l-aside-close span {
  margin: -2px auto 0;
  line-height: 0
}

.h-sidemenu span, .h-sidemenu span:before {
  -webkit-transition: .2s;
  -o-transition: .2s
}

.h-sidemenu span {
  display: block;
  height: 3px;
  width: 28px;
  background: #1671b7;
  position: relative;
  top: 50%;
  transition: .2s
}

.h-sidemenu span:after, .h-sidemenu span:before {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #1671b7;
  left: 0;
  content: ""
}

.h-sidemenu span:before {
  top: -8px;
  transition: .2s
}

.h-sidemenu span:after {
  bottom: -8px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.b-close, .b-close span {
  -webkit-transition: .1s;
  -o-transition: .1s
}

.h-sidemenu:hover {
  background: #062750
}

.h-sidemenu:hover span, .h-sidemenu:hover span:after, .h-sidemenu:hover span:before {
  background: #fff
}

body.aside-is-visible .l-header, body.aside-is-visible .l-main {
  opacity: .5;
  pointer-events: none
}

.l-aside-header {
  height: 65px;
  background: url(../i/bg-header.png) no-repeat #06569c;
  display: none;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .3);
  position: relative;
  z-index: 50
}

.b-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  background: #086aa9;
  transition: .1s;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.b-close span, .b-close span:before {
  height: 3px;
  width: 28px;
  background: #fff;
  display: block
}

.b-close span {
  position: relative;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .1s
}

.b-close span:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  -webkit-transform: rotate(90deg) translateX(8px);
  -ms-transform: rotate(90deg) translateX(8px);
  -o-transform: rotate(90deg) translateX(8px);
  transform: rotate(90deg) translateX(8px)
}

.l-aside-close, .l-aside-close span {
  -webkit-transition: .2s;
  -o-transition: .2s
}

.b-close:hover {
  background: #f1f1f1
}

.b-close:hover span, .b-close:hover span:before {
  background: #1671b7
}

.l-aside-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background: #f1f1f1;
  transition: .2s;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.l-aside-close span {
  display: block;
  height: 3px;
  width: 28px;
  background: #1671b7;
  position: relative;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .2s
}

.l-aside-close span:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #1671b7;
  top: -8px;
  left: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(90deg) translateX(8px);
  -ms-transform: rotate(90deg) translateX(8px);
  -o-transform: rotate(90deg) translateX(8px);
  transform: rotate(90deg) translateX(8px)
}

.l-aside-close:hover {
  background: #1671b7
}

.l-aside-close:hover span, .l-aside-close:hover span:before {
  background: #fff
}

.l-banners {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center
}

.r-banners {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center
}

.b-poll .b-note, .b-poll .button {
  max-width: 200px
}

.r-banners p {
  padding: 0
}

.r-promo-links {
  padding-bottom: 10px
}

.r-promo-links a {
  display: block;
  border: 2px solid #bae4ff;
  text-align: center;
  padding: 12px 20px;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600
}

.r-promo-links a span {
  border-bottom: 1px solid #005091;
  border-bottom: 1px solid rgba(0, 51, 102, .3);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.r-promo-links a:hover span {
  border-bottom: 1px solid transparent;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.f-banners {
  padding: 0
}

.f-banners ul {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f-banners ul:after {
  content: "";
  display: block;
  clear: both
}

.f-banners li {
  float: left;
  margin: 0 10px 10px 0
}

.f-banners img {
  display: block;
  max-height: 58px;
  opacity: .5;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.f-banners img:hover {
  opacity: 1
}

.r-aside .layout__header, .r-header, .r-header_hidden {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 700
}

.r-header_hidden {
  display: none
}

.r-stats {
  border: 2px solid #bae4ff;
  padding: 0 20px;

  color: #036;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;


}
.r-stats-p{
  position: relative;
  width: 25%;
}
.r-stats-p a{
  text-decoration: none;
}
.r-stats-p a:hover{
  text-decoration: underline;
}
.r-stats-p::before{
  content: '';
  background-image: url("img/stats-icon.png");
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 17px;
}
.r-stats span {
  display: block;
  margin-left: 30px;
  margin-right: 10px;

}

.r-stats-header {
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
}

.r-stats-header b, .r-stats-header span {
  display: inline-block;
  vertical-align: baseline
}

.r-stats-header b {
  font-size: 60px;
  font-weight: 700
}

.r-stats hr {
  height: 1px;
  border: none;
  color: #66c2ff;
  background-color: #66c2ff;
  margin: 0 0 5px;
  opacity: .6
}

.b-poll {
  font-size: 13px;
  padding: 0 20px 20px
}

.b-poll p {
  padding-bottom: 7px
}

.b-poll-header {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  padding-bottom: 10px
}

.b-poll-title {
  font-size: 14px;
  font-weight: 700;
  color: #036;
  padding-bottom: 5px
}

.b-poll label {
  position: relative;
  display: block
}

.b-poll label input {
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0
}

.b-poll label span {
  margin-left: 20px;
  cursor: pointer;
  line-height: 1.2
}

.b-poll label b {
  display: inline;
  vertical-align: top
}

.b-poll-in {
  padding: 10px 0
}

.b-poll-in p {
  padding-bottom: 13px
}

.b-poll .b-note {
  display: none;
  width: 100%;
  pointer-events: none;
  color: #000;
  background: #d9e6f0;
  padding: 8px 0;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .6)
}

.abr {
  border-bottom: 1px dashed red;
  cursor: help
}

.abr span {
  display: none;
  margin-left: 4px;
  border: 1px solid #a2a1a1;
  background-color: #eaeef1;
  width: 180px;
  padding: 2px;
  text-align: left;
  text-indent: 0;
  font-weight: 400;
  z-index: 8
}

.abr:hover span {
  display: inline;
  position: absolute
}

.search-form-tip {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 10px;
  opacity: .3;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.search-form td div, .suggest {
  position: relative
}

.search-form {
  font-size: 14px;
  margin-top: 20px
}

.search-form_fade table {
  opacity: .5;
  pointer-events: none
}

.search-form table {
  width: 100%
}

.search-form td {
  padding-bottom: 15px;
  vertical-align: top
}

.search-form td:hover .search-form-tip {
  opacity: 1
}

.search-form td:first-child {
  width: 240px;
  vertical-align: top
}

.search-form td:first-child div {
  margin-top: 8px;
  padding-right: 20px
}

.search-form .select {
  width: 100%
}

.search-form .button {
  margin: 0 5px 5px 0
}

.search-form .suggest__select {
  position: absolute;
  width: 100%;
  top: 35px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  z-index: 10
}

.suggest__select > div {
  padding: 5px 20px;
  cursor: pointer
}

.suggest__select > div:hover {
  color: #fff;
  background: #003c84
}

.suggest__result > div {
  padding: 5px 20px 5px 30px;
  border-bottom: 1px solid #e3e3e3;
  position: relative
}

.suggest__result > div a {
  background: url(../i/icons/ico-close.png) 50% 50% no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 4px;
  vertical-align: middle;
  width: 15px
}

li.toggle__date span, li.toggle__range span {
  line-height: 40px;
  text-align: left;
  width: 30px;
  float: left
}

.suggest__result > div span {
  display: inline-block;
  vertical-align: middle
}

.suggest__logic {
  padding: 7px
}

.suggest__logic input, .suggest__logic span {
  display: inline-block;
  vertical-align: middle
}

.suggest__logic input {
  margin-right: 5px
}

ul.toggle-list {
  margin: 0;
  padding: 0
}

ul.toggle-list:after {
  content: "";
  display: block;
  clear: both
}

ul.toggle-list li {
  padding: 0;
  margin: 0;
  position: static
}

ul.toggle-list li:before {
  display: none
}

li.toggle__date span {
  display: block
}

li.toggle__range {
  display: none
}

li.toggle__range span {
  display: block
}

li.toggle__range > div {
  width: auto
}

li.toggle__range .table {
  display: table;
  width: 100%;
  margin: 0;
  border-collapse: collapse
}

li.toggle__range .cell {
  display: table-cell;
  text-align: center
}

.toggler, .toggler a, .toggler__bar {
  display: inline-block
}

li.toggle__range .cell:nth-child(2) {
  width: 29px
}

li.toggle__range.disabled {
  opacity: .2;
  pointer-events: none;
  user-select: none
}

ul li.toggle__switch {
  float: left;
  padding-right: 20px;
  line-height: 34px;
  white-space: nowrap
}

.toggler {
  cursor: default;
  line-height: 1
}

.toggler a {
  cursor: pointer;
  font-size: 13px;
  line-height: 1.2;
  color: #666;
  1 border-bottom: 1px dashed #999;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  white-space: nowrap;
  text-decoration: none
}

.toggler a:hover {
  color: #0096ea;
  border-bottom-color: #0096ea
}

.toggler a.active {
  border-bottom: 0;
  cursor: default;
  color: #666
}

.toggler__bar {
  vertical-align: middle;
  width: 54px;
  height: 28px;
  border-radius: 14px;
  background: #f1f1f1;
  position: relative;
  margin: 0 5px;
  -webkit-transition: background .1s;
  -o-transition: background .1s;
  transition: background .1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3)
}

.toggler__bar b {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 3px;
  left: 3px;
  background: url(../i/icons/toggle.png) no-repeat #f1f1f1;
  border-radius: 12px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.toggler.active .toggler__bar {
  background: #086aa9
}

.toggler.active .toggler__bar b {
  left: 29px
}

.toggler__bar b:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.link-help {
  float: right
}

.s-block-link {
  border: 2px solid #c2e7ff;
  color: #036;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  margin-bottom: 10px;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.s-block-link:hover {
  border-color: #036
}

.s-block-link span {
  display: inline-block;
  position: relative
}

.s-block-link span:after {
  font-family: Georgia;
  font-weight: 700;
  content: "»";
  display: inline-block;
  margin-left: 5px;
  opacity: .5
}

.s-block-link .s-block-link-innerlink {
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  background: #dcf2ff;
  margin: 0 5px;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  text-decoration: none
}

.s-block-link .s-block-link-innertext-wrapper {
  display: inline-block;
  width: 63%;
  vertical-align: middle
}

.s-block-link .s-block-link-innerlink-wrapper {
  display: inline-block;
  width: 36%;
  text-align: right;
  vertical-align: middle
}

@media (max-width: 1388px) {
  .s-block-link .s-block-link-innerlink-wrapper {
      width: 50%
  }

  .s-block-link .s-block-link-innertext-wrapper {
      width: 48%
  }
}

@media (max-width: 1200px) {
  .s-block-link .s-block-link-innerlink-wrapper {
      width: 60%
  }

  .s-block-link .s-block-link-innertext-wrapper {
      width: 38%
  }
}

@media (max-width: 1024px) {
  .s-block-link .s-block-link-innerlink-wrapper {
      width: 58%
  }

  .s-block-link .s-block-link-innertext-wrapper {
      width: 41%
  }
}

@media (max-width: 548px) {
  .s-block-link .s-block-link-innerlink-wrapper {
      display: block;
      width: 100%;
      margin-top: 20px
  }

  .s-block-link .s-block-link-innertext-wrapper {
      width: 100%;
      display: block
  }
}

@media (max-width: 375px) {
  .s-block-link .s-block-link-innerlink-wrapper {
      font-size: 10px
  }

  .s-block-link .s-block-link-innerlink {
      font-size: 10px
  }
}

.s-block-link .s-block-link-innerlink:hover {
  background: #0096ea;
  color: #fff
}

.l-main .slick-dots li button:before, .news__item:after, .org-list:after, .pages:after, .pagination:after, .search__form-result:after, .search__form:after, .slick-track:after, .slick-track:before, .subscribe__form:after {
  content: ""
}

.org-list {
  margin: 0 -10px 0 -20px;
  position: relative
}

.org-list:after {
  display: block;
  clear: both
}

.org-item {
  float: left;
  width: 49%;
  border: 2px solid #bae4ff;
  box-sizing: border-box;
  padding: 5px 15px 15px;
  margin-bottom: 10px;
  margin-left: 1%;
  1 min-height: 400px
}

.org-item:nth-child(2n+1) {
  clear: left
}

.org-item h2 {
  line-height: 1.3;
  padding-bottom: 10px
}

.org-item h3, .org-item h4 {
  text-align: left
}

.org-item > img {
  position: absolute;
  z-index: -1
}

.org-item a {
  word-break: break-all
}

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

ul.header-nav li {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 5px
}

ul.header-nav li:before {
  display: none
}

.header-nav a, .header-nav span {
  text-decoration: none;
  color: #036;
  cursor: pointer;
  border-bottom: 1px solid #a6b4c1
}

.header-nav a:hover, .header-nav span:hover {
  text-decoration: none;
  border-bottom: 1px solid #036
}

.header-nav .active a, .header-nav .active span {
  color: #0096ea;
  cursor: default;
  text-decoration: none;
  border-bottom: 1px solid transparent
}

.header-days, .header-months {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px
}

.header-days {
  -webkit-columns: 3;
  -moz-columns: 3;
  -o-columns: 3;
  columns: 3
}

.header-days div {
  display: block;
  margin-right: 10px;
  padding-bottom: 5px
}

.header-days div a, .header-days div span {
  text-decoration: none;
  color: #036;
  cursor: pointer;
  border-bottom: 1px solid #a6b4c1
}

.header-days div a:hover, .header-days div span:hover {
  text-decoration: none;
  border-bottom: 1px solid #036
}

.news__item {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #036;
  text-decoration: none;
  line-height: 1.3;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 10px 0 20px
}

.news__item:after {
  display: block;
  clear: both
}

.news__item span > img {
  float: right;
  max-width: 80px;
  max-height: 80px;
  margin-left: 20px
}

.news__item span {
  border: 1px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.news__item:hover span {
  border-bottom: 1px solid #b1c5d8;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s
}

.news__item .news__date {
  color: #666;
  font-size: 11px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
  border: 0 !important
}

.button_next, .button_prev {
  color: #fff
}

.pagination {
  padding-bottom: 20px;
  margin-right: 35px;
  cursor: default
}

.pagination:after {
  display: block;
  clear: both
}

.pagination .button_next {
  float: right;
  margin-top: -5px
}

.pagination .button_prev {
  float: left;
  margin-top: -5px;
  margin-right: 10px
}

.pagination ul {
  font-size: 15px;
  padding: 0;
  margin: 0
}

.pagination ul li {
  display: inline-block;
  padding: 0 5px
}

.pagination ul li:before {
  display: none
}

.pages:after, .pagination li a {
  display: block
}

.pages {
  padding-bottom: 20px;
  cursor: default
}

.pages:after {
  clear: both
}

.pages a, .pages span {
  display: inline-block;
  margin: 0 5px
}

.abc-search__form, .pages-abc {
  margin-top: 20px
}

.abc-search__form input.h-search__text {
  -webkit-box-shadow: inset 2px 2px 2px 1px rgba(177, 216, 243, .5);
  box-shadow: inset 2px 2px 2px 1px rgba(177, 216, 243, .5)
}

.abc-search__form input:focus {
  background: #e7f3fb
}

.subscribe-item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1
}

.subscribe-header {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px
}

.subscribe-popup {
  display: none;
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.dictionary .helpsel, .dictionary__help, .tooltipsy {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3)
}

.subscribe-popup__close {
  position: absolute;
  top: 10px;
  right: 10px
}

.subscribe__form:after {
  display: block;
  clear: both
}

.subscribe__form > input {
  float: right;
  margin-left: 10px
}

.subscribe-link {
  text-decoration: none;
  border-bottom: 1px dotted #aaa
}

ul.links-list {
  padding: 0 0 20px;
  margin: 0
}

ul.links-list li {
  padding: 0 0 10px;
  margin: 0
}

ul.links-list li:before {
  display: none
}

ul.links-list a {
  text-decoration: none;
  border-bottom: 1px dotted #6a8caf
}

ul.links-list a:hover {
  color: #000;
  border-bottom-color: #666
}

.l-main .slick-dots {
  bottom: -30px;
  z-index: 10
}

.b-announce .slick-dots {
  bottom: -60px;
  width: 100%;
  margin: 30px 0 0
}

.l-main .slick-dots li {
  width: 13px;
  height: 13px
}

.l-main .slick-dots li button:before {
  background: 0 0;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  opacity: .8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #013670
}

.l-main .slick-next:before, .l-main .slick-prev:before {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
  width: 35px;
  line-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 35px;
  opacity: 1
}

.l-main .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #013670
}

.l-main .slick-prev {
  left: 0px;
  <!--top: 100%;-->
  z-index: 50;
  width: 35px;
  height: 35px;
  margin-top: 0
}

/*.l-main .slick-prev:before {
  color: #013670;
  // border: 2px solid #086aa9;
  border-radius: 3px;
  box-sizing: border-box
}

.l-main .slick-prev:hover:before {
  background-color: #003c84;
  color: #59bdff;
  border-color: #003c84
}*/

.l-main .slick-next {
  right: 25px;
  top: 100%;
  z-index: 50;
  width: 35px;
  height: 35px;
  margin-top: 0
}

/*.l-main .slick-next:before {
  color: #013670;
  // border: 2px solid #086aa9;
  border-radius: 3px;
  box-sizing: border-box
}

.l-main .slick-next:hover:before {
  background-color: #003c84;
  color: #59bdff;
  border-color: #003c84
}*/

.l-main .slick-disabled {
  pointer-events: none
}

<!--.b-announce .slick-next, .b-announce .slick-prev {
  //margin-top: 30px
}-->

.backnav {
  font-size: 13px;
  margin-right: 140px;
  padding-bottom: 2.3em
}

.backnav a {
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid 1px solid rgba(51, 51, 51, .6);
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s
}

.backnav a:hover {
  border-bottom: 1px solid #005091;
  border-bottom: 1px solid rgba(0, 51, 102, .7)
}

.b-print {
  float: right;
  z-index: 10;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px
}

.b-print a {
  font-size: 13px;
  text-decoration: none
}

.b-print i {
  margin-right: 5px
}

.b-print span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline
}

.b-print a:hover span, .l-main_popup .close {
  text-decoration: none
}

.map table {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1
}

.tooltipsy {
  font-size: 14px;
  max-width: 350px;
  color: #fff;
  padding: 20px;
  background: #0096ea;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px)
}

.search__form {
  margin-bottom: 20px
}

.search__form:after {
  display: block;
  clear: both
}

.search__form-submit {
  float: right;
  margin-left: 10px
}

.search__form-select {
  padding-bottom: 10px
}

.search__form-select input, .search__form-select label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}

.search__form-result {
  padding-bottom: 20px
}

.search__form-result:after {
  display: block;
  clear: both
}

.search__form-num {
  float: left
}

.search__form-date {
  font-weight: 600;
  margin-right: 1em
}

.search__form-text {
  padding: 0 0 0 10px;
  color: #666
}

.search__form-text b {
  color: #000
}

.l-main_popup {
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0
}

.l-main_popup.col_min {
  padding-bottom: 0;
  padding-top: 10px
}

.l-main_popup .close {
  position: fixed;
  top: 35px;
  right: 30px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 35px;
  line-height: 33px;
  padding: 0 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #086aa9;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 3px;
  letter-spacing: -.02em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.l-main_popup .classifier .close {
  position: unset;
  top: unset;
  right: unset;
  display: unset;
  vertical-align: unset;
  font-family: unset;
  font-weight: unset;
  height: unset;
  line-height: unset;
  padding: unset;
  font-size: unset;
  text-align: unset;
  text-decoration: unset;
  cursor: unset;
  color: unset;
  background: unset;
  border: unset;
  border-radius: unset;
  letter-spacing: unset
}

.Counter, .plabel, .wrap-en .l-main__header {
  display: none
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.announcement, .dictionary .ajaxsel u {
  font-weight: 700
}

.l-header_popup .h-logo {
  padding: 10px;
  max-width: 200px
}

.l-footer_popup {
  padding: 0;
  min-height: 0
}

.share42init {
  padding-top: 20px;
  padding-bottom: 20px
}

.aside-search {
  background: #086dad;
  padding: 10px
}

ul.dictionary {
  margin-left: 20px
}

.dictionary li {
  position: relative
}

.dictionary li u {
  cursor: help
}

.dictionary .helpsel, .dictionary__help {
  display: none;
  color: #000;
  width: 100%;
  max-width: 550px;
  position: absolute;
  padding: 20px;
  font-size: 14px;
  background: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .3);
  z-index: 90;
  -webkit-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh
}

.dictionary .helpsel img, .dictionary__help img {
  float: right
}

.dictionary .helpsel hr, .dictionary__help hr {
  margin: 20px 0
}

.announcement {
  margin: 20px;
  padding: 20px;
  background: gold;
  font-size: 16px;
  text-align: center
}

.announcement p:last-child {
  padding-bottom: 0
}
.section-stats{
  margin-bottom: 25px;
}
.section-stats-copy {
  margin-left: 20px
}

.classifier a {
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid 1px solid rgba(51, 51, 51, .5);
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s
}

.classifier a:hover {
  border-bottom: 1px solid #005091;
  border-bottom: 1px solid rgba(0, 51, 102, .7)
}

.currency-review table {
  width: auto
}

.currency-review table td {
  padding: 5px 15px;
  cursor: default;
  vertical-align: middle
}

.currency-review table tr:nth-child(odd) td {
  background: #f2faff
}

.currency-review table tr td:first-child {
  font-style: italic;
  font-size: 12px
}

.currency-review table tr:hover td {
  background: #c4e9ff
}

.currency-review table tr.head td {
  font-weight: 600;
  background: #b2e0ff;
  font-style: normal;
  font-size: 14px
}

.message_form td {
  padding: 7px 14px
}

.pm td {
  padding: 0
}

.pm5 div {
  margin: 5px 0
}

.wrap-en .usercontent {
  padding-top: 20px
}

div.MsoNormal, li.MsoNormal, p.MsoNormal {
  padding: 0;
  line-height: 1
}

body.stretch .l-footer {
  position: absolute;
  width: 100%;
  bottom: 0
}

.popup-select {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  background: #fff;
  z-index: 50;
  margin: 0 0 0 15%;
  border: 3px solid #086aa9;
  -webkit-box-shadow: 0 2px 5px rgba(0, 60, 132, .4);
  box-shadow: 0 2px 5px rgba(0, 60, 132, .4)
}

.popup-select label {
  display: block;
  padding: 5px 0;
  cursor: pointer;
  color: #000
}

.popup-select label:hover {
  color: #0096ea
}

.popup-select label input {
  margin-right: 5px
}

.popup-select label.checked {
  font-weight: 600;
  cursor: default;
  color: #000
}

.popup-select__header {
  color: #003c84;
  height: 60px;
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  padding: 0 20px;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.popup-select__in {
  overflow: auto;
  padding: 0 20px 20px
}

.calendar-slider {
  position: relative;
  z-index: 1;
  margin-bottom: 30px
}

.calendar-slider table {
  border-collapse: collapse;
  table-layout: fixed;
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2)
}

.calendar-slider table td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer
}

.calendar-slider .slide {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 3px
}

.calendar-month {
  padding: 5px 10px;
  background: #ddd;
  text-align: center;
  cursor: pointer
}

.calendar-slider .slide:hover {
  z-index: 10
}

.calendar-slider .slide:hover table {
  display: table
}

.calendar-slider .slide:hover .calendar-month, .calendar-slider table td:hover {
  background: #06569c;
  color: #fff
}

.calendar-slider table td.active {
  background: #c82a10;
  color: #fff
}

.calendar-month.active {
  background: #10a4e2;
  color: #fff
}

.calendar-result {
  min-height: 200px;
  padding-bottom: 30px
}

.calend-item {
  padding-bottom: 1.5em
}

.calend-header {
  font-weight: 700
}

.map-columns {
  font-size: 15px
}

.map-columns ul {
  margin: 0 0 0 25px
}

.map-columns ul ul {
  padding-top: 2px;
  padding-bottom: 8px
}

.map-columns li {
  padding: 2px 0
}

.map-columns ul li::before {
  top: 5px
}

.usercontent ol.vote-items-list {
  margin-left: 0
}

.usercontent table.vote-answer-table, .usercontent table.vote-bar-table {
  margin-bottom: 0 !important
}

.vote-bar-table td {
  padding-right: 10px
}

.voting-result-box .vote-bar-square {
  margin-top: 4px
}

#l_cloned_banner .r-banners {
  display: none
}

.reestrmap-aside {
  float: right;
  padding-bottom: 1rem;
  padding-left: 2rem
}

.reestrmap-aside a span {
  display: block;
  text-align: center
}

.reestrmap .link-pdf svg {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px
}

@media screen and (max-width: 400px) {
  .reestrmap-aside {
      float: none;
      padding-left: 0
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1
}

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

.slick-track:after {
  clear: both
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  outline: 0;
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

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

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75
}

.slick-prev {
  left: -25px
}

.slick-prev:before {
  content: "\2190"
}

.slick-next {
  right: -25px
}

.slick-next:before {
  content: "\2192"
}

.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

[dir=rtl] .slick-next:before {
  content: "\2190"
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

[dir=rtl] .slick-prev:before {
  content: "\2192"
}

[dir=rtl] .slick-slide {
  float: right
}

.desktop-hide {
  display: none
}

@media screen and (max-width: 1640px) {
  .wrap {
      width: 1280px;
      width: auto
  }

  .newslist {
      width: 50%
  }

  .news-card {
      float: none;
      width: auto;
      height: auto;
      padding-bottom: 50px
  }

  .news__related .news-card {
      width: calc(33.33% - 10px);
      float: left;
      height: 175px;
      padding: 20px
  }

  .h-logo {
      width: 250px;
      font-size: 1.3em
  }

  .h-title {
      font-size: 20px;
      line-height: 1.1;
  padding: 40px 0px 5px 0px;
      /*padding-top: 50px;
      height: 90px*/
  }

  .close-win_inner {
      width: 96%
  }
}

@media screen and (max-width: 1500px) {
  .h-col__links {
      1 width: 565px
  }

  .h-link {
      1 width: 175px
  }

  .h-link__title {
      font-size: 1.1em
  }

  .h-links-list li:last-child .h-link__count b {
      padding: 0 3px 0 0
  }

  .h-col__search {
      padding-right: 20px
  }

  .h-search__switch {
      font-size: 1.2em
  }

  .h-search__switch li {
      padding: 10px 5px;
      width: 25%
  }

  .h-search__switch input {
      margin-bottom: 5px
  }

  .h-search__switch span {
      display: block;
      overflow: hidden
  }

  .news__related .news-card {
      width: calc(50% - 10px);
      float: left;
      height: 175px;
      padding: 20px
  }
}

@media screen and (max-width: 1300px) {
  .wrap {
      width: auto
  }

  .search-form table, .search-form tbody, .search-form td, .search-form tfoot, .search-form tr {
      display: block
  }

  .search-form td:first-child {
      font-weight: 600;
      padding-top: 5px;
      padding-bottom: 5px;
      width: auto
  }

  .search-form td:first-child div {
      margin-top: 0
  }

  .h-links-list:after {
      1 display: none
  }

  .close-win_inner {
      width: 95%
  }
}
.lang.lang-mobile{
  display: none;
}
@media screen and (max-width: 1200px) {
  .h-col, .h-in {
      display: block
  }

  .h-col {
      float: none
  }

  .h-logo__text, .lang {
      display: none
  }
  .lang.lang-mobile{
      display: block;
      position: absolute;
      right: 40px;
      top: 7px;
  }

  .h-logo {
      float: left
  }

  .h-title {
      min-height: auto;
      height: auto
  }

  .h-col__search {
      max-width: none;
      padding-right: 20px;
      overflow: hidden
  }

  .h-search__switch span {
      display: inline-block
  }

  .h-search__switch input {
      margin-bottom: 0
  }

  .h-links-list:after {
      display: none
  }

  .h-link__image, .h-link__title {
      display: inline-block;
      vertical-align: top
  }

  .h-col__links {
      width: auto;
      clear: both;
      padding: 0 10px
  }

  .h-links-list li {
      width: 50%
  }

  .h-links-list .h-link {
      height: 127px;
      width: auto;
      padding: 10px;
      margin: 0 1px 10px
  }

  .h-link__title {
      font-size: 1.2em;
      text-align: left
  }

  .h-link__count {
      margin-top: 5px
  }

  .h-link__image {
      width: 40px;
      height: 30px;
      -webkit-background-size: contain;
      background-size: contain;
      margin-bottom: 0
  }

  .h-title {
      padding-top: 8px;
      padding-bottom: 8px
  }

  .h-links-list li:first-child .h-link__image {
      margin-right: 0
  }

  .r-aside {
      1 margin-right: 10px
  }

  .footer__center {
      padding-left: 20px
  }

  .footer__menu li {
      width: 50%
  }

  .footer__menu li:nth-child(2n+1), .footer__menu li:nth-child(4n+1) {
      clear: none
  }

  .footer__socials {
      width: 100px
  }
}

@media screen and (max-width: 1200px) and (min-width: 781px) {
  .h-links-list li:last-child .h-link__image {
      width: 26px;
      height: 26px;
      margin-right: 10px;
      margin-top: 5px;
      -webkit-background-size: auto 100%;
      background-size: auto 100%;
      background-position: 0 0
  }
}

@media screen and (max-width: 1100px) {
  .hide-1100 {
      display: none
  }

  .show-1100 {
      display: block
  }

  .l-main, .l-main-content {
      margin-right: 0
  }

  .r-aside {
      float: none;
      width: auto;
      margin: 0 0 20px 270px
  }

  .r-aside section {
      width: 50%;
      float: left;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }

  .r-aside .r-promo-links {
      padding-left: 0
  }

  .r-aside .b-poll {
      padding-left: 5px;
      padding-right: 10px
  }

  .h-search, .r-aside .newslist_pravo, .r-banners {
      display: none
  }

  .h-logo {
      padding: 7px 0 0 10px;
      width: 120px
  }

  .h1-col_min {
      margin: 0 130px;
      padding-top: 14px;
      font-size: 24px
  }

  .h-title {
      padding: 0;
      line-height: 65px
  }

  .h-title span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1
  }

  #l_cloned_banner .r-banners, .h-search-mobile, .r-header_hidden {
      display: block
  }

  .h-col__search {
      padding: 0 20px
  }

  .newslist_pravo {
      padding-right: 10px
  }

  .l-main-content {
      margin-right: 10px
  }

  .b-main__block:last-child {
      margin-bottom: 0
  }

  .gotop {
      right: 20px
  }

  .close-win_inner {
      width: 93%
  }

  #l_cloned_banner .r-banners .r-header {
      display: none
  }
}

@media screen and (max-width: 980px) {
  .r-aside section {
      width: 50%
  }

  .r-aside .r-promo-links {
      width: 100%
  }
}

@media screen and (max-width: 850px) {
  .hide-850 {
      display: none
  }

  .h-sidemenu, .l-aside-header, .show-850 {
      display: block
  }

  .h-logo {
      padding: 7px 0 0;
      width: 110px
  }

  .h1-col_min {
      margin: 0 110px;
      font-size: 21px
  }

  .h-title {
      font-size: 16px
  }

  .l-main, .l-main-content {
      margin-left: 0
  }

  .l-aside {
      margin: 0;
      position: fixed;
      left: -100%;
      top: 0;
      z-index: 50;
      height: 100%;
      background: #fff;
      width: 300px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: left .5s ease .1s;
      -o-transition: left .5s ease .1s;
      transition: left .5s ease .1s
  }

  .l-aside.show {
      -webkit-transition: left .3s ease;
      -o-transition: left .3s ease;
      transition: left .3s ease;
      left: 0;
      -webkit-box-shadow: 2px 2px 7px 1px rgba(0, 30, 66, .4);
      box-shadow: 2px 2px 7px 1px rgba(0, 30, 66, .4)
  }

  .l-aside-header .h-logo {
      margin-left: 10px
  }

  .l-banners {
      padding-left: 0
  }

  .r-aside section {
      float: left;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%
  }

  .r-aside .r-promo-links {
      width: 50%;
      padding-left: 0
  }

  .sidemenu > li ul {
      1 display: block;
      position: relative;
      width: auto;
      left: 0;
      1 background: #dcf2ff;
      1 padding-top: 15px;
      1 padding-bottom: 10px;
      padding-top: 0
  }

  .inmenu__list.hide, .l-footer .h-logo, .sidemenu > li:hover ul, .sidemenu > li > a:before {
      display: none
  }

  .sidemenu > li > a:hover {
      background: #003c84
  }

  .sidemenu > li ul:before {
      border-radius: 0;
      opacity: .3;
      height: 2px;
      width: 98%;
      margin-left: 1%;
      display: none
  }

  .sidemenu > li ul a {
      1 color: #036
  }

  .sidemenu > li ul a:hover {
      1 color: #0096ea;
      1 border-bottom-color: #0096ea
  }

  .l-main {
      padding-left: 10px
  }

  .l-main-content {
      margin-left: 10px;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px
  }

  .sidemenu__inner.show {
      position: static;
      width: auto
  }

  .r-aside {
      margin: 0 10px 20px
  }

  .r-header_hidden {
      display: block
  }

  .section-stats-copy {
      margin: 0 20px
  }

  .close-win_inner {
      width: 91%
  }
}

@media screen and (max-width: 780px) {
  .h-link__image, .h-links-list li:first-child .h-link__image {
      display: block;
      width: auto;
      height: 24px;
      margin: 0 auto 10px
  }
}

@media screen and (max-width: 650px) {
  .tablet-show {
      display: block
  }

  .r-aside .r-promo-links, .r-aside section {
      width: 100%
  }

  .backnav {
      margin: 0
  }

  .b-print {
      display: none
  }

  .header-days {
      -webkit-columns: 2;
      -moz-columns: 2;
      -o-columns: 2;
      columns: 2
  }

  .popup-select {
      width: 90%;
      margin-left: 5%
  }
}

@media screen and (max-width: 600px) {
  .copyright, .developer, .newslist {
      width: auto
  }

  .r-aside .newslist_pravo {
      display: block
  }

  .h-col__links, .h-title {
      display: none
  }

  .h-logo {
      float: none;
      margin: 0 auto
  }

  .h1-col_min {
      margin: 0;
      font-size: 16px;
      padding: 0 0 5px
  }

  .l-header_popup .h-logo {
      padding: 5px 0 0
  }

  .footer__socials {
      float: none;
      text-align: center;
      width: auto
  }

  .footer__sitemap {
      float: none;
      display: none
  }

  .developer {
      display: inline-block;
      float: none;
      clear: both;
      padding: 0 20px;
      margin-top: 30px
  }

  .copyright {
      float: none
  }

  .org-item {
      margin-right: 0;
      width: 100%
  }

  .ts-range span {
      display: none
  }

  .toggle__date span {
      width: 20px
  }

  .l-main-content {
      margin: 0
  }

  dt {
      float: none
  }

  .dd-popup {
      width: 280px;
      height: 280px
  }
}

@media screen and (max-width: 479px) {
  .mobile-show, .toggle__range .cell, .toggle__range .table {
      display: block
  }

  .l-main {
      padding: 0 0 0 10px
  }

  .b-announce .slick-initialized .slick-slide {
      border: 0
  }

  .h-logo {
      width: 90px;
      padding-top: 13px
  }

  .footer__menu li, .r-aside section, .toggle__date {
      width: auto;
      float: none
  }

  .h-title {
      font-size: 12px
  }

  .h-col__search {
      padding: 0 10px
  }

  .toggle__range .cell {
      padding-bottom: 5px
  }

  .toggle__range .cell:nth-child(2), .toggler a {
      display: none
  }

  .r-aside section {
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }

  .r-aside section:nth-child(n) {
      clear: none
  }

  .usercontent img[align=left], .usercontent img[align=right] {
      margin: 0;
      display: block;
      float: none
  }

  .pagination > ul {
      clear: both;
      padding-top: 20px
  }

  .footer__menu li {
      padding-left: 0
  }

  .header-days {
      -webkit-columns: 1;
      -moz-columns: 1;
      -o-columns: 1;
      columns: 1
  }

  .buttons-win_inner .button {
      height: 25px;
      line-height: 21px;
      font-size: 12px;
      padding: 0 4px;
      display: inline-block
  }

  .buttons-win_inner {
      position: absolute;
      left: 5px;
      top: 20px
  }

  .close-win_inner {
      width: 98%
  }

  .vote-answer-table td:first-child {
      display: none
  }

  .news__related .news-card {
      width: auto;
      float: none;
      height: auto;
      padding-bottom: 50px
  }
}

.ya-share2__item::before {
  display: none !important;
}

.ya-share2__list {
  margin: 0 !important;
  padding: 0 !important;
}

a.infog {
  text-decoration: none;
  color: #000080;
  padding: 1px;
}

a.infog:hover {
  text-decoration: none;
  color: #fff;
  background: #0088CF;
}

div.infog {
  background-color: #fff;
  border-style: solid;
  border-radius: 20px;
  border-color: #0088CF;
  border-width: 2px;
}

div.infogline {
  background-color: #D5F2FF;
  border-radius: 0px 20px 20px 0px;
  width: 95%
}

.l-main__header.guid12551 {
  position: relative;
}

/*.guid12551 .ya-share2 {
  position: absolute;
  top: 0;
  padding-top: 10px;
}

@media (max-width: 1350px) {
  .guid12551 .ya-share2 {
      position: unset;
      top: 0;
      text-align: center;
      padding-top: 15px;
  }
}*/

i.youtube-button-icon{
  background-image: url("img/youtube-button.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 18px;
  content: "";
  display: inline-block;
}
.l-banners > a img,.r-banners > a img{
  margin-bottom: 20px;
}
.l-banners > a:last-child img,.r-banners > a:last-child img{
  margin-bottom: 0px;
}
.l-banners > div img,.r-banners > div img{
  margin-bottom: 20px;
}
.l-banners > div:last-child img,.r-banners > div:last-child img{
  margin-bottom: 0px;
}
.b-main__banner img{
  width: 100%;
}

#mpTopBtn{
  position: fixed;
  bottom: 70px;
  right: 60px;
  display: none;
  height: 40px;
  width: 40px;
  background: url(../i/icons/ico-up.png) 50% 50% no-repeat #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
  cursor: pointer;
}
.add-clear-span a{
  color: rgb(0, 0, 0)!important;
}
.ruble-sign{
  max-height: 9px;
  margin-left:-2px;
}
.useful-info-block{
  padding: 10px;
}
.useful-info-block .b-aside__header{


}
.useful-info-block ul{
  list-style: none;
  margin-left: 0px;
}
.useful-info-block li{

  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;

  justify-content: space-between;
  align-items: center;

}
.useful-info-block li .second{
  min-width: 30%;
  text-align: right;
}
.useful-info-block li::marker{
  display: none;
}
.event-subscribe-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-subscribe-form td{
  padding-right: 30px;

}
@media screen and (max-width: 1359px) and (min-width: 1280px) {
  .b-slider a span{
     min-height: 95px;
  }
  .b-slider a{
      height: 141px;
      
  }
  .layout__header{
      margin-top: 15px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {

  .layout__header{
      margin-top: 15px;
}
}

.b-slider a span {
min-height: 115px !important;
}

/*button.slick-prev.slick-arrow:hover {
  background-color: #ffffff;
 
}
button.slick-next.slick-arrow:hover {
  background-color: #ffffff;
  
}*/
button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  display: block;
  position: absolute !important;
  height: 100%;
  top: 0;
}

.b-announce .slick-slider .slick-list,
.b-slider .slick-slider .slick-list {
  margin: 0 40px;
}