﻿@charset "UTF-8";
.ic-class {
  position: relative;
}

.ic-class:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/sprite.svg) 0 -62px no-repeat;
  width: 58.51px;
  height: 33.32px;
}

.ic-close, .main-header__search-device .search-close {
  position: relative;
}

.ic-close:before, .main-header__search-device .search-close:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/sprite.svg) -122px -49.56px no-repeat;
  width: 13px;
  height: 13px;
}

.ic-fb {
  position: relative;
}

.ic-fb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/sprite.svg) -59.51px -62px no-repeat;
  width: 31px;
  height: 31px;
}

.ic-search {
  position: relative;
}

.ic-search:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/sprite.svg) -122px -32px no-repeat;
  width: 16.47px;
  height: 16.56px;
}

.ic-share, .share .ya-share2__icon_more {
  position: relative;
}

.ic-share:before, .share .ya-share2__icon_more:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/sprite.svg) -139.47px -32px no-repeat;
  width: 13px;
  height: 15px;
}

.ic-test {
  position: relative;
}

.ic-test:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/sprite.svg) -62px 0 no-repeat;
  width: 59px;
  height: 35px;
}

.ic-video {
  position: relative;
}

.ic-video:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/sprite.svg) 0 0 no-repeat;
  width: 61px;
  height: 61px;
}

.ic-yt {
  position: relative;
}

.ic-yt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons/sprite.svg) -122px 0 no-repeat;
  width: 31px;
  height: 31px;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

html.old .news-aside {
  display: none;
}

html.old .grid-container {
  overflow: hidden;
}

html.old .menu-aside {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  html.old .menu-aside {
    float: left;
    width: 25%;
  }
}

@media only screen and (min-width: 1025px) {
  html.old .page-info {
    width: 75%;
    float: right;
  }
}

body {
  font: normal 14px/20px Ubuntu, sans-serif;
  color: #545454;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  body.menu-open {
    position: relative;
  }
  body.menu-open:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 998;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-header {
    height: 180px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header__mobile {
    color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    background-color: #003777;
  }
}

@media only screen and (min-width: 1025px) {
  .main-header__mobile {
    display: none;
  }
}

.main-header__search-device {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.main-header__search-device.opened {
  display: block;
}

.main-header__search-device .search {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-header__search-device .search .search__input {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 50px;
  background-color: #003777;
  color: white;
  border-radius: 0;
}

.main-header__search-device .search .search__input::-webkit-input-placeholder {
  color: rgba(229, 229, 229, 0.6);
  opacity: 1;
}

.main-header__search-device .search .search__input:-ms-input-placeholder {
  color: rgba(229, 229, 229, 0.6);
  opacity: 1;
}

.main-header__search-device .search .search__input::-ms-input-placeholder {
  color: rgba(229, 229, 229, 0.6);
  opacity: 1;
}

.main-header__search-device .search .search__input::placeholder {
  color: rgba(229, 229, 229, 0.6);
  opacity: 1;
}

.main-header__search-device .search .search__input:-ms-input-placeholder {
  color: rgba(229, 229, 229, 0.6);
}

.main-header__search-device .search .search__input::-ms-input-placeholder {
  color: rgba(229, 229, 229, 0.6);
}

.main-header__search-device .search .search__tag {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  height: 40px;
  margin: 10px 15px 0;
  border-radius: 5px;
}

.main-header__search-device .search .search__submit {
  display: none;
}

.main-header__search-device .search-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.main-header__search-device .search-close:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-header__mobile-menu {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-header__mobile-menu .hamburger {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-header__mobile-menu .hamburger span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 10px;
  height: 2px;
  position: relative;
  margin: 2px auto 0;
  display: block;
  background-color: #fff;
  border-radius: 2px;
}

@media only screen and (max-width: 1024px) {
  .main-header.menu-open {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 50px;
  }
}

.main-header.menu-open .menu-toggle {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
}

.main-header.menu-open .hamburger span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #003777;
}

.main-header__mobile-logo {
  max-width: 135px;
}

.main-header__mobile-logo img {
  width: 100%;
}

.main-header__mobile-search {
  background-color: rgba(255, 255, 255, 0.05);
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.main-header__mobile-search .ic-search {
  display: block;
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 1024px) {
  .main-header__top {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .main-header__top {
    height: 110px;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-header__logo {
  margin-right: 70px;
}

.main-header__logo img {
  width: 100%;
  max-width: 230px;
  min-width: 230px;
}

.main-header__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 1024px) {
  .main-header__menu {
    display: none;
    position: absolute;
    max-height: 100vh;
    overflow-x: scroll;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-header__menu {
    background-color: #003777;
    height: 70px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1025px) {
  .main-header__menu.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
  }
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 4px #DFECFF;
          box-shadow: 0 0 0 4px #DFECFF;
}

.search__input {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 5px 0 0 5px;
}

.search__input:active, .search__input:focus {
  outline: none;
}

.search__tag {
  cursor: pointer;
  border: 0;
  background-color: #f6f6f6;
  width: 240px;
}

.search__tag:active, .search__tag:focus {
  outline: none;
}

.search__submit {
  background-color: #e52e0d;
  cursor: pointer;
  color: white;
  padding: 10px 40px;
  border: 0;
  border-radius: 0 5px 5px 0;
  width: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search__submit:active, .search__submit:focus {
  outline: none;
}

.search__submit:hover {
  text-decoration: none;
  color: white;
}

.search-documents {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}

.search-documents__result-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 30px;
}

.search-documents__result-item:first-child {
  border-top: none;
}

.search-documents__result-item h2 {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .menu-main {
    padding: 15px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 75px;
  }
}

.menu-main > li {
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transition;
}

@media only screen and (max-width: 1024px) {
  .menu-main > li {
    width: 100%;
  }
}

.menu-main > li span a {
  text-transform: uppercase;
}

.menu-main > li span a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .menu-main > li span a:hover {
    color: #fff;
    background-color: #0A4282;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-main > li.active span a:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #e52e0d;
    width: 100%;
    left: 0;
    bottom: -2px;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-main > li.active span a {
    text-decoration: none;
    position: relative;
    color: #fff;
    background-color: #0A4282;
  }
  .menu-main > li.active span a:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 3px;
    left: 0;
    background-color: #e52e0d;
    bottom: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-main span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-main .has-submenu:hover .submenu {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-main .has-submenu.opened span a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -3px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-main .has-submenu span a:after {
    content: '';
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 5px;
    border-top: 6px solid #e52e0d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 2px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-main span {
    padding: 15px 0;
    display: inline-block;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-main span a {
    padding: 0;
  }
}

.menu-main a {
  font-weight: 700;
  padding: 15px 20px;
}

@media only screen and (max-width: 1024px) {
  .menu-main a {
    display: inline-block;
    position: relative;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-main a {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-main a {
    color: rgba(255, 255, 255, 0.8);
  }
}

.menu-main a:hover {
  text-decoration: none;
}

.menu-main .submenu {
  z-index: 999;
  padding: 0;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .menu-main .submenu {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 -15px;
    padding: 15px 0;
    position: relative;
  }
  .menu-main .submenu:before {
    content: '';
    position: absolute;
    top: -8px;
    margin-left: -8px;
    border-bottom: 8px solid rgba(0, 0, 0, 0.1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-main .submenu {
    width: 270px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #003777;
    border-top: 1px solid #F6F6F6;
  }
}

.menu-main .submenu li {
  list-style: none;
}

@media only screen and (max-width: 1024px) {
  .menu-main .submenu li.active a {
    color: #545454;
  }
}

@media only screen and (min-width: 1025px) {
  .menu-main .submenu li.active a {
    color: #e52e0d;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-main .submenu a {
    color: #e52e0d;
  }
}

@media only screen and (max-width: 1024px) {
  main {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 1025px) {
  main {
    margin-top: 50px;
  }
}

main a {
  color: #1c4e84;
  font-weight: 500;
}

main a:hover {
  color: #1c4e84;
  text-decoration: none;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
  font-weight: 500;
  color: #252525;
}

main h1 {
  font-size: 1.71429em;
  line-height: 28px;
  margin-bottom: 0;
}

main h2 {
  font-size: 1.28571em;
  line-height: 21px;
  margin-top: 40px;
  margin-bottom: 15px;
}

main.main-page h2 {
  font-size: 1.71429em;
  line-height: 28px;
  margin: 0;
}

main.main-page h3 {
  font-size: 1.28571em;
}

main h3 {
  font-size: 1.14286em;
  margin-top: 30px;
  margin-bottom: 15px;
}

main h3 a {
  color: #252525;
}

main h3 a:hover {
  color: #252525;
}

main h4 {
  font-size: 1em;
}

main h5 {
  font-size: 0.85714em;
}

main p {
  margin-bottom: 20px;
}

main ul {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}

main ul li {
  position: relative;
  left: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}

main ul li:before {
  content: "—";
  position: absolute;
  left: 0;
}

main ol {
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}

main ol li {
  margin-bottom: 10px;
}

main img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 20px;
}

.grid-container {
  display: -ms-grid;
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .grid-container {
    -ms-grid-columns: 1fr;
    grid-template: repeat(3, auto)/repeat(1, 1fr);
    grid-template-areas: "m" "c" "t";
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .grid-container {
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template: auto 1fr/repeat(4, 1fr);
    grid-template-areas: "m c c c" "t c c c";
    padding-bottom: 70px;
  }
}

.menu-aside {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: m;
}

.news-aside {
  grid-area: t;
}

@media only screen and (max-width: 1024px) {
  .news-aside {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .news-aside {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.page-info {
  grid-area: c;
  position: relative;
  max-width: 870px;
}

@media only screen and (max-width: 1024px) {
  .page-info {
    min-width: 0;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .page-info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }
}

.date {
  color: rgba(138, 138, 138, 0.8);
  font-size: 0.85714em;
  line-height: 1;
  margin-bottom: 12px;
}

.tag {
  line-height: 1;
  margin-top: 10px;
}

.tag a {
  color: rgba(138, 138, 138, 0.6);
  font-size: 0.85714em;
  line-height: 1;
  margin-right: 5px;
  font-weight: 500;
}

.tag a:hover {
  color: rgba(138, 138, 138, 0.6);
}

.tag a:first-child {
  margin-left: 0;
}

.heading {
  position: relative;
  z-index: 1;
  border-radius: 5px 0;
  text-transform: uppercase;
  font-size: 0.71429em;
  font-weight: 500;
  padding: 5px 12px;
  display: inline-block !important;
  color: #fff;
  vertical-align: top;
  line-height: 1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 210px;
  overflow: hidden;
}

.heading:hover {
  color: white;
}

.heading--blue {
  background-color: #3D5D9A;
}

.heading--darkblue {
  background-color: #003777;
}

.heading--steelblue {
  background-color: #4794B2;
}

.heading--lightsteelblue {
  background-color: #A0AED0;
}

.heading--turquoise {
  background-color: #4DBDC4;
}

.heading--mediumpurple {
  background-color: #8757DA;
}

.heading--red {
  background-color: #E3301F;
}

.heading--rosybrown {
  background-color: #B44D3E;
}

.heading--lightorange {
  background-color: #EAA547;
}

.heading--darksalmon {
  background-color: #D96433;
}

.heading--sandybrown {
  background-color: #DD7939;
}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .title-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.title-block-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 767px) {
  .title-block-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.title-block-sm h2,
.title-block-sm h3 {
  margin: 0;
}

.slick-slider *:active, .slick-slider *:focus {
  outline: none;
}

.slick-list {
  padding: 0 !important;
}

.slick-slide {
  height: auto;
}

.slick-next:before,
.slick-prev:before {
  content: '';
  font-family: inherit;
}

.slick-loading .slick-list {
  background: url("../images/ajax-loader.gif") 50% 50% no-repeat;
}

.link-arrow {
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #e52e0d;
}

.link-arrow:hover {
  color: #e52e0d;
}

.link-arrow:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  border-radius: 2px;
  border-top: 4px solid transparent;
  border-left: 5px solid #e52e0d;
  border-bottom: 4px solid transparent;
}

.link-arrow--white {
  color: #fff;
}

.link-arrow--white:hover {
  color: #fff;
}

.link-arrow--white:after {
  border-left: 5px solid #fff;
}

.main-footer__logo-slider {
  height: 160px;
  background-color: #f6f6f6;
}

.main-footer__info {
  background-color: #003777;
  padding: 30px 0;
}

.main-footer__info p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.main-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .main-footer__right {
    margin-top: 25px;
  }
}

.main-footer__copyright {
  color: white;
}

.main-footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-footer__soc-item {
  width: 31px;
  height: 31px;
  margin-right: 20px;
}

.main-footer__soc-item a {
  width: inherit;
  height: inherit;
  display: block;
}

.logo-slider {
  padding: 30px 0;
}

.logo-slider__item {
  padding: 0 15px;
}

.logo-slider__item-bg {
  background-color: #fff;
  height: 100px;
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-menu {
  padding: 0 0 40px;
}

.footer-menu__item {
  padding-top: 40px;
}

.footer-menu__item > a {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footer-menu__item > a:hover {
  color: black;
  text-decoration: none;
}

.footer-menu .submenu {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-menu .submenu li {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.footer-menu .submenu li:first-child {
  margin-top: 0;
}

.footer-menu .submenu a {
  font-weight: 500;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.footer-menu .submenu a:hover {
  color: #e52e0d;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .content-device {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.page-content {
  margin-bottom: 70px;
}

.share {
  position: relative;
  z-index: 3;
  margin: 10px 10px 0 0;
}

.share .ya-share2__container_size_m .ya-share2__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
}

.share .ya-share2__badge {
  border-radius: 50%;
}

.share .ya-share2__container_size_m .ya-share2__popup_direction_bottom {
  top: 33px;
}

.share .ya-share2__icon_more:before {
  content: '';
  left: 7px;
}

.share li {
  padding: 0;
}

.share li:before {
  content: '';
}

.link-more {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 5px;
  color: #545454;
  height: 40px;
  margin-top: 50px;
}

.link-more:hover {
  color: #545454;
}

.link-back {
  color: #003777;
  font-size: 1.28571em;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.filtr {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .filtr {
    max-width: 300px;
    margin: -20px 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .filtr {
    max-width: 270px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.filtr.opened {
  border: 1px solid #003777;
  background-color: #fff;
}

.filtr.opened:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.filtr:after {
  content: '';
  position: absolute;
  right: 15px;
  border-radius: 2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(37, 37, 37, 0.6);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  top: 50%;
  margin-top: -3px;
}

.filtr-list {
  position: relative;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  right: 0;
  left: 0;
  margin: 0 -15px;
}

.filtr-list.visible {
  padding: 15px;
  visibility: visible;
  height: auto;
  margin-bottom: 30px;
}

.filtr-list .scroll-pane {
  height: 160px;
}

.filtr-list .jspArrow {
  display: none;
}

.filtr-list .link-more {
  margin-top: 40px;
}

.detail-page__img {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .detail-page__img {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .detail-page__img {
    margin: 0 20px 10px 0;
    float: left;
  }
}

.detail-page__bg {
  height: 260px;
  margin-bottom: 10px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 1025px) {
  .detail-page__bg {
    width: 370px;
  }
}

.detail-page__video {
  float: left;
  width: 100%;
  max-width: 854px;
  margin-bottom: 30px;
}

.detail-page__video iframe {
  width: 100%;
  border: 0;
  height: 480px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .detail-page__video iframe {
    height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-page__video iframe {
    height: 240px;
  }
}

.detail-page .tag {
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-responsive > div:nth-child(n+3) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-responsive > div:not(:nth-child(1)) {
    display: none;
  }
}

.inner-page {
  padding-bottom: 70px;
}

.tags-modal .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 15px;
  border-radius: 50%;
  background-color: #f6f6f6;
  border: 0;
  cursor: pointer;
}

.tags-modal .close:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tags-modal .close:active, .tags-modal .close:focus {
  outline: none;
}

.tags-modal .modal-dialog {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}

.tags-modal .modal-dialog .scroll-pane {
  height: 640px;
}

.tags-modal .modal-dialog .jspArrow {
  display: none;
}

.tags-modal .modal-content {
  background-color: #fff;
  border: 1px solid #003777;
  padding: 30px;
}

.tags-modal h2 {
  font-size: 1.71429em;
  color: #252525;
  margin-bottom: 20px;
}

.tag-info {
  width: 100% !important;
}

.tag-info a {
  display: inline-block;
  background-color: #f6f6f6;
  border-radius: 5px;
  color: #545454;
  margin: 4px 5px;
  padding: 2px 8px;
  font-size: 1em;
}

.tag-info a:hover {
  color: #545454;
  text-decoration: none;
}

.tag-info a:active {
  background-color: #003777;
  color: white;
}

.tag-info a.checked {
  background-color: #003777;
  color: white;
}

.scroll-pane {
  width: 100% !important;
  overflow: auto;
}

.scroll-pane:focus {
  outline: none;
}

.scroll-pane .jspPane {
  width: 100% !important;
  display: block !important;
}

.jspHorizontalBar,
.jspVerticalBar,
.jspTrack {
  background: #fff;
}

.jspVerticalBar {
  width: 4px;
}

.jspHorizontalBar {
  height: 4px;
}

.jspDrag {
  background: #c4c4c4;
  border-radius: 10px;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
  background: #c4c4c4;
}

@media only screen and (max-width: 1024px) {
  .jspArrow {
    display: none !important;
  }
}

.content-list h3 {
  font-size: 1.28571em;
  margin: 0 0 10px;
}

.content-list p {
  margin-bottom: 20px;
}

.content-list .tag {
  display: block;
  margin-bottom: 10px;
}

.content-list__item {
  margin-top: 30px;
}

.content-list__item:first-child {
  margin-top: 0;
}

.content-list__item .news-md__img {
  height: 180px;
  margin-bottom: 0;
}

.content-list-border {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.content-list-border:first-child {
  border: 0;
  padding-top: 0;
}

.content-list-border .news-md,
.content-list-border .people-sm {
  margin-top: 20px;
}

.elem-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  border: 0;
  margin: 20px 0;
}

.orv-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.orv-arrows__item {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  cursor: pointer;
}

.orv-arrows__item:hover {
  background-color: #003777;
  outline: none;
}

.orv-arrows__item:before {
  content: '';
  width: 12px;
  height: 20px;
  background: url(../images/icons/arrow-r.svg) 0 0 no-repeat;
  background-size: cover;
}

.orv-arrows__item--right {
  left: auto;
  right: 65px;
}

.orv-arrows__item--right:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.btn {
  background-color: #003777;
  color: white;
  padding: 8px 16px;
}

.btn:hover {
  color: white;
}

.video-frame {
  width: 100%;
  height: 180px;
}

@media only screen and (max-width: 1024px) {
  .video-frame {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .video-frame {
    height: 340px;
  }
}

.news-sm--200 .video-frame {
  height: 200px;
}

.error-text {
  padding-top: 50px;
  font-size: 400px;
  line-height: 1;
  color: #003777;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .error-text {
    padding-top: 70px;
    font-size: 150px;
  }
}

.text-center__content {
  font-weight: 700;
  font-size: 17px;
}

@media only screen and (max-width: 1024px) {
  .text-center__content {
    font-size: 13px;
  }
}

.text-center__content a {
  color: #003777;
}

.article-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .article-sm:nth-child(3) {
    display: none;
  }
}

.article-sm__content .tag {
  margin-bottom: 7px;
}

.article-sm__content h3 {
  margin: 0 0 12px;
  color: #252525;
}

.article-sm__content p {
  color: #545454;
  margin-bottom: 15px;
}

.article-sm__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-sm__author-name, .article-sm__author-date {
  font-size: 0.85714em;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
}

.article-sm__author-name {
  color: #e52e0d;
}

.article-sm__author-date {
  color: rgba(138, 138, 138, 0.8);
}

.article-sm__author-ico {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 5px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.article-sm__ico {
  min-width: 70px;
  height: 70px;
  margin-left: 30px;
  border-radius: 5px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .article-sm__ico {
    display: none;
  }
}

.main-page__news {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .main-page__news .nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .main-page__news .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -25px;
  }
}

.main-page__news .nav-item {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .main-page__news .nav-item {
    margin-left: 30px;
  }
}

.main-page__news .nav-item:before {
  content: none;
}

.main-page__news .nav-link {
  font-size: 1.28571em;
  color: #003777;
  font-weight: 500;
  padding: 0;
  position: relative;
}

.main-page__news .nav-pills .nav-link.active,
.main-page__news .nav-pills .show > .nav-link {
  background-color: transparent;
  border-radius: 0;
  color: #003777;
}

.main-page__news .nav-pills .nav-link.active:after,
.main-page__news .nav-pills .show > .nav-link:after {
  content: '';
  height: 2px;
  background-color: #e52e0d;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.main-page__regions {
  padding: 60px 0 80px;
  background: #003777 url(../images/regions-bg.png) 50% 50% no-repeat;
  background-size: cover;
}

.main-page__regions h2 {
  color: #fff;
}

.main-page__consultations {
  padding: 70px 0;
}

.best-practice {
  margin-bottom: 60px;
}

.best-practice__img {
  margin: 25px 0 20px;
  border-radius: 5px;
  background: 50% 50% no-repeat;
  background-size: cover;
  height: 400px;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .best-practice__img {
    height: 180px;
  }
}

.best-practice p {
  color: rgba(37, 37, 37, 0.6);
}

@media only screen and (max-width: 1024px) {
  .articles-list {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.regions-slider {
  height: 310px;
}

@media only screen and (max-width: 767px) {
  .regions-slider {
    display: none;
  }
}

.regions-slider.slick-dotted {
  margin-bottom: 0;
}

.regions-slider .slick-dots {
  display: none !important;
}

.regions-slider .slick-arrow {
  width: 50px;
  height: 50px;
  margin-top: 30px;
  border-radius: 50%;
  background-color: #093F7E;
  z-index: 1;
}

.regions-slider .slick-arrow:before {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.regions-slider .slick-arrow.slick-next:before {
  border-left: 8px solid #fff;
}

.regions-slider .slick-arrow.slick-prev:before {
  border-right: 8px solid #fff;
}

.news-sm {
  position: relative;
}

.news-sm__img {
  background: 50% 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  border-radius: 5px;
  height: 140px;
  color: white;
}

.news-sm__img:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25.12%, rgba(0, 0, 0, 0.6)), color-stop(94.53%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
}

.news-sm__img:hover {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .news-sm {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .news-sm {
    margin-top: 30px;
  }
}

.news-sm--190 .news-sm__img {
  height: 190px;
}

.news-sm--200 .news-sm__img {
  height: 200px;
}

.news-sm--slider .news-sm__img {
  height: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-sm--slider .news-sm__img {
    height: 290px;
  }
}

.news-sm--slider .news-sm__title p {
  height: 42px;
  font-size: 1.28571em;
  line-height: 23px;
}

.news-sm__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
}

.news-sm__title {
  position: relative;
  padding: 17px 18px;
  width: 100%;
}

.news-sm__title p {
  height: 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
  line-height: 16px;
}

.news-md {
  position: relative;
}

.news-md__img {
  position: relative;
  border-radius: 5px;
  height: 200px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.news-md__img:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25.12%, rgba(0, 0, 0, 0.6)), color-stop(94.53%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
}

.news-md__img.no-image {
  background-image: url(../images/no-image.jpg);
}

.news-md__img.no-image:before {
  content: none;
}

.news-md__link-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-md__link-date .date {
  margin-bottom: 0;
}

.actual-news {
  margin: 30px 0 70px;
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) {
  .actual-news {
    display: none;
  }
}

.actual-news__title {
  padding-right: 100px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-slider {
  margin: 30px -15px 0;
}

.news-slider .slick-arrow {
  width: 40px;
  height: 40px;
  top: -50px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.news-slider .slick-arrow:hover {
  background-color: #003777;
}

.news-slider .slick-arrow:before {
  content: '';
  width: 12px;
  height: 20px;
  background: url(../images/icons/arrow-r.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -6px;
}

.news-slider .slick-arrow.slick-prev {
  left: auto;
  right: 65px;
}

.news-slider .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.news-slider__item {
  padding: 0 15px;
}

.people-list {
  margin-top: -40px;
  position: relative;
}

.people-sm {
  width: 270px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}

.people-sm__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 350px;
  border-radius: 5px;
  background: 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
}

.people-sm__img:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.22%, rgba(0, 0, 0, 0.1)), color-stop(72.05%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 50.22%, rgba(0, 0, 0, 0.3) 72.05%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 50.22%, rgba(0, 0, 0, 0.3) 72.05%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50.22%, rgba(0, 0, 0, 0.3) 72.05%);
}

@media only screen and (max-width: 767px) {
  .people-sm__img {
    height: 548px;
  }
}

.people-sm__info {
  position: relative;
  padding: 20px;
}

.people-sm__info h4 {
  color: white;
}

.people-sm__info p {
  margin: 0;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  height: 32px;
  overflow: hidden;
}

.menu-aside__submenu {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .menu-aside__submenu {
    margin-bottom: 30px;
  }
}

.menu-aside__submenu li {
  list-style: none;
  margin-top: 25px;
  position: relative;
  padding-left: 15px;
}

.menu-aside__submenu li:before {
  content: '';
}

.menu-aside__submenu li:first-child {
  margin-top: 0;
}

.menu-aside__submenu li.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  border-top: 4px solid transparent;
  border-left: 5px solid #e52e0d;
  border-bottom: 4px solid transparent;
  border-radius: 2px;
}

.menu-aside__submenu li.active > a {
  color: #252525;
}

.menu-aside__submenu li > a {
  font-weight: 600;
  color: #e52e0d;
}

.menu-aside__submenu-inner {
  padding: 0;
  margin: 20px 0 0 10px;
}

.menu-aside__submenu-inner li {
  position: relative;
  padding-left: 10px;
}

.menu-aside__submenu-inner li:before {
  content: '-';
  position: absolute;
  left: 0;
  color: #e52e0d;
  border: 0;
  top: 0;
}

.menu-aside__submenu-inner li.active:before {
  color: #545454;
  content: '-';
  border: 0;
  top: 0;
}

.menu-aside__submenu-inner li.active a {
  color: #252525;
}

.menu-aside__submenu-inner li a {
  font-weight: 400;
}

.news-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}

@media only screen and (max-width: 1024px) {
  .news-top {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .news-top {
    margin-top: 10px;
  }
}

.news-top-sm {
  margin-top: 25px;
}

.news-top-sm a {
  color: #545454;
  font-weight: 400;
}

.news-top-sm a:hover {
  text-decoration: underline;
  color: #545454;
}

.news-top-sm p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .experts {
    margin-bottom: 60px;
  }
}

.experts__text {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .experts__links {
    margin-top: 20px;
  }
}

.experts__links a {
  display: block;
  font-weight: 700;
  margin-top: 20px;
  color: #e52e0d;
}

.experts__links a:hover {
  color: #e52e0d;
}

.experts__links a:first-child {
  margin-top: 0;
}

.experts-slider {
  margin-top: 20px;
}

.experts-slider .slick-list {
  margin: 0 -8px;
}

.experts-slider .slick-slide {
  padding: 0 8px;
}

.experts-sm {
  margin-top: 20px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .experts-sm--main {
    max-width: 300px;
    margin: 0 auto;
  }
}

.experts-sm--main .experts-sm__img {
  height: 220px;
}

@media only screen and (max-width: 1024px) {
  .experts-sm--main .experts-sm__img {
    height: 350px;
  }
}

.experts-sm__img {
  height: 350px;
  background: 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  border-radius: 5px;
}

.experts-sm__img:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25.12%, rgba(0, 0, 0, 0.6)), color-stop(94.53%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 25.12%, rgba(0, 0, 0, 0) 94.53%);
}

.experts-sm__img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experts-sm__info {
  padding: 0 10px 20px;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.experts-sm__info:after {
  content: '';
  position: absolute;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #e52e0d;
}

.experts-sm__info h5 {
  color: white;
  font-size: 0.85714em;
  margin: 0 0 5px;
}

.experts-sm__info p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85714em;
  line-height: 14px;
  margin: 0;
}

.contact-page p {
  margin-bottom: 0;
}

.contact-page__person {
  max-width: 270px;
}

.contact-page__person-img {
  display: block;
  height: 350px;
  background: 50% 50% no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}

.contact-page__person-text {
  margin-bottom: 10px;
}

.contact-page__person-name h2 {
  margin: 0 0 10px;
}

.contact-page__important-info {
  width: calc(100% - 30px);
  border-radius: 5px;
  margin: auto;
  background-color: #e52e0d;
  padding: 20px;
  text-align: center;
}

.contact-page__important-info * {
  color: white;
}

.contact-page__important-info *:hover {
  color: white;
}

.contact-page__important-info h3 {
  margin: 0 0 20px;
}

.contact-page__important-info p {
  margin-bottom: 5px;
}

.contact-page__header {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .contact-page__header {
    min-height: 40px;
  }
}

.contact-page__header h2 {
  margin: 0;
}

.contact-page__form {
  background-color: #f6f6f6;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .contact-page__form {
    padding: 20px 20px 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .contact-page__form {
    padding: 30px;
  }
}

.contact-page__form fieldset {
  margin-top: 20px;
}

.contact-page__form fieldset:first-child {
  margin-top: 0;
}

.contact-page__form .help-block.form-error {
  display: inline-block;
  padding-top: 3px;
}

.inp-text,
.ta-comment {
  display: block;
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.inp-text:focus,
.ta-comment:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #003777;
          box-shadow: 0 0 0 1px #003777;
}

.inp-text.error,
.ta-comment.error {
  -webkit-box-shadow: 0 0 0 1px #e52e0d;
          box-shadow: 0 0 0 1px #e52e0d;
}

.inp-text {
  padding: 0 15px;
  height: 40px;
}

.ta-comment {
  padding: 15px;
  resize: none;
  min-height: 210px;
}

.captcha {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .captcha {
    height: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .captcha {
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .captcha .g-recaptcha {
    -webkit-transform: scale(0.82);
        -ms-transform: scale(0.82);
            transform: scale(0.82);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}

.send {
  background-color: #e52e0d;
  color: white;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  border-radius: 5px;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
}

.send:disabled {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.3);
  color: #545454;
}

.send:focus {
  outline: none;
}

.map {
  height: 590px;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .map {
    margin-bottom: 40px;
  }
}

.contact-item {
  margin-top: 10px;
}

.contact-item h2 {
  margin: 10px 0 0;
}

.contact-item .name {
  color: rgba(37, 37, 37, 0.6);
}

@media only screen and (min-width: 768px) {
  .contact-item .phone {
    text-align: right;
  }
}

.about-sm {
  margin-top: 20px;
}

.about-sm h3 {
  margin: 0 0 10px;
}

.about-sm__img {
  height: 200px;
  background: 50% 50% no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: block;
}

.partner-sm {
  margin-top: 30px;
}

.partner-sm__img {
  height: 180px;
  display: block;
  margin-bottom: 20px;
  background: #f6f6f6 50% 50% no-repeat;
}

.partner-sm h3 {
  margin: 0 0 10px;
}

.partner-sm h3 a {
  color: #252525;
}

.partner-md {
  margin-top: 30px;
}

.partner-md:first-child {
  margin-top: 0;
}

.partner-md__img {
  display: block;
  height: 180px;
  border-radius: 5px;
  background: #f6f6f6 50% 50% no-repeat;
}

.partner-md h3 {
  margin: 0 0 10px;
}

.partner-md h3 a {
  color: #252525;
}

.partner-md p {
  margin-bottom: 10px;
}

.partner-link {
  margin-bottom: 5px;
}

.partner-link a {
  font-weight: 500;
}

.education-sm {
  border-radius: 5px;
  margin-top: 30px;
  position: relative;
  padding: 35px 0 15px;
}

.education-sm__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.education-sm h4 {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}

.education-sm p {
  margin-bottom: 0;
  line-height: 16px;
}

.education-sm h4,
.education-sm p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.education-sm__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  margin-bottom: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.education-sm__icon:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.education-sm--class {
  background-color: #003777;
}

.education-sm--class h4,
.education-sm--class p {
  color: white;
}

.education-sm--test {
  background-color: #f6f6f6;
}

.education-sm--test h4,
.education-sm--test p {
  color: #545454;
}

@media only screen and (max-width: 1024px) {
  .education-tab {
    margin: 0 -15px;
  }
}

@media only screen and (min-width: 1025px) {
  .education-tab {
    border-radius: 5px;
  }
}

.education-tab__inner {
  background-color: #f6f6f6;
  padding: 0 15px;
  height: 70px;
}

.education-tab__inner-scroll {
  overflow: hidden;
}

.education-tab__inner-scroll.scroll-pane {
  height: 100%;
}

.education-tab .nav.nav-tabs {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  border-radius: 5px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.education-tab .nav-item {
  min-width: 40px;
  max-width: 40px;
  cursor: pointer;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 1.28571em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .education-tab .nav-item {
    margin: 10px 6px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .education-tab .nav-item {
    margin: 10px 9px 0;
  }
  .education-tab .nav-item:first-child {
    margin-left: 0;
  }
}

.education-tab .nav-item:before {
  content: '';
}

.education-tab .nav-item.watched {
  background-color: rgba(0, 55, 119, 0.7);
  color: white;
}

.education-tab .nav-item.watched .nav-link {
  color: white;
}

.education-tab .nav-item.passed, .education-tab .nav-item.active {
  background-color: #003777;
  color: white;
}

.education-tab .nav-item.passed .nav-link, .education-tab .nav-item.active .nav-link {
  color: white;
}

.education-tab .nav-item.failed {
  background-color: #e52e0d;
  color: white;
}

.education-tab .nav-item.failed .nav-link {
  color: white;
}

.education-tab .nav-link {
  border: 0;
  border-radius: 50%;
  color: #545454;
}

.education-tab .tab-content {
  padding: 40px 15px 20px;
}

.education-tab .tab-content h3,
.education-tab .tab-content .panel-heading {
  margin: 0 0 20px;
  color: #252525;
  font-weight: 500;
  font-size: 1.14286em;
}

.education-tab .test-row,
.education-tab .panel-body .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}

.education-tab .test-row label,
.education-tab .panel-body .checkbox label {
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer;
  width: calc(100% - 10px);
}

.education-tab__arrows {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

.education-tab__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel {
  margin-bottom: 30px;
}

.panel .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel .checkbox label > span {
  margin-left: 5px;
}

.panel .checkbox input {
  margin-top: 2px;
}

.wrong_answer_message {
  padding-left: 18px;
  display: block;
  color: rgba(0, 0, 0, 0.3);
}

.lesson-result {
  padding: 0 20px;
}

.lesson-result h2 {
  margin-top: 0;
}

.video-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  background: none;
  cursor: pointer;
}

.video-btn:focus {
  outline: none;
}

.video-modal .modal-dialog {
  width: 100%;
  max-width: 854px;
}

.video-modal .modal-content {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.video-modal iframe {
  width: 100%;
  border: 0;
  height: 480px;
}

@media only screen and (max-width: 1024px) {
  .video-modal iframe {
    height: 360px;
  }
}

@media only screen and (max-width: 599px) {
  .video-modal iframe {
    height: 240px;
  }
}

/*# sourceMappingURL=maps/main-style.css.map */
