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

@font-face {
  font-family: 'PF DinDisplay Pro';
  font-style: normal;
  font-weight: bold;
  src: url("./font/PFDinDisplayPro-Bold.eot");
  src: url("./font/PFDinDisplayPro-Bold.eot?#iefix") format("embedded-opentype"), url("./font/PFDinDisplayPro-Bold.woff") format("woff"), url("./font/PFDinDisplayPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: url("./font/PTSans-Regular.eot");
  src: url("./font/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("./font/PTSans-Regular.woff") format("woff"), url("./font/PTSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'PF DinDisplay Pro';
  font-style: normal;
  font-weight: 300;
  src: url("./font/PFDinDisplayPro-Light.eot");
  src: url("./font/PFDinDisplayPro-Light.eot?#iefix") format("embedded-opentype"), url("./font/PFDinDisplayPro-Light.woff") format("woff"), url("./font/PFDinDisplayPro-Light.ttf") format("truetype"); }


body {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'PT Sans', 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
  min-height: 100vh; }
img {
  max-width: 100%;
  height: auto;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }
  .content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    padding-top: 75px; }
  .content_inner {
    width: calc(100% - 280px) }

.box {
  margin: auto;
  max-width: 1230px;
  padding-left: 40px;
  padding-right: 40px; }

.background-image {
  background: no-repeat center;
  background-size: cover; }

.slider__nav li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  transition: all .3s ease;
  width: 16px; }
  .slider__nav li:hover button {
    background-color: #1d8cc9; }
  .slider__nav li:last-child {
    margin-right: 0; }
  .slider__nav li.slick-active {
    border: 1px solid #fff;
    pointer-events: none; }

.slider__nav button {
  background-color: #fff;
  border: none;
  font-size: 0;
  height: 6px;
  padding: 0;
  transition: all .3s ease;
  width: 6px; }

.slider__nav .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.next-arr {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.arr {
  cursor: pointer;
  transition: all .3s ease; }
  .arr:hover {
    color: #1d8cc9; }

.section__header {
  font-family: 'PF DinDisplay Pro';
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 55px;
  padding-top: 90px;
  text-align: center;
  text-transform: uppercase; }

.more__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: all .3s ease; }
  .more__link:hover {
    color: #1d8cc9; }
  .more__link span {
    font-size: 13px;
    line-height: 1.2; }
  .more__link i {
    font-size: 22px;
    line-height: 1;
    margin-left: 12px; }

.breadcrumbs {
  font-size: 12px;
  margin-bottom: 20px; }
  .breadcrumbs span {
    margin: 0 10px;
    pointer-events: none; }
  .breadcrumbs a {
    transition: all .3s ease; }
    .breadcrumbs a:hover {
      color: #1d8cc9; }

.inner-header {
  font-family: 'PF DinDisplay Pro';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 35px;
  text-transform: uppercase; }

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'PF DinDisplay Pro';
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%; }
  .pagination__number {
    color: #737373;
    margin-right: 5px;
    padding: 5px; }
    .pagination__number.active {
      color: #1d8cc9;
      pointer-events: none; }
    .pagination__number:hover {
      color: #1d8cc9; }
    .pagination__number:last-child {
      margin-right: 0; }
    .pagination__number__container {
      margin: 0 130px; }
  .pagination__dirrection {
    text-transform: uppercase;
    transition: all .3s ease; }
    .pagination__dirrection:hover {
      color: #1d8cc9; }

.text p{
  margin-bottom: 30px; }
  .text p:last-child{
    margin-bottom: 0; }

.text a {
  border-bottom: 1px solid transparent;
  color: #1d8cc9;
  transition: all .3s ease; }
  .text a:hover {
    border-bottom: 1px solid; }

.text ul {
  margin-bottom: 30px; }
  .text ul li {
    margin-bottom: 5px; }
    .text ul li:last-child {
      margin-bottom: 0; }

.text_bold {
  font-weight: 700; }

.text_padding {
  padding-right: 200px; }

.text_header {
  font-family: 'PF DinDisplay Pro';
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 70px;
  text-transform: uppercase; }

.text_float {
  display: inline-block;
  width: 100%; }
  .text_float img {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%; }

.tab {
  margin-bottom: 6px; }
  .tab:last-child {
    margin-bottom: 0; }
  .tab__header {
    display: block;
    background-color: #e8f3f9;
    color: #1d8cc9;
    cursor: pointer;
    font-size: 15px;
    padding: 9px 40px; }
    .tab__header:hover span {
      border-bottom: 1px solid; }
    .tab__header span {
      border-bottom: 1px solid transparent;
      transition: all .3s ease; }
  .tab__content {
    display: none;
    padding: 25px 130px 25px 40px; }

.page__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 40px;
  width: 100%; }
  .page__list a {
    border-bottom: 1px solid transparent;
    color: #1d8cc9;
    font-size: 18px;
    margin-bottom: 10px;
    transition: all .3s ease; }
    .page__list a:hover {
      border-bottom: 1px solid; }

.input,
.textarea {
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 15px;
  transition: all .3s ease; }
.popup__input > .input, .popup__input > .textarea{width: 100%;}
.textarea {
  height: 60px;
  padding: 5px 15px;
  resize: none; }
.btn {
  transition: all .3s ease;
  background-color: #1d8cc9;
  border: none;
  border: 2px solid transparent;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 20px;
  text-align: center; }
  .btn:hover,.btn[disabled] {
    background-color: #fff;
    border: 2px solid #1d8cc9;
    color: #1d8cc9; }
.btn.green {
  background-color:#a6bc2c;
}
.btn.green:hover,.btn.green[disabled] {
  background-color: #fff;
  border: 2px solid #a6bc2c;
  color: #a6bc2c; }
.btn_thin {
  border: 1px solid #b2b2b2;
  border-radius: 25px;
  display: inline-block;
  font-size: 13px;
  padding: 10px 20px;
  transition: all .3s ease; }
  .btn_thin:hover {
    border: 1px solid #1d8cc9;
    color: #1d8cc9; }

@media screen and (max-width: 1000px) {
  .content__wrap {
    margin-top: 40px !important;
    padding-top: 35px; }
  .text_padding {
    padding-right: 0; }
  .content_inner {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%; } }

@media screen and (max-width: 500px) {
  .inner-header {
    font-size: 18px; } }

.icon_angle-pointing-to-left:before {
  content: '\EA01';
}
.icon_credit-card:before {
  content: '\EA02';
}
.icon_facebook-logo:before {
  content: '\EA03';
}
.icon_museum:before {
  content: '\EA04';
}
.icon_pay-by-phone:before {
  content: '\EA05';
}
.icon_pay-with-card:before {
  content: '\EA06';
}
.icon_phone-receiver:before {
  content: '\EA07';
}
.icon_right-arrow:before {
  content: '\EA08';
}
.icon_search:before {
  content: '\EA09';
}
.icon_vk-social-network-logo:before {
  content: '\EA0A';
}
.icon_youtube:before {
  content: '\EA0B';
}
.icon_zoom-in:before {
  content: '\EA0C';
}

[class*='icon_']:before,
[class*='icon_']:after {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class*='icon_']:before:hover,
  [class*='icon_']:after:hover {
    text-decoration: none; }

i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.actioner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.actioner__img {
  background: no-repeat center #dae1e6;
  background-size: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 162px;
  margin-right: 20px;
  position: relative;
  width: 162px; }
  .actioner__img:after {
    bottom: 0;
    content: url("./img/actioner-lable.png");
    position: absolute;
    right: 0; }

.actioner__name {
  border-bottom: 1px dotted;
  color: #1d8cc9;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative; }
  .actioner__name:after {
    transition: all .3s ease;
    background-color: #1d8cc9;
    bottom: -1px;
    content: ' ';
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%; }
  .actioner__name:hover:after {
    opacity: 1; }

.actioner__text {
  display: none;
  padding-top: 20px; }
  .actioner__text p {
    margin-bottom: 20px; }

.actioner__description {
  margin-top: 20px; }

.actioner__content {
  margin-top: 35px; }

@media screen and (max-width: 500px) {
  .actioner__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px; }
  .actioner__content {
    margin-top: 20px; } }

.benefits__header {
  font-family: 'PF DinDisplay Pro';
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 55px;
  margin-top: 45px;
  text-transform: uppercase; }

.benefits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 100px; }

.benefits__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px;
  margin-bottom: 40px;
  text-align: center;
  width: calc(25% - 20px); }
  .benefits__item:hover span {
    border-bottom: 1px solid; }
  .benefits__item img {
    margin-bottom: 15px; }
  .benefits__item span {
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
    color: #1d8cc9;
    font-size: 13px; }

@media screen and (max-width: 700px) {
  .benefits__item {
    width: calc(33.333% - 20px); } }

@media screen and (max-width: 500px) {
  .benefits__item {
    width: calc(50% - 20px); }
  .benefits__item span {
    font-size: 12px; } }

.cart-list__item {
  transition: all .3s ease;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 40px; }
  .cart-list__item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }

.cart-list__text {
   }
  .cart-list__text__header {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .cart-list__text p {
    margin-bottom: 20px; }

.cart-list__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 35px;
  width: 320px; }
  .cart-list__img img {
    max-width: 100%; }

.cart-list__link {
  border-bottom: 1px solid transparent;
  color: #1d8cc9;
  margin-top: auto;
  transition: all .3s ease; }
  .cart-list__link:hover {
    border-bottom: 1px solid; }

@media screen and (max-width: 730px) {
  .cart-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cart-list__img {
    margin-bottom: 35px;
    margin-right: 0; } }

@media screen and (max-width: 450px) {
  .cart-list__img {
    width: 100%; }
  .cart-list__item {
    padding: 20px; } }

.cart-slider {
  padding: 120px 0 80px 0; }
  .cart-slider__img {
    display: inline-block;
    position: relative;
    width: 320px; }
    .cart-slider__img img {
      max-width: 100%;
    }
    .cart-slider__img__shadow {
      position: absolute;
      left: 0;
    }
  .cart-slider__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 120px; }
  .cart-slider__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    text-align: center; }
  .cart-slider__name {
    font-family: 'PF DinDisplay Pro';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .cart-slider__description {
    margin-bottom: auto;
    width: 270px; }
  .cart-slider__button {
    border: 1px solid #b2b2b2;
    border-radius: 25px;
    display: inline-block;
    font-size: 13px;
    padding: 10px 20px;
    transition: all .3s ease; }
    .cart-slider__button:hover {
      border: 1px solid #1d8cc9;
      color: #1d8cc9; }
  .cart-slider__name ~ .cart-slider__button, .cart-slider__description ~ .cart-slider__button{margin-top: 2em;}
  .cart-slider__container {
    max-width: 750px;
    position: relative; }
  .cart-slider__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .cart-slider__wrap .arr {
      padding: 10px; }
  .cart-slider__nav {
    bottom: 120px;
    left: 160px;
    position: absolute; }
    .cart-slider__nav li.slick-active {
      border: 1px solid #1d8cc9; }
      .cart-slider__nav li.slick-active button {
        background-color: #1d8cc9; }
    .cart-slider__nav button {
      background-color: #000; }

.cart-page {
  padding-bottom: 100px; }
  .cart-page .slick-track {
    padding: 40px 0; }
  .cart-page .slick-center .cart-page__item__content {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1; }
  .cart-page__text {margin-top: 60px; }
  .text-cols{margin-left: -8%;}
  .text-cols::after {
    display: block;
    content: "";
    clear: both;
  }
  .text-cols  .text__col{width: 42%; float: left; margin:0 0 30px 8%}
  .cart-page__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px; }
    .cart-page__footer .news__page__back {
      margin: 0; }
    .cart-page__footer .btn_thin {
      margin-left: 37%; }
  .cart-page__slider {
    margin: 0 60px;
    width: 780px; }
    .cart-page__slider__container {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 15px 0;
      width: 100%; }
  .cart-page__item {
    height: 0;
    padding-bottom: 4.5%;
    position: relative; }
    .cart-page__item__content {
      transition: all .3s ease;
      background: no-repeat center;
      background-size: contain;
      height: 100%;
      left: 0;
      opacity: .5;
      position: absolute;
      top: 0;
      width: 100%; }

@media screen and (max-width: 1300px) {
  .cart-page__slider {
    margin: 0 30px;
    width: 580px; } }

@media screen and (max-width: 1150px) {
  .cart-page__slider {
    width: 500px; } }

@media screen and (max-width: 1000px) {
  .cart-page__slider {
    margin: 0 20px;
    width: 75%; }
  .cart-page__footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cart-page__footer .btn_thin {
    margin-left: 0; }
  .cart-page__item {
    padding-bottom: 6.2%; } }

@media screen and (max-width: 850px) {
  .cart-slider__container {
    margin: 0 10px;
    max-width: 340px; }
  .cart-slider__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0; }
  .cart-slider__img {
    margin-bottom: 40px; }
  .cart-slider__description {
    margin-bottom: 20px; }
  .cart-slider__nav {
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .cart-slider {
    padding-bottom: 140px; } }

@media screen and (max-width: 700px) {
  .text-cols{margin: 0;}
  .text-cols  .text__col{width: 100%; float: none; margin-left: 0}
  .cart-page .slick-center .cart-page__item__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@media screen and (max-width: 500px) {
  .cart-slider__wrap .arr {
    padding: 5px; }
  .cart-slider__container {
    width: 240px; }
  .cart-slider__img {
    width: 220px; }
  .cart-slider__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cart-slider__description {
    font-size: 12px;
    width: 220px; }
  .cart-slider {
    padding-bottom: 120px;
    padding-top: 80px; } }

@media screen and (max-width: 450px) {
  .cart-page__footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .cart-page__footer .btn_thin {
    margin-bottom: 60px; } }

.dictionary__letter {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'PF DinDisplay Pro';
  font-size: 16px;
  font-weight: 700; }
  .dictionary__letter__item {
    margin-bottom: 6px;
    margin-right: 17px;
    text-transform: uppercase;
    transition: all .3s ease; }
    .dictionary__letter__item:hover {
      color: #1d8cc9; }
    .dictionary__letter__item.disable {
      color: #ccc;
      pointer-events: none; }
    .dictionary__letter__item.active {
      color: #1d8cc9;
      font-size: 30px;
      margin-bottom: 0;
      pointer-events: none; }

.dictionary__link {
  margin-bottom: 5px;
  margin-right: 44px; }
  .dictionary__link a {
    border-bottom: 1px solid transparent;
    color: #1d8cc9;
    position: relative;
    transition: all .3s ease; }
    .dictionary__link a:after {
      color: #222;
      content: '|';
      position: absolute;
      right: -22px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .dictionary__link:last-child a:after {
    display: none; }
  .dictionary__link__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 65px;
    margin-top: 40px;
    max-width: 710px; }
  .dictionary__link:hover a {
    border-bottom: 1px solid; }

@media screen and (max-width: 750px) {
  .dictionary__letter__item {
    line-height: 26px; }
  .dictionary__letter__item.active {
    margin-bottom: 6px; } }

@media screen and (max-width: 750px) {
  .tab__content {
    padding-right: 40px; } }

@media screen and (max-width: 450px) {
  .dictionary__link__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .dictionary__link a:after {
    display: none; }
  .tab__header {
    padding-left: 20px;
    padding-right: 20px; }
  .tab__content {
    padding-left: 20px;
    padding-right: 20px; }
  .dictionary__link__container {
    margin-bottom: 45px; } }

.doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }
  .doc__column {
    padding-right: 40px;
    width: 33.333%; }
  .doc__header {
    font-family: 'PF DinDisplay Pro';
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase; }
    .doc__header p {
      font-size: 18px; }
    .doc__header span {
      font-size: 24px; }
  .doc__item {
    cursor: pointer;
    margin-bottom: 35px;
    border:none;
  }
  .doc__item::after{
    content: '';
    display: block;
    clear: both;
  }
  a.doc__item, a.doc__item:hover {
    border:none;
  }
    .doc__item:hover .doc__name {
      border-bottom: 1px solid; }
    .doc__item_zip {
      margin-top: 65px; }
  .doc__img {margin-top: 4px; }
  .doc__item .doc__img{float: left;}
  .doc__text {font-size: 13px; }
  .doc__item .doc__img ~ .doc__text{margin-left: 55px}
  .doc__item_zip .doc__img ~ .doc__text{margin-left: 47px}
  .doc__name {
    border-bottom: 1px solid transparent;
    color: #1d8cc9;
    display: inline;
    line-height: 1.2;
    transition: all .3s ease; }
  .doc__info {
    color: #808080;
    margin-top: 5px; }

.faq__tab {
  margin-bottom: 45px;
  margin-top: 40px; }

.faq__banks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px; }
  .faq__banks__container {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px; }
    .faq__banks__container:last-child {
      border-bottom: 0; }
  .faq__banks__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-right: 15px;
    width: 25%; }
  .faq__banks__img {
    margin-right: 10px;
    width: 50px; }
    .faq__banks__img img {
      max-height: 35px;
      max-width: 100%; }
  .faq__banks__name {
    font-size: 12px; }
  .faq__banks__line {
    margin-top: 15px; }
  .faq__banks__phone {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-right: 35px; }

@media screen and (max-width: 1150px) {
  .faq__banks__item {
    width: 33.33%; } }

@media screen and (max-width: 700px) {
  .faq__banks__item {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .faq__banks__item {
    width: 100%; }
  .faq__banks__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .faq__banks__line span {
      margin-bottom: 5px; }
      .faq__banks__line span:last-child {
        margin-bottom: 0; } }

.footer__container {
  background-color: #cde6f3;
  padding-top: 40px;
  position: relative; }
  .footer__container:after {
    background: url("./img/footer-bg.png") top left no-repeat;
    background-size: cover;
    content: ' ';
    height: 40px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%; }

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px; }

.footer__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px; }
  .footer__logo__img {
    margin-right: 25px; }
  .footer__logo__text {
    font-size: 11px; }

.footer__link {
  border-bottom: 1px solid transparent;
  font-size: 12px;
  margin-bottom: 10px;
  transition: all .3s ease; }
  .footer__link_soc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer__link_soc i {
      color: #7b8a92;
      margin-right: 10px; }
  .footer__link:hover {
    border-bottom: 1px solid; }

.footer__column {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .footer__column__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 65%; }

.footer__partner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 15px; }
  .footer__partner__item {
    margin-right: 40px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all .3s ease; }
    .footer__partner__item:hover {
      -webkit-filter: none;
      filter: none;
      opacity: 1; }
    .footer__partner__item:last-child {
      margin-right: 0; }

.footer__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 35px; }
  .footer__line__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 65%; }
  .footer__line .footer__link {
    margin-bottom: 0;
    margin-right: 30px; }
    .footer__line .footer__link:last-child {
      margin-right: 0; }

@media screen and (max-width: 1000px) {
  .footer__partner__item {
    margin-right: 20px; } }

@media screen and (max-width: 850px) {
  .footer__partner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__partner__item {
    margin: 0 20px 20px 20px; }
  .footer__partner {
    padding-bottom: 15px; } }

@media screen and (max-width: 760px) {
  .footer__line__item:not(.imedia-link) {
    display: none; }
  .footer__line__content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media screen and (max-width: 650px) {
  .footer__logo {
    width: 165px; }
    .footer__logo__img {
      margin-right: 10px; } }

@media screen and (max-width: 600px) {
  .footer__link:hover {
    border-bottom: 1px solid #b8cfda; }
  .footer__column__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .footer__partner__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: calc(33.333% - 40px); }
    .footer__partner__item:last-child {
      margin-right: 20px; }
  .footer__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0; }
  .footer__container {
    padding-top: 20px; }
  .footer__column {
    border-bottom: 1px solid #a4b8c2;
    width: 100%; }
    .footer__column .footer__link:last-child {
      border-bottom: 1px solid transparent; }
  .footer {
    padding: 0; }
  .footer__logo {
    border-bottom: 1px solid #a4b8c2;
    padding: 0 40px 20px 40px;
    width: 100%; }
  .footer__link {
    border-bottom: 1px solid #b8cfda;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 40px;
    width: 100%; }
    .footer__link i {
      transition: all .3s ease; }
    .footer__link:hover {
      color: #1d8cc9; }
      .footer__link:hover i {
        color: #1d8cc9; }
  .imedia-link {
    padding: 8px 40px; }
    .imedia-link .footer__link {
      border-bottom: none;
      padding: 0; }
  .footer__line__content {
    width: 100%; }
  .footer__line__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .footer__line {
    font-size: 14px;
    padding-bottom: 0; } }

@media screen and (max-width: 450px) {
  .footer__partner__item {
    width: calc(50% - 40px); } }

.get-cart__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.get-cart__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.get-cart__slide {
  display: none; }
  .get-cart__slide:first-child {
    display: block; }

.get-cart__column {
  margin-right: 80px;
  padding-bottom: 60px;
  width: 320px; }

.get-cart__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
  margin-top: 40px;
  padding-left: 35px; }

.get-cart__lable {
  padding: 0 10px 0 10px;
  width: 109px;
  text-align: center;
  color: #ccc;
  margin-bottom: 10px;
  font-size: 12px;
  transition: all .3s ease; }

.get-cart__item {
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 10px;
  height: 80px;
  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;
  text-align: center;
  border: 2px solid transparent; }
  .get-cart__item__container {
    display: inline-block;
    margin-left: 10px; }
    .get-cart__item__container:hover img {
      opacity: 1; }
    .get-cart__item__container:hover .get-cart__lable {
      color: #1d8cc9; }
    .get-cart__item__container.active {
      pointer-events: none; }
      .get-cart__item__container.active .get-cart__lable {
        color: #1d8cc9; }
      .get-cart__item__container.active .get-cart__item {
        border: 2px solid #1d8cc9; }
        .get-cart__item__container.active .get-cart__item img {
          opacity: 1; }
  .get-cart__item img {
    transition: all .3s ease;
    opacity: .5;
    width: 85px; }

.get-cart__img {
  margin-bottom: 35px;
  position: relative; }
  .get-cart__img__shadow {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  .get-cart__img__caption {
    font-family: 'PF DinDisplay Pro';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 100px;
    text-transform: uppercase; }
  .get-cart__img__text {
    margin-bottom: 65px; }

.get-cart__bank {
  padding-bottom: 40px; }
  .get-cart__bank__caption {
    font-family: 'PF DinDisplay Pro';
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase; }
    .get-cart__bank__caption span:first-child {
      color: #1d8cc9;
      font-size: 36px;
      margin-right: 10px; }
    .get-cart__bank__caption span {
      font-size: 18px; }
  .get-cart__bank__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .get-cart__bank__item img {
      max-width: 120px; }
    .get-cart__bank__item a {
      transition: all .3s ease;
      border-bottom: 1px solid transparent;
      color: #1d8cc9; }
      .get-cart__bank__item a:hover {
        border-bottom: 1px solid; }
    .get-cart__bank__item:last-child {
      border-bottom: none; }

@media screen and (max-width: 1050px) {
  .get-cart__column {
    margin-right: 40px; } }

@media screen and (max-width: 700px) {
  .get-cart__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .get-cart__column {
    margin-right: initial; } }

@media screen and (max-width: 450px) {
  .get-cart__column {
    width: 100%; }
  .get-cart__img img {
    width: 100%; }
  .get-cart__list {
    padding-left: 0; }
  .get-cart__item__container {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .get-cart__list {
    margin-right: -5px;
    margin-right: -5px; }
  .get-cart__lable {
    margin-left: auto;
    margin-right: auto; } }

.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .header__logo {
    display: none; }
  .header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px; }
    .header__soc__item {
      margin-right: 25px;
      transition: all .3s ease; }
      .header__soc__item:last-child {
        margin-right: 0; }
      .header__soc__item:hover {
        color: #1d8cc9; }
  .header__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s ease; }
    .header__link span {
      font-size: 13px; }
    .header__link i {
      font-size: 18px;
      margin-right: 10px; }
    .header__link:hover {
      color: #1d8cc9; }
  .header__search {
    margin: 0 108px;
    position: relative; }
    .header__search input {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      left: 50%;
      opacity: 0;
      padding: 10px 14px;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: all .3s ease;
      width: 280px; }
    .header__search i {
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .header__search span {
      transition: opacity .3s ease; }
    .header__search.active:hover {
      color: #fff; }
    .header__search.active input {
      opacity: 1;
      padding-right: 40px;
      pointer-events: initial; }
      .header__search.active input::-webkit-input-placeholder {
        color: #fff; }
      .header__search.active input::-moz-placeholder {
        color: #fff; }
    .header__search.active span {
      opacity: 0;
      pointer-events: none; }
    .header__search.active i {
      -webkit-transform: translateX(140px);
      -ms-transform: translateX(140px);
      transform: translateX(140px); }
      .header__search.active i:hover {
        color: #1d8cc9; }
  .header__dropdown__button {
    display: none;
    position: relative; }
    .header__dropdown__button .close {
      height: 20px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 20px; }
      .header__dropdown__button .close span {
        background-color: #ccc;
        display: block;
        height: 2px;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        transition: all .3s ease;
        width: 16px; }
        .header__dropdown__button .close span:first-child {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        .header__dropdown__button .close span:last-child {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
    .header__dropdown__button.open > span {
      opacity: 0; }
    .header__dropdown__button.open .close span {
      opacity: 1; }
  .header_inner {
    border-bottom: 1px solid #ccc;
    position: static; }
    .header_inner .header__logo {
      display: block; }
	  
	
    .header_inner .header__link i,
    .header_inner .header__link span {
      transition: all .3s ease; }
    .header_inner .header__link:hover i {
      color: #1d8cc9; }
    .header_inner .header__link:hover span {
      color: #1d8cc9; }
    .header_inner .header__search input {
      border: 1px solid #a5bfcd;
      color: #000; }
      .header_inner .header__search input::-webkit-input-placeholder {
        color: #000; }
      .header_inner .header__search input::-moz-placeholder {
        color: #000; }
    .header_inner .header__search i {
      transition: all .3s ease; }
    .header_inner .menu__text {
      color: #000; }
    .header_inner .header__soc__item i {
      transition: all .3s ease; }
    .header_inner .header__soc__item:hover i {
      color: #1d8cc9; }
    .header_inner .menu__icon span {
      background-color: #a5bfcd; }
    .header_inner i {
      color: #a5bfcd; }
    .header_inner span {
      color: #000; }

.bank__link {
  margin-left: auto; }

.card__link {
  margin-left: 90px;
  margin-right: 25px; }

.header__dropdown__link__container {
  display: none; }

@media screen and (max-width: 1000px) and (min-width: 740px) {
  .header__link span {
    font-size: 12px; }
  .card__link {
    margin-left: 40px; }
  .header__search input {
    width: 163px; }
  .header__search {
    margin: 0 50px; }
  .header__search.active i {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px); }
  .header_inner .header__logo {
    display: none; } }

@media screen and (max-width: 740px) {
  .header_inner .header__search input {
    border: 1px solid transparent; }
  .header {
    background-color: #fff;
    position: relative;
    z-index: 10; }
    .header__logo {
      display: block; }
    .header__content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header__content__wrap {
        background-color: #fff;
        border-top: 1px solid #ccc;
        bottom: 0;
        color: #000;
        display: none;
        left: 0;
        position: absolute;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        width: 100%;
        z-index: -1; }
    .header__search {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #ccc;
      color: #7f7f7f;
      cursor: initial;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 0 40px;
      transition: none;
      width: 100%; }
      .header__search input {
        border: none;
        color: #000;
        font-size: 13px;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        padding-right: 25px;
        pointer-events: initial;
        width: calc(100% - 80px); }
      .header__search:hover {
        color: #7f7f7f; }
      .header__search i {
        cursor: pointer;
        margin-left: auto;
        margin-right: 0;
        position: relative;
        transition: all .3s ease;
        z-index: 3; }
        .header__search i:hover {
          color: #1d8cc9; }
      .header__search span {
        display: none; }
    .header .bank__link,
    .header .card__link {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #ccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0;
      padding: 12px 10px;
      transition: none;
      width: 50%; }
      .header .bank__link i,
      .header .card__link i {
        color: #a5bfcd;
        font-size: 30px;
        margin-bottom: 7px;
        margin-right: 0;
        transition: all .3s ease; }
      .header .bank__link span,
      .header .card__link span {
        transition: all .3s ease; }
      .header .bank__link:hover,
      .header .card__link:hover {
        color: #1d8cc9 !important; }
        .header .bank__link:hover i,
        .header .bank__link:hover span,
        .header .card__link:hover i,
        .header .card__link:hover span {
          color: inherit; }
    .header .bank__link {
      border-right: 1px solid #ccc;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .header .card__link {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  .header__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%; }
    .header__soc__item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 1px solid #ccc;
      color: #a5bfcd;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 30px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 0;
      padding: 25px 10px;
      width: 50%; }
      .header__soc__item:hover {
        color: #1d8cc9; }
      .header__soc__item:last-child {
        border-right: none; }
  .header__dropdown__link {
    border-top: 1px solid #ccc;
    color: #8398a3;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    transition: all .3s ease;
    width: 50%; }
    .header__dropdown__link:hover {
      color: #1d8cc9; }
    .header__dropdown__link:nth-child(odd) {
      border-right: 1px solid #ccc; }
    .header__dropdown__link__container {
      border-bottom: 1px solid #ccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      width: 100%; }
  .header__dropdown__button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 22px; }
    .header__dropdown__button:hover span {
      background-color: #1d8cc9; }
    .header__dropdown__button span {
      background-color: #a5bfcd;
      display: block;
      height: 8px;
      margin-bottom: 2px;
      transition: all .3s ease;
      width: 10px; }
      .header__dropdown__button span:nth-child(n+3) {
        margin-bottom: 0; }
  .card__link i {
    font-size: 24px !important;
    margin-top: 6px; } }

.history {
  padding-left: 50px; }
  .history__block {
    margin-bottom: 40px; }
    .history__block:first-child .history__list {
      display: block; }
    .history__block:last-child {
      margin-bottom: 0; }
  .history__header {
    cursor: pointer;
    display: block;
    font-family: 'PF DinDisplay Pro';
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding-left: 60px;
    position: relative;
    transition: all .3s ease; }
    .history__header:hover {
      color: #1d8cc9; }
    .history__header:after {
      background-color: #fff;
      border: 3px solid #1d8cc9;
      border-radius: 50%;
      content: ' ';
      height: 22px;
      left: -4px;
      position: absolute;
      top: 2px;
      width: 22px; }
  .history__list {
    display: none;
    padding-top: 20px;
    position: relative; }
    .history__list:after {
      background-color: #1d8cc9;
      content: ' ';
      height: 100%;
      left: 6px;
      position: absolute;
      top: 0;
      width: 2px; }
  .history__item {
    margin-bottom: 25px;
    padding-left: 60px;
    position: relative; }
    .history__item:last-child:before {
      background-color: #fff;
      content: ' ';
      height: 100%;
      left: 6px;
      position: absolute;
      top: 4px;
      width: 2px;
      z-index: 1; }
    .history__item:after {
      background-color: #1d8cc9;
      border: 2px solid #fff;
      border-radius: 50%;
      content: ' ';
      height: 14px;
      left: 0;
      position: absolute;
      top: 3px;
      width: 14px;
      z-index: 2; }
    .history__item:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 500px) {
  .history {
    padding-left: 0; }
  .history__header {
    padding-left: 40px; }
  .history__item {
    padding-left: 40px; } }

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 360px; }
  .info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 50%; }
  .info__img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .info__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1d8cc9;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
    position: relative;
    width: 240px; }
    .info__content:after {
      background-image: url("./img/info-content-bg.png");
      background-size: cover;
      content: ' ';
      height: 100%;
      left: -20px;
      position: absolute;
      top: 0;
      width: 40px; }
  .info__header {
    font-family: 'PF DinDisplay Pro';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
  .info__text {
    font-family: 'PF DinDisplay Pro';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2; }
  .info__link {
    transition: all .3s ease;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #000;
    font-family: 'PF DinDisplay Pro';
    font-size: 16px;
    font-weight: 700;
    padding: 4px 10px;
    text-align: center; }
    .info__link:hover {
      background-color: #fff;
      color: #000; }
  .info__all {
    padding: 25px 40px; }

@media screen and (max-width: 1000px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: initial; }
  .info__item {
    height: 360px;
    margin-bottom: 20px;
    width: 100%; }
    .info__item:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 500px) {
  .info__content {
    width: 180px; }
  .info__text {
    font-size: 14px; }
  .info__link {
    font-size: 12px; }
  .info__content {
    padding: 40px 10px 40px 20px; } }

@media screen and (max-width: 370px) {
  .info__content {
    width: 140px; } }

.intro {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .intro__logo {
    left: 40px;
    position: absolute;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .intro__logo path {
      fill: #fff; }
  .intro__decor {
    position: absolute;
    right: 0;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .intro__slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;}
    .intro__slider__nav {
      left: -45px;
      position: absolute;
      top: 56%;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
    .intro__slider__arrows {
      bottom: 30vh;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 17px;
      left: 25vw;
      margin-left: -10px;
      position: absolute; }
      .intro__slider__arrows .arr {
        cursor: pointer;
        margin-right: 45px;
        padding: 10px; }
        .intro__slider__arrows .arr:last-child {
          margin-right: 0;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .intro__slider .slick-list,
    .intro__slider .slick-track {
      height: 100%; }
  .intro__slide {
    color: #fff;
    line-height: 1.2;
    position: relative; }
    .intro__slide__content {
      display: block;
      left: 25vw;
      position: absolute;
      top: 56%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 450px; }
    .intro__slide__text {
      font-family: 'PF DinDisplay Pro';
      font-size: 36px;
      font-weight: 300; }
    .intro__slide__info {
      font-size: 16px;
      margin-top: 25px;
      width: 300px; }
  .intro__footer {
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    line-height: 1.2;
    padding: 0 40px 35px 40px;
    position: absolute;
    width: 100%; }
  .intro__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .intro__language__item {
      border-bottom: 1px solid;
      margin-right: 20px;
      transition: all .3s ease; }
      .intro__language__item:hover {
        color: #1d8cc9; }
      .intro__language__item:last-child {
        margin-right: 0; }
      .intro__language__item.active {
        border-bottom: 1px solid transparent;
        pointer-events: none; }
  .intro__help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
    .intro__help__item {
      margin-left: 40px;
      transition: all .3s ease; }
      .intro__help__item:hover {
        color: #1d8cc9; }
      .intro__help__item:first-child {
        margin-left: 0; }

@media screen and (max-width: 1300px) {
  .intro__slide__content {
    left: 16vw; }
  .intro__slider__arrows {
    left: 16vw; } }

@media screen and (max-width: 1100px) {
  .intro__decor img {
    display: none; }
  .intro__slide__content {
    left: 22vw; }
  .intro__slider__arrows {
    left: 22vw; } }

@media screen and (max-width: 800px) and (min-width: 740px) {
  .intro__slide__content {
    width: 370px; }
  .intro__slide__text {
    font-size: 30px; }
  .intro__slide__info {
    font-size: 15px; } }

@media screen and (max-width: 740px) {
  .intro__slider {
    position: static; }
  .intro {
    position: relative; }
  .intro__logo {
    display: none; }
  .intro__slide__content {
    padding: 0 40px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%; }
  .intro__slider__arrows {
    bottom: 40px;
    left: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .intro__decor {
    display: none; }
  .intro__footer {
    display: none; }
  .intro__slide {
    padding-bottom: 90px;
    padding-top: 160px; }
  .intro__slide__info {
    width: 100%; } }

@media screen and (max-width: 450px) {
  .intro__slide__text {
    font-size: 20px; }
  .intro__slide__info {
    font-size: 14px; }
  .intro__slider__arrows .arr {
    margin-right: 25px; } }

.left-menu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px; }
  .left-menu__header {
    display: none; }
  .left-menu__content {
    list-style: none;
    font-size: 13px;
    padding: 0 40px 100px 0; }
  .left-menu__content ul{padding-left: 15px;display: none;}
  .left-menu__content li.active>ul{display:block;}
  .left-menu__content li{display: block;}
  .left-menu li.active, .left-menu li.parent{position: relative;}
  .left-menu li.parent>i{
    border-bottom: 2px solid #a6a6a6;
    border-right: 2px solid #a6a6a6;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s ease;
    width: 0.8em;
    height: 0.8em;
    cursor: pointer;
    float: right;
    margin: 0.5em 0 0.5em 0.25em;
  }
  .left-menu li.active>i{
    -webkit-transform: translateY(-85%) rotate(45deg);
    -ms-transform: translateY(-85%) rotate(45deg);
    transform: translateY(-85%) rotate(45deg);
  }
  .left-menu__content > li ~ li{margin-top: 30px;}
  .left-menu__content > li li{margin-top: 15px;}
  .left-menu a {
    color: #737373;
    transition: all .3s ease; }
    .left-menu a:hover {
      color: #1d8cc9; }
    .left-menu li.active > a, .left-menu a.active{
      color: #1d8cc9;
      font-weight: 700;
      cursor: default;
      position: relative; }
    .left-menu li.active > a::after, .left-menu a.active::after{
        background-color: #1d8cc9;
        content: ' ';
        height: 100%;
        left: -20px;
        position: absolute;
        top: 0;
        width: 2px; }
    .left-menu__content > li li.active > a::after, .left-menu__content > li a.active::after{left: -15px}

@media screen and (max-width: 1300px) {
  .left-menu__content {
    padding-left: 40px; } }

@media screen and (max-width: 1000px) {
  .left-menu {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 3; }
    .left-menu__header {
      border-bottom: 1px solid #ccc;
      cursor: pointer;
      display: block;
      padding: 10px 40px;
      position: relative; }
      .left-menu__header.active:after {
        -webkit-transform: translateY(-25%) rotate(-135deg);
        -ms-transform: translateY(-25%) rotate(-135deg);
        transform: translateY(-25%) rotate(-135deg); }
      .left-menu__header span {
        transition: all .3s ease; }
      .left-menu__header:hover span {
        color: #1d8cc9; }
      .left-menu__header:after {
        border-bottom: 2px solid #a6a6a6;
        border-right: 2px solid #a6a6a6;
        content: ' ';
        height: 10px;
        position: absolute;
        right: 45px;
        top: 50%;
        -webkit-transform: translateY(-85%) rotate(45deg);
        -ms-transform: translateY(-85%) rotate(45deg);
        transform: translateY(-85%) rotate(45deg);
        transition: all .3s ease;
        width: 10px; }
    .left-menu__content {
      border-bottom: 1px solid #e5e5e5;
      padding: 20px 40px;
      width: 100%; }
    .left-menu__content > li ~ li, .left-menu__content > li li {margin-top: 5px; }
  .left-menu__wrap{display: none;}
  .left-menu__content ul{display: block;}
  .left-menu li.parent>i{display: none;}
}

.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px; }
  .members .arr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px; }
  .members__slider__container {
    width: calc(100% - 180px); }
  .members__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .members__slide img {
      max-width: 90%;
    }

@media screen and (max-width: 600px) {
  .members .arr {
    padding: 10px;
    width: initial; }
  .members__slider__container {
    width: calc(100% - 68px); } }

.menu__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: 'PF DinDisplay Pro';
  font-size: 13px;
  font-weight: 700;
  margin-top: auto;
  text-transform: uppercase; }
  .menu__logo span {
    margin-left: 15px; }

.menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .menu__icon span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    transition: all .3s ease;
    width: 22px; }
    .menu__icon span:last-child {
      margin-bottom: 0; }

.menu__text {
  margin-left: 13px;
  transition: all .3s ease; }

.menu__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .menu__button:hover span {
    background-color: #1d8cc9; }
  .menu__button:hover .menu__text {
    color: #1d8cc9; }

.menu__container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 30px 40px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .3s ease;
  width: 280px;
  z-index: 20; }
  .menu__container .menu__content {
    margin-bottom: 40px; }
  .menu__container.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.menu__close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 13px;
  margin-bottom: 65px; }
  .menu__close > span {
    transition: all .3s ease; }
  .menu__close:hover .menu__close__icon span {
    background-color: #1d8cc9; }
  .menu__close:hover span {
    color: #1d8cc9; }
  .menu__close__icon {
    height: 22px;
    margin-right: 13px;
    position: relative;
    width: 22px; }
    .menu__close__icon span {
      color: #000; }
    .menu__close__icon span {
      background-color: #000;
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      transition: all .3s ease;
      width: 22px; }
      .menu__close__icon span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .menu__close__icon span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

.menu__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  transition: all .3s ease; }
  .menu__link_header {
    font-family: 'PF DinDisplay Pro';
    font-weight: 700;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease; }
    .menu__link_header:hover {
      color: #1d8cc9; }
    .menu__link_header > span {
      border-bottom: 2px solid #a6a6a6;
      border-right: 2px solid #a6a6a6;
      content: ' ';
      height: 10px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      transition: all .3s ease;
      width: 10px; }
  .menu__link__container {
    position: relative;
    margin-bottom: 25px; }
    .menu__link__container .menu__link__container .menu__link_header {
      padding-left: 0 !important;
      text-transform: none;
      font-family: inherit;}
    .menu__link__container:last-child {
      margin-bottom: 0; }
    .menu__link__container.active {
      color: #1d8cc9; }
      .menu__link__container.active .menu__link:hover {
        color: #000; }
      .menu__link__container.active > .menu__link_header > span {
        -webkit-transform: translateY(-85%) rotate(45deg);
        -ms-transform: translateY(-85%) rotate(45deg);
        transform: translateY(-85%) rotate(45deg); }
    .menu__link__container .menu__link__container {
      margin-bottom: 0; }
    .menu__link__content .menu__link__content{
      padding-left: 10px;}
  .menu__link__content {
    display: none; }

@media screen and (max-width: 740px) {
  .menu__text {
    display: none; }
  .menu__button {
    margin-right: 0; }
  .menu__icon span {
    background-color: #a5bfcd; } }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px; }
  .news__item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 35px 40px;
    position: relative;
    transition: all .3s ease;
    width: 25%; }
    .news__item:before {
      background-color: #000;
      content: ' ';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -2; }
    .news__item_all {
      color: #333; }
      .news__item_all:before {
        background-color: #f2f2f2; }
    .news__item:hover .news__img {
      opacity: .5;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .news__header {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: auto;
    text-transform: uppercase; }
  .news__date {
    font-size: 12px; }
  .news__text {
    font-size: 16px;
    margin-top: auto;
    max-width: 15vw; }
  a ~ .news__text a{position: relative;}
  .news__description {
    font-size: 13px;
    height: 54px;
    margin-top: 50px;
    max-width: 15vw; }
  .news__img {
    transition: all .3s ease;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  a.news__img{z-index: auto;}
  .news__age {
    margin-bottom: 30px; }
    .news__age__item {
      color: #737373;
      display: inline-block;
      font-family: 'PF DinDisplay Pro';
      font-weight: 700;
      margin-bottom: 5px;
      margin-right: 30px;
      transition: all .3s ease; }
      .news__age__item:hover {
        color: #1d8cc9; }
      .news__age__item.active {
        color: #1d8cc9;
        pointer-events: none; }
      .news__age__item:last-child {
        margin-right: 0; }
  .news__month {
    margin-bottom: 60px; }
    .news__month__item {
      border-bottom: 1px solid transparent;
      color: #808080;
      display: inline-block;
      font-size: 13px;
      margin-bottom: 5px;
      margin-right: 20px;
      transition: all .3s ease; }
      .news__month__item:hover {
        color: #1d8cc9; }
      .news__month__item.active {
        border-bottom: 1px solid #1d8cc9;
        color: #1d8cc9;
        pointer-events: none; }
      .news__month__item:last-child {
        margin-right: 0; }
  .news_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 -20px; }
    .news_inner .news__item {
      height: 280px;
      margin: 0 20px 40px 20px;
      padding-bottom: 65px;
      width: calc(33.333% - 40px); }
  .news__page .inner-header {
    margin-bottom: 15px; }
  .news__page__img {
    margin-bottom: 35px;
    max-width: 100%; }
  .news__page__date {
    margin-bottom: 25px; }
  .news__page__back {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    color: #1d8cc9;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 40px;
    margin-top: 30px;
    transition: all .3s ease; }
    .news__page__back:hover {
      border-bottom: 1px solid; }
    .news__page__back i {
      font-size: 22px;
      line-height: 1;
      margin-right: 15px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .news-digest__doc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.press-release .text {
  margin-bottom: 75px; }

.literacy {
  padding-bottom: 40px; }

.news_doc .news__item {
  margin: 0 0 20px 0;
  padding-bottom: 35px;
  width: 100% !important; }
  .news_doc .news__item__container {
    margin: 0 20px;
    width: calc(33.333% - 40px); }

.news__item_blue {
  color: #000; }
  .news__item_blue:hover .news__img {
    opacity: .7; }
  .news__item_blue .news__img {
    background-color: #cde6f3;
    opacity: 1; }
  .news__item_blue:before {
    display: none; }

.news__item_gray {
  color: #000; }
  .news__item_gray:hover .news__img {
    opacity: .7; }
  .news__item_gray .news__img {
    background-color: #e8ebec;
    opacity: 1; }
  .news__item_gray:before {
    display: none; }

.news__item_lable:after {
  content: url("./img/actioner-lable.png");
  position: absolute;
  right: 20px;
  top: 20px; }

@media screen and (max-width: 1150px) and (min-width: 1000px) {
  .news_inner .news__item,
  .news_doc .news__item__container {
    width: calc(50% - 40px); } }

@media screen and (max-width: 1050px) {
  .news__text {
    font-size: 14px; }
  .news__description {
    font-size: 12px; } }

@media screen and (max-width: 850px) {
  .news__item {
    height: 400px;
    width: 50%; }
  .news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: initial; }
  .news_inner .news__item,
  .news_doc .news__item__container {
    width: calc(50% - 40px); }
  .news__text {
    max-width: initial; }
  .news__description {
    max-width: initial; } }

@media screen and (max-width: 550px) {
  .news__item {
    margin-bottom: 10px;
    width: 100%; }
    .news__item:last-child {
      margin-bottom: 0; }
  .news {
    padding-bottom: 72px;
    position: relative; }
  .news__link.more__link {
    bottom: 25px;
    left: 40px;
    position: absolute; }
  .news__item_all {
    height: 96px;
    margin-bottom: 0;
    position: static; }
  .news_inner .news__item,
  .news_doc .news__item__container {
    width: calc(100% - 40px); }
  .news_doc .news__item__container {
    margin-bottom: 20px; }
  .pagination__number__container {
    margin: 0; }
  .pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.normatives {
  padding-bottom: 40px; }
  .normatives__table {
    margin-top: 100px; }
    .normatives__table td {
      padding: 7px 12px; }
    .normatives__table a {
      transition: all .3s ease;
      border-bottom: 1px solid transparent; }
      .normatives__table a:hover {
        border-bottom: 1px solid #1d8cc9; }
    .normatives__table thead {
      color: #737373;
      font-size: 12px; }
    .normatives__table tbody tr:nth-child(2n - 1) {
      background-color: #e8f3f9; }
    .normatives__table tbody td:nth-child(1) {
      font-size: 12px; }
    .normatives__table tbody td:nth-child(2) {
      color: #1d8cc9;
      font-size: 13px; }
    .normatives__table tbody td:nth-child(3) {
      font-size: 13px; }
    .normatives__table tbody td:nth-child(4) {
      font-size: 13px; }

@media screen and (max-width: 700px) {
  .normatives {
    overflow: auto;
    width: 100%; }
    .normatives table {
      width: 700px; } }

.participants {
  padding-bottom: 100px; }
  .participants__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px; }
    .participants__tab__icon {
      height: 40px;
      margin-bottom: 12px; }
    .participants__tab__item {
      transition: all .3s ease;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 2px solid transparent;
      border-radius: 12px;
      color: #a5bfcd;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-family: 'PF DinDisplay Pro';
      font-weight: 700;
      height: 120px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px;
      margin-right: 45px;
      padding: 0 22px;
      text-align: center;
      text-transform: uppercase; }
      .participants__tab__item:hover {
        color: #1d8cc9; }
      .participants__tab__item:last-child {
        margin-right: 0; }
      .participants__tab__item i {
        font-size: 40px; }
      .participants__tab__item.active {
        border: 2px solid #1d8cc9;
        color: #1d8cc9;
        pointer-events: none; }
    .participants__tab_card .participants__tab__icon {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .participants__tab_card i {
      font-size: 30px; }
  .participants__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px; }
  .participants__item {
    transition: all .3s ease;
    border: 2px solid #dae1e6;
    border-radius: 24px;
    margin: 0 20px 24px 20px;
    padding: 35px;
    width: calc(50% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 144px; }
    .participants__item:hover {
      border: 2px solid #1d8cc9; }
    .participants__item__img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 30px;
      width: 50px; }
      .participants__item__img img {
        max-width: 100%; }
    .participants__item__name {
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      overflow: hidden;
      max-height: 50px;	  }
    .participants__item__icon {
      transition: all .3s ease;
      color: #839dab;
      display: inline-block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 30px;
      position: relative;
      white-space: nowrap; }
      .participants__item__icon:hover {
        color: #1d8cc9; }
        .participants__item__icon:hover:after {
          opacity: 1; }
        .participants__item__icon:hover:before {
          opacity: 1; }
      .participants__item__icon:after {
        background-color: #1d8cc9;
        color: #fff;
        content: attr(data-icon-description);
        font-size: 12px;
        left: 50%;
        opacity: 0;
        padding: 3px 10px;
        pointer-events: none;
        position: absolute;
        top: -8px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: all .3s ease; }
      .participants__item__icon:before {
        border-color: transparent transparent transparent #1d8cc9;
        border-style: solid;
        border-width: 4.5px 0 4.5px 4px;
        content: ' ';
        height: 0;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: -13px;
        transition: all .3s ease;
        width: 0; }
      .participants__item__icon i {
        font-size: 22px; }
      .participants__item__icon:last-child {
        margin-right: 0; }
    .participants__item__link {
      transition: all .3s ease;
      border-bottom: 1px solid transparent;
      color: #1d8cc9;
      font-size: 13px; }
      .participants__item:hover .participants__item__link{
        border-bottom: 1px solid; }
    .participants__item__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .participants__item__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 35px; }

@media screen and (max-width: 1300px) and (min-width: 700px) {
  .participants__item__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .participants__item__img {
    margin-bottom: 20px; }
  .participants__item {
    height: 205px; } }

@media screen and (max-width: 700px) {
  .participants__item {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .participants__tab__item {
    margin: 0 10px 20px 10px;
    padding: 0 10px;
    width: calc(50% - 20px); }
  .participants__item {
    height: 195px; }
  .participants__tab {
    margin-left: -10px;
    margin-right: -10px; }
  .participants__item__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .participants__item__img {
    margin-bottom: 20px; }
  .participants__item__name {
    font-size: 14px; } }

.popup {
  background-color: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
  display: none;
  left: 50%;
  max-height: 90%;
  overflow: auto;
  padding: 0 20px 40px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 640px; }
  .popup__header {
    font-family: 'PF DinDisplay Pro';
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase; }
  .popup .btn {
    margin-top: 40px; }
  .popup__button {
    text-align: center; }
  .popup__container {
    background-color: rgba(255, 255, 255, 0.48);
    display: none;
    height: 100%;
    left: 0;
    padding: 0 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
  .popup__close {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px; }
    .popup__close:hover span {
      background-color: #1d8cc9; }
    .popup__close span {
      transition: all .3s ease;
      background-color: #bababa;
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 16px; }
      .popup__close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .popup__close span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  .popup__captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;}
  .popup__captcha img{
    vertical-align: top;
    margin-right: 20px;
  }
  .popup__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 0; }
    .popup__select__lable {
      background-color: #fff;
      height: calc(100% - 4px);
      pointer-events: none;
      position: absolute;
      right: 2px;
      top: 2px;
      width: 40px; }
      .popup__select__lable:before {
        background-color: #ccc;
        content: ' ';
        height: 24px;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px; }
      .popup__select__lable span {
        border-bottom: 2px solid #a6a6a6;
        border-left: 2px solid #a6a6a6;
        height: 10px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -70%) rotate(-45deg);
        -ms-transform: translate(-50%, -70%) rotate(-45deg);
        transform: translate(-50%, -70%) rotate(-45deg);
        transition: all .3s ease;
        width: 10px; }
  .popup__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0; }
    .popup__input__line {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      width: 460px; }
    .popup__input__line .wrp-valid{
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap;}
    .popup__input__line.error .wrp-valid{color: red;}
    .popup__input__description{
      padding-left: 140px;
      margin-bottom: 20px;
      color: #808080;
    }
    .popup__input__lable {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 13px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: 20px;
      text-align: right;
      width: 120px; }
      .popup__input__lable.required span:after {
        color: #f50000;
        content: '*';
        font-size: 18px; }

.left-menu ~ .content_inner .authorization{
  -webkit-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);}
.authorization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;}
  .authorization__column {
    margin-right: 120px; }
  .authorization__column p{
    margin-bottom: 1em;
  }
  .authorization .popup__input__lable {width: 50px; }
  .authorization .popup__input__description{padding-left: 50px}
  .authorization .btn {
    margin-top: 50px; }
  .authorization .popup__input__line {
    width: 390px; }

.contacts .text_header {
  max-width: 400px; }

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contacts__column {
  padding-right: 40px;
  width: 50%; }

.contacts__feedback {
  margin-top: 50px; }
  .contacts__feedback__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px); }
    .contacts__feedback__content .info, .popup__content .info{
      display: block;
      height: auto;}
    .contacts__feedback__content .info{margin:1em 0 1em 150px;}
    .popup__content .info{
      text-align: center;
      margin: 1em;}
      .contacts__feedback__content .info .pseudo_link, .popup__content .info .pseudo_link {
        color: #185ba9;
        border-bottom: 1px dashed;
        white-space: nowrap;
        cursor: pointer;}
      .contacts__feedback__content .info .pseudo_link:hover, .popup__content .info .pseudo_link:hover{color: #df5162;}
  .contacts__feedback .popup__button {
    margin-left: 150px;
    margin-top: 40px; }
  .contacts__feedback .doc__item {
    margin-left: 280px;
    margin-top: 60px;
    width: 460px; }

.contacts__map {
  height: 400px; }
  .contacts__map #map {
    height: 100%; }

@media screen and (max-width: 1150px) and (min-width: 1000px) {
  .authorization__column {
    margin-right: 60px; }
  .authorization .popup__input__line {
    width: 320px; } }

@media screen and (max-width: 1000px) {
  .authorization {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@media screen and (max-width: 850px) {
  .authorization .popup__input__line {
    width: 300px; }
  .authorization__column {
    margin-right: 60px; } }

@media screen and (max-width: 700px) {
  .popup {
    width: 85%; }
  .authorization {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .authorization .popup__input__line {
    width: 100%; }
  .authorization__column {
    margin-right: 0;
margin-bottom: 40px;	}
  .authorization .btn {
    margin-top: 10px; }
  .authorization .doc__item {
    margin-top: 30px; }
  .contacts__feedback__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .contacts__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contacts__column {
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%; }
    .contacts__column:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 550px) {
  .popup__input__line {
    width: 100%; }
  .popup__input__line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .popup__input__lable {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%; }
  .popup__input__description{padding-left: 0}
  .popup__captcha {
    width: 100%;
    margin-bottom: 10px; }
  .popup__captcha img{margin-right: 0}
  .popup__header {
    padding-top: 70px; }
  .authorization .doc__item {
    margin-left: 0; }
  .contacts__feedback .doc__item {
    margin-left: 0;
    width: initial; }
  .contacts__feedback .popup__button, .contacts__feedback__content .info {
    margin-left: 0; } }

@media screen and (max-width: 450px) {
  .popup__input {
    width: 100%; } }

.press-center {
  padding-bottom: 40px; }

.press__person {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .press__person__img {
    border-radius: 50%;
    margin-right: 35px; }
    .press__person__img img {
      max-width: 160px; }

.press__kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -40px -10px; }
  .press__kit__item {
    margin: 0 10px 40px 10px;
    text-align: center;
    width: calc(25% - 20px); }
  .press__kit__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px; }
    .press__kit__img img {
      max-height: 100%;
      max-width: 100%; }
  .press__kit__name span {
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
    color: #1d8cc9;
    font-size: 13px; }

.press__doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;}
  .press__doc .doc__item {
    padding-right: 40px;
    width: 50%; }
  .press__doc .doc__img {
    text-align: center;
    width: 40px; }
    .press__doc .doc__img img {
      max-width: 100%; }

@media screen and (max-width: 700px) {
  .press__kit__item {
    width: calc(50% - 20px); } }

@media screen and (max-width: 500px) {
  .press__person {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .press__person__img {
    margin-bottom: 35px;
    margin-right: 0; }
  .press__doc .doc__item {
    padding-right: 0;
    width: 100%; } }

@media screen and (max-width: 400px) {
  .press__kit__item {
    width: 100%; } }

.search {
  max-width: 640px; }
  .search__input {
    margin-bottom: 35px;
    position: relative;
    width: 100%; }
    .search__input input {
      box-sizing: border-box;
      border: 1px solid #000;
      color: #000;
      font-size: 13px;
      height: 40px;
      padding: 0 38px 0 14px;
      width: 100%; }
    .search__input .icon_search {
      transition: all .3s ease;
      cursor: pointer;
      font-size: 18px;
      position: absolute;
      right: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .search__input .icon_search:hover {
        color: #1d8cc9; }
      .search__input button.icon_search{
        background: none;
        border:none;
        padding: 0;
        height: 18px;
      }
  .search__sort {
    color: #737373;
    font-family: 'PF DinDisplay Pro';
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase; }
    .search__sort__item {
      transition: all .3s ease;
      display: inline-block;
      margin-right: 30px; }
      .search__sort__item.active {
        color: #1d8cc9;
        pointer-events: none; }
      .search__sort__item:hover {
        color: #1d8cc9; }
  .search__item {
    margin-bottom: 60px;
    padding-left: 40px;
    position: relative; }
    .search__item:before {
      content: attr(data-item-number);
      font-size: 16px;
      left: 0;
      position: absolute;
      top: 0; }
  .search__header {
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
    color: #1d8cc9;
    font-size: 16px;
    font-weight: 700; }
    .search__header:hover {
      border-bottom: 1px solid; }
  .search__text {
    color: #808080;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 20px; }
  .search__breadcrumbs {
    font-size: 12px; }
    .search__breadcrumbs span {
      margin: 0 4px; }
    .search__breadcrumbs a {
      transition: all .3s ease;
      border-bottom: 1px solid transparent;
      color: #1d8cc9; }
      .search__breadcrumbs a:hover {
        border-bottom: 1px solid; }

.site-map {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px; }
  .site-map__link {
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
    color: #1d8cc9;
    margin-bottom: 10px;
    margin-left: 35px; }
    .site-map__link:hover {
      border-bottom: 1px solid; }
    .site-map__link:last-child {
      margin-bottom: 0; }
  .site-map__caption {
    font-weight: 700;
    margin-left: 0; }

@media screen and (max-width: 500px) {
  .site-map__link:hover {
    border-bottom: 1px solid transparent;
    color: #333; } }

.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 90px; }
  .statistics__item {
    text-align: center;
    width: 175px; }
    .statistics__item_main {
      margin-top: 10px;
      position: relative; }
      .statistics__item_main .statistics__img {
        display: inline-block;
        height: initial; }
      .statistics__item_main .statistics__item__content {
        color: #fff;
        left: 50%;
        position: absolute;
        top: 18px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .statistics__item_main .statistics__text {
        width: 90px !important; }
  .statistics__img {
    height: 50px;
    margin-bottom: 10px; }
  .statistics__number {
    font-family: 'PF DinDisplay Pro';
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap; }
  .statistics__text {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 auto;
    width: 135px; }
  .statistics__header {
    padding: 60px 10px 30px 10px; }
  .statistics__line {
    border-bottom: 1px solid #d2e8f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .statistics__line:first-child {
      margin-top: 40px; }
    .statistics__line:last-child {
      border-bottom: none; }
    .statistics__line .statistics__item_main {
      margin-top: 0; }
    .statistics__line .statistics__text {
      width: 180px; }
    .statistics__line_center {
      border-bottom: none;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .statistics__line_center .statistics__item:not(.statistics__item_main) {
        margin-top: 18px; }
    .statistics__line .statistics__item {
      margin: 0 10px 35px 10px;
      width: calc(25% - 20px); }
    .statistics__line_3-items .statistics__item {
      width: calc(33.333% - 20px); }
  .statistics__column {
    width: 50%; }
    .statistics__column__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 25px; }
    .statistics__column .statistics__item {
      width: 50%; }

@media screen and (max-width: 1150px) {
  .statistics__line .statistics__item {
    width: calc(50% - 20px); }
  .statistics__column__content .statistics__item {
    width: calc(100% - 20px) !important; }
  .statistics__column__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 1000px) {
  .doc__column {
    padding-right: 20px; }
  .statistics {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px; }
    .statistics .statistics__item {
      margin-bottom: 40px;
      padding: 0 10px;
      width: 33.333%; }
      .statistics .statistics__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .statistics .statistics__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .statistics .statistics__item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .statistics .statistics__item:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .statistics .statistics__item:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; } }

@media screen and (max-width: 650px) {
  .statistics {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .statistics .statistics__item {
      padding: 0;
      width: 175px; }
      .statistics .statistics__item:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .statistics .statistics__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .statistics .statistics__item:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .statistics .statistics__item:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .statistics .statistics__item:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; } }

@media screen and (max-width: 600px) {
  .doc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .doc__header {
    margin-bottom: 20px; }
  .doc__column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%; }
  .doc__item {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .doc__item_zip {
    margin-top: 0; } }

@media screen and (max-width: 500px) {
  .statistics__line .statistics__item {
    width: calc(100% - 20px); }
  .statistics__column {
    width: 100%; }
    .statistics__column:nth-child(n+2) .section__header {
      padding-top: 0; } }

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .thanks__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding-right: 40px;
    width: 33.333%; }
  .thanks__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    width: 120px; }
    .thanks__img:hover .thanks__list__zoom {
      opacity: 1; }
    .thanks__img img {
      max-width: 100%; }
  .thanks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .thanks__list__item {
      cursor: pointer;
      margin: 0 10px 20px 10px;
      position: relative;
      text-align: center;
      width: calc(20% - 20px); }
      .thanks__list__item:hover .thanks__list__zoom {
        opacity: 1; }
      .thanks__list__item img {
        max-width: 100%; }
    .thanks__list__zoom {
      transition: all .3s ease;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      height: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 40px; }

@media screen and (min-width: 1000px) and (max-width: 1250px) {
  .thanks__item {
    width: 50%; } }

@media screen and (max-width: 900px) {
  .thanks__item {
    width: 50%; } }

@media screen and (max-width: 700px) {
  .thanks__item {
    padding-right: 0;
    width: 100%; }
  .thanks__list__item {
    width: calc(25% - 20px); } }

@media screen and (max-width: 500px) {
  .thanks__list__item {
    width: calc(33.333% - 20px); } }

@media screen and (max-width: 400px) {
  .thanks__list__item {
    width: calc(50% - 20px); } }

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-top: 40px; }
  .video__item {
    margin: 0 20px;
    margin-bottom: 70px;
    width: calc(50% - 40px); }
  .video__content {
    margin-bottom: 30px; }
    .video__content iframe {
      height: 250px;
      width: 100%; }
  .video__caption {
    font-family: 'PF DinDisplay Pro';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px; }
  .video-text .video__item {
    margin-bottom: 40px; }
  .video-text .video {
    margin-top: 0; }

@media screen and (max-width: 700px) {
  .video__item {
    width: 100%; }
  .text_float img {
    float: initial;
    margin: 0 0 20px 0;
    max-width: 100%; } }

.participants .participants__item{
	height: auto;
	flex-direction: column;
	align-items: flex-start;
}

.header__logo__text{
	height: 16px;
	margin-left: 10px;
}

@media screen and (max-width: 1300px) {
	.header__logo__text{
		display: none;
	}
}


@media screen and (min-width: 700px) {
	.authorization__column .popup__button{
		padding-left: 70px;
	}
}

.get-cart__bank__text {
	color: #1d8cc9;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.get-cart__bank__text i{
	margin-right: 5px;
}

.get-cart__buttons {
	display: flex;
	justify-content: space-between;
}

.doc__img .pic{
  width: 34px;
  height: 35px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,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);
}

.doc__img .pic._ppt {
  background-position: 0 -37px
}

.doc__img .pic._pdf {
  background-position: 0 -74px
}

.doc__img .pic._xls {
  background-position: 0 -111px
}

.doc__img .pic._doc {
  background-position: 0 -148px
}

.doc__img .pic._jpg {
  background-position: 0 -185px
}

.doc__img .pic._gif {
  background-position: 0 -222px
}

.doc__img .pic._png {
  background-position: 0 -259px
}

.doc__img .pic._tif {
  background-position: 0 -296px
}

.doc__img .pic._bmp {
  background-position: 0 -333px
}

.doc__img .pic._rar {
  background-position: 0 -370px
}

.doc__img .pic._zip {
  background-position: 0 -407px
}

.doc__column .doc__img .pic._zip {
  background: url(./img/doc-img-zip.png) no-repeat 50% 50%;
}

.doc__img .pic._7z {
  background-position: 0 -444px
}

.doc__img .pic._mp3 {
  background-position: 0 -481px
}

.doc__img .pic._ogg {
  background-position: 0 -555px
}

.doc__img .pic._wav {
  background-position: 0 -592px
}

.doc__img .pic._avi {
  background-position: 0 -629px
}

.doc__img .pic._wma {
  background-position: 0 -666px
}

.doc__img .pic._mwv {
  background-position: 0 -703px
}

.doc__img .pic._mkv {
  background-position: 0 -740px
}

.doc__img .pic._eps {
  background-position: 0 -777px
}

.doc__img .pic._cdr {
  background-position: 0 -814px
}

.doc__img .pic._ai {
  background-position: 0 -851px
}

.cart-single .cart-page__slider{
	width: 300px;
}

.cart-single .cart-page__item__content{
	-webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.cart-single .cart-page__item{
	padding-bottom: 9.3%;
}

@media screen and (max-width: 500px) {
	.cart-single .cart-page__slider{
		width: 75%;
	}
}
.gallery-slider{margin: 2em 0;}
.gallery-slider .arr{
  width: 7.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.gallery-slider .arr::before{
  position: absolute;
  padding: 1em;
  top: 50%;
  margin-top: -1.5em;
  font-size: 2.5em;
  font-weight: bold;
}
.gallery-slider .arr.prev-arr{left:0;}
.gallery-slider .arr.next-arr{right:0;}
.gallery-slider .gallery-nav{margin-bottom: 4px;}
.gallery-slider .gallery-nav .slick-slide{
  max-height: 190px;
  overflow: hidden;
}
.gallery-slider .gallery-nav .slick-slide img{
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  cursor: pointer;
}
.gallery-slider .gallery-nav .slick-slide.slick-current img{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  cursor: default;
}
.gallery-slider .slick-slider .slick-arrow{display:none !important;}
.gallery-slider .slick-slider:hover .slick-arrow{display:block !important;}
.gallery-slider .gallery-main img{margin: 0 auto}
.btn-copy-wrap{margin-top: 1em;}
.news__page__text i{
  font-style: italic;
  display: inline;
}
.vacancy__container {
  margin-top: 10px;
}
.vacancy__item {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 25px;
}
.vacancy__item:last-child{
  border-bottom: none;
}
.vacancy__caption {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.vacancy__header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.vacancy__title {
  color: #898989;
}

.vacancy__value {
  font-weight: 700;
}

.vacancy__content {
  margin-bottom: 20px;
}

.vacancy__footer {
  padding-bottom: 25px;
}

.vacancy__link {
  color: #1d8cc9;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

.vacancy__link:hover {
  border-bottom: 1px solid;
}

@media screen and (max-width: 500px) {
  .vacancy__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vacancy__block {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vacancy__block:last-child {
    margin-bottom: 0;
  }

  .vacancy__title {
    margin-right: 4px;
  }
}
.text .text-list-title{
  margin-top: 30px;
  display: block;
}
.text .atrr-text{
  margin: 30px 0;
}
.atrr-text-row .atrr-text-atrr-name{
  color:#676767;
}
ul.text-list li::before{
  content: '-\00a0';
  display: inline;
}
.popup__input__description__title{color:#000;}
.text i{
  font-style: italic;
  display: inline;
}
.past-seminar-block{
  margin: 30px 0 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.6;
}
.past-seminar-block .seminar-status{
  margin-right: 25px;
  width: 55px;
  font-size: 12px;
  text-align: center;
}
.past-seminar-block .seminar-status.finished::before{
  content: url('data:image/gif;base64,R0lGODlhKAAoANU0AMzS1XyKkn6Nlf7+/rnBxaawtePm57C5voWTmrG6vvHy84WTm/r6+/X293yLk6Ous36MlP39/cHIzMDHy5KepZKfpYmXnoSSmrK7v8bM0NHW2YSSmdHX2dLX2sbN0Pj5+X+Nlfz9/YqXnu/x8vz8/Pn6+qKtsomWnvX29r/HyqGrsdDW2ezu8MfN0NLY2qKssvT19uLl5////3uKkv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjgxRTQzQTA1QjQ3MTFFN0JFNzJCNTEzMDAzMUZCMUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjgxRTQzQTE1QjQ3MTFFN0JFNzJCNTEzMDAzMUZCMUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCODFFNDM5RTVCNDcxMUU3QkU3MkI1MTMwMDMxRkIxRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCODFFNDM5RjVCNDcxMUU3QkU3MkI1MTMwMDMxRkIxRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAADQALAAAAAAoACgAAAb/QJpwSBwODJJC5QICXSoFiWFQrFqrCoJoxu16uSKC4koeNjCCr/orwDTKVtdiTf8uOvBhJFHvfxMRcAwmfoVdJgxkEQ+GjTMPgVYHjo4HVh2UlBpFDXOZjRcwRHyflUMjEKWOECNCBKqUBDQDFrCOFke2lAYTugEZHyl+SbYBADIyJX4FFLDGyDIZfhQIfikfGQFfz8gA2n0IaX0l3d8z3DLehQLidS3Q6ujq69V9Dsfd9/DmfgjNfvqQsdjniEIBQwEJOirQCyG+dPwMSYjhKIAHBh4iGppSS1chXDReefQji4aCdiPVCBgjBENKOgmINKj3sguCN0Q41PSyQtLOPxmWrJBg9PIBCTIMVKR8kahMiEm6DoTII4SDp08LNlEdgiIBynUJUGzFQuBEoRNixpI5MkHJBggQNkCZMIVqEAA7');
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 3px;
}
.past-seminar-block .seminar-content a{
  color: #1d8cc9;
}
.past-seminar-block .seminar-content a:hover{
  border-bottom: 1px solid;
}
.program-block{
  margin: 19px 0;
  border:1px solid #e5e5e5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 28px 28px 45px;
}
.program-block.active{
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
}
.program-block a.btn{
  display: inline-block;
  zoom:1;
  vertical-align: middle;
  *display:inline;
}
.program-block-title{
  overflow: hidden;
  margin-bottom: 22px;
}
.program-block-title::before{
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYyMUY3NkE1NUJFMTExRTdCNzY2QzFGNzFGNjU3NEFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYyMUY3NkE2NUJFMTExRTdCNzY2QzFGNzFGNjU3NEFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjIxRjc2QTM1QkUxMTFFN0I3NjZDMUY3MUY2NTc0QUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjIxRjc2QTQ1QkUxMTFFN0I3NjZDMUY3MUY2NTc0QUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IRhiAAAAAfElEQVR42mL4//9/KxB/BuJJQMwMxAzoGET8/I8A64GYA5uivv+o4AAQ86ErYgTiTjSF54FYHFkRDBcD8T8khbeBWAldEQjHA/FvJIXPgFiPAYtvfIH4G5LCO0wMmOA/Gv8fydbhdTgoCDoIBQFRgUlUtIAi+Au+CAYIMAAkMZJ/gAU/rAAAAABJRU5ErkJggg==');
  display: block;
  line-height: 1;
  padding: 12px 15px 12px 16px;
  text-align: center;
  float: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #000;
}
.program-block-title-description{
  color: #737373;
  margin-left: 55px;
  line-height: 1;
}
.program-block-title-text{
  font-weight: bold;
  font-size:20px;
  margin-left: 55px;
}
.program-block-title.blue .program-block-title-text{color:#1e8cc9;}
.program-block-title.blue::before{background-color:#1e8cc9;}
.program-block-title.green .program-block-title-text{color:#a6bc2c;}
.program-block-title.green::before{background-color:#a6bc2c;}
.program-block .program-block-form{
  display: none;
  border-top: 1px solid #dedede;
  padding-top: 30px;
  margin-top: 30px;
}
.program-block.active .program-block-form{
  display: block;
}
.program-block-form .popup__header{
  padding: 0;
  margin: 0 0 22px;
}
.program-block-form .contacts__feedback{
  margin: 0;
}
.program-block-form .contacts__feedback .popup__button{
  margin-top: 20px;
}
.program-block-btn-wrap{margin:27px 0 0 -30px;}
.program-block-btn-wrap .btn{margin-left: 30px; margin-bottom:10px}
.program-block-content p{margin-bottom: 22px; }
.program-block-content p:last-child{margin-bottom: 0; }
.program-block-content .text-list-title{margin-top: 22px; display: block;}
.programs-description{margin-bottom: 24px;}
.programs-description ~ .programs-description{margin-top: 57px;}
.programs-description .text_header{margin: 0;}
.text_header_description{font-weight: bold;margin-top: 2px;}

.text table img{
  width: 100%
}
@media screen and (max-width: 800px) {
  .text table td{
    width: auto;
  }
  .text table img{
    max-width: 150px;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .text table img{
    max-width: 100px;
  }
}