 * {
   font-family: 'Montserrat', sans-serif;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   outline: none;
   -webkit-appearance: none;
 }

 html {
   scroll-behavior: smooth;
   scroll-padding-top: 60px;
 }

 body {
   width: 100%;
   overflow-x: hidden;
   position: relative;
   background: #fff;
 }

 body.modal-open {
   overflow: hidden;
 }

 hr {
   border-top: 1px dashed #8c8b8b;
   width: 100%;
   margin: 20px 0px;
 }

 .btn-primary {
   display: inline-block;
   font-size: 16px;
   line-height: 24px;
   color: #fff;
   background: #f7a906;
   padding: 18px 45px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .btn-primary:hover {
   opacity: .7;
 }

 .url-doc {
   background: url("../img/documents/url-icon.svg") top right no-repeat;
 }

 .investors__left .finance-reports__document.url:after {
   background: url("../img/documents/url-icon.svg") top right no-repeat;
 }

 .investors__left .year-report__item.url:after {
   background-image: url("../img/documents/url-icon.svg");
 }

 .daughters__left .documents__link {
   display: flex;
 }

 .iti {
   width: 100% !important;
 }

 /*.daughters__left .documents__link .year {
    display: block;
    color: #f7a906;
    font-weight: 700;
    width: 90px;
    vertical-align: middle;
}
.daughters__left .documents__link .year {
	display:block;
}*/
 /*.modal.modal_management_category .modal__inner {
  max-width: 1420px;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  width: 100%;
}
.modal.modal_management_category .modal__content{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
}
.modal.modal_management_category .modal__content .tabs {
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  padding: 60px 90px 40px 90px;
}
@media (max-width: 1440px) {
.modal.modal_management_category .modal__content .tabs {
    width: -webkit-calc(100% - 314px);
    width: calc(100% - 314px);
    padding: 40px;
  }
}
@media (max-width: 1023px) {
.modal.modal_management_category .modal__content .tabs {
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
    padding: 30px;
  }
}*/
 .persons-list__content .about__info {
   margin-bottom: 0px !important;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }

 .persons-list__content .tab {
   display: none;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }

 @media (max-width: 767px) {
   .persons-list__content .tab {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .persons-list__content .tab {
   width: 100%;
   padding: 0px 10px;
   display: block;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }

 .persons-list__content .tab__left {
   width: 230px;
 }

 @media (max-width: 1440px) {
   .persons-list__content .tab__left {
     width: 200px;
   }
 }

 @media (max-width: 1023px) {
   .persons-list__content .tab__left {
     width: 230px;
   }
 }

 @media (max-width: 767px) {
   .persons-list__content .tab__left {
     width: 100%;
     height: 20px;
   }
 }

 /*.persons-list__content .tab__left .person__img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1440px) {
  .persons-list__content .tab__left .person__img {
    height: 260px;
  }
}
@media (max-width: 1023px) {
  .persons-list__content .tab__left .person__img {
    height: 290px;
  }
}
@media (max-width: 767px) {
  .persons-list__content .tab__left .person__img {
    height: 260px;
  }
}*/
 .persons-list__content .tab__left .person__descr {
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 auto;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   display: block;
   margin-bottom: 20px;
   /*padding: 0px 20px 0px;*/
   position: relative;
 }

 /*.persons-list__content .tab__left .person__descr:before {
  position: absolute;
  content: '';
  top: 5px;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #f7a906;
}*/
 .persons-list__content .tab__left .person__name {
   font-size: 16px;
   line-height: 20px;
   color: #0b1734;
   font-weight: 600;
 }

 @media (max-width: 1440px) {
   .persons-list__content .tab__left .person__name {
     font-size: 16px;
   }
 }

 @media (max-width: 1023px) {
   .persons-list__content .tab__left .person__name {
     font-size: 16px;
   }
 }

 @media (max-width: 767px) {
   .persons-list__content .tab__left .person__name {
     font-size: 16px;
   }
 }

 .persons-list__content .tab__left .person__pos {
   font-size: 14px;
   line-height: 21px;
   color: #0b1734;
   font-weight: 400;
 }

 .persons-list__content .tab__right {
   width: -webkit-calc(100% - 230px);
   width: calc(100% - 230px);
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .persons-list__content .tab__right {
     width: -webkit-calc(100% - 200px);
     width: calc(100% - 200px);
   }
 }

 @media (max-width: 1023px) {
   .persons-list__content .tab__right {
     width: -webkit-calc(100% - 230px);
     width: calc(100% - 230px);
   }
 }

 @media (max-width: 767px) {
   .persons-list__content .tab__right {
     width: 100%;
   }
 }

 .persons-list__content .tab__right .descr h3 {
   font-weight: 500;
   font-size: 18px;
   line-height: 27px;
   color: #0b1734;
   margin-top: 0;
   margin-bottom: 20px;
 }

 @media (max-width: 1280px) {
   .persons-list__content .tab__right .descr h3 {
     font-size: 14px;
   }
 }

 .persons-list__content .tab__right .descr p {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   margin-top: 0;
   margin-bottom: 10px;
 }

 @media (max-width: 1440px) {
   .persons-list__content .tab__right .descr p {
     font-size: 14px;
     line-height: 1.4;
   }
 }

 /*
.modal.modal_management_category .modal__content .switch {
  width: 360px;
  background: #f2f5fa;
  padding: 48px 48px 10px 40px;
}
@media (max-width: 1440px) {
  .modal.modal_management_category .modal__content .switch {
    width: 314px;
  }
}
@media (max-width: 1023px) {
  .modal.modal_management_category .modal__content .switch {
    display: none;
  }
}
.modal.modal_management_category .modal__content .switch__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}
.modal.modal_management_category .modal__content .switch__item:hover {
  opacity: .7;
}
.modal.modal_management_category .modal__content .switch__item.active .switch__name {
  font-weight: 600;
}
.modal.modal_management_category .modal__content .switch__img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal.modal_management_category .modal__content .switch__name {
  width: -webkit-calc(100% - 52px);
  width: calc(100% - 52px);
  text-align: left;
  color: #0b1734;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.modal.modal_management .modal__bg {
  background: transparent;
}
.modal.modal_management.opened {
  display: block;
  padding: 40px 20px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
}*/
 .f-left {
   float: left;
 }

 .f-right {
   float: right;
 }

 .clearfix:after {
   display: table;
   clear: both;
   content: '';
 }

 .jsFadeIn {
   opacity: 0;
   -webkit-transform: translateY(300px);
   -ms-transform: translateY(300px);
   transform: translateY(300px);
   -webkit-transition: opacity 1s, -webkit-transform 1s;
   transition: opacity 1s, -webkit-transform 1s;
   transition: opacity 1s, transform 1s;
   transition: opacity 1s, transform 1s, -webkit-transform 1s;
 }

 @media (max-width: 767px) {
   .jsFadeIn {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
   }
 }

 .jsFadeIn.fade {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
 }

 .container {
   width: 1420px;
   margin: 0 auto;
   position: relative;
 }

 @media (max-width: 1440px) {
   .container {
     width: 1200px;
   }
 }

 @media (max-width: 1346px) {
   .container {
     width: 995px;
   }
 }

 @media (max-width: 1023px) {
   .container {
     width: 730px;
   }
 }

 @media (max-width: 767px) {
   .container {
     width: 100%;
     padding: 0 10px;
   }
 }

 .container.container_1240 {
   width: 1240px;
 }

 @media (max-width: 1440px) {
   .container.container_1240 {
     width: 1200px;
   }
 }

 @media (max-width: 1346px) {
   .container.container_1240 {
     width: 995px;
   }
 }

 @media (max-width: 1023px) {
   .container.container_1240 {
     width: 730px;
   }
 }

 @media (max-width: 767px) {
   .container.container_1240 {
     width: 100%;
     padding: 0 10px;
   }
 }

 .side-button {
   cursor: pointer;
   position: fixed;
   z-index: 10;
   right: 0;
   top: 50%;
   padding: 15px;
   background: #2b3990;
   width: auto;
   display: inline-block;
   text-align: center;
   -webkit-transform: rotate(-90deg) translateY(80px);
   -ms-transform: rotate(-90deg) translateY(80px);
   transform: rotate(-90deg) translateY(80px);
 }

 @media (max-width: 767px) {
   .side-button {
     right: 33px;
     padding: 5px 10px;
   }
 }

 .side-button__icon {
   display: inline-block;
   width: 25px;
   height: 25px;
   background: url("../images/sprite.png") 0px -94px;
   background-repeat: no-repeat;
   vertical-align: middle;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 @media (max-width: 767px) {
   .side-button__icon {
     display: none;
   }
 }

 .side-button__text {
   display: inline-block;
   font-weight: 700;
   font-size: 16px;
   color: #fff;
   margin-left: 15px;
 }

 @media (max-width: 767px) {
   .side-button__text {
     font-size: 12px;
     margin-left: 0;
   }
 }

 .top-menu {
   position: relative;
   z-index: 200;
 }

 .top-menu .mobile-menu {
   position: fixed;
   top: 106px;
   right: 0;
   width: 320px;
   bottom: 0;
   overflow-x: hidden;
   overflow-y: auto;
   background: #fff;
   z-index: 99;
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
 }

 @media (max-width: 767px) {
   .top-menu .mobile-menu {
     top: 70px;
     width: 100%;
   }
 }

 .top-menu .mobile-menu.opened {
   -webkit-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0);
 }

 .top-menu .mobile-menu__item {
   padding: 15px 20px;
   font-size: 16px;
   line-height: 24px;
   font-weight: 600;
   position: relative;
 }

 .top-menu .mobile-menu__item a {
   text-transform: uppercase;
   color: #0b1734;
   display: inline;
   position: relative;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .top-menu .mobile-menu__item a:hover {
   opacity: .7;
 }

 .top-menu .mobile-menu__item.opened {
   background: #f2f5fa;
 }

 .top-menu .mobile-menu__item.opened>.mobile-menu__list {
   display: block;
 }

 .top-menu .mobile-menu__item.opened>.mobile-menu__arrow {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 .top-menu .mobile-menu__item.active>a {
   color: #e79b24;
 }

 .top-menu .mobile-menu__item.active>a:after {
   content: '';
   position: absolute;
   bottom: -4px;
   left: 0;
   right: 0;
   height: 4px;
   background: #e79b24;
 }

 .top-menu .mobile-menu__arrow {
   position: absolute;
   width: 38px;
   height: 38px;
   top: 14px;
   right: 0;
   background: url(../images/dropdown.svg);
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   cursor: pointer;
 }

 .top-menu .mobile-menu__list {
   display: none;
 }

 .top-menu .mobile-menu__list .mobile-menu__item {
   padding: 20px;
 }

 .top-menu .mobile-menu .social {
   text-align: left;
   padding: 20px;
 }

 .top-menu .mobile-menu .social__link+.social__link {
   margin-left: 15px;
 }

 @media (max-width: 1023px) {
   .top-menu__banner .container {
     padding-left: 0;
     padding-right: 0;
   }
 }

 .top-menu__banner .desktop {
   display: block;
 }

 @media (max-width: 767px) {
   .top-menu__banner .desktop {
     display: none;
   }
 }

 .top-menu__banner .mobile {
   display: none;
 }

 @media (max-width: 767px) {
   .top-menu__banner .mobile {
     display: block;
   }
 }

 .top-menu__banner a {
   display: block;
   width: 100%;
 }

 .top-menu__banner a img {
   max-width: 100%;
 }

 .top-menu__inner {
   padding: 26px 0 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   position: relative;
 }

 @media (max-width: 1440px) {
   .top-menu__inner {
     padding: 24px 0 24px;
   }
 }

 @media (max-width: 767px) {
   .top-menu__inner {
     padding: 10px 0 20px;
   }
 }

 .top-menu__logo {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   display: block;
   width: 279px;
   height: 55px;
 }

 .top-menu__logo img {
   display: block;
   width: 100%;
   height: auto;
 }

 @media (max-width: 767px) {
   .top-menu__logo {
     width: 228px;
     height: 45px;
   }
 }

 .top-menu__content {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: -webkit-calc(100% - 300px);
   width: calc(100% - 300px);
 }

 @media (max-width: 767px) {
   .top-menu__content {
     width: -webkit-calc(100% - 230px);
     width: calc(100% - 230px);
   }
 }

 .top-menu__line {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }

 @media (max-width: 767px) {
   .top-menu__line:nth-child(1) {
     padding-top: 0;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     position: relative;
   }
 }

 .top-menu__line:nth-child(1) .search {
   display: none;
   margin-left: 20px;
   top: 11px;
 }

 @media (max-width: 1440px) {
   .top-menu__line:nth-child(1) .search {
     display: block;
   }
 }

 @media (max-width: 767px) {
   .top-menu__line:nth-child(1) .search {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
     margin-left: 0;
     margin-right: 8px;
     top: 7px;
   }
 }

 @media (max-width: 1440px) {
   .top-menu__line:nth-child(2) {
     margin-left: -280px;
     width: -webkit-calc(100% + 280px);
     width: calc(100% + 280px);
   }
 }

 @media (max-width: 1023px) {
   .top-menu__line:nth-child(2) {
     display: none;
   }
 }

 @media (max-width: 1440px) {
   .top-menu__line:nth-child(2) .search {
     display: none;
   }
 }

 .top-menu__line .links {
   margin-left: 55px;
 }

 @media (max-width: 1440px) {
   .top-menu__line .links {
     margin-left: 40px;
   }
 }

 @media (max-width: 767px) {
   .top-menu__line .links {
     display: none;
   }
 }

 .top-menu__line .lang {
   margin-left: 30px;
   padding-left: 30px;
   position: relative;
   display: block;
   text-align: left;
 }

 @media (max-width: 1440px) {
   .top-menu__line .lang {
     margin-left: 25px;
     padding-left: 25px;
   }
 }

 @media (max-width: 767px) {
   .top-menu__line .lang {
     margin-left: 0;
     padding-left: 0;
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
     left: -230px;
     position: absolute;
     right: 0;
     top: 60px;
     display: block;
   }
 }

 .top-menu__line .lang:before {
   position: absolute;
   content: '';
   height: 20px;
   top: 50%;
   margin-top: -10px;
   left: 0;
   border-left: 1px solid #9ba2ac;
 }

 @media (max-width: 767px) {
   .top-menu__line .lang:before {
     display: none;
   }
 }

 .top-menu__line .lang__item {
   display: inline-block;
   vertical-align: middle;
 }

 .top-menu__line .lang__item:hover span {
   color: #e79b24;
 }

 .top-menu__line .lang__item span {
   line-height: 24px;
   font-size: 14px;
   color: #9ba2ac;
   -webkit-transition: color .3s;
   transition: color .3s;
 }

 @media (max-width: 1440px) {
   .top-menu__line .lang__item span {
     font-size: 12px;
   }
 }

 .top-menu__line .lang__item.active span {
   color: #e79b24;
 }

 .top-menu__line .lang__item+.lang__item {
   margin-left: 19px;
 }

 .top-menu__line .nav {
   padding-top: 9px;
 }

 @media (max-width: 1440px) {
   .top-menu__line .nav {
     width: 100%;
   }
 }

 @media (max-width: 1023px) {
   .top-menu__line .nav {
     display: none;
   }
 }

 .top-menu__line .search {
   position: relative;
   margin-left: 12px;
   margin-bottom: 26px;
   z-index: 4;
 }

 .top-menu__line .search.active .search__modal {
   display: block;
 }

 .top-menu__line .search__icon {
   width: 16px;
   height: 16px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;
   background-image: url(../images/search.png);
   opacity: 1;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   cursor: pointer;
   position: relative;
   top: 2px;
 }

 .top-menu__line .search__icon:hover {
   opacity: .7;
 }

 .top-menu__line .search__modal {
   display: none;
   position: absolute;
   top: -webkit-calc(100% + 15px);
   top: calc(100% + 15px);
   right: -8px;
 }

 .top-menu__line .search__close {
   position: absolute;
   bottom: 100%;
   background-color: #f2f5fa;
   width: 36px;
   height: 36px;
   right: 0;
   cursor: pointer;
 }

 .top-menu__line .search__close:hover:after {
   opacity: .7;
 }

 .top-menu__line .search__close:after {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -8px;
   margin-left: -8px;
   width: 16px;
   height: 16px;
   display: block;
   background: url(../images/sprite.png) -180px -18px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .top-menu__line .search__form {
   background-color: #f2f5fa;
   position: relative;
   font-size: 0;
   white-space: nowrap;
 }

 @media (max-width: 767px) {
   .top-menu__line .search__form {
     padding: 10px;
   }
 }

 .top-menu__line .search__form-input {
   display: inline-block;
   position: relative;
   padding: 30px;
 }

 @media (max-width: 767px) {
   .top-menu__line .search__form-input {
     padding: 10px;
     display: block;
   }
 }

 .top-menu__line .search__form .purchases__select-wrapper {
   display: inline-block;
   margin: 0 30px 0 0;
 }

 .top-menu__line .search__form .purchases__select-wrapper select {
   max-width: 420px;
   font-size: 16px;
 }

 @media (max-width: 767px) {
   .top-menu__line .search__form .purchases__select-wrapper {
     margin: 10px;
     display: block;
   }
 }

 .top-menu__line .search__form input[type=text] {
   border: none;
   height: 50px;
   width: 480px;
   position: relative;
   z-index: 1;
   padding: 0 48px 0 16px;
   color: #0b1734;
   font-size: 16px;
 }

 @media (max-width: 767px) {
   .top-menu__line .search__form input[type=text] {
     width: 250px;
   }
 }

 .top-menu__line .search__form button[type=submit] {
   z-index: 2;
   display: block;
   position: absolute;
   right: 48px;
   top: 50%;
   margin-top: -8px;
   border: none;
   height: 16px;
   width: 16px;
   background: url(../images/sprite.png) -180px 0px;
 }

 @media (max-width: 767px) {
   .top-menu__line .search__form button[type=submit] {
     right: 24px;
   }
 }

 @media (max-width: 1023px) {
   .top-menu__line .social {
     display: none;
   }
 }

 .top-menu__line .jsMobileMenuOpen {
   display: none;
   margin-left: 80px;
   width: 48px;
   height: 48px;
   background: url(../images/menu.svg);
   cursor: pointer;
 }

 @media (max-width: 1023px) {
   .top-menu__line .jsMobileMenuOpen {
     display: inline-block;
     margin-left: 30px;
   }
 }

 @media (max-width: 767px) {
   .top-menu__line .jsMobileMenuOpen {
     margin-left: -webkit-calc(100% - 48px);
     margin-left: calc(100% - 48px);
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
     margin-bottom: 10px;
   }
 }

 .top-menu__line .jsMobileMenuOpen.active {
   background: url(../images/menu-close.svg);
 }

 .social {
   display: block;
   text-align: right;
 }

 .social__link {
   display: inline-block;
   width: 22px;
   height: 20px;
   position: relative;
   vertical-align: middle;
 }

 .social__link:before,
 .social__link:after {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: '';
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-transition: opacity .5s;
   transition: opacity .5s;
 }

 .social__link:before {
   opacity: 1;
 }

 .social__link:after {
   opacity: 0;
 }

 .social__link:hover:before {
   opacity: 0;
 }

 .social__link:hover:after {
   opacity: 1;
 }

 .social__link:hover .border.border_left {
   height: 30px;
 }

 .social__link:hover .border.border_right {
   height: 30px;
 }

 .social__link:hover .border.border_top {
   width: 32px;
 }

 .social__link:hover .border.border_bottom {
   width: 32px;
 }

 .social__link.social__link_fb:before {
   background-image: url(../images/fb.svg);
 }

 .social__link.social__link_fb:after {
   background-image: url(../images/fb_hover.svg);
 }

 .social__link.social__link_tw:before {
   background-image: url(../images/twitter.svg);
 }

 .social__link.social__link_tw:after {
   background-image: url(../images/twitter_hover.svg);
 }

 .social__link.social__link_yt:before {
   background-image: url(../images/yt.svg);
 }

 .social__link.social__link_yt:after {
   background-image: url(../images/yt_hover.svg);
 }

 .social__link.social__link_in:before {
   background-image: url(../images/in.svg);
 }

 .social__link.social__link_in:after {
   background-image: url(../images/in_hover.svg);
 }

 .social__link.instagram_class:before {
   background-image: url(../images/instagram.png);
 }

 .social__link.instagram_class:after {
   background-image: url(../images/active_instagram.png);
 }

 .social__link.telegram_class:before {
   background-image: url(../images/telegram.png);
 }

 .social__link.telegram_class:after {
   background-image: url(../images/active_telegram.png);
 }

 .social__link+.social__link {
   margin-left: 25px;
 }

 .social .border {
   position: absolute;
   background: #f7a700;
 }

 .social .border.border_left {
   width: 1px;
   top: -5px;
   left: -5px;
   height: 0;
   -webkit-transition: height .5s;
   transition: height .5s;
 }

 .social .border.border_right {
   width: 1px;
   bottom: -5px;
   right: -5px;
   height: 0;
   -webkit-transition: height .5s;
   transition: height .5s;
 }

 .social .border.border_top {
   width: 0px;
   top: -5px;
   right: -5px;
   height: 1px;
   -webkit-transition: width .5s;
   transition: width .5s;
 }

 .social .border.border_bottom {
   width: 0px;
   bottom: -5px;
   left: -5px;
   height: 1px;
   -webkit-transition: width .5s;
   transition: width .5s;
 }

 .links {
   display: block;
   text-align: left;
 }

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

 .links__link:hover span {
   color: #e79b24;
 }

 .links__link span {
   line-height: 24px;
   font-size: 14px;
   color: #9ba2ac;
   -webkit-transition: color .3s;
   transition: color .3s;
 }

 @media (max-width: 1440px) {
   .links__link span {
     font-size: 12px;
   }
 }

 .nav {
   display: block;
 }

 .nav ul {
   margin: 0;
   text-align: left;
 }

 @media (max-width: 1440px) {
   .nav ul {
     text-align: right;
   }
 }

 .nav ul li {
   display: inline-block;
   vertical-align: middle;
   padding: 0 10px 26px 11px;
   position: static;
 }

 @media (max-width: 1440px) {
   .nav ul li {
     padding: 0 0 0 10px;
   }
 }

 @media (max-width: 1023px) {
   .nav ul li {
     padding: 0 5px 0 0;
   }
 }

 .nav ul li.active a span {
   color: #f7a906;
 }

 .nav ul li.opened .nav-item__in a:after {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
 }

 .nav ul li.opened .nav-item__overlay {
   z-index: 2;
 }

 .nav ul li a {
   position: relative;
 }

 .nav ul li a:after {
   content: '';
   position: absolute;
   bottom: -12px;
   height: 2px;
   background: #f7a906;
   left: 0;
   width: 100%;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transform-origin: left;
   -ms-transform-origin: left;
   transform-origin: left;
   -webkit-transition: -webkit-transform 0.5s ease-in;
   transition: -webkit-transform 0.5s ease-in;
   transition: transform 0.5s ease-in;
   transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
 }

 .nav ul li a span {
   font-weight: 600;
   font-size: 12px;
   line-height: 24px;
   color: #0b1734;
   text-transform: uppercase;
 }

 @media (max-width: 1440px) {
   .nav ul li a span {
     font-size: 12px;
     line-height: 21px;
   }
 }

 .nav-sub {
   position: absolute;
   left: 0;
   right: 0;
   top: 100%;
   margin-top: -17px;
   background: #E0E6EF;
   padding: 22px 20px 22px 420px;
   display: none;
   text-align: left;
 }

 @media (max-width: 1440px) {
   .nav-sub {
     padding: 20px 20px 20px 200px;
   }
 }

 .nav-sub__list {
   position: relative;
   display: inline-block;
 }

 .nav-sub__list:before {
   position: absolute;
   width: 1px;
   background: #C9D2E0;
   bottom: 15px;
   top: 15px;
   right: 0;
   content: '';
   opacity: 0;
 }

 .nav-sub__list.hovered:before {
   -webkit-animation: subBorder 0.5s 0.15s ease-in forwards;
   animation: subBorder 0.5s 0.15s ease-in forwards;
 }

 .nav-sub__sub {
   left: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   padding-right: 30px;
   padding-bottom: 30px;
   opacity: 0;
   margin-left: -10px;
   visibility: hidden;
 }

 .nav-sub__sub-item {
   padding: 13px 0;
   white-space: nowrap;
 }

 @media (max-width: 1440px) {
   .nav-sub__sub-item {
     padding: 10px 0;
   }
 }

 .nav-sub__sub-link {
   display: inline-block;
   position: relative;
   font-size: 18px;
   color: #0b1734;
 }

 @media (max-width: 1440px) {
   .nav-sub__sub-link {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .nav-sub__sub-link:after {
   bottom: -3px !important;
 }

 .nav-sub__sub-link:hover:after {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
 }

 .nav-sub__item {
   position: static;
   padding: 13px 45px 13px 0;
 }

 @media (max-width: 1440px) {
   .nav-sub__item {
     padding: 10px 42px 10px 0;
   }
 }

 .nav-sub__item--sub .nav-sub__link:before {
   position: absolute;
   right: -13px;
   content: '';
   border-left: 7px solid #0b1734;
   border-top: 5px solid transparent;
   border-bottom: 5px solid transparent;
   top: 50%;
   margin-top: -4px;
 }

 @media (max-width: 1440px) {
   .nav-sub__item--sub .nav-sub__link:before {
     margin-top: -5px;
   }
 }

 .nav-sub__item--sub.opened .nav-sub__sub {
   -webkit-animation: subShow 0.5s 0.2s ease-in forwards;
   animation: subShow 0.5s 0.2s ease-in forwards;
 }

 .nav-sub__item--sub.opened .nav-sub__link:before {
   -webkit-animation: subLinkArrow 0.5s 0.15s ease-in forwards;
   animation: subLinkArrow 0.5s 0.15s ease-in forwards;
 }

 .nav-sub__item--sub.opened .nav-sub__link:after {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
 }

 .nav-sub__link {
   display: inline-block;
   position: relative;
   font-size: 18px;
   color: #0b1734;
   max-width: 360px;
 }

 @media (max-width: 1440px) {
   .nav-sub__link {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .nav-sub__link:after {
   bottom: -3px !important;
 }

 .nav-sub__link:hover:after {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
 }

 .nav-item__in {
   position: relative;
 }

 .nav-item__in a {
   z-index: 3;
 }

 .nav-item__overlay {
   position: absolute;
   z-index: 1;
   left: -50px;
   bottom: -30px;
   right: -50px;
   top: -5px;
 }

 .nav-item--align-right .nav-sub {
   text-align: right;
 }

 .nav-item--align-right .nav-sub__list:before {
   left: 0;
   right: auto;
 }

 .nav-item--align-right .nav-sub__item {
   padding: 13px 20px 13px 45px;
 }

 .nav-item--align-right .nav-sub__item--sub .nav-sub__link:before {
   right: auto;
   left: -13px;
   border-right: 7px solid #0b1734;
   border-left: none;
 }

 .nav-item--align-right .nav-sub__item--sub .nav-sub__sub {
   left: auto;
   right: 100%;
 }

 .nav-item--align-right .nav-sub__item--sub.opened .nav-sub__sub {
   -webkit-animation: subShowLeft 0.5s 0.2s ease-in forwards;
   animation: subShowLeft 0.5s 0.2s ease-in forwards;
 }

 .nav-item--align-right .nav-sub__item--sub.opened .nav-sub__link:before {
   -webkit-animation: subLinkArrowLeft 0.5s 0.15s ease-in forwards;
   animation: subLinkArrowLeft 0.5s 0.15s ease-in forwards;
 }

 .nav-item--align-right .nav-sub__item--sub.opened .nav-sub__link:after {
   -webkit-transform: scaleX(1);
   -ms-transform: scaleX(1);
   transform: scaleX(1);
 }

 .stock {
   position: relative;
   z-index: 1;
   display: block;
 }

 .stock__inner {
   background: #0b1734;
 }

 .stock__inner .container {
   text-align: left;
   padding: 8px 40px;
   display: flex;
   flex-wrap: wrap;
 }

 @media (max-width: 1440px) {
   .stock__inner .container {
     padding: 8px 0px;
   }
 }

 @media (max-width: 767px) {
   .stock__inner .container {
     padding: 8px 10px;
     max-width: 100%;
     overflow-y: hidden;
     overflow-x: auto;
     display: none;
   }
 }

 .stock__iframe {
   display: inline-block;
   position: relative;
 }

 .stock__iframe a {
   position: absolute;
   display: block;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
 }

 .stock__item {
   display: inline-block;
   color: #fff;
   font-size: 16px;
   line-height: 24px;
 }

 .stock__item a {
   color: #fff;
 }

 .stock__item.stock__item_arrow-none .stock__arrow {
   display: none;
 }

 .stock__item.stock__item_arrow-green .stock__arrow {
   border-top: 4px solid rgba(0, 0, 0, 0);
   border-bottom: 4px solid #00ff00;
   position: relative;
   bottom: 4px;
 }

 .stock__item .currency {
   color: #9ba2ac;
 }

 .stock__item+.stock__item {
   margin-left: 30px;
   padding-left: 30px;
   position: relative;
 }

 .stock__item+.stock__item:before {
   content: '';
   position: absolute;
   height: 28px;
   top: 50%;
   margin-top: -14px;
   left: 0;
   border-left: 1px solid #364158;
 }

 .stock__price,
 .stock__percent {
   margin-left: 20px;
 }

 .stock__arrow {
   width: 8px;
   height: 8px;
   display: inline-block;
   background: rgba(0, 0, 0, 0);
   border-top: 4px solid #ff0000;
   border-left: 4px solid rgba(0, 0, 0, 0);
   border-right: 4px solid rgba(0, 0, 0, 0);
   border-bottom: 4px solid rgba(0, 0, 0, 0);
 }

 .stock__frame {
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   height: 32px;
   margin: 0 0 -8px;
   width: 580px;
   max-width: 100%;
   display: inline-block;
   position: relative;
   vertical-align: middle;
 }

 .stock__text {
   display: inline-block;
   height: 24px;
   vertical-align: middle;
   color: #fff;
   position: relative;
 }

 .stock__text-in {
   display: inline-block;
   padding-top: 2px;
   padding-left: 20px;
   position: relative;
   top: 1px;
 }

 .main-slider {
   position: relative;
   z-index: 1;
 }

 .main-slider__slider {
   position: relative;
   overflow: hidden;
   height: 400px;
 }

 @media (min-width: 1921px) {
   .main-slider__slider {
     height: 600px;
   }
 }

 .main-slider__slider .slick-dots {
   position: absolute;
   bottom: 33px;
   left: -webkit-calc((100% - 1420px) / 2 + 40px);
   left: calc((100% - 1420px) / 2 + 40px);
 }

 @media (max-width: 1440px) {
   .main-slider__slider .slick-dots {
     left: -webkit-calc((100% - 1200px) / 2);
     left: calc((100% - 1200px) / 2);
   }
 }

 @media (max-width: 1346px) {
   .main-slider__slider .slick-dots {
     left: -webkit-calc((100% - 995px) / 2 + 5px);
     left: calc((100% - 995px) / 2 + 5px);
   }
 }

 @media (max-width: 1023px) {
   .main-slider__slider .slick-dots {
     left: -webkit-calc((100% - 730px) / 2);
     left: calc((100% - 730px) / 2);
   }
 }

 @media (max-width: 767px) {
   .main-slider__slider .slick-dots {
     left: 20px;
   }
 }

 .main-slider__slider .slick-dots li {
   display: inline-block;
 }

 .main-slider__slider .slick-dots li.slick-active button {
   background: #f7a700;
   opacity: 1;
 }

 .main-slider__slider .slick-dots li button {
   width: 12px;
   height: 12px;
   font-size: 0;
   border-radius: 50%;
   background: #bbb;
   opacity: .7;
   border: none;
   vertical-align: top;
 }

 .main-slider__slider .slick-dots li+li {
   margin-left: 20px;
 }

 .main-slider__slide.slide1 {
   position: relative;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover !important;
 }

 .main-slider__slide.slide1 .container {
   position: relative;
   height: 400px;
 }

 @media (min-width: 1921px) {
   .main-slider__slide.slide1 .container {
     height: 600px;
   }
 }

 .main-slider__slide.slide1 .slide1__header {
   font-size: 36px;
   font-weight: 600;
   color: #fff;
   position: absolute;
   bottom: 104px;
   left: 40px;
 }

 @media (max-width: 1440px) {
   .main-slider__slide.slide1 .slide1__header {
     left: 0px;
   }
 }

 @media (max-width: 1023px) {
   .main-slider__slide.slide1 .slide1__header {
     font-size: 30px;
   }
 }

 @media (max-width: 767px) {
   .main-slider__slide.slide1 .slide1__header {
     left: 20px;
     right: 20px;
   }
 }

 .main-slider__slide.slide1 .slide1__descr {
   position: absolute;
   right: 154px;
   bottom: 70px;
   width: 100px;
 }

 @media (max-width: 1440px) {
   .main-slider__slide.slide1 .slide1__descr {
     right: 74px;
   }
 }

 @media (max-width: 767px) {
   .main-slider__slide.slide1 .slide1__descr {
     display: none;
   }
 }

 .main-slider__slide.slide1 .slide1__descr span {
   font-weight: 600;
   color: #fff;
   font-size: 14px;
 }

 .main-slider__slide.slide1 .slide1__num {
   position: absolute;
   bottom: -72px;
   right: 80px;
   color: #fff;
 }

 @media (max-width: 1440px) {
   .main-slider__slide.slide1 .slide1__num {
     right: 0;
   }
 }

 @media (max-width: 767px) {
   .main-slider__slide.slide1 .slide1__num {
     display: none;
   }
 }

 .main-slider__slide.slide1 .slide1__num span {
   display: inline-block;
   vertical-align: 0px;
 }

 .main-slider__slide.slide1 .slide1__num span:nth-child(1) {
   font-size: 80px;
   line-height: 200px;
   font-weight: 800;
 }

 .main-slider__slide.slide1 .slide1__num span:nth-child(2) {
   font-size: 200px;
   line-height: 200px;
   font-weight: 800;
 }

 .main-banner {
   padding-top: 20px;
   padding-bottom: 20px;
 }

 @media (max-width: 767px) {
   .main-banner {
     padding-top: 10px;
     padding-bottom: 10px;
   }
 }

 @media (max-width: 1023px) {
   .main-banner .container {
     padding-left: 0;
     padding-right: 0;
   }
 }

 .main-banner .desktop {
   display: block;
 }

 @media (max-width: 767px) {
   .main-banner .desktop {
     display: none;
   }
 }

 .main-banner .mobile {
   display: none;
 }

 @media (max-width: 767px) {
   .main-banner .mobile {
     display: block;
   }
 }

 .main-banner a {
   display: block;
   width: 100%;
 }

 .main-banner a img {
   max-width: 100%;
 }

 .main-slider-2__inner {
   padding: 56px 90px 7px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 @media (max-width: 1440px) {
   .main-slider-2__inner {
     padding: 40px 0px 25px;
   }
 }

 .main-slider-2__slider {
   width: 340px;
   margin: 0;
 }

 @media (max-width: 767px) {
   .main-slider-2__slider {
     width: auto;
     margin: 0 auto;
   }

   .main-slider-2__inner {
     flex-direction: column;
     gap: 30px;
   }
 }

 .main-slider-2__slider .slick-list {
   padding: 0 !important;
   height: 198px !important;
 }

 .main-slider-2__slide {
   padding: 18px 0;
   display: -webkit-box !important;
   display: -webkit-flex !important;
   display: -ms-flexbox !important;
   display: flex !important;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   color: #9ba2ac;
   cursor: pointer;
 }

 .main-slider-2__slide:last-child {
   border-bottom: none !important;
 }

 .main-slider-2__slide.slick-current+.slick-slide {
   color: #0b1734;
 }

 .main-slider-2__slide.slick-current+.slick-slide .main-slider-2__icon {
   width: 35px;
   height: 35px;
   opacity: 1;
 }

 .main-slider-2__slide.slick-current+.slick-slide .main-slider-2__cat {
   font-size: 14px;
   line-height: 16px;
   font-weight: 700;
 }

 @media (max-width: 1440px) {
   .main-slider-2__slide.slick-current+.slick-slide .main-slider-2__cat {
     font-size: 13px;
   }
 }

 .main-slider-2__icon {
   width: 30px;
   height: 30px;
   opacity: .7;
   display: block;
   margin-right: 15px;
   background-position: center;
   background-size: contain;
 }

 .main-slider-2__num {
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   font-size: 42px;
   line-height: 32px;
   font-weight: bold;
   margin-right: 16px;
 }

 @media (max-width: 1440px) {
   .main-slider-2__num {
     font-size: 35px;
   }
 }

 .main-slider-2__cat {
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   font-size: 12px;
   line-height: 14px;
 }

 @media (max-width: 1440px) {
   .main-slider-2__cat {
     font-size: 10px;
   }
 }

 .main-slider-2__tabs {
   width: -webkit-calc(100% - 450px);
   width: calc(100% - 450px);
 }

 @media (max-width: 767px) {
   .main-slider-2__tabs {
     width: 100%;
   }
 }

 .main-slider-2__tab {
   display: none;
 }

 .main-slider-2__tab.active {
   display: block;
 }

 .main-slider-2__tab.active p {
   margin: 0 0 16px;
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
 }

 @media (max-width: 1440px) {
   .main-slider-2__tab.active p {
     font-size: 16px;
     line-height: 21px;
   }
 }

 .main-slider-2__tab.active p:last-child {
   margin-bottom: 0;
 }

 @media (max-width: 1023px) {
   .main-slider-2__tab.active p:nth-child(2) {
     margin-left: -450px;
   }
 }

 @media (max-width: 767px) {
   .main-slider-2__tab.active p:nth-child(2) {
     margin-left: 0;
   }
 }

 .hot-line {
   background-image: url(../images/btn.png);
   background-position: bottom right;
   background-repeat: no-repeat;
   padding: 20px 35px;
   opacity: 1;
 }


 .hot-line:hover {
   opacity: .7;
 }

 .main-news__heading {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 35px;
   margin-top: 35px;
 }

 @media (max-width: 1440px) {
   .main-news__heading {
     margin-bottom: 16px;
     margin-top: 16px;
   }
 }

 @media (max-width: 1023px) {
   .main-news__heading {
     margin-bottom: 0;
     margin-top: 0;
   }
 }

 .main-news__heading .link {
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   font-weight: 600;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1440px) {
   .main-news__heading .link {
     font-size: 14px;
     line-height: 20px;
   }
 }

 @media (max-width: 767px) {
   .main-news__heading .link {
     width: 150px;
   }
 }

 .main-news__heading .link:hover {
   opacity: .7;
 }

 .main-news__heading .link span:after {
   margin-left: 10px;
   content: '';
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: inline-block;
   position: relative;
   width: 16px;
   height: 8px;
   border-left: 8px solid #0b1734;
   border-top: 4px solid rgba(0, 0, 0, 0);
   border-bottom: 4px solid rgba(0, 0, 0, 0);
   border-right: 8px solid rgba(0, 0, 0, 0);
 }

 .main-news__heading .subscribe {
   cursor: pointer;
   background-color: #f7a906;
   /*padding:10px;*/
   opacity: 1;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 767px) {
   .main-news__heading .subscribe {
     /*    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px); */
   }
 }

 .main-news__heading .subscribe:hover {
   opacity: .7;
 }

 .main-news__heading .subscribe__icon {
   display: inline-block;
   margin-right: 8px;
   margin-top: 2px;
   width: 25px;
   height: 21px;
   background: url(../images/sprite.png) 0px -43px;
 }

 .main-news__heading .subscribe__text {
   font-size: 18px;
   color:
     #fff;
   padding: 10px;
   display: block;
 }

 .main-news__heading .subscribe-icon {
   margin-left: 10px;
   margin-top: 3px;
 }

 @media (max-width: 1440px) {
   .main-news__heading .subscribe__text {
     font-size: 18px;
     /*line-height: 20px;*/
   }
 }

 .main-news__content {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 @media (max-width: 1023px) {
   .main-news__content {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 @media (max-width: 767px) {
   .main-news__content .slick-list {
     padding-right: 10%;
     margin-right: -10px;
   }
 }

 .main-news__content .news {
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: -webkit-calc(25% - 25px);
   width: calc(25% - 25px);
 }

 @media (max-width: 1023px) {
   .main-news__content .news {
     width: -webkit-calc(50% - 25px);
     width: calc(50% - 25px);
     margin-top: 40px;
   }
 }

 @media (max-width: 767px) {
   .main-news__content .news {
     margin-right: 20px;
   }
 }

 .main-news__content .news:hover .news__image {
   background-size: 105%;
 }

 .main-news__content .news:hover .news__text,
 .main-news__content .news:hover .news__date {
   color: #e79b24;
 }

 .main-news__content .news.news_accent .news__date {
   display: none;
 }

 .main-news__content .news.news_accent .news__text {
   padding: 12px 19px 22px;
   text-transform: uppercase;
   font-weight: 600;
 }

 @media (max-width: 1440px) {
   .main-news__content .news.news_accent .news__text {
     padding: 12px 0px 0px;
   }
 }

 .main-news__content .news__image {
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 100%;
   height: 178px;
   -webkit-transition: background-size 0.2s;
   transition: background-size 0.2s;
 }

 @media (max-width: 1440px) {
   .main-news__content .news__image {
     height: 132px;
   }
 }

 @media (max-width: 1023px) {
   .main-news__content .news__image {
     height: 179px;
   }
 }

 @media (max-width: 767px) {
   .main-news__content .news__image {
     height: 140px;
   }
 }

 .main-news__content .news__text {
   padding-top: 12px;
   color: #0b1734;
   font-size: 16px;
   line-height: 24px;
 }

 @media (max-width: 1440px) {
   .main-news__content .news__text {
     font-size: 14px;
     line-height: 20px;
   }
 }

 .main-news__content .news__date {
   padding-top: 0;
   color: #9ba2ac;
   font-size: 14px;
   line-height: 24px;
 }

 @media (max-width: 1440px) {
   .main-news__content .news__date {
     font-size: 12px;
     line-height: 20px;
     margin: 10px 0 0;
   }
 }

 @-webkit-keyframes st0Animation1 {
   from {
     stroke-dashoffset: 600;
   }

   50% {
     stroke-dashoffset: 600;
   }

   to {
     stroke-dashoffset: 0;
   }
 }

 @keyframes st0Animation1 {
   from {
     stroke-dashoffset: 600;
   }

   50% {
     stroke-dashoffset: 600;
   }

   to {
     stroke-dashoffset: 0;
   }
 }

 @-webkit-keyframes st0Animation2 {
   from {
     stroke-dashoffset: 0;
   }

   to {
     stroke-dashoffset: 600;
   }
 }

 @keyframes st0Animation2 {
   from {
     stroke-dashoffset: 0;
   }

   to {
     stroke-dashoffset: 600;
   }
 }

 @-webkit-keyframes st1Animation1 {
   from {
     stroke-dashoffset: 0;
   }

   to {
     stroke-dashoffset: 130;
   }
 }

 @keyframes st1Animation1 {
   from {
     stroke-dashoffset: 0;
   }

   to {
     stroke-dashoffset: 130;
   }
 }

 @-webkit-keyframes st1Animation2 {
   from {
     stroke-dashoffset: 130;
   }

   50% {
     stroke-dashoffset: 130;
   }

   to {
     stroke-dashoffset: 0;
   }
 }

 @keyframes st1Animation2 {
   from {
     stroke-dashoffset: 130;
   }

   50% {
     stroke-dashoffset: 130;
   }

   to {
     stroke-dashoffset: 0;
   }
 }

 .activities__inner {
   padding: 60px 0 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   position: relative;
 }

 @media (max-width: 1023px) {
   .activities__inner {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-top: 20px;
   }
 }

 .activities__inner .line {
   position: absolute;
   top: 132px;
   height: 2px;
   background: #344a5c;
   -webkit-transition: background .3s, left .3s, width .3s;
   transition: background .3s, left .3s, width .3s;
 }

 @media (max-width: 1023px) {
   .activities__inner .line {
     display: none;
   }
 }

 .activities__inner .line:nth-child(6) {
   left: 225px;
   width: 118px;
 }

 @media (max-width: 1440px) {
   .activities__inner .line:nth-child(6) {
     left: 200px;
     width: 80px;
   }
 }

 @media (max-width: 1346px) {
   .activities__inner .line:nth-child(6) {
     left: 180px;
     width: 35px;
   }
 }

 .activities__inner .line:nth-child(7) {
   left: 506px;
   width: 122px;
 }

 @media (max-width: 1440px) {
   .activities__inner .line:nth-child(7) {
     left: 440px;
     width: 80px;
   }
 }

 @media (max-width: 1346px) {
   .activities__inner .line:nth-child(7) {
     left: 380px;
     width: 35px;
   }
 }

 .activities__inner .line:nth-child(8) {
   left: 792px;
   width: 122px;
 }

 @media (max-width: 1440px) {
   .activities__inner .line:nth-child(8) {
     left: 680px;
     width: 80px;
   }
 }

 @media (max-width: 1346px) {
   .activities__inner .line:nth-child(8) {
     left: 580px;
     width: 35px;
   }
 }

 .activities__inner .line:nth-child(9) {
   left: 1076px;
   width: 122px;
 }

 @media (max-width: 1440px) {
   .activities__inner .line:nth-child(9) {
     left: 920px;
     width: 80px;
   }
 }

 @media (max-width: 1346px) {
   .activities__inner .line:nth-child(9) {
     left: 776px;
     width: 39px;
   }
 }

 .activities__item {
   width: 20%;
   text-align: center;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1023px) {
   .activities__item {
     width: 33.33%;
     margin-top: 40px;
   }
 }

 @media (max-width: 767px) {
   .activities__item {
     width: 50%;
   }
 }

 .activities__item:hover .activities__text {
   color: #f7a700;
 }

 .activities__item:hover .image1 svg .st0 {
   -webkit-animation: st0Animation2 .3s linear forwards;
   animation: st0Animation2 .3s linear forwards;
 }

 .activities__item:hover .image1 svg .st1 {
   -webkit-animation-name: st1Animation2;
   animation-name: st1Animation2;
   -webkit-animation-duration: .6s;
   animation-duration: .6s;
   -webkit-animation-direction: forwards;
   animation-direction: forwards;
   -webkit-animation-timing-function: ease-out;
   animation-timing-function: ease-out;
   stroke-width: 3;
 }

 .activities__item:hover .image1 svg .st3 {
   fill: #F6A71C;
 }

 .activities__item:hover .image1 svg:nth-child(2) {
   opacity: 1;
   -webkit-transition: opacity 1s;
   transition: opacity 1s;
 }

 .activities__item:hover:nth-child(1)~.line:nth-child(6) {
   background: #f7a700;
 }

 .activities__item:hover:nth-child(2)~.line:nth-child(6) {
   background: #f7a700;
 }

 .activities__item:hover:nth-child(2)~.line:nth-child(7) {
   background: #f7a700;
 }

 .activities__item:hover:nth-child(3)~.line:nth-child(7) {
   background: #f7a700;
 }

 .activities__item:hover:nth-child(3)~.line:nth-child(8) {
   background: #f7a700;
 }

 .activities__item:hover:nth-child(4)~.line:nth-child(8) {
   background: #f7a700;
 }

 .activities__item:hover:nth-child(4)~.line:nth-child(9) {
   background: #f7a700;
 }

 .activities__item:hover:nth-child(5)~.line:nth-child(9) {
   background: #f7a700;
 }

 .activities__img {
   height: 166px;
   position: relative;
   text-align: center;
 }

 @media (max-width: 767px) {
   .activities__img {
     height: 120px;
   }
 }

 .activities__img .image1 {
   display: inline-block;
   width: 166px;
   height: 145px;
   position: relative;
 }

 .activities__img .image1 .inner {
   position: absolute;
   width: 90px;
   height: 90px;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
 }

 @media (max-width: 767px) {
   .activities__img .image1 {
     width: 135px;
   }

   .activities__img .image1 .inner {
     width: 60px;
     height: 60px;
     top: -15%;
   }
 }

 .activities__img .image1 svg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
 }

 .activities__img .image1 svg:nth-child(2) {
   -webkit-transform: translateX(2px);
   -ms-transform: translateX(2px);
   transform: translateX(2px);
   z-index: 2;
   opacity: 0;
   -webkit-transition: opacity 1s;
   transition: opacity 1s;
 }

 .activities__img .image1 svg:nth-child(3) {
   width: 90px;
   height: 90px;
   top: 50%;
   margin-top: -45px;
   left: 50%;
   margin-left: -45px;
 }

 @media (max-width: 767px) {
   .activities__img .image1 svg:nth-child(3) {
     width: 60px;
     height: 60px;
     top: 50%;
     margin-top: -40px;
     left: 50%;
     margin-left: -30px;
   }
 }

 .activities__img .image1 svg .st0 {
   stroke: #344a5c;
   stroke-width: 3;
   stroke-dasharray: 600;
   stroke-dashoffset: 0;
   fill: rgba(0, 0, 0, 0);
   -webkit-animation: st0Animation1 .6s linear forwards;
   animation: st0Animation1 .6s linear forwards;
 }

 .activities__img .image1 svg .st1 {
   fill: rgba(0, 0, 0, 0);
   stroke: #F6A71C;
   stroke-linecap: round;
   stroke-miterlimit: 10;
   -webkit-animation: st1Animation1 .3s linear forwards;
   animation: st1Animation1 .3s linear forwards;
   stroke-dasharray: 130;
   stroke-dashoffset: 0;
 }

 .activities__img .image1 svg .st3 {
   -webkit-transition: fill 1s;
   transition: fill 1s;
 }

 .activities__text {
   font-size: 16px;
   line-height: 18px;
   margin-top: 28px;
   color: #0b1734;
   -webkit-transition: color .3s;
   transition: color .3s;
 }

 @media (max-width: 1440px) {
   .activities__text {
     font-size: 14px;
   }
 }

 @media (max-width: 1023px) {
   .activities__text {
     margin-top: 14px;
   }
 }

 .estimation-wrapper {
   display: flex;
   gap: 40px;
   align-items: center;
   justify-content: space-around;
   flex-direction: row;
 }

 @media (max-width: 768px) {
   .estimation-wrapper {
     flex-direction: column;
   }
 }

 .form-wrapper {
   display: flex;
   justify-content: center;
 }

 .form-box {
   max-width: 500px;
   width: 100%;
   background: #fff;
   padding: 35px;
   box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
   font-family: Arial, sans-serif;
 }

 .form-top-text {
   font-size: 16px;
   font-weight: 600;
   color: #d93025;
   margin-bottom: 20px;
   text-align: center;
 }

 .form-group {
   margin-bottom: 15px;
 }

 .form-group input {
   width: 100%;
   padding: 14px 15px;
   border: 1px solid #ddd;
   font-size: 14px;
   transition: all 0.3s ease;
 }

 .form-group input:focus {
   border-color: #2b3990;
   outline: none;
 }

 .form-btn {
   width: 100%;
   padding: 14px;
   border: none;
   background: #f7a906;
   color: #fff;
   font-size: 15px;
   font-weight: 600;
   cursor: pointer;
   opacity: 1;
 }

 .form-btn:hover {
   opacity: .7;
 }

 .form-bottom-text {
   margin-top: 18px;
   font-size: 13px;
   color: #666;
   text-align: center;
   line-height: 1.4;
 }

 @media (max-width: 480px) {
   .form-box {
     padding: 25px;
   }
 }

 .estimation-card {
   width: 100%;
   max-width: 600px;
   background: rgba(255, 255, 255, 0.035);
   border-radius: 28px;
   padding: 25px;
   /* box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08); */
 }

 .title {
   font-size: 32px;
   font-weight: 300;
   color: #0b1734;
   letter-spacing: -0.3px;
   margin-bottom: 44px;
   text-align: center;
 }

 /* SLIDER BLOCK */
 .slider-block {
   margin-bottom: 36px;
 }

 .slider-header {
   display: flex;
   justify-content: space-between;
   align-items: baseline;
   margin-bottom: 16px;
 }

 .slider-label {
   font-size: 11px;
   letter-spacing: 2px;
   text-transform: uppercase;
   color: #0b1734;
   font-weight: 400;
 }

 .slider-value {
   font-size: 22px;
   font-weight: 400;
   color: #2b3990;
   letter-spacing: -0.3px;
 }

 .slider-hint {
   margin-top: 10px;
   font-size: 11px;
   color: #f7a906;
   font-style: italic;
   letter-spacing: 0.2px;
 }

 /* CUSTOM RANGE */
 .range-wrap {
   position: relative;
   height: 20px;
   display: flex;
   align-items: center;
 }

 .range-track {
   position: absolute;
   left: 0;
   right: 0;
   height: 3px;
   border-radius: 2px;
   background: rgb(112 112 112 / 10%);
   pointer-events: none;
 }

 .range-fill {
   position: absolute;
   left: 0;
   height: 3px;
   border-radius: 2px;
   background: linear-gradient(90deg, #f7a906, #f0cc6a);
   pointer-events: none;
   transition: width 0.05s;
 }

 .range-thumb {
   position: absolute;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: linear-gradient(135deg, #f0cc6a, #f7a906);
   border: 1.5px solid #0b0f1a;
   box-shadow: 0 0 14px rgba(212, 168, 48, 0.55);
   pointer-events: none;
   transform: translateX(-50%);
   transition: left 0.05s;
 }

 input[type=range] {
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   height: 20px;
   opacity: 0;
   cursor: pointer;
   margin: 0;
 }

 .range-limits {
   display: flex;
   justify-content: space-between;
   margin-top: 8px;
   font-size: 10px;
   color: #f7a906;
   letter-spacing: 0.3px;
 }

 /* DIVIDER */
 .divider {
   height: 1px;
   background: linear-gradient(to right, transparent, rgba(212, 168, 48, 0.2), transparent);
   margin: 20px 0 36px;
 }

 /* RESULT */
 .result {
   text-align: center;
 }

 .result-label {
   font-size: 10px;
   letter-spacing: 3px;
   text-transform: uppercase;
   color: #000;
   margin-bottom: 16px;
 }

 .result-income {
   font-size: 52px;
   font-weight: 300;
   background: linear-gradient(135deg, #f0cc6a 0%, #f7a906 50%, #f0cc6a 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   letter-spacing: -1.5px;
   line-height: 1;
   margin-bottom: 14px;
   transition: all 0.3s ease;
 }

 @media (max-width: 540px) {
   .estimation-card {
     padding: 36px 28px 36px;
   }

   .result-income {
     font-size: 40px;
   }
 }

 .estimation {
   padding-top: 60px;
 }

 .reviews {
   padding-top: 60px;
 }

 .reviews__image {
   object-fit: cover;
   border-radius: 20px;
   max-width: 100%;
   width: 100%;
 }

 .swiper {
   position: relative !important;
   padding: 0 80px !important;
 }

 .swiper-pagination {
   margin-top: 40px !important;
   position: relative !important;
 }

 .swiper-pagination-bullet-active {
   background: #ffa902 !important;
 }

 .swiper-button-next,
 .swiper-button-prev {
   width: 50px !important;
   height: 50px !important;
   color: #ffa902 !important;
 }

 .swiper-button-prev {
   left: 0 !important;
 }

 .swiper-button-next {
   right: 0 !important;
 }

 @media (max-width: 768px) {
   .swiper {
     padding: 0 !important;
   }

   .swiper-button-prev,
   .swiper-button-next {
     display: none !important;
   }
 }

 .info__inner {
   padding-top: 66px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
 }

 @media (max-width: 1440px) {
   .info__inner {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .info__cat {
   padding: 37px 41px;
   background-color: #f2f5fa;
 }

 @media (max-width: 767px) {
   .info__cat {
     padding: 20px;
   }
 }

 .info__cat.investor {
   width: -webkit-calc(50% - 10px);
   width: calc(50% - 10px);
   margin-right: 10px;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   position: relative;
 }

 @media (max-width: 1346px) {
   .info__cat.investor {
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
     width: -webkit-calc(66.66% - 10px);
     width: calc(66.66% - 10px);
     margin-right: 0;
   }
 }

 @media (max-width: 1023px) {
   .info__cat.investor {
     width: 100%;
   }
 }

 .info__cat.investor .info__header {
   margin-bottom: 27px;
   max-width: 50%;
 }

 @media (max-width: 767px) {
   .info__cat.investor .info__header {
     max-width: 100%;
   }
 }

 .info__cat.investor .investor__link {
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   display: block;
   margin-bottom: 18px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   max-width: 50%;
 }

 @media (max-width: 1440px) {
   .info__cat.investor .investor__link {
     font-size: 14px;
     line-height: 20px;
   }
 }

 @media (max-width: 767px) {
   .info__cat.investor .investor__link {
     max-width: 100%;
   }
 }

 .info__cat.investor .investor__link:hover {
   opacity: .7;
 }

 .info__cat.investor .investor__documents {
   position: absolute;
   top: 0;
   right: 0;
   width: 50%;
   bottom: 0;
 }

 @media (max-width: 767px) {
   .info__cat.investor .investor__documents {
     position: relative;
     width: 100%;
     display: block;
     height: 170px;
   }
 }

 .info__cat.investor .investor__documents .document {
   position: absolute;
   width: 104px;
   height: 127px;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   -webkit-transition: -webkit-transform 0.3s ease-out;
   transition: -webkit-transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
 }

 .info__cat.investor .investor__documents .document:hover {
   -webkit-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
   transform: translateY(-10px);
 }

 .info__cat.investor .investor__documents .document:nth-child(1) {
   top: 45px;
   right: 63px;
   background-image: url(../images/01.png);
 }

 @media (max-width: 1440px) {
   .info__cat.investor .investor__documents .document:nth-child(1) {
     right: 30px;
   }
 }

 @media (max-width: 767px) {
   .info__cat.investor .investor__documents .document:nth-child(1) {
     top: 0;
     right: 0;
   }
 }

 .info__cat.investor .investor__documents .document:nth-child(1) .document__icon {
   background: url(../images/sprite.png) -46px 0px;
   width: 36px;
   height: 35px;
 }

 .info__cat.investor .investor__documents .document:nth-child(2) {
   top: 62px;
   right: 150px;
   background-image: url(../images/02.png);
 }

 @media (max-width: 1440px) {
   .info__cat.investor .investor__documents .document:nth-child(2) {
     right: 105px;
   }
 }

 @media (max-width: 767px) {
   .info__cat.investor .investor__documents .document:nth-child(2) {
     top: 20px;
     right: 80px;
   }
 }

 .info__cat.investor .investor__documents .document:nth-child(2) .document__icon {
   background: url(../images/sprite.png) -84px 0px;
   width: 28px;
   height: 35px;
 }

 .info__cat.investor .investor__documents .document:nth-child(3) {
   top: 79px;
   right: 247px;
   background-image: url(../images/03.png);
 }

 @media (max-width: 1440px) {
   .info__cat.investor .investor__documents .document:nth-child(3) {
     right: 198px;
   }
 }

 @media (max-width: 767px) {
   .info__cat.investor .investor__documents .document:nth-child(3) {
     top: 40px;
     right: 176px;
   }
 }

 .info__cat.investor .investor__documents .document:nth-child(3) .document__icon {
   background: url(../images/sprite.png) -114px 0px;
   width: 36px;
   height: 35px;
 }

 .info__cat.investor .investor__documents .document__text {
   position: absolute;
   bottom: 86px;
   right: 4px;
   color: #fff;
   font-size: 12px;
   line-height: 16px;
   text-align: right;
   cursor: default;
 }

 .info__cat.investor .investor__documents .document__icon {
   display: block;
   position: absolute;
   top: 50px;
   right: 15px;
 }

 .info__cat.events {
   width: -webkit-calc(25% - 10px);
   width: calc(25% - 10px);
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 auto;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   margin-left: 10px;
 }

 @media (max-width: 1346px) {
   .info__cat.events {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
     width: 100%;
     margin-left: 0;
     margin-top: 10px;
     padding-bottom: 60px;
   }
 }

 @media (max-width: 1023px) {
   .info__cat.events {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
     width: -webkit-calc(50% - 20px);
     width: calc(50% - 20px);
     margin-right: 15px;
   }
 }

 @media (max-width: 767px) {
   .info__cat.events {
     width: 100%;
   }
 }

 .info__cat.events .info__header {
   margin-bottom: 27px;
 }

 .info__cat.events .events__slider {
   position: relative;
 }

 .info__cat.events .events__slider .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -33px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 12px;
   height: 32px;
   cursor: pointer;
 }

 .info__cat.events .events__slider .arrow:hover {
   opacity: .7;
 }

 .info__cat.events .events__slider .arrow.arrow_prev {
   left: -20px;
   background: url(../images/sprite.png) -166px 0px;
 }

 .info__cat.events .events__slider .arrow.arrow_next {
   right: -20px;
   background: url(../images/sprite.png) -152px 0px;
 }

 .info__cat.events .events__slider .slick-dots {
   position: absolute;
   bottom: -40px;
   left: 0px;
 }

 .info__cat.events .events__slider .slick-dots li {
   display: inline-block;
 }

 .info__cat.events .events__slider .slick-dots li.slick-active button {
   background: #f7a700;
   opacity: 1;
 }

 .info__cat.events .events__slider .slick-dots li button {
   width: 12px;
   height: 12px;
   font-size: 0;
   border-radius: 50%;
   background: #bbb;
   opacity: .7;
   border: none;
   vertical-align: top;
 }

 .info__cat.events .events__slider .slick-dots li+li {
   margin-left: 20px;
 }

 .info__cat.events .events__slide {
   opacity: 1;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1440px) {
   .info__cat.events .events__slide {
     padding: 0 10px 0 0;
   }
 }

 .info__cat.events .events__slide:hover {
   opacity: .7;
 }

 .info__cat.events .events__header {
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
 }

 @media (max-width: 1440px) {
   .info__cat.events .events__header {
     font-size: 14px;
   }
 }

 .info__cat.events .events__date {
   font-size: 14px;
   line-height: 16px;
   padding-top: 16px;
   color: #9ba2ac;
 }

 .info__cat.looking {
   width: -webkit-calc(25% - 10px);
   width: calc(25% - 10px);
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 auto;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   margin-left: 10px;
   background-position: 80% top;
 }

 @media (max-width: 1346px) {
   .info__cat.looking {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
     width: 100%;
     margin-left: 0;
     margin-top: 10px;
     padding-bottom: 120px;
     background-position: 80% center;
     background-size: cover;
   }
 }

 @media (max-width: 1023px) {
   .info__cat.looking {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
     width: -webkit-calc(50% - 20px);
     width: calc(50% - 20px);
     margin-right: 15px;
   }
 }

 @media (max-width: 767px) {
   .info__cat.looking {
     width: 100%;
   }
 }

 .info__cat.blog {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: -webkit-calc(25% - 20px);
   width: calc(25% - 20px);
   margin-left: 20px;
   padding: 37px 41px;
 }

 @media (max-width: 1346px) {
   .info__cat.blog {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
     width: -webkit-calc(33.33% - 0px);
     width: calc(33.33% - 0px);
     margin-left: 0;
   }
 }

 @media (max-width: 1023px) {
   .info__cat.blog {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
     width: -webkit-calc(50% - 10px);
     width: calc(50% - 10px);
     margin-top: 10px;
     padding: 37px 50px 37px 40px;
   }
 }

 @media (max-width: 767px) {
   .info__cat.blog {
     width: 100%;
     padding: 20px;
   }
 }

 .info__cat.blog .info__header {
   margin-bottom: 4px;
 }

 .info__cat.blog .blog__header {
   display: block;
   font-size: 16px;
   line-height: 24px;
   font-weight: 600;
   color: #0b1734;
   margin-bottom: 25px;
   text-align: left;
 }

 @media (max-width: 1440px) {
   .info__cat.blog .blog__header {
     text-align: center;
   }
 }

 .info__cat.blog .blog__hotline {
   display: block;
   width: 100%;
   height: 50px;
   line-height: 50px;
   /*background: #f7a906;*/
   color: #fff;
   text-align: center;
   cursor: pointer;
   border: none;
   margin-bottom: 10px;
 }

 .info__cat.blog .blog__hotline span {
   font-size: 18px;
   line-height: 21px;
   vertical-align: middle;
   font-weight: 400;
   color: #fff;
   display: inline-block;
 }

 .info__cat.values {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: -webkit-calc(25% - 20px);
   width: calc(25% - 20px);
   margin-left: 20px;
   padding: 37px 41px;
   background-position: 80% bottom;
 }

 @media (max-width: 1346px) {
   .info__cat.values {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
     width: -webkit-calc(33.33% - 0px);
     width: calc(33.33% - 0px);
     margin-left: 0;
   }
 }

 @media (max-width: 1023px) {
   .info__cat.values {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
     width: -webkit-calc(50% - 10px);
     width: calc(50% - 10px);
     margin-top: 10px;
     padding: 37px 50px 120px 40px;
     background-position: 80% center;
   }
 }

 @media (max-width: 767px) {
   .info__cat.values {
     width: 100%;
     padding: 20px 20px 120px;
   }
 }

 .info__header {
   display: block;
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   font-weight: 600;
 }

 .info__text {
   max-width: 300px;
 }

 @media (max-width: 767px) {
   .info__text {
     max-width: 100%;
   }
 }

 @media (max-width: 1440px) {
   .info__text {
     max-width: 250px;
   }
 }

 @media (max-width: 1440px) {
   .info__header {
     font-size: 14px;
     line-height: 20px;
   }
 }

 .projects {
   padding: 60px 0;
 }

 .projects__inner {
   margin-left: -10px;
   margin-right: -10px;
 }

 .projects__inner .slick-slide {
   padding: 0 10px;
 }

 /* @media (max-width: 1440px) {
   .projects__inner .slick-list {
     margin-right: -webkit-calc((100vw - 995px) / -2);
     margin-right: calc((100vw - 995px) / -2);
     padding-right: -webkit-calc((100vw - 995px) / 2 + 10%);
     padding-right: calc((100vw - 995px) / 2 + 10%);
     margin-left: -webkit-calc((100vw - 995px) / -2);
     margin-left: calc((100vw - 995px) / -2);
     padding-left: -webkit-calc((100vw - 995px) / 2);
     padding-left: calc((100vw - 995px) / 2);
   }
 } */

 @media (max-width: 1023px) {
   .projects__inner .slick-list {
     margin-right: -webkit-calc((100vw - 750px) / -2);
     margin-right: calc((100vw - 750px) / -2);
     padding-right: -webkit-calc((100vw - 750px) / 2 + 20%);
     padding-right: calc((100vw - 750px) / 2 + 20%);
     margin-left: -webkit-calc((100vw - 750px) / -2);
     margin-left: calc((100vw - 750px) / -2);
     padding-left: -webkit-calc((100vw - 750px) / 2);
     padding-left: calc((100vw - 750px) / 2);
   }
 }

 @media (max-width: 767px) {
   .projects__inner .slick-list {
     margin-right: 0px;
     padding-right: 10%;
     margin-left: 0px;
     padding-left: 0px;
   }
 }

 .projects__item:nth-child(1) .projects__img svg .st0 {
   fill: #C7CEDB;
 }

 .projects__item:nth-child(2) .projects__img svg .st0 {
   fill: #C7CEDB;
 }

 .projects__item:nth-child(2) .projects__img svg .st1 {
   fill: #C7CEDB;
 }

 .projects__item:nth-child(3) .projects__img svg .st0 {
   fill: #C7CEDB;
 }

 .projects__item:nth-child(3) .projects__img svg .st1 {
   fill: #fff;
 }

 .projects__item:nth-child(4) .projects__img svg .st0 {
   fill: #C7CEDB;
 }

 .projects__item:nth-child(4) .projects__img svg .st1 {
   fill: #C7CEDB;
 }

 .projects__item:nth-child(5) .projects__img svg .st0 {
   fill: #C7CEDB;
 }

 .projects__item:nth-child(5) .projects__img svg .st1 {
   fill: #C7CEDB;
 }

 .projects__item:nth-child(6) .projects__img svg .st0 {
   fill: #C7CEDB;
 }

 .projects__item:hover:nth-child(1) .projects__img svg .st0 {
   fill: #2A3B90;
 }

 .projects__item:hover:nth-child(2) .projects__img svg .st0 {
   fill: #002856;
 }

 .projects__item:hover:nth-child(2) .projects__img svg .st1 {
   fill: #8B6F4B;
 }

 .projects__item:hover:nth-child(4) .projects__img svg .st0 {
   fill: #2A3B90;
 }

 .projects__item:hover:nth-child(4) .projects__img svg .st1 {
   fill: #504C4D;
 }

 .projects__item:hover:nth-child(3) .projects__img svg .st0 {
   fill: #FCC920;
 }

 .projects__item:hover:nth-child(3) .projects__img svg .st1 {
   fill: #00AFC7;
 }

 .projects__item:hover:nth-child(5) .projects__img svg .st0 {
   fill: #164C72;
 }

 .projects__item:hover:nth-child(5) .projects__img svg .st1 {
   fill: url(main.css#b);
 }

 .projects__item:hover:nth-child(6) .projects__img svg .st0 {
   fill: #2A3B90;
 }

 .projects__item .inner {
   border: 1px solid #c7cedb;
   /*padding-bottom: 10px; */
   min-height: 180px;
 }

 .projects__img {
   height: 90px;
   width: -webkit-calc(100% - 90px);
   width: calc(100% - 90px);
   margin: 10px 45px 10px 45px;
   position: relative;
   text-align: center;
   display: flex;
 }

 .projects__img svg {
   /*position: absolute;*/
   /*top: 0;*/
   /*left: 0;*/
   display: block;
   margin-inline: auto;
   max-width: 100%;
   max-height: 100%;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .projects__img svg .st0,
 .projects__img svg .st1,
 .projects__img svg .st2,
 .projects__img svg .st3,
 .projects__img svg .st4,
 .projects__img svg .st5,
 .projects__img svg .st6,
 .projects__img svg .st7,
 .projects__img svg .st8,
 .projects__img svg .st9,
 .projects__img svg .st10,
 .projects__img svg .st11,
 .projects__img svg .st12,
 .projects__img svg .st13,
 .projects__img svg .st14,
 .projects__img svg .st15 {
   -webkit-transition: fill .4s, opacity .4s;
   transition: fill .4s, opacity .4s;
 }

 .projects__text {
   color: #0b1734;
   text-align: center;
   line-height: 40px;
   padding-inline: 5px;
 }

 .projects__text span {
   display: inline-block;
   font-size: 14px;
   line-height: 20px;
   vertical-align: middle;
 }

 :root {
   --ink: #14110F;
   --paper: #FAF7F2;
   --cream: #F0EBE1;
   --gold: #f7a906;
   --gold-pale: rgba(184, 134, 11, 0.1);
   --rule: rgba(20, 17, 15, 0.1);
   --text: #2C2620;
   --muted: #8A7F74;
 }

 .faq {
   padding: 0 0 60px 0;
 }

 .faq-list {
   counter-reset: faq;
 }

 .faq-item {
   border-bottom: 1px solid var(--rule);
   opacity: 0;
   animation: rise 0.5s ease forwards;
 }

 .faq-item:first-child {
   border-top: 1px solid var(--rule);
 }

 .faq-item:nth-child(1) {
   animation-delay: 0.3s;
 }

 .faq-item:nth-child(2) {
   animation-delay: 0.38s;
 }

 .faq-item:nth-child(3) {
   animation-delay: 0.46s;
 }

 .faq-item:nth-child(4) {
   animation-delay: 0.54s;
 }

 .faq-item:nth-child(5) {
   animation-delay: 0.62s;
 }

 .faq-item:nth-child(6) {
   animation-delay: 0.70s;
 }

 .faq-item:nth-child(7) {
   animation-delay: 0.78s;
 }

 .faq-item:nth-child(8) {
   animation-delay: 0.86s;
 }

 .faq-item:nth-child(9) {
   animation-delay: 0.94s;
 }

 .faq-item:nth-child(10) {
   animation-delay: 1.02s;
 }

 /* Trigger button */
 .faq-trigger {
   width: 100%;
   background: none;
   border: none;
   cursor: pointer;
   padding: 28px 0;
   display: grid;
   grid-template-columns: 1fr 40px;
   align-items: center;
   gap: 16px;
   text-align: left;
   color: var(--text);
   transition: color 0.2s;
 }

 .faq-item.open .faq-q {
   color: var(--gold);
 }

 @media (hover: hover) {
   .faq-trigger:hover .faq-q {
     color: var(--gold);
   }
 }

 .faq-item.open .faq-trigger {
   padding-bottom: 16px;
 }

 .faq-item.open .faq-num {
   opacity: 1;
 }

 .faq-q {
   font-size: 16px;
   font-weight: 600;
   line-height: 1.4;
   letter-spacing: -0.01em;
   transition: color 0.2s;
 }

 .faq-icon {
   width: 32px;
   height: 32px;
   border-radius: 50%;
   border: 1px solid var(--rule);
   display: flex;
   align-items: center;
   justify-content: center;
   justify-self: end;
   flex-shrink: 0;
   transition: background 0.25s, border-color 0.25s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
   position: relative;
 }

 .faq-icon::before,
 .faq-icon::after {
   content: '';
   position: absolute;
   background: var(--muted);
   border-radius: 1px;
   transition: background 0.2s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s;
 }

 .faq-icon::before {
   width: 12px;
   height: 1.5px;
 }

 .faq-icon::after {
   width: 1.5px;
   height: 12px;
 }

 .faq-item.open .faq-icon {
   background: var(--gold);
   border-color: var(--gold);
   transform: rotate(45deg);
 }

 .faq-item.open .faq-icon::before,
 .faq-item.open .faq-icon::after {
   background: var(--paper);
 }

 /* Answer panel */
 .faq-body {
   display: grid;
   grid-template-rows: 0fr;
   transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
 }

 .faq-item.open .faq-body {
   grid-template-rows: 1fr;
 }

 .faq-body-inner {
   overflow: hidden;
 }

 .faq-answer {
   padding: 0 0 32px 0;
   font-weight: 300;
   line-height: 1.8;
   max-width: 1200px;
 }

 .cta-button__wrapper {
   padding-top: 40px;
   display: flex;
   justify-content: center;
 }

 .cta-button {
   background-color: #f7a906;
   padding: 10px;
   color: #fff;
   opacity: 1;
 }

 .cta-button:hover {
   opacity: .7;
 }

 /* Highlighted callout inside answer */
 .callout {
   display: inline-block;
   background: var(--gold-pale);
   border-left: 2px solid var(--gold);
   padding: 10px 16px;
   margin-top: 12px;
   border-radius: 0 6px 6px 0;
   font-size: 14px;
   color: var(--text);
   font-weight: 400;
   line-height: 1.6;
 }

 @keyframes rise {
   from {
     opacity: 0;
     transform: translateY(16px);
   }

   to {
     opacity: 1;
     transform: translateY(0);
   }
 }

 @media (max-width: 560px) {
   .page {
     padding: 48px 20px 80px;
   }

   .faq-trigger {
     grid-template-columns: 1fr 36px;
     gap: 12px;
     padding: 22px 0;
   }

   .faq-q {
     font-size: 15px;
   }
 }

 @media (max-width: 1440px) {
   .footer {
     background: #f2f5fa;
   }
 }

 .footer__inner {
   background: #f2f5fa;
   padding: 30px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 @media (max-width: 1440px) {
   .footer__inner {
     padding: 30px 15px;
   }
 }

 @media (max-width: 767px) {
   .footer__inner {
     padding: 20px 10px;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .footer__logo {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   display: block;
   width: 221px;
   height: 45px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: left top;
 }

 @media (max-width: 767px) {
   .footer__logo {
     width: 287px;
     height: 56px;
   }
 }

 .footer__content {
   padding-top: 10px;
   width: -webkit-calc(100% - 330px);
   width: calc(100% - 330px);
 }

 @media (max-width: 1023px) {
   .footer__content {
     width: -webkit-calc(100% - 250px);
     width: calc(100% - 250px);
   }
 }

 @media (max-width: 767px) {
   .footer__content {
     width: 100%;
   }
 }

 .footer__content .nav ul {
   text-align: left;
 }

 @media (max-width: 767px) {
   .footer__content .nav ul li {
     display: block;
     line-height: 38px;
   }
 }

 .footer__line {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }

 .footer__line:nth-child(1) {
   padding-top: 0;
 }

 .footer__line .links {
   margin-left: 35px;
 }

 @media (max-width: 1023px) {
   .footer__line .links {
     margin-left: 10px;
   }
 }

 .footer__line .links__link+.links__link {
   margin-left: 25px;
 }

 @media (max-width: 767px) {
   .footer__line {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }

   .footer__line .links {
     width: 100%;
     margin-left: 0;
     margin-top: 20px;
   }

   .footer__line:nth-child(1) {
     padding-top: 29px;
   }
 }

 .modal {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1000;
   display: none;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }

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

 .modal.modal_fullscreen .modal__close {
   position: absolute;
   top: 30px;
   right: 30px;
   background: url(../images/zoom.png);
   background-position: center;
   width: 40px;
   height: 40px;
   z-index: 10;
   cursor: pointer;
 }

 .modal.modal_fullscreen .modal__inner {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: auto;
   height: auto;
   background: #000;
 }

 .modal.modal_fullscreen .modal__content {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: auto;
   height: auto;
 }

 .modal.modal_fullscreen .modal__content .slider {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: auto;
   height: auto;
 }

 .modal.modal_fullscreen .modal__content .slider .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 23px;
   height: 60px;
   cursor: pointer;
   z-index: 2;
 }

 .modal.modal_fullscreen .modal__content .slider .arrow:hover {
   opacity: .7;
 }

 .modal.modal_fullscreen .modal__content .slider .arrow.arrow_prev {
   left: 30px;
   background: url(../images/06.png);
 }

 .modal.modal_fullscreen .modal__content .slider .arrow.arrow_next {
   right: 30px;
   background: url(../images/05.png);
 }

 .modal.modal_fullscreen .modal__content .slider__top {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: auto;
   height: auto;
 }

 .modal.modal_fullscreen .modal__content .slider__top .slide {
   height: 100vh;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: contain;
 }

 .modal.modal_fullscreen .modal__content .slider__bottom {
   height: 175px;
   padding: 25px;
   z-index: 1;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgba(0, 0, 0, 0.7);
 }

 .modal.modal_fullscreen .modal__content .slider__bottom .slide {
   height: 125px;
   margin-left: 12.5px;
   margin-right: 12.5px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   border: 4px solid rgba(0, 0, 0, 0);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }

 .modal.modal_fullscreen .modal__content .slider__bottom .slide.slick-current {
   border: 4px solid #f7a700;
 }

 .modal.modal_fullscreen .modal__content .slider__status {
   position: absolute;
   bottom: 180px;
   left: 80px;
   right: 80px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }

 @media (max-width: 1023px) {
   .modal.modal_fullscreen .modal__content .slider__status {
     display: none;
   }
 }

 .modal.modal_fullscreen .modal__content .slider__author {
   font-size: 18px;
   line-height: 24px;
   color: #ffffff;
 }

 @media (max-width: 1440px) {
   .modal.modal_fullscreen .modal__content .slider__author {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .modal.modal_fullscreen .modal__content .slider__link {
   font-size: 18px;
   line-height: 24px;
   color: #ffffff;
   display: block;
   padding-left: 24px;
   position: relative;
   margin-left: 60px;
 }

 .modal.modal_fullscreen .modal__content .slider__link:nth-child(2):before {
   background-image: url(../images/download1.png);
 }

 .modal.modal_fullscreen .modal__content .slider__link:nth-child(3):before {
   background-image: url(../images/download2.png);
 }

 .modal.modal_fullscreen .modal__content .slider__link:before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   width: 18px;
   height: 18px;
   margin-top: -9px;
   background-position: center;
   background-repeat: no-repeat;
 }

 .modal.modal_management .modal__inner {
   max-width: 1420px;
   padding: 0;
   background: rgba(0, 0, 0, 0.4);
   margin: 0 auto;
   width: 100%;
 }

 .modal.modal_management .modal__content {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   background: #fff;
 }

 .modal.modal_management .modal__content .tabs {
   width: -webkit-calc(100% - 360px);
   width: calc(100% - 360px);
   padding: 60px 90px 40px 90px;
 }

 @media (max-width: 1440px) {
   .modal.modal_management .modal__content .tabs {
     width: -webkit-calc(100% - 314px);
     width: calc(100% - 314px);
     padding: 40px;
   }
 }

 @media (max-width: 1023px) {
   .modal.modal_management .modal__content .tabs {
     width: -webkit-calc(100% - 0px);
     width: calc(100% - 0px);
     padding: 30px;
   }
 }

 .modal.modal_management .modal__content .tabs .tab {
   display: none;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }

 @media (max-width: 767px) {
   .modal.modal_management .modal__content .tabs .tab {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .modal.modal_management .modal__content .tabs .tab.active {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }

 .modal.modal_management .modal__content .tabs .tab__left {
   width: 290px;
 }

 @media (max-width: 1440px) {
   .modal.modal_management .modal__content .tabs .tab__left {
     width: 260px;
   }
 }

 @media (max-width: 1023px) {
   .modal.modal_management .modal__content .tabs .tab__left {
     width: 290px;
   }
 }

 @media (max-width: 767px) {
   .modal.modal_management .modal__content .tabs .tab__left {
     width: 100%;
   }
 }

 .modal.modal_management .modal__content .tabs .tab__left .person__img {
   display: block;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 290px;
   width: 100%;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
 }

 @media (max-width: 1440px) {
   .modal.modal_management .modal__content .tabs .tab__left .person__img {
     height: 260px;
   }
 }

 @media (max-width: 1023px) {
   .modal.modal_management .modal__content .tabs .tab__left .person__img {
     height: 290px;
   }
 }

 @media (max-width: 767px) {
   .modal.modal_management .modal__content .tabs .tab__left .person__img {
     height: 260px;
   }
 }

 .modal.modal_management .modal__content .tabs .tab__left .person__descr {
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 auto;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   display: block;
   padding: 28px 20px 0px;
   position: relative;
 }

 .modal.modal_management .modal__content .tabs .tab__left .person__descr:before {
   position: absolute;
   content: '';
   top: 20px;
   bottom: 0;
   left: 0;
   width: 3px;
   background: #f7a906;
 }

 .modal.modal_management .modal__content .tabs .tab__left .person__name {
   font-size: 18px;
   line-height: 20px;
   color: #0b1734;
   font-weight: 600;
   margin-bottom: 12px;
 }

 @media (max-width: 1440px) {
   .modal.modal_management .modal__content .tabs .tab__left .person__name {
     font-size: 22px;
   }
 }

 @media (max-width: 1023px) {
   .modal.modal_management .modal__content .tabs .tab__left .person__name {
     font-size: 24px;
   }
 }

 @media (max-width: 767px) {
   .modal.modal_management .modal__content .tabs .tab__left .person__name {
     font-size: 16px;
   }
 }

 .modal.modal_management .modal__content .tabs .tab__left .person__pos {
   font-size: 14px;
   line-height: 21px;
   color: #0b1734;
   font-weight: 400;
 }

 .modal.modal_management .modal__content .tabs .tab__right {
   width: -webkit-calc(100% - 360px);
   width: calc(100% - 360px);
 }

 @media (max-width: 1440px) {
   .modal.modal_management .modal__content .tabs .tab__right {
     width: -webkit-calc(100% - 300px);
     width: calc(100% - 300px);
   }
 }

 @media (max-width: 1023px) {
   .modal.modal_management .modal__content .tabs .tab__right {
     width: -webkit-calc(100% - 320px);
     width: calc(100% - 320px);
   }
 }

 @media (max-width: 767px) {
   .modal.modal_management .modal__content .tabs .tab__right {
     width: 100%;
     margin-top: 20px;
   }
 }

 .modal.modal_management .modal__content .tabs .tab__right .descr h3 {
   font-weight: 500;
   font-size: 18px;
   line-height: 27px;
   color: #0b1734;
   margin-top: 0;
   margin-bottom: 20px;
 }

 @media (max-width: 1280px) {
   .modal.modal_management .modal__content .tabs .tab__right .descr h3 {
     font-size: 14px;
   }
 }

 .modal.modal_management .modal__content .tabs .tab__right .descr p {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   margin-top: 0;
   margin-bottom: 10px;
 }

 @media (max-width: 1440px) {
   .modal.modal_management .modal__content .tabs .tab__right .descr p {
     font-size: 14px;
     line-height: 1.4;
   }
 }

 .modal.modal_management .modal__content .switch {
   width: 360px;
   background: #f2f5fa;
   padding: 48px 48px 10px 40px;
 }

 @media (max-width: 1440px) {
   .modal.modal_management .modal__content .switch {
     width: 314px;
   }
 }

 @media (max-width: 1023px) {
   .modal.modal_management .modal__content .switch {
     display: none;
   }
 }

 .modal.modal_management .modal__content .switch__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 25px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   cursor: pointer;
 }

 .modal.modal_management .modal__content .switch__item:hover {
   opacity: .7;
 }

 .modal.modal_management .modal__content .switch__item.active .switch__name {
   font-weight: 600;
 }

 .modal.modal_management .modal__content .switch__img {
   border-radius: 50%;
   width: 32px;
   height: 32px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .modal.modal_management .modal__content .switch__name {
   width: -webkit-calc(100% - 52px);
   width: calc(100% - 52px);
   text-align: left;
   color: #0b1734;
   font-size: 16px;
   line-height: 21px;
   font-weight: 400;
 }

 .modal.modal_management .modal__bg {
   background: transparent;
 }

 .modal.modal_management.opened {
   display: block;
   padding: 40px 20px;
   overflow-y: auto;
   background: rgba(0, 0, 0, 0.4);
 }

 .modal.modal_review .modal__inner {
   padding: 40px 80px;
 }

 @media (max-width: 767px) {
   .modal.modal_review .modal__inner {
     width: -webkit-calc(100% - 20px);
     width: calc(100% - 20px);
     padding: 20px;
     overflow-y: auto;
   }
 }

 .modal.modal_review .modal__close {
   position: fixed;
   top: 20px;
   right: 20px;
 }

 .modal.modal_review .review__header {
   font-size: 24px;
   line-height: 24px;
   margin-bottom: 16px;
   color: #0b1734;
   position: relative;
   font-weight: 600;
   text-transform: uppercase;
 }

 .modal.modal_review .review__header:before {
   position: absolute;
   content: '';
   left: -40px;
   top: 2px;
   width: 25px;
   height: 25px;
   background: url(../images/sprite.png) 0px -67px;
 }

 @media (max-width: 767px) {
   .modal.modal_review .review__header:before {
     display: none;
   }
 }

 .modal.modal_review .review__form input[type="text"] {
   display: block;
   width: 100%;
   border: 1px solid #c8cedb;
   height: 50px;
   background: #fff;
   color: #0b1734;
   font-size: 16px;
   padding: 0 16px;
   margin-bottom: 10px;
 }

 .modal.modal_review .review__form label {
   color: #9ba2ac;
   font-size: 14px;
   line-height: 30px;
   display: block;
   margin-bottom: 10px;
 }

 .modal.modal_review .review__form textarea {
   display: block;
   width: 100%;
   border: 1px solid #c8cedb;
   height: 100px;
   background: #fff;
   color: #0b1734;
   font-size: 16px;
   padding: 0 16px;
   margin-bottom: 30px;
 }

 .modal.modal_review .review__form button[type=submit] {
   display: inline-block;
   text-align: center;
   border: none;
   font-size: 16px;
   line-height: 24px;
   padding: 14px 44px;
   color: #fff;
   background-color: #f7a906;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .modal.modal_review .review__form button[type=submit]:hover {
   opacity: .7;
 }

 .modal.modal_review .review__captcha {
   margin-bottom: 30px;
 }

 .modal.modal_review .stars {
   width: 180px;
   display: block;
   text-align: left;
 }

 .modal.modal_review .stars:after {
   content: '';
   clear: both;
   display: table;
 }

 .modal.modal_review .stars input {
   display: none;
 }

 .modal.modal_review .stars input:checked~.stars__item {
   background: url('../images/sprite.png') -107px -44px;
 }

 .modal.modal_review .stars__item {
   float: right;
   width: 20px;
   height: 19px;
   background: url('../images/sprite.png') -85px -44px;
   margin-left: 20px;
   cursor: pointer;
 }

 .modal.modal_review .stars__item:last-child {
   margin-left: 0;
 }

 .modal.modal_review .stars__item:hover,
 .modal.modal_review .stars__item:hover~.stars__item {
   background: url('../images/sprite.png') -107px -44px;
 }

 .modal.modal_recorder .modal__inner {
   padding: 60px;
   width: auto;
 }

 .modal.modal_recorder .recorder__img {
   width: 290px;
   height: auto;
   display: block;
   margin: 0 0 26px;
 }

 .modal.modal_recorder .recorder__name {
   font-size: 24px;
   line-height: 30px;
   color: #0b1734;
   font-weight: 600;
   margin: 0 0 10px;
 }

 .modal.modal_recorder .recorder__item {
   font-size: 18px;
   line-height: 30px;
 }

 .modal.modal_recorder .recorder__item a {
   color: #0b1734;
   display: inline-block;
 }

 .modal.modal_document .modal__inner {
   padding: 0;
   width: 1200px;
 }

 .modal.modal__ipo .modal__bg {
   padding: 40px 0 40px;
 }

 @media (max-width: 1280px) {
   .modal.modal__ipo .modal__bg {
     padding: 20px;
   }
 }

 @media (max-width: 767px) {
   .modal.modal__ipo .modal__bg {
     padding: 15px 10px;
   }
 }

 .modal.modal__ipo .modal__inner {
   width: 100%;
   max-width: 1240px;
   padding: 20px;
   margin: 0 auto;
   height: 100%;
   overflow-y: auto;
 }

 @media (max-width: 767px) {
   .modal.modal__ipo .modal__inner {
     padding: 15px;
   }
 }

 @media (max-width: 767px) {
   .modal.modal_subscribe .modal__inner {
     width: -webkit-calc(100% - 20px);
     width: calc(100% - 20px);
     padding: 40px;
   }
 }

 .modal.cv_success .modal__close {
   display: none;
 }

 .modal.cv_success .subscribe__header.subscribe__header_sending {
   display: block;
 }

 .modal.cv_success .subscribe__header.subscribe__header_success {
   display: none;
 }

 .modal.cv_success .subscribe__form {
   display: none;
 }

 .modal.cv_success.success .modal__close {
   display: block;
 }

 .modal.cv_success.success .subscribe__header.subscribe__header_sending {
   display: none;
 }

 .modal.cv_success.success .subscribe__header.subscribe__header_success {
   display: block;
 }

 .modal.cv_success.success .subscribe__form {
   display: block;
 }

 .modal.op_success .close-op-success {
   display: none;

 }

 .modal.op_success .close-op-success:hover {
   opacity: .7;
 }

 .modal.op_success .subscribe__header.subscribe__header_sending {
   display: block;
 }

 .modal.op_success .subscribe__header.subscribe__header_success {
   display: none;
 }

 .modal.op_success .opros__form {
   display: none;
 }

 .modal.op_success.success .close-op-success:hover {
   opacity: .7;
 }

 .modal.op_success.success .close-op-success {
   display: block;
   cursor: pointer;
   text-align: center;
   border: none;
   font-size: 16px;
   line-height: 24px;
   padding: 14px 44px;
   color: #fff;
   background-color: #f7a906;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .modal.op_success.success .subscribe__header.subscribe__header_sending {
   display: none;
 }

 .modal.op_success.success .subscribe__header.subscribe__header_success {
   display: block;
 }

 .modal.op_success.success .opros__form {
   display: block;
 }

 .modal__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.4);
   z-index: 0;
 }

 .modal__close {
   display: block;
   width: 22px;
   height: 22px;
   background: url(../images/sprite.png) 0px -22px;
   position: absolute;
   top: 0;
   right: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   cursor: pointer;
 }

 @media (max-width: 1440px) {
   .modal__close {
     right: 0;
     top: -30px;
   }
 }

 .modal__close:hover {
   opacity: .7;
 }

 .modal__inner {
   position: relative;
   z-index: 1;
   width: 557px;
   background: #fff;
   padding: 40px 60px;
 }

 .modal__inner--message {
   width: 820px;
   padding: 60px 80px 60px 60px;
 }

 @media (max-width: 1023px) {
   .modal__inner--message {
     width: 90%;
     margin: 0 auto;
     padding: 30px;
   }
 }

 .modal__content.subscribe .subscribe__header {
   font-size: 24px;
   line-height: 24px;
   margin-bottom: 16px;
   color: #0b1734;
   position: relative;
   font-weight: 600;
   text-transform: uppercase;
 }

 .modal__content.subscribe .subscribe__header:before {
   position: absolute;
   content: '';
   left: -30px;
   top: 2px;
   width: 25px;
   height: 19px;
   background: url(../images/sprite.png) 0px -46px;
 }

 .modal__content.subscribe .subscribe__text {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 16px;
   margin-top: 0;
   color: #0b1734;
 }

 .modal__content.subscribe .subscribe__form {
   display: block;
   text-align: left;
 }

 .modal__content.subscribe .subscribe__form input[type="text"] {
   display: block;
   width: 100%;
   border: 1px solid #c8cedb;
   height: 50px;
   background: #fff;
   color: #0b1734;
   font-size: 16px;
   padding: 0 16px;
   margin-bottom: 24px;
 }

 .modal__content.subscribe .subscribe__form input[type="checkbox"] {
   display: none;
 }

 .modal__content.subscribe .subscribe__form input[type="checkbox"]:checked+label:after {
   opacity: 1;
 }

 .modal__content.subscribe .subscribe__form label {
   display: block;
   margin-bottom: 24px;
   padding-left: 40px;
   position: relative;
   cursor: pointer;
 }

 .modal__content.subscribe .subscribe__form label:before {
   content: '';
   position: absolute;
   width: 20px;
   height: 20px;
   display: block;
   top: -2px;
   left: 0;
   border: 1px solid #c7cedb;
 }

 .modal__content.subscribe .subscribe__form label:after {
   content: '';
   position: absolute;
   width: 14px;
   height: 14px;
   display: block;
   top: 2px;
   left: 4px;
   background-color: #f7a906;
   -webkit-transition: opacity .1s;
   transition: opacity .1s;
   opacity: 0;
 }

 .modal__content.subscribe .subscribe__form button[type=submit] {
   display: inline-block;
   text-align: center;
   border: none;
   font-size: 16px;
   line-height: 24px;
   padding: 14px 44px;
   color: #fff;
   background-color: #f7a906;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .modal__content.subscribe .subscribe__form button[type=submit]:hover {
   opacity: .7;
 }

 .modal__content.subscribe .subscribe__button {
   cursor: pointer;
   display: inline-block;
   text-align: center;
   border: none;
   font-size: 16px;
   line-height: 24px;
   padding: 14px 90px;
   color: #fff;
   background-color: #f7a906;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1023px) {
   .modal__content.subscribe .subscribe__button {
     padding: 14px 20px;
   }
 }

 .modal__content.subscribe .subscribe__button:hover {
   opacity: .7;
 }

 .modal__i-icon {
   width: 48px;
   height: 48px;
   display: block;
   margin: 0 auto 30px;
 }

 .modal__frame {
   width: 100%;
   height: -webkit-calc(100vh - 120px);
   height: calc(100vh - 120px);
 }

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

 .title__bg:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: linear-gradient(75deg, rgba(11, 23, 52, 0.7) 0%, rgba(11, 23, 52, 0) 75%);
   opacity: .5;
   z-index: 0;
 }

 @media (max-width: 767px) {
   .title__bg:after {
     left: 10px;
     right: 10px;
   }
 }

 .title__bg .container {
   height: 437px;
   z-index: 1;
 }

 .title__bg--border {
   border-top: 2px solid #0B1734;
 }

 @media (max-width: 767px) {
   .title__bg--right {
     background-position: center right 25%;
   }
 }

 .title__text {
   font-size: 60px;
   line-height: 1.3;
   color: #fff;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 58px;
   font-weight: 600;
   letter-spacing: -1px;
 }

 @media (max-width: 1440px) {
   .title__text {
     font-size: 40px;
     left: 20px;
   }
 }

 @media (max-width: 767px) {
   .title__text {
     font-size: 30px;
     left: 15px;
   }
 }

 .breadcrumbs__inner {
   padding: 38px 0 0;
   text-align: left;
 }

 .breadcrumbs__item {
   display: inline-block;
   font-size: 16px;
   line-height: 20px;
   color: #9ba2ac;
 }

 @media (max-width: 1440px) {
   .breadcrumbs__item {
     font-size: 14px;
   }
 }

 .breadcrumbs__item:after {
   content: '>';
   display: inline-block;
   margin-left: 8px;
   margin-right: 3px;
 }

 .breadcrumbs__item:last-child:after {
   content: '';
 }

 .management__inner {
   padding-top: 46px;
 }

 .management__text {
   font-weight: 500;
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   text-align: left;
 }

 @media (max-width: 1023px) {
   .management__text {
     font-size: 20px;
   }
 }

 @media (max-width: 767px) {
   .management__text {
     font-size: 18px;
   }
 }

 .management__table {
   padding-top: 49px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   margin-left: -10px;
   margin-right: -10px;
 }

 .management__person {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: -webkit-calc(25% - 0px);
   width: calc(25% - 0px);
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 44px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   cursor: pointer;
 }

 @media (max-width: 767px) {
   .management__person {
     width: 50%;
   }
 }

 .management__person:hover .img {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
 }

 .management__img {
   display: block;
   height: 290px;
   width: 100%;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   position: relative;
   overflow: hidden;
 }

 .management__img-download {
   position: absolute;
   right: 0;
   top: 20px;
   display: block;
   width: 26px;
   height: 26px;
 }

 .management__img-download_icon {
   display: block;
   width: 100%;
   height: 100%;
 }

 @media (max-width: 767px) {
   .management__img {
     height: 140px;
   }
 }

 .management__img .img {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: -webkit-transform 1s;
   transition: -webkit-transform 1s;
   transition: transform 1s;
   transition: transform 1s, -webkit-transform 1s;
 }

 .management__descr {
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 auto;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   display: block;
   padding: 28px 26px 0 20px;
   position: relative;
 }

 .management__descr:before {
   position: absolute;
   content: '';
   top: 20px;
   bottom: 0;
   left: 0;
   width: 3px;
   background: #f7a906;
 }

 .management__name {
   font-size: 18px;
   line-height: 20px;
   color: #0b1734;
   font-weight: 600;
   margin-bottom: 12px;
 }

 @media (max-width: 1440px) {
   .management__name {
     font-size: 16px;
   }
 }

 .management__pos {
   font-size: 14px;
   line-height: 21px;
   color: #0b1734;
   font-weight: 400;
 }

 @media (max-width: 1023px) {
   .management__pos {
     font-size: 12px;
   }
 }

 .management__share {
   padding-top: 20px;
   padding-bottom: 80px;
 }

 .about__inner {
   padding-top: 46px;
 }

 .about__inner p {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 43px;
 }

 @media (max-width: 1440px) {
   .about__inner p {
     font-size: 16px;
     line-height: 24px;
     margin-bottom: 24px;
   }
 }

 @media (max-width: 1280px) {
   .about__inner p {
     font-size: 14px;
     line-height: 21px;
     margin-bottom: 15px;
   }
 }

 .about__inner h3 {
   font-weight: 500;
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 22px;
 }

 @media (max-width: 1023px) {
   .about__inner h3 {
     font-size: 20px;
   }
 }

 @media (max-width: 767px) {
   .about__inner h3 {
     font-size: 18px;
   }
 }

 .about__inner ul {
   margin: 0;
   padding: 0 0 15px;
 }

 .about__inner ul li {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .about__inner ul li {
     font-size: 16px;
   }
 }

 .about__inner ul li:before {
   content: '';
   position: absolute;
   top: 6px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .about__inner img {
   max-width: 100%;
   margin-bottom: 30px;
 }

 .about__inner .video {
   width: 100%;
   position: relative;
   margin-bottom: 40px;
 }

 .about__inner .video.show .video__bg {
   display: none;
 }

 .about__inner .video__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 2;
   cursor: pointer;
 }

 .about__inner .video__bg:hover:after {
   opacity: .7;
 }

 .about__inner .video__bg:after {
   content: '';
   position: absolute;
   top: 50%;
   margin-top: -45px;
   left: 50%;
   margin-left: -45px;
   width: 90px;
   height: 90px;
   background-image: url(../images/play.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .about__inner .video iframe {
   width: 100%;
   height: 700px;
   z-index: 1;
 }

 @media (max-width: 1023px) {
   .about__inner .video iframe {
     height: 450px;
   }
 }

 @media (max-width: 767px) {
   .about__inner .video iframe {
     height: 250px;
   }
 }

 .about__info {
   margin-bottom: 47px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
 }

 @media (max-width: 1023px) {
   .about__info {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
 }

 .about__info .info {
   width: -webkit-calc(33.33% - 24px);
   width: calc(33.33% - 24px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
 }

 @media (max-width: 1023px) {
   .about__info .info {
     width: -webkit-calc(50% - 24px);
     width: calc(50% - 24px);
     margin-top: 20px;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
 }

 @media (max-width: 767px) {
   .about__info .info {
     width: 100%;
   }
 }

 .about__info .info:first-child {
   margin-top: 0;
 }

 .about__info .info--half {
   width: -webkit-calc(50% - 24px);
   width: calc(50% - 24px);
 }

 @media (max-width: 767px) {
   .about__info .info--half {
     width: 100%;
   }
 }

 .about__info .info__img {
   width: 90px;
   height: 90px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   margin-top: 10px;
 }

 @media (max-width: 1023px) {
   .about__info .info__img {
     margin-left: auto;
     margin-right: auto;
   }
 }

 .about__info .info__descr {
   width: -webkit-calc(100% - 110px);
   width: calc(100% - 110px);
 }

 @media (max-width: 1023px) {
   .about__info .info__descr {
     width: 100%;
   }
 }

 .about__info .info__numm {
   color: #0b1734;
   font-weight: 500;
   font-size: 60px;
   line-height: 60px;
   margin-bottom: 10px;
 }

 .about__info .info__numm {
   font-size: 40px;
   margin-bottom: 0;
 }


 .about__info .info__numm {
   font-size: 36px;
   text-align: left;
   line-height: 50px;
 }

 .about__info .info__num {
   color: #0b1734;
   font-weight: 700;
   font-size: 60px;
   line-height: 60px;
   margin-bottom: 10px;
 }

 @media (max-width: 1440px) {
   .about__info .info__num {
     font-size: 40px;
     margin-bottom: 0;
   }
 }

 @media (max-width: 1023px) {
   .about__info .info__num {
     font-size: 36px;
     text-align: center;
     line-height: 50px;
   }
 }

 .about__info .info__text {
   color: #0b1734;
   font-size: 16px;
   line-height: 19px;
 }

 @media (max-width: 1023px) {
   .about__info .info__text {
     text-align: center;
   }
 }

 .about__links {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   padding-top: 8px;
 }

 .about__links .link {
   position: relative;
   display: block;
   width: -webkit-calc(25% - 14px);
   width: calc(25% - 14px);
   height: 445px;
   cursor: pointer;
   overflow: hidden;
   margin: 0 0 0 20px;
 }

 .about__links .link:first-child {
   margin: 0;
 }

 .about__links .link:hover .link__bg {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
 }

 .about__links .link:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: -webkit-gradient(linear, left bottom, left top, from(#0b1734), color-stop(50%, rgba(11, 23, 52, 0)));
   background: linear-gradient(to top, #0b1734 0%, rgba(11, 23, 52, 0) 50%);
   z-index: 1;
 }

 .about__links .link__bg {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: 0;
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .about__links .link__text {
   position: absolute;
   display: block;
   z-index: 2;
   bottom: 52px;
   left: 31px;
   right: 30px;
   font-size: 32px;
   line-height: 42px;
   color: #fff;
   font-weight: 600;
 }

 .about__share {
   padding-top: 60px;
   padding-bottom: 80px;
 }

 .transformation__inner {
   padding-top: 46px;
 }

 .transformation__inner h3 {
   font-weight: 500;
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 22px;
 }

 @media (max-width: 1023px) {
   .transformation__inner h3 {
     font-size: 20px;
   }
 }

 @media (max-width: 767px) {
   .transformation__inner h3 {
     font-size: 18px;
   }
 }

 .transformation__inner p {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
 }

 @media (max-width: 1440px) {
   .transformation__inner p {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .transformation__inner ul {
   margin: 0;
   padding: 0 0 15px;
 }

 .transformation__inner ul li {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .transformation__inner ul li {
     font-size: 16px;
   }
 }

 .transformation__inner ul li:before {
   content: '';
   position: absolute;
   top: 6px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .transformation__inner img {
   max-width: 100%;
   margin-bottom: 30px;
 }

 .transformation__inner iframe {
   width: 100%;
   height: 700px;
   z-index: 1;
 }

 @media (max-width: 1023px) {
   .transformation__inner iframe {
     height: 450px;
   }
 }

 @media (max-width: 767px) {
   .transformation__inner iframe {
     height: 250px;
   }
 }

 .transformation__inner .video {
   width: 100%;
   position: relative;
   margin-bottom: 40px;
 }

 .transformation__inner .video.show .video__bg {
   display: none;
 }

 .transformation__inner .video__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 2;
   cursor: pointer;
 }

 .transformation__inner .video__bg:hover:after {
   opacity: .7;
 }

 .transformation__inner .video__bg:after {
   content: '';
   position: absolute;
   top: 50%;
   margin-top: -45px;
   left: 50%;
   margin-left: -45px;
   width: 90px;
   height: 90px;
   background-image: url(../images/play.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .transformation__inner .video iframe {
   width: 100%;
   height: 700px;
   z-index: 1;
 }

 @media (max-width: 1023px) {
   .transformation__inner .video iframe {
     height: 450px;
   }
 }

 @media (max-width: 767px) {
   .transformation__inner .video iframe {
     height: 250px;
   }
 }

 .transformation__links {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   padding-top: 30px;
   margin-left: -10px;
   margin-right: -10px;
 }

 .transformation__links .link {
   position: relative;
   display: block;
   width: -webkit-calc(25% - 14px);
   width: calc(25% - 14px);
   margin-left: 10px;
   margin-right: 10px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 445px;
   cursor: pointer;
   overflow: hidden;
 }

 .transformation__links .link:hover .link__bg {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
 }

 .transformation__links .link:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: -webkit-gradient(linear, left bottom, left top, from(#0b1734), color-stop(50%, rgba(11, 23, 52, 0)));
   background: linear-gradient(to top, #0b1734 0%, rgba(11, 23, 52, 0) 50%);
   z-index: 1;
 }

 .transformation__links .link__bg {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: 0;
   -webkit-transition: -webkit-transform 1s;
   transition: -webkit-transform 1s;
   transition: transform 1s;
   transition: transform 1s, -webkit-transform 1s;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .transformation__links .link__text {
   position: absolute;
   display: block;
   z-index: 1;
   bottom: 57px;
   left: 31px;
   right: 30px;
   font-size: 32px;
   line-height: 40px;
   color: #fff;
   font-weight: 600;
 }

 .transformation__share {
   padding-top: 60px;
   padding-bottom: 80px;
 }

 .transformation__stage {
   display: inline-block;
   padding: 5px 10px 5px 10px;
   line-height: 20px;
   margin: 0 25px 0 0;
   background: #2b3990;
   color: #fff;
   position: relative;
   font-size: 18px;
 }

 @media (max-width: 1440px) {
   .transformation__stage {
     font-size: 16px;
     padding: 4px 10px 4px 10px;
   }
 }

 @media (max-width: 640px) {
   .transformation__stage {
     display: block;
     width: auto;
     margin: 0;
   }
 }

 .transformation__stage:after {
   content: '';
   position: absolute;
   left: 100%;
   top: 0;
   border-top: 15px solid transparent;
   border-bottom: 15px solid transparent;
   border-left: 15px solid #2b3990;
 }

 @media (max-width: 1023px) {
   .transformation__stage:after {
     border-top: 14px solid transparent;
     border-bottom: 14px solid transparent;
     border-left: 14px solid #2b3990;
   }
 }

 @media (max-width: 640px) {
   .transformation__stage:after {
     display: none;
   }
 }

 .accordion,
 .accordion2 {
   background: #f2f5fa;
   margin-bottom: 20px;
 }

 .accordion.opened .accordion__header,
 .accordion2.opened .accordion__header2 {
   font-weight: 700;
 }

 .accordion.opened .accordion__header:after,
 .accordion2.opened .accordion__header2:after {
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 .accordion__header,
 .accordion__header2 {
   padding: 15px 70px 15px 30px;
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   font-weight: 400;
   cursor: pointer;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1440px) {

   .accordion__header,
   .accordion__header2 {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .accordion__header--line {
   line-height: 22px;
 }

 .accordion__header:hover,
 .accordion__header2:hover {
   opacity: .7;
 }

 .accordion__header:after,
 .accordion__header2:after {
   position: absolute;
   content: '';
   width: 32px;
   height: 32px;
   top: 50%;
   margin-top: -16px;
   right: 30px;
   background: url(../images/sprite.png) -46px -46px;
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 .accordion__body,
 .accordion__body2 {
   padding: 15px 90px 30px;
   display: none;
 }

 @media (max-width: 1023px) {

   .accordion__body,
   .accordion__body2 {
     padding: 15px 15px 15px 30px;
   }
 }

 .accordion__body--width,
 .accordion__body2--width,
 {
 padding: 15px 30px 30px;
 }

 .accordion__body--width p,
 .accordion__body2--width p {
   line-height: 22px !important;
 }

 .accordion__body h4,
 .accordion__body2 h4 {
   font-weight: 400;
   font-size: 14px;
   line-height: 16px;
   margin-bottom: 15px;
   color: #9ba2ac;
 }

 .accordion__body h5,
 .accordion__body2 h5 {
   font-weight: bold;
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 15px;
   color: #0b1734;
 }

 .accordion__body p,
 .accordion__body2 p {
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   margin-bottom: 15px;
   color: #0b1734;
 }

 @media (max-width: 1440px) {

   .accordion__body p,
   .accordion__body2 p {
     font-size: 16px;
     line-height: 21px;
   }
 }

 .accordion__body ul,
 .accordion__body2 ul {
   margin-bottom: 0;
 }

 .accordion__body ul li,
 .accordion__body2 ul li {
   line-height: 24px;
 }

 .accordion__body hr,
 .accordion__body2 hr {
   width: 100%;
   border: none;
   height: 1px;
   background: #dee2e9;
   margin-bottom: 30px;
 }

 .accordion__body .img,
 .accordion__body2 .img {
   max-width: 100%;
   display: block;
   height: auto !important;
   margin: 0 0 22px;
 }

 .accordion__body .daughter-block,
 .accordion__body2 .daughter-block {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 .accordion__body .daughter-block__img,
 .accordion__body2 .daughter-block__img {
   width: 61px;
   height: 61px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
 }

 .accordion__body .daughter-block__text,
 .accordion__body2 .daughter-block__text {
   width: -webkit-calc(100% - 90px);
   width: calc(100% - 90px);
 }

 @media (max-width: 1023px) {

   .accordion__body .daughter-block__text,
   .accordion__body2 .daughter-block__text {
     width: -webkit-calc(100% - 80px);
     width: calc(100% - 80px);
   }
 }

 .accordion__body .info-block,
 .accordion__body2 .info-block {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 30px;
 }

 .accordion__body .info-block__img,
 .accordion__body2 .info-block__img {
   width: 30px;
   height: 30px;
   background-position: left center;
   background-repeat: no-repeat;
   background-size: contain;
 }

 .accordion__body .info-block__text,
 .accordion__body2 .info-block__text {
   width: -webkit-calc(100% - 45px);
   width: calc(100% - 45px);
 }

 .daughters__inner {
   padding-top: 46px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 @media (max-width: 767px) {
   .daughters__inner {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .daughters__inner h3 {
   font-weight: 700;
   font-size: 36px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 22px;
 }

 @media (max-width: 1023px) {
   .daughters__inner h3 {
     font-size: 28px;
   }
 }

 .daughters__inner p {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
 }

 @media (max-width: 1440px) {
   .daughters__inner p {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .daughters__inner ul {
   margin: 0;
   padding: 0 0 15px;
 }

 .daughters__inner ul li {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .daughters__inner ul li {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .daughters__inner ul li:before {
   content: '';
   position: absolute;
   top: 6px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .daughters__inner img {
   max-width: 100%;
   margin-bottom: 30px;
 }

 .daughters__left {
   width: -webkit-calc(100% - 400px);
   width: calc(100% - 400px);
 }

 @media (max-width: 1440px) {
   .daughters__left {
     width: -webkit-calc(100% - 360px);
     width: calc(100% - 360px);
   }
 }

 @media (max-width: 767px) {
   .daughters__left {
     width: 100%;
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
   }
 }

 .daughters__right {
   width: 340px;
 }

 @media (max-width: 767px) {
   .daughters__right {
     width: 100%;
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
   }
 }

 .daughters__list {
   background: #f2f5fa;
   padding: 57px 25px;
 }

 @media (max-width: 767px) {
   .daughters__list {
     display: none;
   }
 }

 .daughters__select {
   display: none;
 }

 @media (max-width: 767px) {
   .daughters__select {
     display: block;
   }
 }

 .daughters__select.jsStyledSelect select {
   display: none;
 }

 .daughters__select.jsStyledSelect .jsDropdown {
   display: block;
   position: relative;
   cursor: pointer;
   width: 100%;
 }

 .daughters__select.jsStyledSelect .jsDropdown.opened .jsDropdownList {
   top: -webkit-calc(100% - 1px);
   top: calc(100% - 1px);
 }

 .daughters__select.jsStyledSelect .jsDropdownSelected {
   color: #fff;
   border: none;
   margin-bottom: 20px;
   padding: 0 40px 0 20px;
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
   padding-bottom: 12px;
   border-bottom: 2px solid #f6963a;
 }

 @media (max-width: 1440px) {
   .daughters__select.jsStyledSelect .jsDropdownSelected {
     font-size: 16px;
   }
 }

 .daughters__select.jsStyledSelect .jsDropdownSelected:after {
   position: absolute;
   right: 20px;
   top: -webkit-calc(50% - .5em - 12px);
   top: calc(50% - .5em - 12px);
   content: '';
   display: inline-block;
   width: 7px;
   height: 7px;
   border-left: 2px solid #c8cedb;
   border-bottom: 2px solid #c8cedb;
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }

 .daughters__select.jsStyledSelect .jsDropdownList {
   display: none;
   position: absolute;
   top: -webkit-calc(100% - 2px);
   top: calc(100% - 2px);
   left: 0;
   right: 0;
   background: #fff;
   border: 1px solid #f6963a;
   padding: 10px 20px;
   z-index: 100;
   -webkit-transition: top .3s;
   transition: top .3s;
 }

 .daughters__select.jsStyledSelect .jsDropdownItem {
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
   padding-bottom: 10px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1440px) {
   .daughters__select.jsStyledSelect .jsDropdownItem {
     font-size: 16px;
   }
 }

 .daughters__select.jsStyledSelect .jsDropdownItem:hover {
   opacity: .7;
 }

 .daughters__select.jsStyledSelect .jsDropdownItem:last-child {
   margin-bottom: 0;
 }

 .daughters__share {
   padding-top: 60px;
   padding-bottom: 80px;
 }

 .daughters__tab {
   display: none;
 }

 .daughters__tab.active {
   display: block;
 }

 .daughters__item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 15px;
   cursor: pointer;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .daughters__item.active .text {
   font-weight: 700;
 }

 .daughters__item .icon {
   width: 35px;
   height: 35px;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: contain;
 }

 .daughters__item .text {
   width: -webkit-calc(100% - 45px);
   width: calc(100% - 45px);
   color: #0b1734;
   font-size: 16px;
   line-height: 21px;
   font-weight: 400;
 }

 .strategy__inner {
   padding-top: 46px;
 }

 @media (max-width: 1346px) {
   .strategy__inner {
     padding-top: 25px;
   }
 }

 .strategy__inner .video {
   width: 100%;
   position: relative;
   margin-bottom: 40px;
 }

 .strategy__inner .video.show .video__bg {
   display: none;
 }

 .strategy__inner .video__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 2;
   cursor: pointer;
 }

 .strategy__inner .video__bg:hover:after {
   opacity: .7;
 }

 .strategy__inner .video__bg:after {
   content: '';
   position: absolute;
   top: 50%;
   margin-top: -45px;
   left: 50%;
   margin-left: -45px;
   width: 90px;
   height: 90px;
   background-image: url(../images/play.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .strategy__inner .video iframe {
   width: 100%;
   height: 700px;
   z-index: 1;
 }

 @media (max-width: 1023px) {
   .strategy__inner .video iframe {
     height: 450px;
   }
 }

 @media (max-width: 767px) {
   .strategy__inner .video iframe {
     height: 250px;
   }
 }

 .strategy__inner h3 {
   font-weight: 700;
   font-size: 36px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 22px;
 }

 @media (max-width: 1023px) {
   .strategy__inner h3 {
     font-size: 28px;
   }
 }

 @media (max-width: 767px) {
   .strategy__inner h3 {
     font-size: 22px;
   }
 }

 .strategy__inner h4 {
   font-weight: 600;
   font-size: 30px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 20px;
 }

 @media (max-width: 1023px) {
   .strategy__inner h4 {
     font-size: 24px;
   }
 }

 @media (max-width: 767px) {
   .strategy__inner h4 {
     font-size: 18px;
   }
 }

 .strategy__inner p {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
 }

 @media (max-width: 1440px) {
   .strategy__inner p {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .strategy__inner img {
   max-width: 100%;
   vertical-align: bottom;
   margin: 0 0 15px;
 }

 .strategy__inner ul {
   margin: 0;
   padding: 0 0 15px;
 }

 .strategy__inner ul li {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .strategy__inner ul li {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .strategy__inner ul li:before {
   content: '';
   position: absolute;
   top: 6px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .strategy__inner blockquote {
   padding: 40px 60px;
   background: #f2f5fa;
   color: #0b1734;
   font-size: 22px;
   line-height: 30px;
   font-weight: 500;
   margin: 0;
   margin-bottom: 40px;
 }

 @media (max-width: 1440px) {
   .strategy__inner blockquote {
     font-size: 18px;
     line-height: 26px;
     padding: 20px 30px;
   }
 }

 .strategy__inner .chart {
   position: relative;
   margin-top: -60px;
   margin-left: -30px;
 }

 @media (max-width: 1440px) {
   .strategy__inner .chart {
     overflow-x: auto;
   }
 }

 .strategy__inner .chart .left {
   stroke-opacity: 0;
 }

 .strategy__inner .chart .bottom .domain {
   stroke: #283b91;
   stroke-opacity: 0;
 }

 .strategy__inner .chart .axis path {
   display: none;
 }

 .strategy__inner .chart .x-axis line {
   stroke-opacity: 0;
 }

 .strategy__inner .chart .axis text {
   font-weight: bold;
   text-transform: uppercase;
   font-size: 10px;
 }

 .strategy__inner .chart .y-axis line {
   stroke-width: 1;
   stroke: #e2e1e1;
 }

 .strategy__inner .chart .x-axis .tick text {
   font-weight: 600;
   font-size: 11px;
   line-height: 16px;
   color: #0b1734;
 }

 .strategy__inner .chart .y-axis .tick text {
   text-anchor: end;
   font-size: 11px;
   line-height: 16px;
   font-weight: 600;
   color: #0b1734;
 }

 .strategy__inner .chart .y-axis .tick:nth-child(2) line {
   stroke-width: 2px;
   stroke: #505fa5;
 }

 .strategy__inner .chart .line {
   fill: none;
   stroke: #283b91;
   stroke-width: 2px;
 }

 .strategy__inner .chart .point {
   -webkit-transition: fill .3s;
   transition: fill .3s;
   cursor: pointer;
   position: relative;
 }

 .strategy__inner .chart .point:hover {
   fill: #f7a81b !important;
 }

 .strategy__inner .chart .hover {
   fill: #fff;
   stroke: #ebebeb;
   stroke-width: 1px;
   display: block;
   display: none;
 }

 .strategy__inner .chart .text {
   display: none;
 }

 .strategy__inner .chart .text .value {
   font: 100 18px 'Montserrat';
   fill: #0b1734;
 }

 .strategy__inner .chart .text .date {
   font: 100 14px 'Montserrat';
   fill: #9ba2ac;
 }

 .strategy__inner .info-num {
   padding-top: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   margin-bottom: 40px;
 }

 @media (max-width: 767px) {
   .strategy__inner .info-num {
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .strategy__inner .info-num__img {
   display: block;
   width: 90px;
   height: 90px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 @media (max-width: 767px) {
   .strategy__inner .info-num__img {
     width: 100%;
     text-align: center;
   }
 }

 .strategy__inner .info-num__descr {
   width: -webkit-calc(100% - 120px);
   width: calc(100% - 120px);
 }

 @media (max-width: 767px) {
   .strategy__inner .info-num__descr {
     width: 100%;
   }
 }

 .strategy__inner .info-num__header {
   font-size: 60px;
   line-height: 1.1;
   font-weight: bold;
   color: #0b1734;
   margin-bottom: 10px;
 }

 @media (max-width: 1440px) {
   .strategy__inner .info-num__header {
     font-size: 40px;
   }
 }

 @media (max-width: 767px) {
   .strategy__inner .info-num__header {
     font-size: 30px;
     text-align: center;
   }
 }

 .strategy__inner .info-num__text {
   max-width: 500px;
   font-size: 16px;
   line-height: 20px;
   font-weight: 400;
   color: #0b1734;
 }

 @media (max-width: 767px) {
   .strategy__inner .info-num__text {
     text-align: center;
   }
 }

 .strategy__inner .map {
   margin-bottom: 55px;
   width: 100%;
   height: 655px;
 }

 .strategy__inner .map .gm-style-iw {
   position: relative !important;
   left: 0 !important;
   width: 100% !important;
 }

 .strategy__inner .map .gm-style-iw>div {
   max-width: 100% !important;
   width: 100%;
   min-width: 555px;
 }

 @media (max-width: 767px) {
   .strategy__inner .map .gm-style-iw>div {
     min-width: auto;
   }
 }

 .strategy__inner .map .gm-style-iw>div>div {
   overflow: visible !important;
   min-width: 555px;
 }

 @media (max-width: 767px) {
   .strategy__inner .map .gm-style-iw>div>div {
     min-width: auto;
   }
 }

 .strategy__inner .map button.gm-ui-hover-effect {
   width: 22px !important;
   height: 22px !important;
   background: url(../images/close.png) !important;
   top: 20px !important;
   right: 20px !important;
 }

 .strategy__inner .map button.gm-ui-hover-effect img {
   display: none !important;
 }

 .strategy__inner .map .content {
   width: 100%;
   min-width: 555px;
   padding: 0 20px 0 20px;
 }

 @media (max-width: 767px) {
   .strategy__inner .map .content {
     min-width: auto;
   }
 }

 .strategy__inner .map .content__header {
   padding: 25px 0;
   background: #fff;
 }

 .strategy__inner .map .content__title {
   font-size: 22px;
   line-height: 24px;
   color: #0b1734;
   font-weight: 700;
 }

 @media (max-width: 767px) {
   .strategy__inner .map .content__title {
     font-size: 16px;
   }
 }

 .strategy__inner .map .content__slider {
   height: 90px;
   margin-bottom: 20px;
   margin-left: -20px;
   margin-right: -20px;
 }

 .strategy__inner .map .content__slider .slick-list {
   padding-right: 20px;
 }

 @media (max-width: 767px) {
   .strategy__inner .map .content__slider .slick-list {
     padding-right: 50px;
   }
 }

 .strategy__inner .map .content__slider .item {
   height: 90px;
   background-position: center;
   background-size: cover;
   display: block;
   margin-right: 1px;
 }

 .strategy__inner .map .content__slider .item:last-child {
   margin-right: 0;
 }

 .strategy__inner .map .content__values {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   padding-bottom: 30px;
 }

 @media (max-width: 767px) {
   .strategy__inner .map .content__values {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .strategy__inner .map .content__values .value {
   display: block;
   width: 200px;
   padding-right: 40px;
 }

 @media (max-width: 767px) {
   .strategy__inner .map .content__values .value {
     width: 100%;
     padding-right: 0;
     margin-bottom: 10px;
   }
 }

 .strategy__inner .map .content__values .value:last-child {
   padding-right: 0;
 }

 .strategy__inner .map .content__values .value__num {
   font-size: 30px;
   line-height: 34px;
   color: #0b1734;
   font-weight: 600;
 }

 .strategy__inner .map .content__values .value__text {
   font-size: 14px;
   line-height: 16px;
   color: #0b1734;
   font-weight: 400;
   width: 100%;
 }

 .strategy__header {
   font-weight: 500;
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   text-align: left;
   margin-bottom: 30px;
 }

 @media (max-width: 1440px) {
   .strategy__header {
     font-size: 20px;
     line-height: 1.5;
   }
 }

 @media (max-width: 767px) {
   .strategy__header {
     font-size: 18px;
   }
 }

 .strategy__share {
   padding-top: 40px;
   padding-bottom: 80px;
 }

 .strategy .svg-map {
   padding-top: 60px;
   width: 100%;
   position: relative;
 }

 @media (max-width: 767px) {
   .strategy .svg-map {
     display: none;
   }
 }

 .strategy .svg-map__percents .percent {
   font-weight: 700;
   color: #fff;
   font-size: 18px;
   line-height: 30px;
   position: absolute;
   cursor: pointer;
 }

 @media (max-width: 1440px) {
   .strategy .svg-map__percents .percent {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .strategy .svg-map__percents .percent:nth-child(1) {
   top: 64%;
   left: 62%;
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__percents .percent:nth-child(1) {
     left: 61%;
   }
 }

 .strategy .svg-map__percents .percent:nth-child(2) {
   top: 76%;
   left: 74%;
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__percents .percent:nth-child(2) {
     left: 73%;
   }
 }

 .strategy .svg-map__percents .percent:nth-child(3) {
   top: 72%;
   left: 54%;
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__percents .percent:nth-child(3) {
     left: 53%;
   }
 }

 .strategy .svg-map__percents .percent:nth-child(4) {
   top: 88%;
   left: 52%;
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__percents .percent:nth-child(4) {
     left: 51%;
   }
 }

 .strategy .svg-map__percents .percent:nth-child(5) {
   top: 28%;
   left: 55%;
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__percents .percent:nth-child(5) {
     left: 54%;
   }
 }

 .strategy .svg-map__percents .percent:nth-child(6) {
   top: 74%;
   left: 11%;
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__percents .percent:nth-child(6) {
     top: 74%;
     left: 10%;
   }
 }

 .strategy .svg-map__hovers .hover {
   display: none;
   position: absolute;
   width: 480px;
   border: 1px solid #ebebeb;
   background: #fff;
 }

 .strategy .svg-map__hovers .hover:after {
   content: '';
   position: absolute;
   bottom: -8px;
   left: 50%;
   margin-left: -15px;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   background: #fff;
   border-bottom: 1px solid #ebebeb;
   border-right: 1px solid #ebebeb;
   width: 15px;
   height: 15px;
 }

 .strategy .svg-map__hovers .hover:nth-child(1) {
   bottom: 38%;
   left: 46%;
 }

 .strategy .svg-map__hovers .hover:nth-child(2) {
   bottom: 28%;
   left: 60%;
 }

 .strategy .svg-map__hovers .hover:nth-child(3) {
   bottom: 32%;
   left: 39%;
 }

 .strategy .svg-map__hovers .hover:nth-child(4) {
   bottom: 15%;
   left: 37%;
 }

 .strategy .svg-map__hovers .hover:nth-child(5) {
   bottom: 75%;
   left: 40%;
 }

 .strategy .svg-map__hovers .hover:nth-child(6) {
   bottom: 29%;
   left: -5%;
 }

 .strategy .svg-map__hovers .hover__inner {
   position: relative;
   padding: 20px;
 }

 .strategy .svg-map__hovers .hover__header {
   padding: 0px 0px 20px;
   font-weight: 700;
   color: #0b1734;
   font-size: 18px;
   line-height: 24px;
   text-align: left;
 }

 .strategy .svg-map__hovers .hover__img {
   margin-bottom: 10px;
 }

 .strategy .svg-map__hovers .hover__img img {
   width: 100%;
   vertical-align: bottom;
 }

 .strategy .svg-map__hovers .hover__text {
   font-weight: 400;
   color: #0b1734;
   font-size: 16px;
   line-height: 24px;
 }

 .strategy .svg-map__hovers .hover__close {
   position: absolute;
   width: 22px;
   height: 22px;
   background: url(../images/close.png);
   top: 21px;
   right: 20px;
   cursor: pointer;
 }

 .strategy .svg-map__names .name {
   font-weight: 700;
   color: #0b1734;
   font-size: 18px;
   line-height: 24px;
   position: absolute;
   cursor: pointer;
 }

 .strategy .svg-map__names .name:nth-child(1) {
   top: 54%;
   left: 58%;
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__names .name:nth-child(1) {
     top: 54%;
     left: 58%;
   }
 }

 .strategy .svg-map__names .name:nth-child(2) {
   top: 69%;
   left: 75%;
 }

 .strategy .svg-map__names .name:nth-child(3) {
   top: 65%;
   left: 42%;
 }

 @media (max-width: 1440px) {
   .strategy .svg-map__names .name:nth-child(3) {
     top: 63%;
     left: 40%;
   }
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__names .name:nth-child(3) {
     top: 60%;
     left: 35%;
   }
 }

 .strategy .svg-map__names .name:nth-child(4) {
   top: 87%;
   left: 37%;
 }

 @media (max-width: 1440px) {
   .strategy .svg-map__names .name:nth-child(4) {
     top: 95%;
     left: 33%;
   }
 }

 @media (max-width: 1023px) {
   .strategy .svg-map__names .name:nth-child(4) {
     top: 95%;
     left: 30%;
   }
 }

 .strategy .svg-map__names .name:nth-child(5) {
   top: 20%;
   left: 48%;
 }

 .strategy .svg-map__names .name:nth-child(6) {
   top: 64%;
   left: 7%;
 }

 .strategy .svg-map svg {
   width: 100%;
 }

 .strategy .svg-map svg .st2,
 .strategy .svg-map svg .st3,
 .strategy .svg-map svg .st4,
 .strategy .svg-map svg .st5,
 .strategy .svg-map svg .st6 {
   cursor: pointer;
 }

 .history__inner {
   padding-top: 46px;
 }

 .history__inner .timeline {
   position: relative;
 }

 @media (max-width: 1023px) {
   .history__inner .timeline {
     margin-left: -15px;
     margin-right: -15px;
   }
 }

 @media (max-width: 767px) {
   .history__inner .timeline {
     margin-left: -10px;
     margin-right: -10px;
   }
 }

 .history__inner .timeline__inner {
   position: relative;
   width: 100%;
   height: 40px;
   margin-bottom: 30px;
 }

 @media (max-width: 767px) {
   .history__inner .timeline__inner {
     display: none;
   }
 }

 .history__inner .timeline__line {
   position: absolute;
   left: 0;
   bottom: 0;
   display: block;
   width: 100%;
   height: 2px;
   background: #c6cbd3;
 }

 .history__inner .timeline__line .year {
   position: absolute;
   bottom: 100%;
 }

 .history__inner .timeline__line .year.active span {
   color: #0b1734;
   font-weight: 600;
   font-size: 18px;
 }

 .history__inner .timeline__line .year.active div {
   background: #f7a906;
 }

 .history__inner .timeline__line .year.visible span {
   display: block;
 }

 .history__inner .timeline__line .year span {
   display: none;
   text-align: center;
   color: #9ba2ac;
   font-size: 16px;
   line-height: 1;
   position: relative;
   bottom: 13px;
   left: -50%;
 }

 .history__inner .timeline__line .year div {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 1px;
   background: #c6cbd3;
   height: 13px;
 }

 .history__inner .timeline__line .event {
   position: absolute;
   top: 50%;
   margin-top: -2px;
   margin-left: -2px;
   background: #0b1734;
   border-radius: 50%;
   width: 4px;
   height: 4px;
   z-index: 1;
   cursor: pointer;
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
 }

 .history__inner .timeline__line .event:hover {
   -webkit-transform: scale(1.5);
   -ms-transform: scale(1.5);
   transform: scale(1.5);
 }

 .history__inner .timeline__line .event.active {
   background: #f7a906;
 }

 .history__inner .timeline__bar {
   height: 2px;
   position: absolute;
   bottom: 0;
   left: 0;
   background: #f7a906;
   z-index: 0;
   -webkit-transition: width .5s;
   transition: width .5s;
 }

 .history__inner .timeline__bar .point {
   position: absolute;
   right: -5.5px;
   top: 50%;
   margin-top: -5.5px;
   width: 11px;
   height: 11px;
   background: #f7a906;
   border-radius: 50%;
 }

 .history__inner .timeline__slider {
   position: relative;
   margin-bottom: 80px;
 }

 .history__inner .timeline__slider .background {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   opacity: .1;
 }

 .history__inner .timeline__slider .top-arrow {
   height: 30px;
   width: 100%;
   position: relative;
   overflow: hidden;
 }

 .history__inner .timeline__slider .top-arrow .left {
   background: #fff;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   border-bottom: 1px solid #c6cbd3;
   -webkit-transition: width .5s;
   transition: width .5s;
 }

 @media (max-width: 767px) {
   .history__inner .timeline__slider .top-arrow .left {
     width: 100% !important;
   }
 }

 .history__inner .timeline__slider .top-arrow .right {
   background: #fff;
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   border-bottom: 1px solid #c6cbd3;
   -webkit-transition: width .5s;
   transition: width .5s;
 }

 @media (max-width: 767px) {
   .history__inner .timeline__slider .top-arrow .right {
     display: none;
   }
 }

 .history__inner .timeline__slider .top-arrow .corner {
   position: absolute;
   width: 42px;
   height: 42px;
   border-top: 1px solid #c6cbd3;
   border-left: 1px solid #c6cbd3;
   background: rgba(0, 0, 0, 0);
   -webkit-transform: rotate(45deg) translateY(12px);
   -ms-transform: rotate(45deg) translateY(12px);
   transform: rotate(45deg) translateY(12px);
   -webkit-transition: left .5s;
   transition: left .5s;
 }

 @media (max-width: 767px) {
   .history__inner .timeline__slider .top-arrow .corner {
     display: none;
   }
 }

 .history__inner .timeline__slider .top-arrow .corner:before {
   content: '';
   position: absolute;
   bottom: -webkit-calc(100% + 1px);
   bottom: calc(100% + 1px);
   left: 0;
   right: 0;
   background: #fff;
   height: 42px;
 }

 .history__inner .timeline__slider .top-arrow .corner:after {
   content: '';
   position: absolute;
   right: -webkit-calc(100% + 1px);
   right: calc(100% + 1px);
   bottom: 0;
   top: 0;
   background: #fff;
   width: 42px;
 }

 .history__inner .timeline__slider .slider {
   border-left: 1px solid #c6cbd3;
   border-right: 1px solid #c6cbd3;
   border-bottom: 1px solid #c6cbd3;
   position: relative;
 }

 .history__inner .timeline__slider .slider .arrow {
   position: absolute;
   top: 50%;
   margin-top: -24px;
   width: 18px;
   height: 48px;
   background: url(../images/sprite.png) -182px -39px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   z-index: 10;
   cursor: pointer;
 }

 @media (max-width: 1023px) {
   .history__inner .timeline__slider .slider .arrow {
     width: 12px;
     height: 32px;
     background: url(../images/sprite.png) -152px 0px;
     top: -40px;
   }
 }

 .history__inner .timeline__slider .slider .arrow:hover {
   opacity: .7;
 }

 .history__inner .timeline__slider .slider .arrow.arrow_next {
   right: 20px;
 }

 .history__inner .timeline__slider .slider .arrow.arrow_prev {
   left: 20px;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 @media (max-width: 1023px) {
   .history__inner .timeline__slider .slider .arrow.arrow_prev {
     left: auto;
     right: 40px;
   }
 }

 .history__inner .timeline__slider .slider__slide {
   padding: 50px 90px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   position: relative;
   z-index: 1;
 }

 @media (max-width: 1023px) {
   .history__inner .timeline__slider .slider__slide {
     padding: 50px 20px;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 @media (max-width: 767px) {
   .history__inner .timeline__slider .slider__slide {
     padding: 30px 20px;
   }
 }

 .history__inner .timeline__slider .slider__img {
   width: 520px;
 }

 @media (max-width: 1440px) {
   .history__inner .timeline__slider .slider__img {
     width: 462px;
   }
 }

 @media (max-width: 1023px) {
   .history__inner .timeline__slider .slider__img {
     width: 100%;
     margin-top: 20px;
   }
 }

 .history__inner .timeline__slider .slider__img img {
   max-width: 100%;
 }

 .history__inner .timeline__slider .slider__descr {
   width: -webkit-calc(100% - 610px);
   width: calc(100% - 610px);
 }

 @media (max-width: 1440px) {
   .history__inner .timeline__slider .slider__descr {
     width: -webkit-calc(100% - 500px);
     width: calc(100% - 500px);
   }
 }

 @media (max-width: 1023px) {
   .history__inner .timeline__slider .slider__descr {
     width: 100%;
   }
 }

 .history__inner .timeline__slider .slider__date {
   color: #f7a906;
   font-size: 46px;
   line-height: 1.1;
   text-align: left;
   font-weight: 700;
   margin-bottom: 20px;
 }

 @media (max-width: 1440px) {
   .history__inner .timeline__slider .slider__date {
     font-size: 40px;
   }
 }

 .history__inner .timeline__slider .slider__header {
   color: #0b1734;
   font-weight: 600;
   font-size: 26px;
   line-height: 1.1;
   margin-bottom: 20px;
 }

 .history__inner .timeline__slider .slider__text p {
   color: #0b1734;
   font-size: 16px;
   line-height: 24px;
   text-align: left;
   margin-bottom: 15px;
 }

 @media (max-width: 1440px) {
   .history__inner .timeline__slider .slider__text p {
     font-size: 14px;
     line-height: 1.5;
   }
 }

 .history__header {
   font-weight: 500;
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   text-align: left;
   margin-bottom: 30px;
 }

 @media (max-width: 767px) {
   .history__header {
     font-size: 18px;
     line-height: 1.5;
   }
 }

 .history__share {
   padding-top: 15px;
 }

 .structure-scheme {
   padding-top: 60px;
   padding-bottom: 30px;
 }

 @media (max-width: 1440px) {
   .structure-scheme {
     padding-top: 30px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme {
     margin-left: 20px;
     margin-right: 20px;
   }
 }

 .structure-scheme .level {
   text-align: center;
 }

 .structure-scheme .level>.block.block_main>.block__inner:before {
   content: '';
   position: absolute;
   display: none;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level>.block.block_main>.block__inner:before {
     display: block;
     left: -21px;
     bottom: -webkit-calc(50% - 2px);
     bottom: calc(50% - 2px);
     background: #f7a906;
     height: 2px;
     width: 5px;
   }
 }

 .structure-scheme .level .level {
   margin-top: 55px;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .level {
     margin-top: 0px;
   }
 }

 .structure-scheme .level.level_1>.block.block_grey:nth-child(2):before {
   right: -webkit-calc(50% - 1px) !important;
   right: calc(50% - 1px) !important;
 }

 .structure-scheme .level.level_1>.level.level_2 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   position: relative;
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2 {
     height: auto;
     display: block;
     width: 100%;
   }
 }

 .structure-scheme .level.level_1>.level.level_2:before {
   content: '';
   position: absolute;
   width: 2px;
   background: #2b3990;
   bottom: -webkit-calc(100% + 15px);
   bottom: calc(100% + 15px);
   height: 131px;
   left: -webkit-calc(50% - 1px);
   left: calc(50% - 1px);
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2:before {
     display: none;
   }
 }

 .structure-scheme .level.level_1>.level.level_2>.block.block_blue {
   margin-left: 5px;
   margin-right: 5px;
   position: relative;
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue {
     margin-left: 1px;
     margin-right: 1px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue {
     position: relative;
     width: 100%;
     margin-top: 10px;
     margin-left: 0;
     margin-right: 0;
   }
 }

 .structure-scheme .level.level_1>.level.level_2>.block.block_blue:first-child:before {
   left: -webkit-calc(50% - 1px);
   left: calc(50% - 1px);
 }

 .structure-scheme .level.level_1>.level.level_2>.block.block_blue:last-child:before {
   right: -webkit-calc(50% - 1px);
   right: calc(50% - 1px);
 }

 .structure-scheme .level.level_1>.level.level_2>.block.block_blue:before {
   content: '';
   background: #2b3990;
   height: 2px;
   bottom: -webkit-calc(100% + 15px);
   bottom: calc(100% + 15px);
   left: -5px;
   right: -5px;
   position: absolute;
 }

 .structure-scheme .level.level_1>.level.level_2>.block.block_blue:after {
   content: '';
   position: absolute;
   width: 2px;
   background: #2b3990;
   bottom: 100%;
   height: 15px;
   left: -webkit-calc(50% - 1px);
   left: calc(50% - 1px);
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(1) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(1):before {
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(1):after {
     left: -21px;
     top: -50px;
     bottom: 0px;
     height: auto;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(1) .level_3 {
     top: -webkit-calc(100% + 16px);
     top: calc(100% + 16px);
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(1) .level_3 {
     top: 0;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(1) .level_3 .pos:nth-child(1):before {
     top: 0;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(1) .level_3 .pos:nth-child(1):before {
     top: 30px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(1) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(2) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(2):before {
     display: block;
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(2):after {
     left: -21px;
     top: -50px;
     bottom: 0px;
     height: auto;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(2) .level_3 .pos:nth-child(1):before {
     top: 30px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(2) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(3) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(3):before {
     display: block;
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(3):after {
     left: -21px;
     top: -50px;
     bottom: 0px;
     height: auto;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(3) .level_3 {
     top: -webkit-calc(100% + 16px);
     top: calc(100% + 16px);
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(3) .level_3 {
     top: 0;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(3) .level_3 .pos:nth-child(1):before {
     top: 0;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(3) .level_3 .pos:nth-child(1):before {
     top: 30px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(3) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(4) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(4):before {
     display: block;
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(4):after {
     left: -21px;
     top: -50px;
     bottom: 0px;
     height: auto;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(4) .level_3 .pos:nth-child(1):before {
     top: 30px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(4) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(5) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(5):before {
     display: block;
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(5):after {
     left: -21px;
     top: -50px;
     bottom: 0px;
     height: auto;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(5) .level_3 {
     top: -webkit-calc(100% + 16px);
     top: calc(100% + 16px);
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(5) .level_3 {
     top: 0;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(5) .level_3 .pos:nth-child(1):before {
     top: 0;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(5) .level_3 .pos:nth-child(1):before {
     top: 30px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(5) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(6) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(6):before {
     display: block;
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(6):after {
     left: -21px;
     top: -50px;
     bottom: 0px;
     height: auto;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(6) .level_3 .pos:nth-child(1):before {
     top: 30px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(6) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7):before {
     display: block;
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7):after {
     left: -21px;
     top: -50px;
     bottom: 0px;
     height: auto;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7) .level_3 {
     top: -webkit-calc(100% + 16px);
     top: calc(100% + 16px);
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7) .level_3 {
     top: 0;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7) .level_3 .pos:nth-child(1):before {
     top: 0;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7) .level_3 .pos:nth-child(1):before {
     top: 30px;
     left: -21px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7) .level_3 .pos:first-child:before {
     bottom: 9px !important;
     height: auto !important;
     top: 0;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(7) .level_3 .pos:first-child:before {
     display: none;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(8) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(8):before {
     display: block;
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(8):after {
     left: -21px;
     top: -50px;
     bottom: 0px;
     height: auto;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(8) .level_3 .pos:nth-child(1):before {
     top: 30px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(8) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) {
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) {
     left: 0;
     right: 0;
     top: 0;
   }
 }

 @media (max-width: 1440px) {}

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9):before {
     display: block;
     right: auto;
     left: -20px;
     width: 20px;
     bottom: auto;
     top: 50px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9):after {
     left: -21px;
     top: -50%;
     bottom: auto;
     height: -webkit-calc(50% + 50px);
     height: calc(50% + 50px);
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) .level_3 {
     top: -webkit-calc(100% + 16px);
     top: calc(100% + 16px);
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) .level_3 {
     top: 0;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) .level_3 .pos:nth-child(1):before {
     top: 0;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) .level_3 .pos:nth-child(1):before {
     left: -20px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) .level_3 .pos:nth-child(1):after {
     width: 30px;
     left: -19px;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) .level_3 .pos:first-child:before {
     bottom: 9px !important;
     height: auto !important;
     top: -220px !important;
   }
 }

 @media (max-width: 1440px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue:nth-child(9) .level_3 .pos:first-child:before {
     bottom: 8px !important;
     height: auto !important;
     top: -26px !important;
   }
 }

 .structure-scheme .level.level_1>.level.level_2>.block.block_blue .block__inner {
   height: 100%;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level.level_1>.level.level_2>.block.block_blue .block__inner {
     width: 100%;
     padding-left: 20px;
   }
 }

 .structure-scheme .level .block__inner {
   text-align: center;
   display: inline-block;
   position: relative;
 }

 .structure-scheme .level .block.block_accordion .block__inner {
   padding: 20px 20px 30px;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_accordion .block__inner {
     padding: 20px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main .plus {
     top: auto;
     bottom: 50%;
     margin-bottom: -16px;
   }
 }

 .structure-scheme .level .block.block_main .block__inner {
   background: #f7a906;
   min-width: 320px;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main .block__inner {
     width: 100%;
     text-align: left;
     min-width: auto;
   }
 }

 .structure-scheme .level .block.block_main .block__inner span {
   line-height: 18px;
   font-size: 16px;
   font-weight: 600;
   color: #fff;
 }

 .structure-scheme .level .block.block_main>.level {
   display: none;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   position: relative;
 }

 .structure-scheme .level .block.block_main>.level:before {
   content: '';
   position: absolute;
   width: 2px;
   background: #f7a906;
   bottom: -webkit-calc(100% + 15px);
   bottom: calc(100% + 15px);
   height: 25px;
   left: -webkit-calc(50% - 1px);
   left: calc(50% - 1px);
 }

 .structure-scheme .level .block.block_main>.level>.block {
   margin-left: 40px;
   margin-right: 40px;
 }

 @media (max-width: 1440px) {
   .structure-scheme .level .block.block_main>.level>.block {
     margin-left: 20px;
     margin-right: 20px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block {
     margin-left: 0;
     margin-right: 0;
   }
 }

 .structure-scheme .level .block.block_main>.level>.block.block_grey {
   height: 76px;
   position: relative;
 }

 @media (max-width: 1440px) {
   .structure-scheme .level .block.block_main>.level>.block.block_grey {
     width: -webkit-calc(25% - 40px);
     width: calc(25% - 40px);
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block.block_grey {
     width: 100%;
     margin-top: 10px;
   }
 }

 .structure-scheme .level .block.block_main>.level>.block.block_grey:first-child:before {
   left: -webkit-calc(50% - 1px);
   left: calc(50% - 1px);
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block.block_grey:first-child:before {
     right: auto;
     left: -20px;
     width: 20px;
     bottom: 50%;
   }
 }

 .structure-scheme .level .block.block_main>.level>.block.block_grey:first-child:after {
   content: '';
   position: absolute;
   width: 2px;
   background: #f7a906;
   bottom: 100%;
   height: 15px;
   left: -webkit-calc(50% - 1px);
   left: calc(50% - 1px);
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block.block_grey:first-child:after {
     height: -webkit-calc(100% + 0px);
     height: calc(100% + 0px);
     left: -21px;
     bottom: 50%;
   }
 }

 .structure-scheme .level .block.block_main>.level>.block.block_grey:nth-child(4):before {
   right: -webkit-calc(50% - 1px);
   right: calc(50% - 1px);
 }

 .structure-scheme .level .block.block_main>.level>.block.block_grey:before {
   content: '';
   background: #f7a906;
   height: 2px;
   bottom: -webkit-calc(100% + 15px);
   bottom: calc(100% + 15px);
   left: -40px;
   right: -40px;
   position: absolute;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block.block_grey:before {
     right: auto;
     left: -20px;
     width: 20px;
     bottom: 50%;
   }
 }

 .structure-scheme .level .block.block_main>.level>.block.block_grey:after {
   content: '';
   position: absolute;
   width: 2px;
   background: #f7a906;
   bottom: 100%;
   height: 15px;
   left: -webkit-calc(50% - 1px);
   left: calc(50% - 1px);
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block.block_grey:after {
     height: -webkit-calc(100% + 10px);
     height: calc(100% + 10px);
     left: -21px;
     bottom: 50%;
   }
 }

 .structure-scheme .level .block.block_main>.level>.block.block_grey .block__inner {
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

 .structure-scheme .level .block.block_main>.level>.block.block_main {
   width: 100%;
   margin-top: 40px;
   position: relative;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block.block_main {
     margin-top: 10px;
   }
 }

 .structure-scheme .level .block.block_main>.level>.block.block_main:after {
   content: '';
   position: absolute;
   width: 2px;
   background: #f7a906;
   bottom: 100%;
   height: 135px;
   left: -webkit-calc(50% - 1px);
   left: calc(50% - 1px);
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block.block_main:after {
     left: -21px;
     top: -85px;
     bottom: -webkit-calc(100% - 30px);
     bottom: calc(100% - 30px);
     height: auto;
   }
 }

 .structure-scheme .level .block.block_main>.level>.block.block_main:before {
   content: '';
   background: #f7a906;
   height: 2px;
   left: -20px;
   top: 30px;
   width: 5px;
   position: absolute;
   display: none;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_main>.level>.block.block_main:before {
     display: block;
   }
 }

 .structure-scheme .level .block.block_grey .block__inner {
   padding: 20px 20px;
   background: #f2f5fa;
   width: 248px;
   min-width: auto;
 }

 @media (max-width: 1440px) {
   .structure-scheme .level .block.block_grey .block__inner {
     width: auto;
   }
 }

 .structure-scheme .level .block.block_grey .block__inner span {
   font-size: 14px;
   color: #0b1734;
   font-weight: 400;
 }

 .structure-scheme .level .block.block_blue {
   position: relative;
 }

 .structure-scheme .level .block.block_blue .block__inner {
   background: #2b3990;
   width: auto;
   min-width: auto;
   padding: 20px 8px 30px;
 }

 @media (max-width: 1440px) {
   .structure-scheme .level .block.block_blue .block__inner {
     padding: 16px 5px 20px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_blue .block__inner {
     padding: 20px;
   }
 }

 .structure-scheme .level .block.block_blue .block__inner span {
   font-size: 14px;
   color: #fff;
   font-weight: 400;
 }

 @media (max-width: 1440px) {
   .structure-scheme .level .block.block_blue .block__inner span {
     font-size: 12px;
   }
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_blue .block__inner span {
     font-size: 14px;
   }
 }

 .structure-scheme .level .block.block_blue .block__inner .plus:before,
 .structure-scheme .level .block.block_blue .block__inner .plus:after {
   background: #2b3990;
 }

 .structure-scheme .level .block.block_blue.block_right>.level.level_3 {
   display: none;
   margin-top: 0;
   position: absolute;
   top: -webkit-calc(100% + 16px);
   top: calc(100% + 16px);
   right: 50%;
   left: auto;
   width: 500px;
   text-align: right;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_blue.block_right>.level.level_3 {
     width: 100%;
     position: relative;
     top: 0;
     right: 0;
     left: 0;
     text-align: left;
   }
 }

 .structure-scheme .level .block.block_blue.block_right>.level.level_3 .pos {
   position: relative;
   padding-left: 0px;
   padding-right: 20px;
   padding-top: 20px;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_blue.block_right>.level.level_3 .pos {
     padding-left: 20px;
   }
 }

 .structure-scheme .level .block.block_blue.block_right>.level.level_3 .pos:before {
   content: '';
   position: absolute;
   top: 0;
   left: auto;
   right: 0;
   bottom: 0;
   width: 1px;
   background: #c8cedb;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_blue.block_right>.level.level_3 .pos:before {
     left: 0;
     right: auto;
   }
 }

 .structure-scheme .level .block.block_blue.block_right>.level.level_3 .pos:after {
   content: '';
   position: absolute;
   top: 30px;
   left: auto;
   right: 0;
   width: 11px;
   height: 1px;
   background: #c8cedb;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_blue.block_right>.level.level_3 .pos:after {
     left: 0;
     right: auto;
   }
 }

 .structure-scheme .level .block.block_blue>.level.level_3 {
   display: none;
   margin-top: 0;
   position: absolute;
   top: -webkit-calc(100% + 16px);
   top: calc(100% + 16px);
   left: 50%;
   width: 500px;
   text-align: left;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block.block_blue>.level.level_3 {
     position: relative;
     left: 0;
     width: 100%;
     top: 0;
   }
 }

 .structure-scheme .level .block.block_blue>.level.level_3 .pos {
   position: relative;
   padding-left: 20px;
   padding-top: 20px;
 }

 .structure-scheme .level .block.block_blue>.level.level_3 .pos:last-child:before {
   bottom: auto;
   height: 30px;
 }

 .structure-scheme .level .block.block_blue>.level.level_3 .pos:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 1px;
   background: #c8cedb;
 }

 .structure-scheme .level .block.block_blue>.level.level_3 .pos:after {
   content: '';
   position: absolute;
   top: 30px;
   left: 0;
   width: 11px;
   height: 1px;
   background: #c8cedb;
 }

 .structure-scheme .level .block.block_blue>.level.level_3 .pos span {
   font-size: 14px;
   line-height: 16px;
   color: #0b1734;
 }

 .structure-scheme .level .block .plus {
   width: 32px;
   height: 32px;
   background: #f2f5fa;
   border-radius: 50%;
   position: absolute;
   bottom: -16px;
   left: 50%;
   margin-left: -16px;
   cursor: pointer;
 }

 @media (max-width: 1023px) {
   .structure-scheme .level .block .plus {
     left: 0px;
     top: 35px;
     margin-bottom: -16px;
   }
 }

 .structure-scheme .level .block .plus.opened:after {
   display: none;
 }

 .structure-scheme .level .block .plus:before,
 .structure-scheme .level .block .plus:after {
   content: '';
   position: relative;
   width: 13px;
   height: 3px;
   background: #f7a906;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -6.5px;
   margin-top: -1.5px;
 }

 .structure-scheme .level .block .plus:after {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .values__inner {
   padding-top: 46px;
 }

 .values__header {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 34px;
 }

 @media (max-width: 767px) {
   .values__header {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
 }

 .values__header .img {
   width: 90px;
   height: 90px;
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
 }

 @media (max-width: 767px) {
   .values__header .img {
     width: 100%;
     text-align: center;
   }
 }

 .values__header .text {
   width: -webkit-calc(100% - 110px);
   width: calc(100% - 110px);
 }

 @media (max-width: 767px) {
   .values__header .text {
     width: 100%;
     text-align: center;
   }
 }

 .values__header .text p {
   font-size: 22px;
   line-height: 30px;
   color: #0b1734;
   font-weight: 500;
 }

 @media (max-width: 1440px) {
   .values__header .text p {
     font-size: 18px;
     line-height: 24px;
   }
 }

 .values__header .text iframe {
   width: 100%;
   height: 450px;
 }

 @media (max-width: 1023px) {
   .values__header .text iframe {
     height: 360px;
   }
 }

 @media (max-width: 767px) {
   .values__header .text iframe {
     height: 250px;
   }
 }

 .values__slider {
   position: relative;
 }

 .values__slider .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 23px;
   height: 60px;
   cursor: pointer;
   z-index: 2;
 }

 .values__slider .arrow:hover {
   opacity: .7;
 }

 .values__slider .arrow.arrow_prev {
   left: -43px;
   background: url(../images/06.png);
 }

 @media (max-width: 1440px) {
   .values__slider .arrow.arrow_prev {
     left: 15px;
   }
 }

 .values__slider .arrow.arrow_next {
   right: -43px;
   background: url(../images/05.png);
 }

 @media (max-width: 1440px) {
   .values__slider .arrow.arrow_next {
     right: 15px;
   }
 }

 .values__slider .slide {
   padding: 90px;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   text-align: center;
   min-height: 509px;
 }

 @media (max-width: 1023px) {
   .values__slider .slide {
     padding: 40px;
   }
 }

 @media (max-width: 767px) {
   .values__slider .slide {
     padding: 20px;
   }
 }

 .values__slider .slide__icon {
   width: 70px;
   height: 70px;
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
   display: inline-block;
   vertical-align: bottom;
 }

 .values__slider .slide__header {
   margin-top: 30px;
   font-weight: 600;
   font-size: 36px;
   line-height: 1.1;
 }

 @media (max-width: 1023px) {
   .values__slider .slide__header {
     font-size: 26px;
   }
 }

 .values__slider .slide__list {
   margin-top: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
 }

 .values__slider .slide__list li {
   display: block;
   width: 50%;
   text-align: left;
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .values__slider .slide__list li {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 @media (max-width: 767px) {
   .values__slider .slide__list li {
     width: 100%;
   }
 }

 .values__slider .slide__list li:before {
   content: '';
   position: absolute;
   top: 6px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .values__share {
   padding-top: 60px;
   padding-bottom: 80px;
 }

 .act-types__links {
   display: block;
   position: relative;
   padding-bottom: 50px;
   margin-left: -10px;
   margin-right: -10px;
 }

 @media (max-width: 1440px) {
   .act-types__links {
     margin-left: 0;
     margin-right: 0;
   }
 }

 @media (max-width: 1440px) {
   .act-types__links .slick-list {
     margin-left: 30px;
     margin-right: 30px;
   }
 }

 @media (max-width: 1023px) {
   .act-types__links .slick-list {
     margin-left: 0px;
     margin-right: 0px;
     padding-right: 10%;
   }
 }

 .act-types__links .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 23px;
   height: 60px;
   cursor: pointer;
   z-index: 2;
 }

 .act-types__links .arrow:hover {
   opacity: .7;
 }

 .act-types__links .arrow.arrow_prev {
   left: -43px;
   background: url(../images/06.png);
 }

 @media (max-width: 1440px) {
   .act-types__links .arrow.arrow_prev {
     left: 0;
   }
 }

 .act-types__links .arrow.arrow_next {
   right: -43px;
   background: url(../images/05.png);
 }

 @media (max-width: 1440px) {
   .act-types__links .arrow.arrow_next {
     right: 0;
   }
 }

 .act-types__links .link {
   position: relative;
   display: block;
   margin-left: 10px;
   margin-right: 10px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 445px;
   cursor: pointer;
   overflow: hidden;
 }

 @media (max-width: 1023px) {
   .act-types__links .link {
     height: 380px;
   }
 }

 @media (max-width: 767px) {
   .act-types__links .link {
     height: 330px;
   }
 }

 .act-types__links .link.link_wide {
   height: 160px;
   width: -webkit-calc(100% - 20px);
   width: calc(100% - 20px);
 }

 .act-types__links .link:hover .link__bg {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
 }

 .act-types__links .link:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: -webkit-gradient(linear, left bottom, left top, from(#0b1734), color-stop(50%, rgba(11, 23, 52, 0)));
   background: linear-gradient(to top, #0b1734 0%, rgba(11, 23, 52, 0) 50%);
   z-index: 1;
 }

 .act-types__links .link__bg {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: 0;
   -webkit-transition: -webkit-transform 1s;
   transition: -webkit-transform 1s;
   transition: transform 1s;
   transition: transform 1s, -webkit-transform 1s;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .act-types__links .link__text {
   position: absolute;
   display: block;
   z-index: 1;
   bottom: 57px;
   left: 31px;
   right: 30px;
   font-size: 30px;
   line-height: 40px;
   color: #fff;
   font-weight: 600;
 }

 @media (max-width: 1440px) {
   .act-types__links .link__text {
     font-size: 26px;
     left: 20px;
     right: 20px;
   }
 }

 @media (max-width: 767px) {
   .act-types__links .link__text {
     font-size: 22px;
     bottom: 30px;
   }
 }

 .privatization__inner .accordion ul {
   margin: 0;
   padding: 0 0 15px;
 }

 .privatization__inner .accordion ul li {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .privatization__inner .accordion ul li {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .privatization__inner .accordion ul li:before {
   content: '';
   position: absolute;
   top: 6px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .privatization__header {
   margin-top: 50px;
   margin-bottom: 30px;
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   font-weight: 500;
 }

 @media (max-width: 1023px) {
   .privatization__header {
     font-size: 18px;
   }
 }

 .career {
   padding-top: 25px;
 }

 .career__inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }

 @media (max-width: 767px) {
   .career__inner {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .career__content {
   width: -webkit-calc(100% - 400px);
   width: calc(100% - 400px);
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   padding-bottom: 35px;
 }

 @media (max-width: 1023px) {
   .career__content {
     width: -webkit-calc(100% - 320px);
     width: calc(100% - 320px);
     overflow-x: auto;
   }
 }

 @media (max-width: 767px) {
   .career__content {
     width: 100%;
   }
 }

 .career__content h4 {
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 15px;
   font-weight: 500;
 }

 @media (max-width: 1023px) {
   .career__content h4 {
     font-size: 18px;
   }
 }

 .career__content p {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin-bottom: 15px;
   font-weight: 400;
 }

 @media (max-width: 1440px) {
   .career__content p {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .career__content p.fact {
   font-size: 22px;
   line-height: 30px;
   padding: 32px 60px;
   font-weight: 500;
   background: #f2f5fa;
 }

 @media (max-width: 1440px) {
   .career__content p.fact {
     font-size: 18px;
     padding: 30px;
   }
 }

 .career__content h2 {
   font-size: 30px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 15px;
   font-weight: 600;
 }

 @media (max-width: 1440px) {
   .career__content h2 {
     font-size: 28px;
   }
 }

 .career__content ul {
   margin: 0;
   padding: 0 0 15px;
 }

 .career__content ul li {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .career__content ul li {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .career__content ul li:before {
   content: '';
   position: absolute;
   top: 3px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .career__content img {
   max-width: 100%;
 }

 .career__content .img {
   max-width: 100% !important;
   height: auto !important;
   margin: 18px 0;
   display: block;
 }

 .career__content .career-counters {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 20px 0 50px;
 }

 @media (max-width: 1023px) {
   .career__content .career-counters {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
 }

 .career__content .career-counters__item {
   width: 30%;
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
 }

 @media (max-width: 1023px) {
   .career__content .career-counters__item {
     width: 50%;
     margin-bottom: 20px;
   }
 }

 @media (max-width: 767px) {
   .career__content .career-counters__item {
     width: 100%;
   }
 }

 .career__content .career-counters__icon {
   width: 90px;
   height: 90px;
   background-size: 60%;
   background-position: center;
   background-repeat: no-repeat;
   margin-bottom: 15px;
   border: 3px solid #f7a906;
   border-radius: 50%;
 }

 @media (max-width: 1023px) {
   .career__content .career-counters__icon {
     margin-left: auto;
     margin-right: auto;
   }
 }

 .career__content .career-counters__num {
   font-size: 46px;
   line-height: 1.1;
   color: #0b1734;
   margin-bottom: 4px;
   font-weight: 700;
 }

 @media (max-width: 1023px) {
   .career__content .career-counters__num {
     font-size: 36px;
     text-align: center;
   }
 }

 .career__content .career-counters__text {
   font-size: 16px;
   line-height: 1.3;
   color: #0b1734;
   font-weight: 400;
 }

 @media (max-width: 1023px) {
   .career__content .career-counters__text {
     text-align: center;
   }
 }

 .career__content .career-video {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }

 .career__content .career-video__item {
   width: -webkit-calc(50% - 10px);
   width: calc(50% - 10px);
   margin-bottom: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }

 @media (max-width: 767px) {
   .career__content .career-video__item {
     width: 100%;
   }
 }

 .career__content .career-video__item.career-video__item_big {
   width: 100%;
 }

 .career__content .career-video__item.career-video__item_big .video iframe {
   height: 475px;
 }

 @media (max-width: 767px) {
   .career__content .career-video__item.career-video__item_big .video iframe {
     height: 233px;
   }
 }

 .career__content .career-video__item .video {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: 100%;
   position: relative;
   margin-bottom: 20px;
 }

 .career__content .career-video__item .video.show .video__bg {
   display: none;
 }

 .career__content .career-video__item .video__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 2;
   cursor: pointer;
 }

 .career__content .career-video__item .video__bg:hover:after {
   opacity: .7;
 }

 .career__content .career-video__item .video__bg:after {
   content: '';
   position: absolute;
   top: 50%;
   margin-top: -45px;
   left: 50%;
   margin-left: -45px;
   width: 90px;
   height: 90px;
   background-image: url(../images/play.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .career__content .career-video__item .video iframe {
   width: 100%;
   height: 233px;
   z-index: 1;
 }

 .career__content .career-video__item .text {
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 auto;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   position: relative;
   padding-left: 20px;
 }

 .career__content .career-video__item .text:before {
   position: absolute;
   content: '';
   top: 0;
   bottom: 0;
   left: 0;
   width: 3px;
   background: #f7a906;
 }

 .career__content .career-video__item .text__name {
   color: #0b1734;
   font-size: 18px;
   line-height: 24px;
   font-weight: 600;
   margin-bottom: 15px;
 }

 @media (max-width: 1440px) {
   .career__content .career-video__item .text__name {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .career__content .career-video__item .text__pos {
   color: #0b1734;
   font-size: 16px;
   line-height: 21px;
   font-weight: 400;
   margin-bottom: 15px;
 }

 .career__content .career-video__item .text__dep {
   color: #9ba2ac;
   font-size: 14px;
   line-height: 21px;
   font-weight: 400;
   margin-bottom: 15px;
 }

 .career__content .career-stat {
   background: #f2f5fa;
   margin-bottom: 40px;
   padding: 30px 60px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }

 @media (max-width: 1023px) {
   .career__content .career-stat {
     padding: 20px;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
 }

 .career__content .career-stat__icon {
   width: 90px;
   height: 90px;
   background-size: 60%;
   background-position: center;
   background-repeat: no-repeat;
   margin-bottom: 15px;
   border: 3px solid #f7a906;
   border-radius: 50%;
 }

 @media (max-width: 1023px) {
   .career__content .career-stat__icon {
     margin-right: auto;
     margin-left: auto;
   }
 }

 .career__content .career-stat__descr {
   width: -webkit-calc(100% - 120px);
   width: calc(100% - 120px);
 }

 @media (max-width: 1023px) {
   .career__content .career-stat__descr {
     width: 100%;
     text-align: center;
   }
 }

 .career__content .career-stat__num {
   font-size: 60px;
   line-height: 1;
   font-weight: 700;
   color: #0b1734;
   margin-bottom: 8px;
 }

 @media (max-width: 1440px) {
   .career__content .career-stat__num {
     font-size: 40px;
   }
 }

 .career__content .career-stat__text {
   color: #0b1734;
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
 }

 .career__content .accordion {
   background: #f2f5fa;
   margin-bottom: 20px;
 }

 .career__content .accordion.opened .accordion__header {
   font-weight: 700;
 }

 .career__content .accordion.opened .accordion__header:after {
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 .career__content .accordion__header {
   padding: 15px 30px;
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   font-weight: 400;
   cursor: pointer;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1440px) {
   .career__content .accordion__header {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 @media (max-width: 1023px) {
   .career__content .accordion__header {
     padding: 15px;
   }
 }

 .career__content .accordion__header:hover {
   opacity: .7;
 }

 .career__content .accordion__header:after {
   position: absolute;
   content: '';
   width: 32px;
   height: 32px;
   top: 50%;
   margin-top: -16px;
   right: 30px;
   background: url(../images/sprite.png) -46px -46px;
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 .career__content .accordion__body {
   padding: 15px 90px 30px;
   display: none;
 }

 @media (max-width: 1023px) {
   .career__content .accordion__body {
     padding: 15px;
   }
 }

 .career__content .accordion__body h4 {
   font-weight: 400;
   font-size: 14px;
   line-height: 16px;
   margin-bottom: 15px;
   color: #9ba2ac;
 }

 .career__content .accordion__body h5 {
   font-weight: bold;
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 15px;
   color: #0b1734;
 }

 .career__content .accordion__body p {
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   margin-bottom: 15px;
   color: #0b1734;
 }

 @media (max-width: 1440px) {
   .career__content .accordion__body p {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .career__content .accordion__body ul {
   margin-bottom: 0;
 }

 .career__content .accordion__body ul li {
   line-height: 24px;
 }

 .career__content .accordion__body hr {
   width: 100%;
   border: none;
   height: 1px;
   background: #dee2e9;
   margin-bottom: 30px;
 }

 .career__content .accordion__body .daughter-block {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 .career__content .accordion__body .daughter-block__img {
   width: 61px;
   height: 61px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
 }

 .career__content .accordion__body .daughter-block__text {
   width: -webkit-calc(100% - 90px);
   width: calc(100% - 90px);
 }

 @media (max-width: 1023px) {
   .career__content .accordion__body .daughter-block__text {
     width: -webkit-calc(100% - 80px);
     width: calc(100% - 80px);
   }
 }

 .career__content .accordion__body .info-block {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 30px;
 }

 .career__content .accordion__body .info-block__img {
   width: 30px;
   height: 30px;
   background-position: left center;
   background-repeat: no-repeat;
   background-size: contain;
 }

 .career__content .accordion__body .info-block__text {
   width: -webkit-calc(100% - 45px);
   width: calc(100% - 45px);
 }

 .career__content .accordion__body .button {
   display: inline-block;
   font-size: 16px;
   line-height: 24px;
   color: #fff;
   background: #f7a906;
   padding: 18px 45px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .career__content .accordion__body .button:hover {
   opacity: .7;
 }

 .career__content .career-offer {
   text-align: center;
   padding-top: 60px;
 }

 .career__content .career-offer .button {
   display: inline-block;
   font-size: 16px;
   line-height: 24px;
   color: #fff;
   background: #f7a906;
   padding: 18px 45px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .career__content .career-offer .button:hover {
   opacity: .7;
 }

 .career__content .career-form__header {
   padding-top: 20px;
   padding-bottom: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }

 .career__content .career-form__header .step {
   display: block;
   padding-right: 40px;
   padding-left: 20px;
   position: relative;
 }

 @media (max-width: 767px) {
   .career__content .career-form__header .step {
     padding-right: 20px;
     padding-left: 10px;
   }
 }

 .career__content .career-form__header .step:after {
   position: absolute;
   content: '';
   width: 18px;
   height: 48px;
   background-image: url(../images/arrow.png);
   background-position: center;
   background-size: contain;
   top: 0;
   right: 0;
 }

 .career__content .career-form__header .step:last-child:after {
   display: none;
 }

 .career__content .career-form__header .step:first-child {
   padding-left: 0;
 }

 .career__content .career-form__header .step.active:after {
   background-image: url(../images/arrow-active.png);
 }

 .career__content .career-form__header .step.active span {
   font-weight: 700;
 }

 .career__content .career-form__header .step span {
   font-size: 14px;
   line-height: 21px;
   color: #0b1734;
   font-weight: 400;
 }

 .career__content .career-form__header .step span:nth-child(1) {
   display: block;
 }

 @media (max-width: 1023px) {
   .career__content .career-form__header .step span:nth-child(1) {
     display: none;
   }
 }

 .career__content .career-form__header .step span:nth-child(2) {
   display: none;
   position: relative;
   top: 12px;
 }

 @media (max-width: 1023px) {
   .career__content .career-form__header .step span:nth-child(2) {
     display: block;
   }
 }

 .career__content .career-form__tabs {
   display: block;
   width: 100%;
 }

 .career__content .career-form__tab {
   display: none;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 .career__content .career-form__tab.active {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }

 .career__content .career-form__tab .jsMainEdu,
 .career__content .career-form__tab .jsExtraEdu,
 .career__content .career-form__tab .jsInvention,
 .career__content .career-form__tab .jsLangs,
 .career__content .career-form__tab .jsPrevJob,
 .career__content .career-form__tab .jsRecommend {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
 }

 .career__content .career-form__tab .jsAddMainEdu,
 .career__content .career-form__tab .jsAddExtraEdu,
 .career__content .career-form__tab .jsAddInvention,
 .career__content .career-form__tab .jsAddLangs,
 .career__content .career-form__tab .jsAddPrevJob,
 .career__content .career-form__tab .jsAddRecommend {
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: auto;
   position: relative;
   margin-bottom: 20px;
   height: 50px;
   padding: 0 20px;
   text-align: center;
   border: 1px dashed #c8cedb;
   line-height: 50px;
   cursor: pointer;
 }

 @media (max-width: 767px) {

   .career__content .career-form__tab .jsAddMainEdu,
   .career__content .career-form__tab .jsAddExtraEdu,
   .career__content .career-form__tab .jsAddInvention,
   .career__content .career-form__tab .jsAddLangs,
   .career__content .career-form__tab .jsAddPrevJob,
   .career__content .career-form__tab .jsAddRecommend {
     width: 100%;
     padding: 0 5px;
   }
 }

 .career__content .career-form__tab .jsAddMainEdu span,
 .career__content .career-form__tab .jsAddExtraEdu span,
 .career__content .career-form__tab .jsAddInvention span,
 .career__content .career-form__tab .jsAddLangs span,
 .career__content .career-form__tab .jsAddPrevJob span,
 .career__content .career-form__tab .jsAddRecommend span {
   display: inline-block;
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
   vertical-align: middle;
 }

 @media (max-width: 1440px) {

   .career__content .career-form__tab .jsAddMainEdu span,
   .career__content .career-form__tab .jsAddExtraEdu span,
   .career__content .career-form__tab .jsAddInvention span,
   .career__content .career-form__tab .jsAddLangs span,
   .career__content .career-form__tab .jsAddPrevJob span,
   .career__content .career-form__tab .jsAddRecommend span {
     font-size: 14px;
     position: relative;
   }
 }

 .career__content .career-form__tab .jsAddMainEdu span:before,
 .career__content .career-form__tab .jsAddExtraEdu span:before,
 .career__content .career-form__tab .jsAddInvention span:before,
 .career__content .career-form__tab .jsAddLangs span:before,
 .career__content .career-form__tab .jsAddPrevJob span:before,
 .career__content .career-form__tab .jsAddRecommend span:before {
   display: inline-block;
   padding-right: 10px;
   content: '';
   width: 14px;
   height: 14px;
   vertical-align: middle;
   background: url(../images/plus.png);
   background-repeat: no-repeat;
 }

 .career__content .career-form__tab .input {
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: -webkit-calc(50% - 10px);
   width: calc(50% - 10px);
   position: relative;
 }

 @media (max-width: 767px) {
   .career__content .career-form__tab .input {
     width: 100%;
   }
 }

 .career__content .career-form__tab .input.input_wide {
   width: 100%;
 }

 .career__content .career-form__tab .input.input_required .input__name:after {
   content: ' *';
   color: red;
 }

 .career__content .career-form__tab .input.input_3 {
   width: -webkit-calc(33.33% - 13.4px);
   width: calc(33.33% - 13.4px);
 }

 @media (max-width: 767px) {
   .career__content .career-form__tab .input.input_3 {
     width: 100%;
   }
 }

 .career__content .career-form__tab .input.input_birthdate {
   width: 100%;
 }

 .career__content .career-form__tab .input.error-empty input[type=text],
 .career__content .career-form__tab .input.error-empty .jsDropdownSelected {
   border: 1px solid red;
 }

 .career__content .career-form__tab .input.error-empty .error-text {
   display: block;
   top: -15px;
   position: relative;
 }

 .career__content .career-form__tab .input.jsStyledSelect select {
   display: none;
 }

 .career__content .career-form__tab .input.jsStyledSelect .jsDropdown {
   display: block;
   position: relative;
   cursor: pointer;
   width: 100%;
 }

 .career__content .career-form__tab .input.jsStyledSelect .jsDropdown.opened .jsDropdownList {
   top: -webkit-calc(100% - 1px);
   top: calc(100% - 1px);
 }

 .career__content .career-form__tab .input.jsStyledSelect .jsDropdownSelected {
   color: #fff;
   border: 1px solid #c8cedb;
   margin-bottom: 20px;
   height: 50px;
   line-height: 50px;
   padding: 0 20px;
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
 }

 @media (max-width: 1440px) {
   .career__content .career-form__tab .input.jsStyledSelect .jsDropdownSelected {
     font-size: 16px;
     line-height: 42px;
   }
 }

 .career__content .career-form__tab .input.jsStyledSelect .jsDropdownSelected:after {
   position: absolute;
   right: 20px;
   top: 0;
   content: '▼';
   display: inline-block;
   padding-left: 8px;
   font-size: .6em;
   color: #0b1734;
 }

 .career__content .career-form__tab .input.jsStyledSelect .jsDropdownList {
   display: none;
   position: absolute;
   top: -webkit-calc(100% - 2px);
   top: calc(100% - 2px);
   left: 0;
   right: 0;
   background: #fff;
   border: 1px solid #c8cedb;
   padding: 10px 20px;
   z-index: 100;
   -webkit-transition: top .3s;
   transition: top .3s;
 }

 .career__content .career-form__tab .input.jsStyledSelect .jsDropdownItem {
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
   padding-bottom: 10px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1440px) {
   .career__content .career-form__tab .input.jsStyledSelect .jsDropdownItem {
     font-size: 16px;
   }
 }

 .career__content .career-form__tab .input.jsStyledSelect .jsDropdownItem:hover {
   opacity: .7;
 }

 .career__content .career-form__tab .input.jsStyledSelect .jsDropdownItem:last-child {
   margin-bottom: 0;
 }

 .career__content .career-form__tab .input__inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 .career__content .career-form__tab .input__inner.input__inner_edu-dates span {
   line-height: 50px;
 }

 @media (max-width: 767px) {
   .career__content .career-form__tab .input__inner.input__inner_edu-dates .input {
     width: -webkit-calc(50% - 20px);
     width: calc(50% - 20px);
   }
 }

 .career__content .career-form__tab .input__name {
   color: #9ba2ac;
   font-size: 14px;
   line-height: 30px;
   margin-bottom: 10px;
 }

 .career__content .career-form__tab .input input[type='text'],
 .career__content .career-form__tab .input input[type='password'] {
   display: block;
   width: 100%;
   border: 1px solid #c8cedb;
   margin-bottom: 20px;
   height: 50px;
   padding: 0 20px;
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
 }

 @media (max-width: 1440px) {

   .career__content .career-form__tab .input input[type='text'],
   .career__content .career-form__tab .input input[type='password'] {
     font-size: 16px;
     padding: 0 10px;
   }
 }

 .career__content .career-form__tab .input input[type='text'].jsDate+.calendar-icon {
   position: absolute;
   top: 15px;
   right: 20px;
   width: 20px;
   height: 20px;
   background: url(../images/calendar.png);
 }

 .career__content .career-form__tab .input input[type='radio'] {
   display: none;
 }

 .career__content .career-form__tab .input input[type='radio']:checked+label:after {
   opacity: 1;
 }

 .career__content .career-form__tab .input input[type='radio']+label {
   position: relative;
   display: inline-block;
   padding-top: 15px;
   padding-left: 30px;
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
   margin-right: 15px;
   cursor: pointer;
   margin-bottom: 20px;
 }

 @media (max-width: 1440px) {
   .career__content .career-form__tab .input input[type='radio']+label {
     font-size: 16px;
   }
 }

 .career__content .career-form__tab .input input[type='radio']+label:last-child {
   margin-right: 0;
 }

 .career__content .career-form__tab .input input[type='radio']+label:before {
   position: absolute;
   content: '';
   width: 20px;
   height: 20px;
   border: 1px solid #c8cedb;
   border-radius: 50%;
   left: 0;
   top: 15px;
 }

 .career__content .career-form__tab .input input[type='radio']+label:after {
   position: absolute;
   content: '';
   width: 10px;
   height: 10px;
   background: #f7a906;
   border-radius: 50%;
   left: 6px;
   top: 21px;
   opacity: 0;
 }

 .career__content .career-form__tab .input input[type='checkbox'] {
   display: none;
 }

 .career__content .career-form__tab .input input[type='checkbox']:checked+label:after {
   opacity: 1;
 }

 .career__content .career-form__tab .input input[type='checkbox']+label {
   position: relative;
   display: inline-block;
   padding-top: 15px;
   padding-left: 50px;
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
   margin-right: 25px;
   cursor: pointer;
   margin-bottom: 20px;
 }

 @media (max-width: 1440px) {
   .career__content .career-form__tab .input input[type='checkbox']+label {
     font-size: 16px;
   }
 }

 .career__content .career-form__tab .input input[type='checkbox']+label.personal-data {
   font-size: 14px;
   padding-top: 10px;
 }

 .career__content .career-form__tab .input input[type='checkbox']+label:last-child {
   margin-right: 0;
 }

 .career__content .career-form__tab .input input[type='checkbox']+label:before {
   position: absolute;
   content: '';
   width: 30px;
   height: 30px;
   border: 1px solid #c8cedb;
   left: 0;
   top: 10px;
 }

 .career__content .career-form__tab .input input[type='checkbox']+label:after {
   position: absolute;
   content: '';
   width: 18px;
   height: 12px;
   background: url(../images/check.png);
   left: 8px;
   top: 20px;
   opacity: 0;
 }

 .career__content .career-form__tab .input textarea {
   display: block;
   width: 100%;
   border: 1px solid #c8cedb;
   margin-bottom: 20px;
   min-height: 100px;
   height: 100px;
   padding: 10px 20px;
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
 }

 @media (max-width: 1440px) {
   .career__content .career-form__tab .input textarea {
     font-size: 16px;
   }
 }

 .career__content .career-form__tab .input .error-text {
   display: none;
   color: red;
   font-size: 16px;
 }

 .career__content .career-form__tab .input input[type='file'] {
   position: absolute;
   top: 40px;
   left: 0;
   right: 0;
   bottom: 0;
   display: block;
   width: 100%;
   z-index: 2;
   opacity: 0;
   cursor: pointer;
 }

 .career__content .career-form__tab .input input[type='file'].active {
   display: none;
 }

 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-photo-delete,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-photo-name,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-photo-image,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-file-delete,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-file-name,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-file-image,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-identity-delete,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-identity-name,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #your-identity-image {
   display: block;
 }

 .career__content .career-form__tab .input input[type='file'].active+.file-input #select-your-photo,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #select-your-file,
 .career__content .career-form__tab .input input[type='file'].active+.file-input #select-your-identity {
   display: none;
 }

 .career__content .career-form__tab .input .file-input {
   display: block;
   width: 100%;
   border: 1px dashed #c8cedb;
   margin-bottom: 20px;
   height: 50px;
   padding: 0 0px;
   color: #0b1734;
   font-size: 18px;
   font-weight: 400;
   position: relative;
   z-index: 1;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }

 @media (max-width: 1440px) {
   .career__content .career-form__tab .input .file-input {
     font-size: 16px;
   }
 }

 .career__content .career-form__tab .input .file-input #your-photo-image,
 .career__content .career-form__tab .input .file-input #your-file-image,
 .career__content .career-form__tab .input .file-input #your-identity-image {
   display: none;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   margin-right: 15px;
   max-height: 48px;
 }

 .career__content .career-form__tab .input .file-input #your-photo-image img,
 .career__content .career-form__tab .input .file-input #your-file-image img,
 .career__content .career-form__tab .input .file-input #your-identity-image img {
   max-height: 48px;
   max-width: 48px;
 }

 .career__content .career-form__tab .input .file-input #your-photo-name,
 .career__content .career-form__tab .input .file-input #your-file-name,
 .career__content .career-form__tab .input .file-input #your-identity-name {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow-x: hidden;
   display: none;
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 auto;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
 }

 .career__content .career-form__tab .input .file-input #your-photo-delete,
 .career__content .career-form__tab .input .file-input #your-file-delete,
 .career__content .career-form__tab .input .file-input #your-identity-delete {
   display: none;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: 18px;
   height: 18px;
   background: url(../images/delete.png);
   margin-right: 20px;
   cursor: pointer;
 }

 .career__content .career-form__tab .input .file-input #select-your-photo,
 .career__content .career-form__tab .input .file-input #select-your-file,
 .career__content .career-form__tab .input .file-input #select-your-identity {
   display: block;
   padding-left: 20px;
 }

 .career__content .career-form__tab .tab-buttons {
   padding-top: 15px;
   width: 100%;
 }

 .career__content .career-form__tab .button-prev {
   display: inline-block;
   width: 250px;
   height: 50px;
   line-height: 50px;
   background: #c8cedb;
   color: #fff;
   text-align: center;
   cursor: pointer;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   margin-right: 20px;
 }

 @media (max-width: 1023px) {
   .career__content .career-form__tab .button-prev {
     width: 100%;
     display: block;
     margin: 0;
   }
 }

 .career__content .career-form__tab .button-prev:hover {
   opacity: .7;
 }

 .career__content .career-form__tab .button-prev span {
   font-size: 18px;
   font-weight: 400;
   color: #fff;
 }

 @media (max-width: 1440px) {
   .career__content .career-form__tab .button-prev span {
     font-size: 16px;
   }
 }

 .career__content .career-form__tab .button-next {
   display: inline-block;
   width: 250px;
   height: 50px;
   line-height: 50px;
   background: #f7a906;
   color: #fff;
   text-align: center;
   cursor: pointer;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   border: none;
 }

 @media (max-width: 1023px) {
   .career__content .career-form__tab .button-next {
     width: 100%;
     display: block;
     margin: 10px 0 0;
   }
 }

 .career__content .career-form__tab .button-next:hover {
   opacity: .7;
 }

 .career__content .career-form__tab .button-next span {
   font-size: 18px;
   font-weight: 400;
   color: #fff;
 }

 .career__content .career-form__tab h4 {
   display: block;
   width: 100%;
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   font-weight: 700;
 }

 @media (max-width: 1440px) {
   .career__content .career-form__tab h4 {
     font-size: 18px;
   }
 }

 .career__content .career-contest__slider {
   background: url(../images/contest-bg.jpg);
   background-size: cover;
 }

 .career__content .career-contest__slider .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 23px;
   height: 60px;
   cursor: pointer;
   z-index: 2;
 }

 .career__content .career-contest__slider .arrow:hover {
   opacity: .7;
 }

 .career__content .career-contest__slider .arrow.arrow_prev {
   left: -43px;
   background: url(../images/06.png);
 }

 @media (max-width: 1023px) {
   .career__content .career-contest__slider .arrow.arrow_prev {
     left: 15px;
   }
 }

 .career__content .career-contest__slider .arrow.arrow_next {
   right: -43px;
   background: url(../images/05.png);
 }

 @media (max-width: 1023px) {
   .career__content .career-contest__slider .arrow.arrow_next {
     right: 15px;
   }
 }

 .career__content .career-contest__slide {
   padding: 60px 70px;
 }

 @media (max-width: 1023px) {
   .career__content .career-contest__slide {
     padding: 30px 20px;
   }
 }

 .career__content .career-contest__slide h4 {
   color: #0b1734;
   font-size: 26px;
   line-height: 1.3;
   font-weight: 600;
   text-align: center;
 }

 @media (max-width: 1023px) {
   .career__content .career-contest__slide h4 {
     font-size: 20px;
   }
 }

 .career__content .career-contest__icon .icon {
   display: block;
   text-align: center;
   margin-bottom: 7px;
 }

 .career__content .career-contest__icon .icon img {
   display: inline-block;
   vertical-align: bottom;
 }

 .career__content .career-contest__icon .text {
   color: #0b1734;
   font-size: 14px;
   line-height: 1.3;
   font-weight: 400;
   text-align: center;
 }

 .career__content .career-contest__numbers {
   margin-top: 30px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 .career__content .career-contest__numbers .number {
   width: 25%;
   padding: 0 20px;
   text-align: left;
 }

 .career__content .career-contest__numbers .number__num {
   font-weight: 700;
   font-size: 46px;
   line-height: 1;
 }

 @media (max-width: 1023px) {
   .career__content .career-contest__numbers .number__num {
     font-size: 24px;
   }
 }

 .career__content .career-contest__numbers .number__text {
   color: #0b1734;
   font-size: 14px;
   line-height: 1.3;
   font-weight: 400;
   text-align: left;
   padding-right: 20px;
 }

 @media (max-width: 1023px) {
   .career__content .career-contest__numbers .number__text {
     font-size: 8px;
   }
 }

 .career__content .career-contest .jsCareerTabs {
   text-align: center;
 }

 .career__content .career-contest__tab {
   display: none;
 }

 .career__content .career-contest__tab.active {
   display: block;
 }

 .career__content .career-contest__switch {
   display: inline-block;
   text-align: center;
   margin-bottom: 30px;
   position: relative;
 }

 .career__content .career-contest__switch-active {
   display: inline-block;
   font-weight: 600;
   font-size: 18px;
   cursor: pointer;
   color: #0b1734;
 }

 .career__content .career-contest__switch-active:after {
   content: '▼';
   color: #0b1734;
   display: inline-block;
   font-size: 14px;
 }

 .career__content .career-contest__switch-list {
   position: absolute;
   top: 0;
   left: -20px;
   right: -20px;
   display: none;
   padding: 16px;
   background: #fff;
 }

 .career__content .career-contest__switch-item {
   font-weight: 400;
   font-size: 18px;
   cursor: pointer;
   color: #0b1734;
 }

 .career__menu {
   width: 340px;
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
 }

 @media (max-width: 1023px) {
   .career__menu {
     width: 300px;
   }
 }

 @media (max-width: 767px) {
   .career__menu {
     margin-top: 20px;
     margin-bottom: 20px;
   }
 }

 .career__menu--margin {
   margin: 35px 0 0;
 }

 .career__menu .career-menu__item {
   display: block;
   padding: 25px 40px;
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   text-align: left;
   border-bottom: 1px solid #c8cedb;
   position: relative;
   z-index: 1;
 }

 @media (max-width: 1023px) {
   .career__menu .career-menu__item {
     padding: 15px 20px;
   }
 }

 .career__menu .career-menu__item.career-menu__item_list {
   border-bottom: none;
   padding: 0px;
 }

 .career__menu .career-menu__item.career-menu__item_list.active {
   font-weight: 400;
 }

 .career__menu .career-menu__item.career-menu__item_list.active:after {
   display: none;
 }

 .career__menu .career-menu__item.career-menu__item_list:hover:after {
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
 }

 .career__menu .career-menu__item.career-menu__item_list.opened .subtitle {
   display: block;
 }

 .career__menu .career-menu__item.career-menu__item_list .title {
   display: block;
   padding: 25px 40px;
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   text-align: left;
   border-bottom: 1px solid #c8cedb;
   position: relative;
   z-index: 1;
 }

 @media (max-width: 1023px) {
   .career__menu .career-menu__item.career-menu__item_list .title {
     padding: 15px 20px;
   }
 }

 .career__menu .career-menu__item.career-menu__item_list .title:after {
   z-index: 2;
   content: '';
   position: absolute;
   width: 100%;
   bottom: -2px;
   left: 0;
   height: 3px;
   background: #fbc554;
   -webkit-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   transform: scale(0, 1);
   -webkit-transform-origin: left;
   -ms-transform-origin: left;
   transform-origin: left;
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
 }

 .career__menu .career-menu__item.career-menu__item_list .title:hover:after {
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .career__menu .career-menu__item.career-menu__item_list .title.active {
   font-weight: 700;
 }

 .career__menu .career-menu__item.career-menu__item_list .title.active:after {
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .career__menu .career-menu__item.career-menu__item_list .subtitle {
   display: none;
   padding: 25px 30px;
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   text-align: left;
   border-bottom: 1px solid #c8cedb;
   position: relative;
   z-index: 1;
   margin-left: 40px;
 }

 @media (max-width: 1023px) {
   .career__menu .career-menu__item.career-menu__item_list .subtitle {
     padding: 15px 20px;
     margin-left: 15px;
   }
 }

 .career__menu .career-menu__item.career-menu__item_list .subtitle:after {
   z-index: 2;
   content: '';
   position: absolute;
   width: 100%;
   bottom: -2px;
   left: 0;
   height: 3px;
   background: #fbc554;
   -webkit-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   transform: scale(0, 1);
   -webkit-transform-origin: left;
   -ms-transform-origin: left;
   transform-origin: left;
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
 }

 .career__menu .career-menu__item.career-menu__item_list .subtitle:hover:after {
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .career__menu .career-menu__item.career-menu__item_list .subtitle.active {
   font-weight: 700;
 }

 .career__menu .career-menu__item.career-menu__item_list .subtitle.active:after {
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .career__menu .career-menu__item .arrow {
   position: relative;
   display: inline-block;
 }

 .career__menu .career-menu__item .arrow:after {
   content: '\25B6';
   color: #0b1734;
   font-size: 20px;
   padding: 0 0 0 6px;
   display: inline-block;
   height: 20px;
   line-height: 20px;
   bottom: -3px;
   position: relative;
 }

 .career__menu .career-menu__item .arrow-down:after {
   content: '\25BC';
   color: #0b1734;
   font-size: 12px;
   padding: 0 0 0 6px;
   display: inline-block;
   height: 15px;
   line-height: 14px;
   bottom: 1px;
   position: relative;
 }

 .career__menu .career-menu__item:first-child {
   border-top: 1px solid #c8cedb;
 }

 .career__menu .career-menu__item:after {
   z-index: 2;
   content: '';
   position: absolute;
   width: 100%;
   bottom: -2px;
   left: 0;
   height: 3px;
   background: #fbc554;
   -webkit-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   transform: scale(0, 1);
   -webkit-transform-origin: left;
   -ms-transform-origin: left;
   transform-origin: left;
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
 }

 .career__menu .career-menu__item:hover:after {
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .career__menu .career-menu__item.active {
   font-weight: 700;
 }

 .career__menu .career-menu__item.active:after {
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
 }

 .documents__list {
   border-top: 1px solid #C8CEDB;
   margin: 0 0 40px !important;
 }

 .documents__item {
   padding: 21px 45px 21px 0 !important;
   border-bottom: 1px solid #C8CEDB;
   margin: 0 !important;
   position: relative;
 }

 .documents__item:before {
   display: none !important;
 }

 .documents__link {
   display: block;
   position: relative;
   color: #0b1734;
   font-size: 18px;
   line-height: 30px;
   padding: 1px 25px 1px 0;
   background: url('../images/ic_search-y.png') right top 8px no-repeat;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 @media (max-width: 1440px) {
   .documents__link {
     font-size: 16px;
   }
 }

 .documents__link:hover {
   opacity: 0.7;
 }

 .documents__link-icon {
   width: 29px;
   height: 32px;
   right: 0;
   top: 21px;
   position: absolute;
   background: url("../images/doc-icon.svg") top right no-repeat;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .documents__link-icon:hover {
   opacity: 0.7;
 }

 .documents__link-icon.pdf {
   background: url("../images/pdf-icon.svg") top right no-repeat;
 }

 .documents__link-icon.jpg {
   background: url("../images/jpg-icon.svg") top right no-repeat;
 }

 .purchases {
   padding: 30px 0 0;
 }

 .purchases__list--border {
   border-top: 1px solid #C8CEDB;
 }

 .purchases__item {
   padding: 25px 0;
   border-bottom: 1px solid #C8CEDB;
 }

 .purchases__item:before {
   display: none;
 }

 .purchases__select {
   position: relative;
   padding: 0 17px 0 0;
   display: inline-block;
   width: auto;
   overflow-x: hidden;
 }

 @media (max-width: 1023px) {
   .purchases__select {
     width: 100%;
   }
 }

 .purchases__select:after {
   position: absolute;
   content: '';
   right: 0;
   top: 50%;
   margin-top: -2px;
   border-top: 4px solid #0b1734;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
 }

 .purchases__select-wrapper {
   margin: 25px 0 35px;
 }

 .purchases__select-wrapper select {
   border: none;
   display: inline-block;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: transparent;
   outline: none;
   font-size: 18px;
   color: #0b1734;
 }

 @media (max-width: 1440px) {
   .purchases__select-wrapper select {
     font-size: 16px;
   }
 }

 .purchases__table {
   text-align: left;
   border-collapse: collapse;
 }

 .purchases__table th {
   border-top: 1px solid #C8CEDB;
   border-bottom: 1px solid #C8CEDB;
   color: #9ba2ac;
   font-size: 14px;
   vertical-align: middle;
   padding: 17px 20px 11px 0;
   font-weight: 400;
 }

 .purchases__table tr {
   border-top: 1px solid #C8CEDB;
   border-bottom: 1px solid #C8CEDB;
 }

 .purchases__table td {
   font-size: 16px;
   color: #0b1734;
   padding: 26px 20px 26px 0;
   vertical-align: top;
 }

 .purchases__table td a {
   color: #0b1734;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .purchases__table td a:hover {
   opacity: 0.7;
 }

 .purchases .article {
   padding: 0 0 0 90px;
   position: relative;
   text-align: left;
   font-size: 0;
 }

 .purchases .article__date {
   font-size: 14px;
   line-height: 24px;
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   color: #9ba2ac;
 }

 .purchases .article__link {
   color: #0b1734;
   font-size: 16px;
   line-height: 1.5;
   display: block;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .purchases .article__link:hover {
   opacity: 0.7;
 }

 .purchases .article__item {
   color: #9ba2ac;
   font-size: 14px;
   display: inline-block;
   margin: 0 0 0 30px;
 }

 .purchases .article__item:first-child {
   margin: 0;
 }

 .purchases .article__item-b {
   margin: 20px 0 0;
 }

 .purchases-info {
   margin: 0 0 20px;
 }

 .purchases-info__item {
   font-size: 18px;
   color: #0b1734;
   line-height: 1.5;
   margin: 6px 0 0;
 }

 @media (max-width: 1440px) {
   .purchases-info__item {
     font-size: 16px;
   }
 }

 .purchases-info__item:first-child {
   margin: 0;
 }

 .purchases-doc__list-title {
   font-size: 18px;
   color: #0b1734;
   line-height: 1.5;
   margin: 0 0 12px;
 }

 @media (max-width: 1440px) {
   .purchases-doc__list-title {
     font-size: 16px;
   }
 }

 .purchases-doc__list-item {
   margin: 15px 0 0;
 }

 .purchases-doc__list-item:first-child {
   margin: 0;
 }

 .purchases-doc__link {
   display: inline-block;
   color: #0b1734;
   min-height: 32px;
   font-size: 16px;
   padding: 6px 0 6px 40px;
   margin: 8px 0 0;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow-x: hidden;
 }

 .purchases-doc__link:first-child {
   margin: 0;
 }

 .purchases-doc__link:hover {
   opacity: 0.7;
 }

 .purchases-doc__link.pdf {
   background: url('../images/pdf-icon.svg') left top no-repeat;
   background-size: 29px 32px;
 }

 .purchases-doc__link.jpg {
   background: url('../images/jpg-icon.svg') left top no-repeat;
   background-size: 29px 32px;
 }

 .purchases-doc__link.doc {
   background: url('../images/doc-icon.svg') left top no-repeat;
   background-size: 29px 32px;
 }

 .persons__slider {
   position: relative;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   height: 400px;
   margin: 30px 0;
 }

 @media (max-width: 1023px) {
   .persons__slider {
     height: auto;
   }
 }

 .persons__slider .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 23px;
   height: 60px;
   cursor: pointer;
   z-index: 2;
 }

 .persons__slider .arrow:hover {
   opacity: .7;
 }

 .persons__slider .arrow.arrow_prev {
   left: -43px;
   background: url(../images/06.png);
 }

 @media (max-width: 1023px) {
   .persons__slider .arrow.arrow_prev {
     left: 15px;
   }
 }

 .persons__slider .arrow.arrow_next {
   right: -43px;
   background: url(../images/05.png);
 }

 @media (max-width: 1023px) {
   .persons__slider .arrow.arrow_next {
     right: 15px;
   }
 }

 .persons__slider .slide {
   padding: 57px 60px 20px;
   text-align: center;
 }

 .persons__slider .slide__title {
   font-size: 18px;
   color: #0b1734;
   margin: 0 0 34px;
   font-weight: 600;
 }

 .persons__slider .slide__icon {
   height: 60px;
   display: block;
   margin: 0 auto 25px;
   color: #0b1734;
 }

 .persons__slider .slide__name {
   font-size: 26px;
   font-weight: 600;
   margin: 0 0 20px;
 }

 .persons__slider .slide__type {
   font-size: 14px;
   color: #9ba2ac;
   margin: 0 0 20px;
 }

 .persons__slider .slide__link {
   display: inline-block;
   font-size: 16px;
   line-height: 1.5;
   color: #0b1734;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .persons__slider .slide__link:hover {
   opacity: 0.7;
 }

 .pagination {
   text-align: center;
   font-size: 0;
   margin: 50px 0 0;
 }

 .pagination a {
   color: #0b1734;
   font-size: 18px;
   margin: 0 8px;
   min-width: 20px;
   line-height: 30px;
   display: inline-block;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .pagination a:hover {
   opacity: 0.7;
 }

 .pagination a.active {
   border-bottom: 2px solid #E79B24;
   font-weight: 600;
 }

 .pagination a.prev {
   margin: 0 30px 0 0;
 }

 .pagination a.next {
   margin: 0 0 0 30px;
 }

 .align-left {
   text-align: left;
 }

 .align-center {
   text-align: center;
 }

 .align-right {
   text-align: right;
 }

 .development {
   padding: 50px 0 0;
 }

 .development__slider {
   margin: 20px 0;
 }

 .development__slider .slide {
   padding: 0;
   position: relative;
 }

 .development__slider .slide img {
   display: block;
   width: 100%;
   height: auto;
 }

 .development__slider .slide__text {
   vertical-align: middle;
   display: table-cell;
   font-size: 36px;
   color: #ffffff;
   font-weight: 600;
   padding: 110px 30px 20px 40px;
 }

 @media (max-width: 1440px) {
   .development__slider .slide__text {
     font-size: 18px;
     padding: 110px 30px 20px 40px;
   }
 }

 @media (max-width: 767px) {
   .development__slider .slide__text {
     font-size: 16px;
     padding: 80px 30px 20px 40px;
   }
 }

 .development__slider .slide__text-wrapper {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
 }

 .development__slider .slide__text-inner {
   display: table;
   width: 100%;
   height: 100%;
 }

 .development__slider .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 23px;
   height: 60px;
   cursor: pointer;
   z-index: 2;
 }

 .development__slider .arrow:hover {
   opacity: .7;
 }

 .development__slider .arrow.arrow_prev {
   left: -43px;
   background: url(../images/06.png);
 }

 @media (max-width: 1023px) {
   .development__slider .arrow.arrow_prev {
     left: 0;
   }
 }

 .development__slider .arrow.arrow_next {
   right: -43px;
   background: url(../images/05.png);
 }

 @media (max-width: 1023px) {
   .development__slider .arrow.arrow_next {
     right: 0;
   }
 }

 .media__top-line {
   width: 100%;
   height: 2px;
   background: #0b1734;
   display: block;
   margin-bottom: 30px;
 }

 .media__top-line+.breadcrumbs__inner {
   padding-top: 0;
   padding-bottom: 30px;
 }

 .media__header {
   font-weight: 600;
   font-size: 60px;
   line-height: 1.1;
   display: block;
   color: #0b1734;
   margin-bottom: 20px;
 }

 @media (max-width: 1440px) {
   .media__header {
     font-size: 40px;
   }
 }

 @media (max-width: 767px) {
   .media__header {
     font-size: 30px;
   }
 }

 .media__header.media__header_news {
   font-size: 46px;
 }

 @media (max-width: 1440px) {
   .media__header.media__header_news {
     font-size: 40px;
   }
 }

 @media (max-width: 767px) {
   .media__header.media__header_news {
     font-size: 30px;
   }
 }

 .media__date {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   font-size: 18px;
   line-height: 30px;
   color: #9ba2ac;
   margin-bottom: 25px;
 }

 @media (max-width: 1440px) {
   .media__date {
     font-size: 16px;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 @media (max-width: 1023px) {
   .media__date>* {
     display: block;
     width: 100%;
     text-align: left !important;
     margin-left: 0 !important;
   }
 }

 .media__date #media-date {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
 }

 .media__date #media-author {
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 auto;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   text-align: right;
   margin-left: 15px;
 }

 .media__date #media-download-photo,
 .media__date #media-download-album {
   margin-left: 25px;
   padding-left: 20px;
   color: #9ba2ac;
   position: relative;
 }

 .media__date #media-download-photo:hover,
 .media__date #media-download-album:hover {
   opacity: .7;
 }

 .media__date #media-download-photo:before,
 .media__date #media-download-album:before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   width: 18px;
   height: 18px;
   margin-top: -9px;
   background-position: center;
   background-repeat: no-repeat;
   background-image: url(../images/download3.png);
 }

 .media__main-photo img {
   width: 100%;
   vertical-align: bottom;
   margin: 0 0 15px;
 }

 .media__article p {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
 }

 @media (max-width: 1440px) {
   .media__article p {
     font-size: 16px;
     line-height: 24px;
   }
 }

 @media (max-width: 1023px) {
   .media__article p {
     font-size: 15px;
     line-height: 22px;
   }
 }

 .media__article img {
   max-width: 100%;
   vertical-align: bottom;
   margin: 0 0 15px;
   height: initial !important;
 }

 .media__article ul {
   margin: 0;
   padding: 0 0 15px;
 }

 .media__article ul li {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .media__article ul li {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .media__article ul li:before {
   content: '';
   position: absolute;
   top: 6px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .media__article blockquote {
   padding: 40px 60px;
   background: #f2f5fa;
   color: #0b1734;
   font-size: 22px;
   line-height: 30px;
   font-weight: 500;
   margin: 0;
   margin-bottom: 40px;
 }

 @media (max-width: 1440px) {
   .media__article blockquote {
     padding: 20px 30px;
     font-size: 18px;
     line-height: 1.4;
   }
 }

 .media__article .slider {
   background: #f2f5fa;
   position: relative;
 }

 .media__article .slider__fullscreen {
   position: absolute;
   top: 30px;
   right: 30px;
   background: url(../images/zoom.png);
   background-position: center;
   width: 40px;
   height: 40px;
   z-index: 10;
   cursor: pointer;
 }

 @media (max-width: 767px) {
   .media__article .slider__fullscreen {
     display: none;
   }
 }

 .media__article .slider__top {
   width: 100%;
   position: relative;
   height: 535px;
   z-index: 1;
 }

 @media (max-width: 767px) {
   .media__article .slider__top {
     height: 300px;
   }
 }

 .media__article .slider__top .slide {
   height: 535px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 @media (max-width: 767px) {
   .media__article .slider__top .slide {
     height: 300px;
   }
 }

 .media__article .slider__bottom {
   height: 175px;
   padding: 25px;
   z-index: 1;
   position: relative;
 }

 .media__article .slider__bottom .slide {
   height: 125px;
   margin-left: 12.5px;
   margin-right: 12.5px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 .media__article .video {
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: 100%;
   position: relative;
   margin-bottom: 20px;
 }

 .media__article .video.show .video__bg {
   display: none;
 }

 .media__article .video__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 2;
   cursor: pointer;
 }

 .media__article .video__bg:hover:after {
   opacity: .7;
 }

 .media__article .video__bg:after {
   content: '';
   position: absolute;
   top: 50%;
   margin-top: -45px;
   left: 50%;
   margin-left: -45px;
   width: 90px;
   height: 90px;
   background-image: url(../images/play.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .media__article .video iframe {
   width: 100%;
   height: 550px;
   z-index: 1;
 }

 @media (max-width: 1023px) {
   .media__article .video iframe {
     height: 250px;
   }
 }

 .media__share {
   padding-top: 40px;
   padding-bottom: 60px;
 }

 .media__section {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   margin-right: -25px;
   margin-left: -25px;
 }

 @media (max-width: 1440px) {
   .media__section {
     margin-left: -10px;
     margin-right: -10px;
   }
 }

 .media__section .header {
   padding-left: 25px;
   padding-right: 25px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
   width: 100%;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 30px;
 }

 .media__section .header__title {
   display: block;
   width: -webkit-calc(100% - 175px);
   width: calc(100% - 175px);
   font-size: 30px;
   color: #0b1734;
   font-weight: 600;
 }

 @media (max-width: 1023px) {
   .media__section .header__title {
     font-size: 24px;
   }
 }

 .media__section .header__link {
   font-size: 16px;
   line-height: 30px;
   color: #0b1734;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .media__section .header__link:hover {
   opacity: .7;
 }

 .media__section .block {
   margin-bottom: 40px;
   padding: 0 25px;
   width: 25%;
 }

 @media (max-width: 1023px) {
   .media__section .block {
     width: 50%;
   }
 }

 @media (max-width: 767px) {
   .media__section .block {
     width: 100%;
   }
 }

 .media__section .block.block_wide {
   width: 100%;
   position: relative;
 }

 .media__section .block.block_wide .block__img {
   height: 600px;
 }

 @media (max-width: 767px) {
   .media__section .block.block_wide .block__img {
     height: 300px;
   }
 }

 .media__section .block.block_wide .block__img:after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: -webkit-gradient(linear, left bottom, left top, from(#0b1734), color-stop(25%, rgba(0, 0, 0, 0)));
   background: linear-gradient(0deg, #0b1734 0%, rgba(0, 0, 0, 0) 25%);
 }

 .media__section .block.block_wide .block__descr {
   position: absolute;
   bottom: 40px;
   left: 65px;
   right: 65px;
   z-index: 2;
 }

 @media (max-width: 1023px) {
   .media__section .block.block_wide .block__descr {
     left: 40px;
     right: 40px;
     bottom: 20px;
   }
 }

 .media__section .block.block_wide .block__header {
   font-size: 24px;
   font-weight: 600;
   color: #fff;
 }

 @media (max-width: 1440px) {
   .media__section .block.block_wide .block__header {
     font-size: 22px;
   }
 }

 @media (max-width: 767px) {
   .media__section .block.block_wide .block__header {
     font-size: 18px;
   }
 }

 .media__section .block.block_wide .block__date,
 .media__section .block.block_wide .block__views {
   color: #fff;
 }

 .media__section .block.block_video .block__img {
   position: relative;
 }

 .media__section .block.block_video .block__img:after {
   content: '';
   position: absolute;
   top: 50%;
   margin-top: -30px;
   left: 50%;
   margin-left: -30px;
   width: 60px;
   height: 60px;
   background-image: url(../images/play.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .media__section .block:hover .image {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
 }

 .media__section .block__img {
   width: 100%;
   height: 178px;
   overflow: hidden;
   position: relative;
 }

 .media__section .block__img .image {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   background-size: cover;
   -webkit-transition: -webkit-transform 1s;
   transition: -webkit-transform 1s;
   transition: transform 1s;
   transition: transform 1s, -webkit-transform 1s;
 }

 .media__section .block__descr {
   margin-top: 15px;
 }

 .media__section .block__header {
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   text-align: left;
 }

 .media__section .block__params {
   margin-top: 10px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }

 .media__section .block__date {
   display: block;
   font-size: 14px;
   line-height: 16px;
   color: #9ba2ac;
   margin-right: 30px;
 }

 .media__section .block__views {
   display: block;
   font-size: 14px;
   line-height: 20px;
   color: #9ba2ac;
   vertical-align: middle;
 }

 .media__section .block__views:before {
   content: '';
   display: inline-block;
   position: relative;
   margin-right: 9px;
   width: 20px;
   height: 20px;
   background: url(../images/eye.svg);
   background-size: cover;
   vertical-align: -5px;
 }

 .media__social {
   padding: 40px 32px;
   background: #f2f5fa;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 @media (max-width: 1023px) {
   .media__social {
     padding: 20px;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .media__social .social-block {
   width: -webkit-calc(25% - 20px);
   width: calc(25% - 20px);
 }

 @media (max-width: 1023px) {
   .media__social .social-block {
     width: -webkit-calc(50% - 20px);
     width: calc(50% - 20px);
     margin-bottom: 20px;
   }
 }

 @media (max-width: 767px) {
   .media__social .social-block {
     width: 100%;
   }
 }

 .media__social .social-block.social-block_wide {
   width: -webkit-calc(50% - 20px);
   width: calc(50% - 20px);
 }

 @media (max-width: 1023px) {
   .media__social .social-block.social-block_wide {
     width: 100%;
   }
 }

 .media__social .social-block__header {
   display: block;
   margin-bottom: 9px;
 }

 .media__social .social-block__icon {
   display: inline-block;
   vertical-align: middle;
 }

 .media__social .social-block__icon img {
   max-width: 20px;
   max-height: 21px;
   width: 100%;
 }

 .media__social .social-block__title {
   padding-left: 5px;
   display: inline-block;
   vertical-align: middle;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   font-weight: 700;
 }

 @media (max-width: 1440px) {
   .media__social .social-block__title {
     font-size: 16px;
   }
 }

 .media__social .social-block__time {
   color: #9ba2ac;
   font-size: 14px;
   line-height: 24px;
   margin-bottom: 9px;
 }

 .media__social .social-block__text {
   color: #0b1734;
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 9px;
 }

 .media__social .social-block__text a {
   color: #0b1734;
   text-decoration: underline;
   -webkit-text-decoration-color: #acb2be;
   text-decoration-color: #acb2be;
 }

 .media__social .social-block__text a:hover {
   text-decoration: none;
 }

 .media__social .social-block__subscribe a {
   display: inline-block;
   color: #f7a700;
   font-size: 14px;
   line-height: 24px;
   text-decoration: underline;
 }

 .media__social .social-block__subscribe a:hover {
   text-decoration: none;
 }

 .media__social .social-block__video .video {
   width: 100%;
   position: relative;
   margin-bottom: 9px;
 }

 .media__social .social-block__video .video.show .video__bg {
   display: none;
 }

 .media__social .social-block__video .video__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 2;
   cursor: pointer;
 }

 .media__social .social-block__video .video__bg:hover:after {
   opacity: .7;
 }

 .media__social .social-block__video .video__bg:after {
   content: '';
   position: absolute;
   top: 50%;
   margin-top: -30px;
   left: 50%;
   margin-left: -30px;
   width: 60px;
   height: 60px;
   background-image: url(../images/play.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .media__social .social-block__video .video iframe {
   width: 100%;
   height: 161px;
   z-index: 1;
 }

 .media__contacts {
   display: block;
   width: 100%;
   padding: 50px 0 70px;
 }

 .media__contacts h2 {
   display: block;
   text-align: center;
   color: #0b1734;
   font-weight: 600;
   font-size: 30px;
   line-height: 1.3;
   margin-bottom: 9px;
 }

 .media__contacts a {
   display: block;
   text-align: center;
   color: #0b1734;
   font-size: 18px;
   line-height: 30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1440px) {
   .media__contacts a {
     font-size: 16px;
   }
 }

 .media__contacts a:hover {
   opacity: .7;
 }

 .media__pagination {
   display: block;
   width: 100%;
   padding-bottom: 50px;
 }

 .media__pagination .pagination {
   text-align: center;
 }

 .media__pagination .pagination__item {
   display: inline-block;
   font-weight: 400;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   border-bottom: none;
   margin-left: 5px;
   margin-right: 5px;
 }

 .media__pagination .pagination__item.pagination__item_prev {
   margin-right: 40px;
 }

 .media__pagination .pagination__item.pagination__item_next {
   margin-left: 40px;
 }

 .media__pagination .pagination__item.active {
   font-weight: 600;
   border-bottom: 2px solid #e79b24;
 }

 .media__pagination .pagination__item a {
   display: block;
   margin-left: 0;
   margin-right: 0;
 }

 .blog {
   padding: 40px 0 0;
 }

 .blog__inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }

 @media (max-width: 767px) {
   .blog__inner {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .blog__content {
   width: -webkit-calc(100% - 400px);
   width: calc(100% - 400px);
   display: block;
   -webkit-box-flex: 0;
   -webkit-flex: none;
   -ms-flex: none;
   flex: none;
 }

 @media (max-width: 1023px) {
   .blog__content {
     width: -webkit-calc(100% - 320px);
     width: calc(100% - 320px);
   }
 }

 @media (max-width: 767px) {
   .blog__content {
     width: 100%;
   }
 }

 .blog__content h2 {
   font-size: 36px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 15px;
   font-weight: 700;
 }

 @media (max-width: 1023px) {
   .blog__content h2 {
     font-size: 28px;
   }
 }

 .blog__content p {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin-bottom: 15px;
   font-weight: 400;
 }

 @media (max-width: 1440px) {
   .blog__content p {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .appeal {
   margin: 30px 0 42px;
 }

 .appeal__name {
   font-size: 26px;
   line-height: 30px;
   font-weight: 700;
   margin: 0 0 20px;
 }

 .appeal__date {
   font-size: 0;
   margin: 0 0 18px;
 }

 .appeal__date-item {
   display: inline-block;
   font-size: 14px;
   margin: 0 0 0 20px;
   color: #9ba2ac;
 }

 @media (max-width: 1023px) {
   .appeal__date-item {
     display: block;
     margin: 0;
   }
 }

 .appeal__date-item:first-child {
   margin: 0;
 }

 .appeal__text {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 18px 0;
 }

 @media (max-width: 1440px) {
   .appeal__text {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .appeal__answer {
   display: none;
   padding: 0 0 0 40px;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 20px;
 }

 @media (max-width: 1440px) {
   .appeal__answer {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .appeal__show {
   cursor: pointer;
   display: inline-block;
 }

 .appeal__show-item {
   font-size: 16px;
   line-height: 1;
   color: #f7a906;
   font-weight: 600;
   border-bottom: 1px dotted #f7a906;
 }

 .appeal__show-item.visible {
   display: inline-block;
 }

 .appeal__show-item.hide {
   display: none;
 }

 .appeal.opened .appeal__show-item.visible {
   display: none;
 }

 .appeal.opened .appeal__show-item.hide {
   display: inline-block;
 }

 .ask__form input[type="text"] {
   display: block;
   width: 100%;
   border: 1px solid #c8cedb;
   height: 50px;
   background: #fff;
   color: #0b1734;
   font-size: 16px;
   padding: 0 16px;
   margin-bottom: 10px;
 }

 .ask__form select {
   display: block;
   width: 100%;
   border: 1px solid #c8cedb;
   height: 50px;
   background: #fff;
   color: #0b1734;
   font-size: 16px;
   padding: 0 50px 0 16px;
   margin-bottom: 10px;
 }

 .ask__form .select-wrapper {
   position: relative;
 }

 .ask__form .select-wrapper:after {
   content: '';
   position: absolute;
   right: 19px;
   top: 50%;
   margin-top: -3px;
   border-top: 6px solid #0B1734;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
 }

 .ask__form label {
   color: #9ba2ac;
   font-size: 14px;
   line-height: 30px;
   display: block;
   margin-bottom: 10px;
 }

 .ask__form textarea {
   display: block;
   width: 100%;
   border: 1px solid #c8cedb;
   height: 100px;
   background: #fff;
   color: #0b1734;
   font-size: 16px;
   padding: 0 16px;
   margin-bottom: 30px;
 }

 .ask__form button[type=submit] {
   display: inline-block;
   text-align: center;
   border: none;
   font-size: 16px;
   line-height: 24px;
   padding: 14px 44px;
   color: #fff;
   background-color: #f7a906;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .ask__form button[type=submit]:hover {
   opacity: .7;
 }

 .ask__form input[type="checkbox"] {
   display: none;
 }

 .ask__form input[type="checkbox"]+label {
   display: block;
   margin-bottom: 24px;
   padding: 5px 0 0 48px;
   line-height: 21px;
   position: relative;
   cursor: pointer;
   color: #0b1734;
   min-height: 30px;
 }

 .ask__form input[type="checkbox"]+label:before {
   content: '';
   position: absolute;
   width: 28px;
   height: 28px;
   display: block;
   top: 0;
   left: 0;
   border: 1px solid #c7cedb;
 }

 .ask__form input[type="checkbox"]:checked+label:after {
   opacity: 1;
   content: '';
   position: absolute;
   width: 16px;
   height: 11px;
   display: block;
   top: 9px;
   left: 8px;
   -webkit-transition: opacity .1s;
   transition: opacity .1s;
   background: url('../images/ic_checked.svg') center no-repeat;
   background-size: 100%;
 }

 .ask__form .captcha {
   margin-bottom: 30px;
 }

 .investors {
   padding: 0 0 40px;
 }

 .investors__inner {
   padding-top: 46px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 @media (max-width: 767px) {
   .investors__inner {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .investors__inner.investors__inner_single {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
 }

 .investors__inner h3 {
   font-weight: 700;
   font-size: 36px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 22px;
 }

 @media (max-width: 1023px) {
   .investors__inner h3 {
     font-size: 28px;
   }
 }

 .investors__inner h4 {
   font-weight: 600;
   font-size: 30px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 20px;
 }

 @media (max-width: 1023px) {
   .investors__inner h4 {
     font-size: 28px;
   }
 }

 .investors__inner h5 {
   font-weight: 600;
   font-size: 22px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 20px;
 }

 .investors__inner h6 {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin-bottom: 10px;
 }

 @media (max-width: 1440px) {
   .investors__inner h6 {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .investors__inner p {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
 }

 @media (max-width: 1440px) {
   .investors__inner p {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .investors__inner .list-default {
   margin: 0;
   padding: 0 0 15px;
 }

 .investors__inner .list-default li {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin: 0 0 15px;
   padding-left: 30px;
 }

 @media (max-width: 1440px) {
   .investors__inner .list-default li {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .investors__inner .list-default li:before {
   content: '';
   position: absolute;
   top: 8px;
   left: -1px;
   width: 17px;
   height: 15px;
   background: url(../images/sprite.png) -27px -46px;
 }

 .investors__inner .about__info {
   margin: 35px 0;
 }

 .investors__left {
   width: -webkit-calc(100% - 400px);
   width: calc(100% - 400px);
   overflow-x: auto;
 }

 @media (max-width: 1023px) {
   .investors__left {
     width: -webkit-calc(100% - 320px);
     width: calc(100% - 320px);
     overflow-x: auto;
   }
 }

 @media (max-width: 767px) {
   .investors__left {
     width: 100%;
   }
 }

 .investors__left--overflow {
   overflow: visible;
 }

 .investors__left .finance-table-1 {
   position: relative;
   margin: 0 0 20px;
 }

 @media (max-width: 1023px) {
   .investors__left .finance-table-1 {
     width: 800px;
   }
 }

 @media (max-width: 767px) {
   .investors__left .finance-table-1 {
     width: 100%;
   }
 }

 .investors__left .finance-table-1__row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   border-top: 1px solid #c8cedb;
 }

 .investors__left .finance-table-1__name {
   width: 315px;
   padding: 30px 30px 30px 0;
   border-right: 1px solid #c8cedb;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-table-1__name {
     width: 250px;
   }
 }

 .investors__left .finance-table-1__numbers {
   width: -webkit-calc(100% - 315px);
   width: calc(100% - 315px);
   padding: 20px 30px 20px 0;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-table-1__numbers {
     width: -webkit-calc(100% - 250px);
     width: calc(100% - 250px);
   }
 }

 .investors__left .finance-table-1__numbers .line {
   margin-bottom: 8px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .investors__left .finance-table-1__numbers .line:last-child {
   margin-bottom: 0;
 }

 .investors__left .finance-table-1__numbers .line:nth-child(1) .line__num {
   color: #7d9056;
 }

 .investors__left .finance-table-1__numbers .line:nth-child(1) .line__bar span {
   background: #7d9056;
 }

 .investors__left .finance-table-1__numbers .line:nth-child(2) .line__num {
   color: #244081;
 }

 .investors__left .finance-table-1__numbers .line:nth-child(2) .line__bar span {
   background: #244081;
 }

 .investors__left .finance-table-1__numbers .line__num {
   width: 90px;
   text-align: right;
   font-size: 16px;
   line-height: 16px;
 }

 .investors__left .finance-table-1__numbers .line__bar {
   display: block;
   height: 12px;
   width: -webkit-calc(100% - 100px);
   width: calc(100% - 100px);
   margin-left: 10px;
 }

 .investors__left .finance-table-1__numbers .line__bar span {
   height: 12px;
   display: block;
   margin-left: 0;
   width: 100px;
 }

 .investors__left .finance-table-1 .legend {
   border-top: 1px solid #c8cedb;
   padding-top: 60px;
   margin-bottom: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .investors__left .finance-table-1 .legend__item {
   display: block;
   text-align: right;
   font-size: 16px;
   line-height: 16px;
   color: #9ba2ac;
   position: relative;
   padding-left: 27px;
   margin-right: 30px;
 }

 .investors__left .finance-table-1 .legend__item:last-child {
   margin-right: 0;
 }

 .investors__left .finance-table-1 .legend__item:before {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   width: 17px;
   height: 17px;
   display: block;
 }

 .investors__left .finance-table-1 .legend__item:nth-child(1),
 .investors__left .finance-table-1 .legend__item:nth-child(2),
 .investors__left .finance-table-1 .legend__item:nth-child(3) {
   display: none;
 }

 .investors__left .finance-table-1 .legend__item:nth-child(5):before {
   background: #7d9056;
 }

 .investors__left .finance-table-1 .legend__item:nth-child(4):before {
   background: #244081;
 }

 .investors__left .finance-table-1 .x-axis {
   position: absolute;
   bottom: 130px;
   right: 0;
   left: 410px;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-table-1 .x-axis {
     left: 350px;
   }
 }

 @media (max-width: 1023px) {
   .investors__left .finance-table-1 .x-axis {
     bottom: 110px;
     left: 347px;
   }
 }

 .investors__left .finance-table-1 .x-axis__item {
   color: #0b1734;
   font-size: 16px;
   line-height: 1;
   position: absolute;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-table-1 .x-axis__item {
     font-size: 9px;
   }
 }

 .investors__left .finance-table-1 .x-axis__item:before {
   content: '';
   position: absolute;
   left: 50%;
   top: -17px;
   height: 11px;
   width: 1px;
   background: #c8cedb;
   display: block;
 }

 .investors__left .finance-table-1 .x-axis__item:nth-child(1) {
   left: 0;
 }

 .investors__left .finance-table-1 .x-axis__item:nth-child(2) {
   left: 25%;
   margin-left: -35px;
 }

 .investors__left .finance-table-1 .x-axis__item:nth-child(3) {
   left: 50%;
   margin-left: -35px;
 }

 .investors__left .finance-table-1 .x-axis__item:nth-child(4) {
   left: 75%;
   margin-left: -45px;
 }

 .investors__left .finance-table-1 .x-axis__item:nth-child(5) {
   left: 100%;
   margin-left: -65px;
 }

 .investors__left .finance-table-2 {
   position: relative;
 }

 @media (max-width: 1023px) {
   .investors__left .finance-table-2 {
     width: 700px;
   }
 }

 @media (max-width: 767px) {
   .investors__left .finance-table-2 {
     width: 100%;
   }
 }

 .investors__left .finance-table-2__row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   border-top: 1px solid #c8cedb;
 }

 .investors__left .finance-table-2__name {
   padding-top: 40px;
   padding-bottom: 10px;
   font-size: 16px;
   line-height: 16px;
   color: #0b1734;
 }

 .investors__left .finance-table-2 .legend {
   border-top: 1px solid #c8cedb;
   padding-top: 60px;
   margin-bottom: 40px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .investors__left .finance-table-2 .legend__item {
   display: block;
   text-align: right;
   font-size: 14px;
   line-height: 16px;
   color: #9ba2ac;
   position: relative;
   padding-left: 25px;
   margin-right: 20px;
 }

 .investors__left .finance-table-2 .legend__item:last-child {
   margin-right: 0;
 }

 .investors__left .finance-table-2 .legend__item:before {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   width: 17px;
   height: 17px;
   display: block;
 }

 .investors__left .finance-table-2 .legend__item:nth-child(2):before {
   background: url(../images/pattern.png);
 }

 .investors__left .finance-table-2 .legend__item:nth-child(1):before {
   background: #244081;
 }

 .investors__left .finance-table-2 .numbers {
   position: absolute;
   bottom: 60px;
   left: 315px;
   right: 35px;
   height: -webkit-calc(100% - 60px);
   height: calc(100% - 60px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: end;
   -webkit-align-items: flex-end;
   -ms-flex-align: end;
   align-items: flex-end;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-table-2 .numbers {
     left: 150px;
     bottom: 76px;
   }
 }

 @media (max-width: 767px) {
   .investors__left .finance-table-2 .numbers {
     left: 80px;
     bottom: 109px;
   }
 }

 .investors__left .finance-table-2 .numbers__item {
   position: relative;
   width: 33.33%;
   height: 100%;
   text-align: center;
   border-left: 1px solid #c8cedb;
 }

 .investors__left .finance-table-2 .numbers__item:last-child {
   border-right: 1px solid #c8cedb;
 }

 .investors__left .finance-table-2 .numbers__year {
   text-align: center;
   left: 0;
   right: 0;
   position: absolute;
   bottom: -20px;
   font-size: 16px;
   line-height: 16px;
   color: #0b1734;
 }

 .investors__left .finance-table-2 .numbers__lines {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: end;
   -webkit-align-items: flex-end;
   -ms-flex-align: end;
   align-items: flex-end;
   position: absolute;
   top: 0;
   bottom: 16px;
   left: 10%;
   right: 10%;
 }

 .investors__left .finance-table-2 .numbers__lines .line {
   display: block;
   width: 50%;
   height: 50px;
   background: red;
 }

 .investors__left .finance-table-2 .numbers__lines .line:nth-child(1) {
   background: #244081;
   height: 40px;
 }

 .investors__left .finance-table-2 .numbers__lines .line:nth-child(2) {
   background: url(../images/pattern.png);
 }

 .investors__left .finance-table-2 .numbers__lines .line__num {
   position: relative;
   top: -20px;
   font-size: 16px;
   line-height: 16px;
   color: #0b1734;
   white-space: nowrap;
 }

 @media (max-width: 767px) {
   .investors__left .finance-table-2 .numbers__lines .line__num {
     font-size: 10px;
   }
 }


 .investors__left .year-report__item {
   display: block;
   border-top: 1px solid #c8cedb;
   padding-top: 25px;
   padding-bottom: 25px;
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .investors__left .year-report__item:last-child {
   border-bottom: 1px solid #c8cedb;
 }

 .investors__left .year-report__item .name {
   display: block;
   padding-right: 50px;
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   width: -webkit-calc(100% - 90px);
   width: calc(100% - 90px);
 }

 @media (max-width: 1440px) {
   .investors__left .year-report__item .name {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .investors__left .year-report__item .year {
   display: block;
   color: #f7a906;
   font-weight: 700;
   width: 90px;
   vertical-align: middle;
 }

 .investors__left .year-report__item:after {
   display: block;
   position: absolute;
   top: 50%;
   right: 0;
   margin-top: -15px;
   width: 30px;
   height: 30px;
   content: '';
   background-position: center;
   background-repeat: no-repeat;
 }

 .investors__left .year-report__item.pdf:after {
   background-image: url(../images/pdf-icon.svg);
 }

 .investors__left .year-report__item.doc:after {
   background-image: url(../images/doc-icon.svg);
 }

 .investors__left .year-report__item.jpg:after {
   background-image: url(../images/jpg-icon.svg);
 }

 .investors__left .finance-reports__switch {
   text-align: left;
   margin-bottom: 25px;
 }

 .investors__left .finance-reports__switch .switch-item {
   display: inline-block;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   margin-right: 30px;
   cursor: pointer;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-reports__switch .switch-item {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .investors__left .finance-reports__switch .switch-item:last-child {
   margin-right: 0;
 }

 .investors__left .finance-reports__switch .switch-item.active {
   color: #f7a906;
   font-weight: 700;
 }

 .investors__left .finance-reports__switch .switch-item-list {
   display: inline-block;
 }

 .investors__left .finance-reports__switch .switch-item-list.active .jsDropdownSelected {
   color: #f7a906;
   font-weight: 700;
 }

 .investors__left .finance-reports__switch .switch-item-list.jsDropdown {
   position: relative;
   cursor: pointer;
 }

 .investors__left .finance-reports__switch .switch-item-list .jsDropdownSelected {
   color: #0b1734;
   font-size: 18px;
   line-height: 30px;
   position: relative;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-reports__switch .switch-item-list .jsDropdownSelected {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .investors__left .finance-reports__switch .switch-item-list .jsDropdownSelected:before {
   content: '▼';
   position: absolute;
   top: 0;
   right: -20px;
   font-size: 16px;
 }

 .investors__left .finance-reports__switch .switch-item-list .jsDropdownList {
   display: none;
   position: absolute;
   top: -webkit-calc(100% - 2px);
   top: calc(100% - 2px);
   left: -18px;
   background: #fff;
   border: 1px solid #f6963a;
   padding: 10px 20px;
   z-index: 100;
   -webkit-transition: top .3s;
   transition: top .3s;
 }

 .investors__left .finance-reports__switch .switch-item-list .jsDropdownItem {
   color: #0b1734;
   font-size: 18px;
   line-height: 30px;
   padding-bottom: 10px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-reports__switch .switch-item-list .jsDropdownItem {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .investors__left .finance-reports__switch .switch-item-list .jsDropdownItem:hover {
   opacity: .7;
 }

 .investors__left .finance-reports__switch .switch-item-list .jsDropdownItem:last-child {
   margin-bottom: 0;
 }

 .investors__left .finance-reports__tabs {
   margin-bottom: 40px;
 }

 @media (max-width: 1023px) {
   .investors__left .finance-reports__tabs {
     margin-bottom: 20px;
   }
 }

 .investors__left .finance-reports__tab {
   display: none;
 }

 .investors__left .finance-reports__tab.active {
   display: block;
 }

 .investors__left .finance-reports__table {
   margin-bottom: 15px;
 }

 .investors__left .finance-reports__row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   border-top: 1px solid #c8cedb;
   padding: 30px 20px 30px 0;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-reports__row {
     padding: 20px 0 20px;
   }
 }

 @media (max-width: 1023px) {
   .investors__left .finance-reports__row {
     min-width: 600px;
   }
 }

 .investors__left .finance-reports__row:last-child {
   border-bottom: 1px solid #c8cedb;
 }

 .investors__left .finance-reports__row:first-child .finance-reports__col span {
   font-size: 14px;
   line-height: 30px;
   color: #9ba2ac;
   white-space: nowrap;
 }

 .investors__left .finance-reports__col {
   display: block;
   padding: 0 14px;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-reports__col {
     padding: 0 7px;
   }
 }

 .finreport-files-container {
   display: flex;
   flex-flow: row wrap;
   justify-content: flex-start;
   gap: 28px;
 }

 .investors__left .finance-reports__col:first-child {
   width: 450px;
   padding: 0;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-reports__col:first-child {
     width: 300px;
   }
 }

 .investors__left .finance-reports__col span {
   position: relative;
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-reports__col span {
     font-size: 16px;
     line-height: 24px;
   }
 }

 .investors__left .finance-reports__documents {
   width: -webkit-calc(100% - 90px);
   width: calc(100% - 90px);
 }

 .investors__left .finance-reports__document {
   padding-top: 20px;
   position: relative;
   display: block;
 }

 @media (max-width: 1440px) {
   .investors__left .finance-reports__document {
     padding-top: 40px;
   }
 }

 .investors__left .finance-reports__document+.finance-reports__document {
   border-top: 1px solid #c8cedb;
 }

 .investors__left .finance-reports__document:after {
   display: block;
   position: absolute;
   top: 50%;
   right: 0;
   margin-top: -15px;
   width: 30px;
   height: 30px;
   content: '';
   background-position: center;
   background-repeat: no-repeat;
 }

 .investors__left .finance-reports__document.pdf:after {
   background-image: url(../images/pdf-icon.svg);
 }

 .investors__left .finance-reports__document.doc:after {
   background-image: url(../images/doc-icon.svg);
 }

 .investors__left .finance-reports__document.jpg:after {
   background-image: url(../images/jpg-icon.svg);
 }

 .investors__left .finance-reports__document.xlsx:after {
   background-image: url(../images/excel.gif);
 }

 .investors__left .finance-reports__document.xbrl:after {
   background-image: url(../images/xbrl.gif);
 }

 .investors__left .finance-reports__document.xbrl2:after {
   background-image: url(../images/xbrl.gif);
 }

 .investors__left .accordion img {
   max-width: 100%;
 }

 .investors__ext-audit {
   background: url(../images/ext-audit-bg.jpg);
   background-size: cover;
 }

 .investors__ext-audit .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 23px;
   height: 60px;
   cursor: pointer;
   z-index: 2;
 }

 .investors__ext-audit .arrow:hover {
   opacity: .7;
 }

 .investors__ext-audit .arrow.arrow_prev {
   left: -43px;
   background: url(../images/06.png);
 }

 @media (max-width: 1023px) {
   .investors__ext-audit .arrow.arrow_prev {
     left: 15px;
   }
 }

 .investors__ext-audit .arrow.arrow_next {
   right: -43px;
   background: url(../images/05.png);
 }

 @media (max-width: 1023px) {
   .investors__ext-audit .arrow.arrow_next {
     right: 15px;
   }
 }

 .investors__ext-audit .slide {
   padding: 60px;
 }

 .investors__ext-audit .slide__year {
   font-size: 18px;
   line-height: 30px;
   color: #0b1734;
   font-weight: 700;
   text-align: center;
 }

 .investors__ext-audit .slide__logo {
   width: 100%;
   height: 150px;
   background-position: center;
   background-repeat: no-repeat;
 }

 @media (max-width: 560px) {
   .investors__ext-audit .slide__logo {
     background-size: 100% auto;
   }
 }

 .investors__ext-audit .slide__name {
   font-size: 26px;
   line-height: 30px;
   color: #0b1734;
   font-weight: 600;
   text-align: center;
   margin-bottom: 16px;
 }

 .investors__ext-audit .slide__text {
   font-size: 16px;
   line-height: 24px;
   color: #0b1734;
   font-weight: 400;
   text-align: left;
 }

 .investors__documents {
   background: url(../images/stock-info-bg.jpg);
   background-size: cover;
   margin: 40px 0 50px;
 }

 .investors__documents .arrow {
   position: absolute;
   display: block;
   top: 50%;
   margin-top: -30px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   width: 23px;
   height: 60px;
   cursor: pointer;
   z-index: 2;
 }

 .investors__documents .arrow:hover {
   opacity: .7;
 }

 .investors__documents .arrow.arrow_prev {
   left: -43px;
   background: url(../images/06.png);
 }

 @media (max-width: 1023px) {
   .investors__documents .arrow.arrow_prev {
     left: 10px;
   }
 }

 .investors__documents .arrow.arrow_next {
   right: -43px;
   background: url(../images/05.png);
 }

 @media (max-width: 1023px) {
   .investors__documents .arrow.arrow_next {
     right: 10px;
   }
 }

 .investors__documents .slide {
   padding: 50px 60px 60px;
 }

 .investors__documents .slide .documents__list {
   margin: 0 !important;
 }

 .investors__documents .slide__year {
   font-size: 36px;
   color: #0b1734;
   font-weight: 700;
   text-align: center;
   margin: 0 0 30px;
 }

 .investors__right {
   width: 340px;
 }

 .investors__chart-item {
   margin: 20px 0 40px;
 }

 .investors__chart-item img {
   width: 100%;
 }

 .investors__link {
   color: #f7a906;
   font-size: 18px;
   font-weight: 600;
   display: inline-block;
   line-height: 1.1;
   border-bottom: 1px solid #f7a906;
 }

 @media (max-width: 1440px) {
   .investors__link {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .investors-contact {
   font-size: 0;
   margin: 60px 0 0;
 }

 .investors-contact__logo {
   display: inline-block;
   width: 270px;
   height: 270px;
   border: 1px solid #C8CEDB;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   vertical-align: middle;
   text-align: center;
   line-height: 268px;
   font-size: 0;
   margin: 0 90px 0 0;
 }

 @media (max-width: 1440px) {
   .investors-contact__logo {
     margin-right: 20px;
     width: 210px;
     height: 210px;
     line-height: 198px;
   }
 }

 @media (max-width: 1023px) {
   .investors-contact__logo {
     width: 270px;
     height: 270px;
     margin-right: 0;
     line-height: 268px;
     margin-bottom: 30px;
   }
 }

 .investors-contact__logo img {
   display: inline-block;
   vertical-align: middle;
 }

 .investors-contact__info {
   padding: 1px 0 0;
   display: inline-block;
   vertical-align: top;
   color: #0b1734;
   max-width: -webkit-calc(100% - 360px);
   max-width: calc(100% - 360px);
 }

 @media (max-width: 1440px) {
   .investors-contact__info {
     max-width: -webkit-calc(100% - 230px);
     max-width: calc(100% - 230px);
   }
 }

 @media (max-width: 1023px) {
   .investors-contact__info {
     max-width: 100%;
     width: 100%;
     display: block;
     margin: 0 0 30px;
   }
 }

 .investors-contact__title {
   font-size: 26px !important;
   line-height: 30px !important;
   margin: -8px 0 18px !important;
   font-weight: 900;
 }

 .investors-contact__type {
   color: #9ba2ac;
   font-size: 14px;
   line-height: 30px;
 }

 .investors-contact__item {
   font-size: 18px;
   line-height: 30px;
   display: block;
 }

 @media (max-width: 1440px) {
   .investors-contact__item {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .investors-contact__item-b {
   margin: 15px 0 0;
 }

 .investors-contact__item a {
   display: inline-block;
   color: #0b1734;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .investors-contact__item a:hover {
   opacity: 0.7;
 }

 .investors__table {
   width: 100%;
   border-collapse: collapse;
   text-align: left;
   margin: 50px 0 20px;
 }

 .investors__table tr {
   border-top: 1px solid #C8CEDB;
   border-bottom: 1px solid #C8CEDB;
 }

 .investors__table thead th {
   color: #9ba2ac;
   font-weight: 400;
   font-size: 14px;
   vertical-align: middle;
   padding: 27px 20px 27px 0;
 }

 .investors__table thead th .head-arrow {
   position: relative;
   cursor: pointer;
 }

 .investors__table thead th .head-arrow:after,
 .investors__table thead th .head-arrow:before {
   position: absolute;
   right: -12px;
   content: '';
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
 }

 .investors__table thead th .head-arrow:before {
   margin-bottom: 1px;
   border-bottom: 3px solid #9BA2AC;
   bottom: 50%;
 }

 .investors__table thead th .head-arrow:after {
   margin-top: 1px;
   top: 50%;
   border-top: 3px solid #9BA2AC;
 }

 .investors__table thead th.up .head-arrow:before {
   border-bottom-color: #0b1734;
 }

 .investors__table thead th.down .head-arrow:after {
   border-top-color: #0b1734;
 }

 .investors__table tbody td {
   font-weight: 400;
   line-height: 1.5;
   font-size: 16px;
   vertical-align: top;
   padding: 25px 20px 25px 0;
 }

 .investors__info-tab {
   display: none;
 }

 .investors__info-tab.active {
   display: block;
 }

 .investors__info-tab-b {
   margin: 40px 0 0;
 }

 .investors__info-switch {
   font-size: 0;
   border-bottom: 1px solid #E5E5E5;
   margin: 0 0 10px;
 }

 .investors__info-switch .switch-item {
   font-size: 13px;
   color: #464C52;
   display: inline-block;
   margin: 0 0 0 18px;
   vertical-align: top;
   padding: 0 0 8px;
   cursor: pointer;
 }

 .investors__info-switch .switch-item:first-child {
   margin: 0;
 }

 .investors__info-switch .switch-item.active {
   border-bottom: 5px solid #F4A610;
   color: #8E8E8E;
 }

 .investors__text-date {
   color: #9ba2ac;
   font-size: 14px;
   margin: 0 0 25px;
 }

 .analytics__list {
   margin: 13px 0 0;
 }

 .analytics__list-item {
   padding: 40px 0 0px;
   border-bottom: 1px solid #C8CEDB;
 }

 .analytics__list-item:first-child {
   padding: 0 0 0px;
 }

 .analytics-item__top {
   margin: 0 0 18px;
 }

 .analytics-item__top:after {
   content: '';
   clear: both;
   display: table;
 }

 .analytics-item__top img {
   float: left;
   width: 120px;
   height: 120px;
   display: block;
 }

 .analytics-item__info {
   padding: 1px 0 0;
   margin: 0 0 0 160px;
 }

 @media (max-width: 767px) {
   .analytics-item__info {
     margin: 0;
     padding-top: 140px;
   }
 }

 .analytics-item__name {
   line-height: 26px !important;
   margin: -7px 0 15px !important;
 }

 .analytics-item__type {
   font-size: 16px;
   line-height: 30px;
   display: block;
   margin: 0 0 15px;
   color: #9ba2ac;
 }

 .analytics-item__link {
   color: #0b1734;
   display: inline-block;
   margin: 0 20px 0 0;
   font-size: 16px;
   line-height: 20px;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .analytics-item__link:hover {
   opacity: 0.7;
 }

 .analytics-item .article {
   padding: 0 0 0 90px;
   position: relative;
   text-align: left;
   font-size: 0;
   margin: 22px 0 0;
 }

 .analytics-item .article:first-child {
   margin: 0;
 }

 .analytics-item .article-list {
   margin: 25px 0 0;
 }

 .analytics-item .article__date {
   font-size: 14px;
   line-height: 24px;
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   color: #9ba2ac;
 }

 .analytics-item .article__link {
   color: #0b1734;
   font-size: 16px;
   line-height: 1.5;
   display: block;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .analytics-item .article__link:hover {
   opacity: 0.7;
 }

 .search-page {
   display: block;
   position: relative;
   margin-top: 40px;
 }

 .search-page .search_investors {
   position: relative;
   right: 0;
   bottom: 0;
 }

 .search-page .search_investors input[type=text] {
   border: 1px solid #C8CEDB;
   display: block;
   width: 100%;
 }

 .search_investors {
   position: absolute;
   right: 60px;
   bottom: 70px;
 }

 @media (max-width: 1023px) {
   .search_investors {
     right: 20px;
     bottom: auto;
     top: 15px;
   }
 }

 .search_investors input[type=text] {
   border: none;
   height: 50px;
   width: 350px;
   position: relative;
   z-index: 1;
   padding: 0 48px 0 16px;
   color: #0b1734;
   font-size: 16px;
 }

 @media (max-width: 767px) {
   .search_investors input[type=text] {
     width: 100%;
   }
 }

 .search_investors button[type=submit] {
   z-index: 2;
   display: block;
   position: absolute;
   right: 20px;
   top: 50%;
   margin-top: -8px;
   border: none;
   height: 16px;
   width: 16px;
   background: url(../images/search.png) center no-repeat;
 }

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

 .contacts__map .gm-style-iw {
   position: relative !important;
   left: 0 !important;
   width: 100% !important;
 }

 .contacts__map .gm-style-iw>div {
   max-width: 100% !important;
   width: 100%;
   min-width: 555px;
 }

 @media (max-width: 767px) {
   .contacts__map .gm-style-iw>div {
     min-width: auto;
   }
 }

 .contacts__map .gm-style-iw>div>div {
   overflow: visible !important;
   min-width: 555px;
 }

 @media (max-width: 767px) {
   .contacts__map .gm-style-iw>div>div {
     min-width: auto;
   }
 }

 .contacts__map button.gm-ui-hover-effect {
   width: 22px !important;
   height: 22px !important;
   background: url(../images/close.png) !important;
   top: 20px !important;
   right: 20px !important;
 }

 .contacts__map button.gm-ui-hover-effect img {
   display: none !important;
 }

 .contacts__map .content {
   width: 100%;
   min-width: 555px;
   padding: 0 20px 0 20px;
 }

 @media (max-width: 767px) {
   .contacts__map .content {
     min-width: auto;
   }
 }

 .contacts__map .content__header {
   padding: 25px 0;
   background: #fff;
 }

 .contacts__map .content__title {
   font-size: 22px;
   line-height: 24px;
   color: #0b1734;
   font-weight: 700;
 }

 @media (max-width: 767px) {
   .contacts__map .content__title {
     font-size: 16px;
   }
 }

 .contacts__map .content__slider {
   height: 90px;
   margin-bottom: 20px;
   margin-left: -20px;
   margin-right: -20px;
 }

 .contacts__map .content__slider .slick-list {
   padding-right: 20px;
 }

 @media (max-width: 767px) {
   .contacts__map .content__slider .slick-list {
     padding-right: 50px;
   }
 }

 .contacts__map .content__slider .item {
   height: 90px;
   background-position: center;
   background-size: cover;
   display: block;
   margin-right: 1px;
 }

 .contacts__map .content__slider .item:last-child {
   margin-right: 0;
 }

 .contacts__map .content__values {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   padding-bottom: 30px;
 }

 @media (max-width: 767px) {
   .contacts__map .content__values {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .contacts__map .content__values .value {
   display: block;
   width: 200px;
   padding-right: 40px;
 }

 @media (max-width: 767px) {
   .contacts__map .content__values .value {
     width: 100%;
     padding-right: 0;
     margin-bottom: 10px;
   }
 }

 .contacts__map .content__values .value:last-child {
   padding-right: 0;
 }

 .contacts__map .content__values .value__num {
   font-size: 30px;
   line-height: 34px;
   color: #0b1734;
   font-weight: 600;
 }

 .contacts__map .content__values .value__text {
   font-size: 14px;
   line-height: 16px;
   color: #0b1734;
   font-weight: 400;
   width: 100%;
 }

 .contacts__switch {
   position: relative;
   display: block;
   margin-bottom: 60px;
   z-index: 10;
 }

 .contacts__switch .switch {
   background: #f2f5fa;
   margin-left: -40px;
   width: -webkit-calc(100% + 80px);
   width: calc(100% + 80px);
   display: block;
   margin-top: -83px;
 }

 @media (max-width: 1440px) {
   .contacts__switch .switch {
     margin-left: -15px;
     width: -webkit-calc(100% + 30px);
     width: calc(100% + 30px);
     margin-top: 0;
   }
 }

 .contacts__switch .switch__active {
   height: 83px;
   line-height: 83px;
   font-size: 30px;
   font-weight: 600;
   color: #0b1734;
   width: 100%;
   padding-left: 40px;
   padding-right: 40px;
   cursor: pointer;
   position: relative;
 }

 @media (max-width: 1023px) {
   .contacts__switch .switch__active {
     font-size: 28px;
   }
 }

 @media (max-width: 767px) {
   .contacts__switch .switch__active {
     font-size: 16px;
     padding-left: 15px;
     padding-right: 15px;
   }
 }

 .contacts__switch .switch__active:after {
   content: '▼';
   position: absolute;
   top: 0;
   line-height: 83px;
   bottom: 0;
   right: 40px;
   font-size: 16px;
 }

 .contacts__switch .switch__list {
   display: none;
   padding: 20px 40px;
   position: absolute;
   top: 100%;
   left: -40px;
   right: -40px;
   background: #f2f5fa;
 }

 .contacts__switch .switch__item {
   font-size: 30px;
   font-weight: 600;
   color: #0b1734;
   margin-bottom: 20px;
   cursor: pointer;
 }

 @media (max-width: 1023px) {
   .contacts__switch .switch__item {
     font-size: 28px;
   }
 }

 @media (max-width: 767px) {
   .contacts__switch .switch__item {
     font-size: 16px;
     padding-left: 15px;
     padding-right: 15px;
   }
 }

 .contacts__switch .switch__item:last-child {
   margin-bottom: 0;
 }

 .contacts__tab {
   display: none;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }

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

 .contacts__category {
   width: 520px;
   display: block;
   margin-right: 110px;
   padding-top: 30px;
   border-top: 1px solid #f2f5fa;
   padding-bottom: 30px;
 }

 @media (max-width: 1440px) {
   .contacts__category {
     width: 50%;
     margin-right: 0;
   }
 }

 @media (max-width: 767px) {
   .contacts__category {
     width: 100%;
   }
 }

 .contacts__category:nth-child(1),
 .contacts__category:nth-child(2) {
   padding-top: 0;
   border-top: none;
 }

 .contacts__category:nth-child(2n) {
   margin-right: 0;
 }

 .contacts__category h4 {
   margin-bottom: 30px;
   font-weight: 700;
   font-size: 18px;
   line-height: 30px;
 }

 .contacts__category .line {
   font-size: 18px;
   line-height: 30px;
   position: relative;
   margin-bottom: 15px;
 }

 @media (max-width: 1440px) {
   .contacts__category .line {
     font-size: 16px;
     line-height: 26px;
   }
 }

 .contacts__category .line:last-child {
   margin-bottom: 0;
 }

 .contacts__category .line span {
   display: block;
   padding-left: 35px;
   color: #0b1734;
 }

 .contacts__category .line span a {
   color: #0b1734;
 }

 .contacts__category .line:before {
   content: '';
   position: absolute;
   top: 6px;
   left: 0;
   width: 25px;
   height: 25px;
   background-position: left top;
   background-repeat: no-repeat;
 }

 .contacts__category .line.line_address:before {
   background-image: url(../images/address.png);
 }

 .contacts__category .line.line_phone:before {
   background-image: url(../images/phone.png);
 }

 .contacts__category .line.line_fax:before {
   background-image: url(../images/fax.png);
 }

 .contacts__category .line.line_mail:before {
   background-image: url(../images/mail.png);
 }

 .contacts__hotline {
   background: #f2f5fa;
   padding: 60px;
 }

 @media (max-width: 1023px) {
   .contacts__hotline {
     padding: 30px;
   }
 }

 @media (max-width: 767px) {
   .contacts__hotline {
     padding: 15px;
   }
 }

 .contacts__hotline .hotline h2 {
   color: #0b1734;
   font-weight: 600;
   font-size: 30px;
   line-height: 30px;
   margin-bottom: 25px;
 }

 @media (max-width: 767px) {
   .contacts__hotline .hotline h2 {
     font-size: 24px;
   }
 }

 .contacts__hotline .hotline p {
   color: #0b1734;
   font-size: 18px;
   line-height: 30px;
   margin-bottom: 50px;
 }

 @media (max-width: 767px) {
   .contacts__hotline .hotline p {
     font-size: 16px;
     line-height: 1.4;
   }
 }

 .contacts__hotline .hotline img {
   max-width: 100%;
   height: auto !important;
 }

 .contacts__hotline .hotline__links {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   margin-bottom: 55px;
 }

 @media (max-width: 1440px) {
   .contacts__hotline .hotline__links {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .contacts__hotline .hotline__link {
   font-size: 26px;
   line-height: 30px;
   position: relative;
   margin-right: 40px;
 }

 @media (max-width: 767px) {
   .contacts__hotline .hotline__link {
     font-size: 16px;
   }
 }

 .contacts__hotline .hotline__link:last-child {
   margin-right: 0;
 }

 .contacts__hotline .hotline__link a {
   display: block;
   padding-left: 35px;
   color: #0b1734;
   font-weight: 600;
 }

 .contacts__hotline .hotline__link:before {
   content: '';
   position: absolute;
   top: 6px;
   left: 0;
   width: 25px;
   height: 25px;
   background-position: left top;
   background-repeat: no-repeat;
 }

 .contacts__hotline .hotline__link.hotline__link_phone:before {
   background-image: url(../images/phone.png);
 }

 .contacts__hotline .hotline__link.hotline__link_mail:before {
   background-image: url(../images/mail.png);
 }

 .contacts__hotline .hotline__sponsor {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding-bottom: 35px;
   border-bottom: 1px solid #c8cedb;
   margin-bottom: 40px;
 }

 .contacts__hotline .hotline__sponsor .icon {
   display: block;
   background-image: url(../images/deloitte.png);
   width: 100px;
   height: 19px;
   background-position: center;
   background-size: cover;
 }

 .contacts__hotline .hotline__sponsor .text {
   width: -webkit-calc(100% - 120px);
   width: calc(100% - 120px);
   line-height: 24px;
   font-size: 14px;
   color: #0b1734;
 }

 .contacts__hotline .hotline__hint {
   line-height: 24px;
   font-size: 14px;
   color: #0b1734;
 }

 .calendar {
   padding: 20px 0 0;
 }

 .calendar__list {
   margin: -8px;
 }

 .calendar__list:after {
   display: table;
   clear: both;
   content: '';
 }

 .calendar__list:after {
   display: table;
   clear: both;
   content: '';
 }

 .calendar__list-item {
   float: left;
   width: 33.3333%;
   padding: 8px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }

 @media (max-width: 1440px) {
   .calendar__list-item {
     width: 50%;
   }
 }

 @media (max-width: 414px) {
   .calendar__list-item {
     width: 100%;
   }
 }

 .calendar-item {
   background: #ffffff;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   padding: 0 0 40px;
   min-height: 270px;
   border: 1px solid #E4DFD9;
   -webkit-transition: border 0.4s;
   transition: border 0.4s;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   z-index: 1;
 }

 @media (max-width: 414px) {
   .calendar-item {
     position: relative;
     min-height: 0;
     height: auto;
     padding: 0 0 30px;
   }
 }

 .calendar-item-wrapper {
   position: relative;
   width: 100%;
   height: 270px;
   left: 0;
   top: 0;
 }

 @media (max-width: 414px) {
   .calendar-item-wrapper {
     height: auto;
   }
 }

 .calendar-item__inner {
   padding: 20px 20px 0;
 }

 .calendar-item__title {
   background: #F4F2F0;
   height: 71px;
   /*line-height: 71px;*/
   font-size: 16px;
   text-transform: uppercase;
   padding: 20px 20px 0 20px;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
 }

 @media (max-width: 414px) {
   .calendar-item__title {
     line-height: 58px;
     height: 58px;
   }
 }

 .calendar-item__more {
   display: none;
 }

 .calendar-item__show {
   position: absolute;
   left: 20px;
   right: 0;
   bottom: 24px;
   cursor: pointer;
   font-size: 0;
 }

 @media (max-width: 414px) {
   .calendar-item__show {
     left: 0;
     bottom: auto;
     position: relative;
     margin: 25px 0 0;
     padding: 0 20px;
   }
 }

 .calendar-item__show-icon {
   width: 16px;
   height: 10px;
   background: url('../images/ic_arrow-small.svg') no-repeat;
   display: inline-block;
   vertical-align: middle;
   margin: 0 12px 0 0;
   -webkit-transition: transform 0.4s;
   -webkit-transition: -webkit-transform 0.4s;
   transition: -webkit-transform 0.4s;
   transition: transform 0.4s;
   transition: transform 0.4s, -webkit-transform 0.4s;
 }

 .calendar-item__show-item {
   font-size: 14px;
   color: #0b1734;
   line-height: 22px;
   display: inline-block;
   vertical-align: middle;
 }

 .calendar-item__show-item.hide {
   display: none;
 }

 .calendar-item__show-item.show {
   display: inline-block;
 }

 .calendar-item--link {
   display: block;
   padding: 0;
   line-height: 268px;
   text-align: center;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .calendar-item--link:hover {
   opacity: 0.7;
 }

 .calendar-item__text {
   font-size: 16px;
   font-weight: 500;
   color: #92826A;
   line-height: 1.5;
   display: block;
   margin: 0 auto 22px;
   text-transform: uppercase;
 }

 .calendar-item__text-b {
   display: inline-block;
   vertical-align: middle;
 }

 .calendar-item__arrow {
   width: 40px;
   height: 40px;
   background: url('../images/ic_next-arrow.svg') center no-repeat;
   background-size: 100%;
   display: block;
   margin: 0 auto;
 }

 .calendar-item.opened {
   z-index: 2;
   border-color: #cac0b3;
 }

 .calendar-item.opened .calendar-item__show-item.hide {
   display: inline-block;
 }

 .calendar-item.opened .calendar-item__show-item.show {
   display: none;
 }

 .calendar-item.opened .calendar-item__show-icon {
   -webkit-transform: rotateX(180deg);
   -ms-transform: rotateX(180deg);
   transform: rotateX(180deg);
 }

 .calendar-item.opened-item {
   z-index: 2;
   border-color: #cac0b3;
 }

 .calendar-event {
   padding: 0 0 0 20px;
   margin: 15px 0 0;
   position: relative;
 }

 @media (max-width: 767px) {
   .calendar-event {
     padding: 0 0 0 18px;
   }
 }

 .calendar-event.hide {
   display: none;
 }

 .calendar-event:first-child {
   margin: 0;
 }

 .calendar-event:before {
   position: absolute;
   width: 8px;
   height: 8px;
   content: '';
   left: 0;
   top: 6px;
   border-radius: 50%;
 }

 .calendar-event:nth-child(1):before {
   background: #49AC2E;
 }

 .calendar-event:nth-child(2):before {
   background: #0F2C4E;
 }

 .calendar-event:nth-child(3):before {
   background: #0098DA;
 }

 .calendar-event:nth-child(4):before {
   background: #DA0029;
 }

 .calendar-event:nth-child(5):before {
   background: #DAAE00;
 }

 .calendar-event__title {
   font-size: 15px !important;
   line-height: 1.5 !important;
   margin-bottom: 10px !important;
   font-weight: 600;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   cursor: pointer;
 }

 .calendar-event__type {
   margin: 8px 0 0;
   font-size: 14px;
   line-height: 22px;
   color: #9398A0;
   display: block;
 }

 .calendar-event__info {
   font-size: 14px;
   color: #0b1734;
   padding: 0 0 0 26px;
   margin: 18px 0 0;
 }

 .calendar-event__info--location {
   background: url('../images/ic_location.svg') left top 2px no-repeat;
   background-size: 10px;
 }

 .calendar-event__info--time {
   background: url('../images/ic_clock.svg') left top 2px no-repeat;
   background-size: 13px;
 }

 .calendar-event__link {
   display: inline-block;
   border: 1px solid #958167;
   line-height: 36px;
   padding: 0 18px;
   font-size: 16px;
   margin: 25px 0 15px;
   color: #92826a;
   font-weight: 600;
   -webkit-transition: background 0.4s, color 0.4s;
   transition: background 0.4s, color 0.4s;
 }

 .calendar-event__link:hover {
   background: #958167;
   color: #ffffff;
 }

 .calendar-event__inner {
   display: none;
 }

 .calendar-event.opened .calendar-event__title {
   white-space: normal;
   font-weight: bold;
 }

 .calendar-top {
   padding: 0 0 52px;
   font-size: 0;
 }

 .calendar-top:after {
   display: table;
   clear: both;
   content: '';
 }

 .calendar-top:after {
   display: table;
   clear: both;
   content: '';
 }

 @media (max-width: 1440px) {
   .calendar-top {
     padding: 0 0 40px;
   }
 }

 @media (max-width: 1023px) {
   .calendar-top {
     padding: 0 0 24px;
   }
 }

 .calendar-select {
   float: left;
   color: #283242;
 }

 @media (max-width: 414px) {
   .calendar-select {
     width: 100%;
     margin: 0 0 20px;
     float: none;
     text-align: center;
   }
 }

 .calendar-select select {
   display: none;
 }

 .calendar-select span {
   display: inline;
 }

 .calendar-select__arrow {
   width: 13px;
   height: 23px;
   display: inline-block;
   vertical-align: top;
   cursor: pointer;
 }

 .calendar-select__arrow.prev {
   background: url('../images/ic_prev.svg') center no-repeat;
   margin: 2px 10px 0 0;
 }

 .calendar-select__arrow.next {
   background: url('../images/ic_next.svg') center no-repeat;
   margin: 2px 0 0 10px;
 }

 .calendar-select .jsStyledSelect {
   display: inline-block;
   vertical-align: middle;
   margin: 0 10px;
 }

 @media (max-width: 1440px) {
   .calendar-select .jsStyledSelect {
     margin: 0 8px;
   }
 }

 .calendar-select .jsDropdown {
   display: inline-block;
   position: relative;
   cursor: pointer;
 }

 @media (max-width: 414px) {
   .calendar-select .jsDropdown {
     min-width: 100%;
   }
 }

 .calendar-select .jsDropdownSelected {
   display: inline-block;
   border: none;
   background: rgba(0, 0, 0, 0);
   font-weight: 600;
   font-size: 20px;
   width: 100%;
   position: relative;
   padding: 0 20px 6px 15px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border-bottom: 1px solid #958167;
 }

 .calendar-select .jsDropdownSelected:after {
   content: '';
   position: absolute;
   display: block;
   right: 2px;
   top: 11px;
   border-top: 4px solid #283242;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
 }

 .calendar-select .jsDropdownList {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   min-width: 100%;
   background: #fff;
   padding: 12px 5px 12px 15px;
   z-index: 100;
 }

 .calendar-select .jsDropdownItem {
   border: none;
   background: #fff;
   font-size: 16px;
   margin-top: 8px;
   font-weight: 500;
 }

 @media (max-width: 414px) {
   .calendar-select .jsDropdownItem {
     font-size: 14px;
   }
 }

 .calendar-select .jsDropdownItem:first-child {
   margin: 0;
 }

 .calendar-search {
   float: right;
   width: 300px;
   position: relative;
   padding: 0 30px 0 0;
   border-bottom: 1px solid #958167;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }

 .calendar-input {
   background: transparent;
   display: block;
   width: 100%;
   font-size: 14px;
   color: #0b1734;
   line-height: 28px;
   border: none;
   outline: none;
 }

 .calendar-submit {
   cursor: pointer;
   border: none;
   position: absolute;
   outline: none;
   background: url('../images/search.png') center no-repeat;
   right: 0;
   top: 0;
   width: 30px;
   height: 30px;
 }

 .calendar-disclamer {
   padding: 60px 0 0;
 }

 .calendar-disclamer p {
   font-size: 15px;
   line-height: 1.5;
 }

 .announce {
   padding: 50px;
   background: #F2F5FA;
   margin: 26px 0 40px;
 }

 @media (max-width: 1023px) {
   .announce {
     padding: 15px;
     overflow-x: hidden;
   }
 }

 .announce__author {
   font-size: 16px;
   text-align: center;
   color: #0b1734;
   margin: 0 0 30px;
   display: block;
 }

 .announce h5 {
   line-height: 1.2;
   text-align: center;
   margin-bottom: 24px;
 }

 .announce p {
   line-height: 27px;
 }

 .announce p a {
   color: #0b1734;
 }

 .note {
   display: block;
   font-size: 14px;
   line-height: 24px;
   color: #0b1734;
   margin: 30px 0 18px;
 }

 .faq-tabs {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 @media (max-width: 767px) {
   .faq-tabs {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }

 .faq-tabs__left {
   display: block;
   width: 230px;
 }

 @media (max-width: 767px) {
   .faq-tabs__left {
     width: 100%;
   }
 }

 .faq-tabs__left .career-menu {
   width: 100%;
 }

 .faq-tabs__left .career-menu .career-menu__item {
   padding: 25px 0;
   cursor: pointer;
 }

 .faq-tabs__left .career-menu .career-menu__item:first-child {
   border-top: none;
 }

 .faq-tabs__right {
   width: -webkit-calc(100% - 270px);
   width: calc(100% - 270px);
   padding: 20px 0 0;
 }

 @media (max-width: 1023px) {
   .faq-tabs__right {
     width: -webkit-calc(100% - 250px);
     width: calc(100% - 250px);
     padding: 0px 0 0;
   }
 }

 @media (max-width: 767px) {
   .faq-tabs__right {
     width: 100%;
   }
 }

 .faq-tabs__content {
   display: none;
 }

 .faq-tabs__content.active {
   display: block;
 }

 .faq-tabs .accordion {
   background: none;
 }

 .faq-tabs .accordion__header {
   padding: 0;
 }

 .faq-tabs .accordion__header:after {
   display: none;
 }

 .faq-tabs .accordion__body {
   padding: 0;
 }

 .faq-tabs .accordion__body p {
   font-size: 16px;
   margin: 12px 0 0;
 }

 .block-link {
   height: 475px;
   position: relative;
   display: block;
   cursor: pointer;
 }

 .block-link--half {
   height: 227px;
 }

 .block-link__list {
   margin: -10px;
 }

 .block-link__list:after {
   display: table;
   clear: both;
   content: '';
 }

 .block-link__list:after {
   display: table;
   clear: both;
   content: '';
 }

 @media (max-width: 767px) {
   .block-link__list {
     margin: 0;
   }
 }

 .block-link__item {
   display: block;
   width: 50%;
   float: left;
   padding: 10px;
 }

 @media (max-width: 767px) {
   .block-link__item {
     width: 100%;
   }
 }

 .block-link__item--12 {
   width: 100%;
 }

 .block-link:hover .link__bg {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
 }

 .block-link:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: -webkit-gradient(linear, left bottom, left top, from(#0b1734), color-stop(50%, rgba(11, 23, 52, 0)));
   background: linear-gradient(to top, #0b1734 0%, rgba(11, 23, 52, 0) 50%);
   z-index: 1;
 }

 .block-link__bg {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: 0;
   -webkit-transition: -webkit-transform 1s;
   transition: -webkit-transform 1s;
   transition: transform 1s;
   transition: transform 1s, -webkit-transform 1s;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .block-link__text {
   position: absolute;
   display: block;
   z-index: 1;
   bottom: 34px;
   left: 48px;
   right: 20px;
   font-size: 32px;
   line-height: 34px;
   color: #fff;
   font-weight: 600;
 }

 @media (max-width: 1023px) {
   .block-link__text {
     font-size: 22px;
     bottom: 20px;
     left: 20px;
     right: 20px;
   }
 }

 @media (max-width: 767px) {
   .block-link__text {
     font-size: 18px;
   }
 }

 .ipo {
   padding: 0 0 40px;
 }

 .ipo h1 {
   font-size: 30px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 15px;
   font-weight: 600;
 }

 .ipo-switch {
   font-size: 13px;
   color: #464C52;
   display: inline-block;
   margin: 0 0 0 18px;
   vertical-align: top;
   padding: 0 0 8px;
   cursor: pointer;
   border-bottom: 5px solid transparent;
   -webkit-transition: border 0.4s, color 0.4s;
   transition: border 0.4s, color 0.4s;
 }

 .ipo-switch:first-child {
   margin: 0;
 }

 @media (max-width: 1023px) {
   .ipo-switch {
     margin: 0 20px 15px 0;
     white-space: nowrap;
     border: none;
   }

   .ipo-switch:first-child {
     margin: 0 20px 15px 0;
   }
 }

 .ipo-switch.active,
 .ipo-switch:hover {
   border-bottom-color: #F4A610;
   color: #8E8E8E;
 }

 @media (max-width: 1023px) {

   .ipo-switch.active,
   .ipo-switch:hover {
     color: #F4A610;
   }
 }

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

 @media (max-width: 1023px) {
   .ipo-switch__list {
     display: block;
   }
 }

 .ipo-disclaimer {
   font-size: 14px;
   line-height: 1.5;
 }

 @media (max-width: 767px) {
   .ipo-disclaimer {
     line-height: 1.4;
   }
 }

 @media (max-width: 414px) {
   .ipo-disclaimer {
     font-size: 13px;
   }
 }

 .ipo-disclaimer img {
   display: block;
   margin: 0 auto 30px;
 }

 .ipo-disclaimer p {
   margin: 15px 0 0;
 }

 .ipo-disclaimer__link {
   margin: 30px 0;
   font-size: 0;
   text-align: center;
 }

 .ipo-disclaimer__link a {
   cursor: pointer;
   display: inline-block;
   font-size: 18px;
   color: #2b3990;
   margin: 0 0 0 60px;
   font-weight: 600;
 }

 .ipo-disclaimer__link a:first-child {
   margin: 0;
 }

 .ipo-content {
   display: none;
   font-size: 14px;
   line-height: 1.5;
   padding: 30px 0 0;
   border-top: 1px solid #e5e5e5;
 }

 @media (max-width: 767px) {
   .ipo-content {
     line-height: 1.4;
     margin: 10px 0 0;
   }
 }

 @media (max-width: 414px) {
   .ipo-content {
     font-size: 13px;
   }
 }

 .ipo-content.active {
   display: block;
 }

 .ipo-content__download {
   display: inline-block;
   padding: 9px 0 0 35px;
   min-height: 32px;
   margin: 0 30px 15px 0;
   background: url('../images/doc-icon.svg') top left no-repeat;
   background-size: 29px;
   color: #2b3990;
 }

 .ipo-content__download.pdf {
   background: url("../images/pdf-icon.svg") top left no-repeat;
 }

 .ipo-content__download.jpg {
   background: url("../images/jpg-icon.svg") top left no-repeat;
 }

 .ipo-content .logo {
   display: block;
   margin: 30px auto;
 }

 .ipo-content__link {
   color: #003a8a;
 }

 .ipo-content__link-page {
   font-size: 20px;
   font-weight: 600;
   background: #003a8a;
   display: inline-block;
   margin: 0 30px 20px;
   padding: 6px 20px;
   color: #ffffff;
   border-radius: 25px;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
   text-align: center;
 }

 @media (max-width: 414px) {
   .ipo-content__link-page {
     display: block;
     margin: 0 0 20px;
   }
 }

 .ipo-content__link-page:hover {
   opacity: 0.7;
 }

 .ipo-content--page {
   border: none;
 }

 .ipo-content--padding {
   padding: 0 15%;
 }

 @media (max-width: 1280px) {
   .ipo-content--padding {
     padding: 0 8%;
   }
 }

 @media (max-width: 767px) {
   .ipo-content--padding {
     padding: 0;
   }
 }

 .ipo-content p {
   margin: 10px 0 0;
 }

 @media (max-width: 767px) {
   .ipo-content p {
     margin: 8px 0 0;
   }
 }

 .ipo-content ul {
   margin: 15px 0 0;
   padding: 0 0 0 20px;
   list-style-type: disc;
 }

 .ipo-content ul li {
   margin: 5px 0 0;
 }

 .text-upper {
   text-transform: uppercase;
 }

 .text-medium {
   font-weight: 500;
 }

 .text-line {
   text-decoration: underline;
 }

 .sitemap {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-flow: wrap;
   -ms-flex-flow: wrap;
   flex-flow: wrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   margin-bottom: 40px;
 }

 @media (max-width: 1440px) {
   .sitemap {
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }
 }

 .sitemap__column {
   width: 360px;
   margin-right: 90px;
 }

 @media (max-width: 1440px) {
   .sitemap__column {
     width: 30%;
     margin-right: 0px;
   }
 }

 @media (max-width: 1023px) {
   .sitemap__column {
     width: -webkit-calc(50% - 20px);
     width: calc(50% - 20px);
   }
 }

 @media (max-width: 767px) {
   .sitemap__column {
     width: 100%;
   }
 }

 .sitemap__column:last-child {
   margin-right: 0;
 }

 .sitemap__level1 {
   display: block;
   margin-top: 40px;
 }

 .sitemap__level1>a {
   display: block;
   font-size: 22px;
   color: #0b1734;
   font-weight: 700;
   text-align: left;
   line-height: 24px;
   margin-bottom: 20px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .sitemap__level1>a:hover {
   opacity: .7;
 }

 .sitemap__level2>a {
   display: block;
   font-size: 18px;
   color: #0b1734;
   font-weight: 400;
   text-align: left;
   line-height: 20px;
   margin-bottom: 20px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .sitemap__level2>a:hover {
   opacity: .7;
 }

 .sitemap__level3 {
   padding-left: 40px;
 }

 .sitemap__level3>a {
   display: block;
   font-size: 18px;
   color: #0b1734;
   font-weight: 400;
   text-align: left;
   line-height: 20px;
   margin-bottom: 20px;
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
 }

 .sitemap__level3>a:hover {
   opacity: .7;
 }

 .numbered-list__item {
   padding: 25px 0 15px 45px;
   position: relative;
   border-top: 1px solid #e5e5e5;
 }

 .numbered-list__item:first-child {
   border: none;
 }

 @media (max-width: 1023px) {
   .numbered-list__item {
     padding: 20px 0 10px 35px;
   }
 }

 @media (max-width: 767px) {
   .numbered-list__item {
     padding: 16px 0 6px 35px;
   }
 }

 @media (max-width: 767px) {
   .numbered-list__item .news__subheader {
     font-size: 24px;
     line-height: 28px;
   }
 }

 .numbered-list__count {
   position: absolute;
   left: 0;
   top: 28px;
   font-size: 18px;
   font-weight: 600;
   color: #fff;
   display: block;
   width: 30px;
   height: 30px;
   background: #f7a700;
   border-radius: 50%;
   text-align: center;
   line-height: 30px;
 }

 @media (max-width: 1440px) {
   .numbered-list__count {
     line-height: 24px;
     width: 24px;
     height: 24px;
     font-size: 16px;
     top: 26px;
   }
 }

 @media (max-width: 767px) {
   .numbered-list__count {
     font-size: 15px;
     top: 18px;
   }
 }

 .numbered-stages {
   list-style: none;
   counter-reset: my-awesome-counter;
   padding: 0 0 0 34px;
 }

 .numbered-stages li {
   counter-increment: my-awesome-counter;
   position: relative;
   line-height: 26px;
   margin: 10px 0 0;
 }

 .numbered-stages li:before {
   content: counter(my-awesome-counter);
   position: absolute;
   left: -34px;
   width: 26px;
   height: 26px;
   background: #2b3990;
   border-radius: 50%;
   font-size: 14px;
   text-align: center;
   line-height: 26px;
   color: #fff;
 }

 .linkedin {
   display: inline-block;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 .linkedin:hover {
   opacity: 0.7;
 }

 .linkedin-icon {
   display: block;
 }

 .linkedin-wrapper {
   margin: 20px 0 0;
   text-align: center;
   font-size: 0;
 }

 .overflow-auto {
   overflow-x: auto;
 }

 .h3 {
   font-weight: 700;
   font-size: 36px;
   line-height: 36px;
   color: #0b1734;
   margin-bottom: 22px;
 }

 @media (max-width: 1023px) {
   .h3 {
     font-size: 28px;
   }
 }

 .digit-date {
   position: relative;
   padding: 0 0 0 60px;
   max-width: 540px;
   margin: 0 0 40px;
 }

 @media (max-width: 1023px) {
   .digit-date {
     margin: 0 0 20px;
   }
 }

 .digit-date__logo {
   width: 42px;
   height: 36px;
   position: absolute;
   left: 0;
   top: 15px;
   background: url(../images/logo-small.png) center;
   background-size: cover;
 }

 .digit-date__title {
   display: block;
   font-size: 24px;
   font-weight: 700;
   line-height: 20px;
   margin: 0 0 10px;
 }

 .digit-date__text {
   font-size: 16px;
   line-height: 1.5;
   display: block;
 }

 @media (max-width: 1440px) {
   .digit-date__text {
     font-size: 14px;
   }
 }

 .digit-date:after {
   background: #f7a906;
   content: '';
   width: 42px;
   height: 5px;
   top: 0;
   left: 0;
   position: absolute;
 }

 .pure-table {
   border-collapse: collapse;
   border-spacing: 0;
   empty-cells: show;
   border: 1px solid #cbcbcb;
 }

 .pure-table thead {
   background-color: #e0e0e0;
   color: #000;
   text-align: left;
   vertical-align: bottom;
 }

 .pure-table thead td {
   vertical-align: top;
 }

 .pure-table td {
   padding: 7px;
   font-size: 15px;
   border-left: 1px solid #cbcbcb;
   margin: 0;
   overflow: visible;
   border-bottom: 1px solid #cbcbcb;
 }

 @media (max-width: 767px) {
   .pure-table td {
     font-size: 14px;
   }
 }

 .pure-table td:first-child {
   border-left-width: 0;
 }

 .pure-table tbody td {
   vertical-align: middle;
 }

 .pure-table tbody tr:nth-child(even) {
   background-color: #f2f5f9;
 }

 .text-doc {
   min-height: 32px;
   display: inline-block;
   padding: 7px 0 5px 38px;
   margin: 12px 0 0;
   background: url("../images/doc-icon.svg") top left no-repeat;
   background-size: 29px 32px;
   color: #0b1734;
   text-decoration: none;
   font-size: 16px;
   line-height: 20px;
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
 }

 @media (max-width: 1023px) {
   .text-doc {
     font-size: 14px;
   }
 }

 .text-doc:hover {
   opacity: 0.7;
 }

 .text-doc.pdf {
   background: url("../images/pdf-icon.svg") top left no-repeat;
   background-size: 29px 32px;
 }

 @keyframes st0Animation1 {
   from {
     stroke-dashoffset: 600;
   }

   50% {
     stroke-dashoffset: 600;
   }

   to {
     stroke-dashoffset: 0;
   }
 }

 @keyframes st0Animation2 {
   from {
     stroke-dashoffset: 0;
   }

   to {
     stroke-dashoffset: 600;
   }
 }

 @keyframes st1Animation1 {
   from {
     stroke-dashoffset: 0;
   }

   to {
     stroke-dashoffset: 130;
   }
 }

 @keyframes st1Animation2 {
   from {
     stroke-dashoffset: 130;
   }

   50% {
     stroke-dashoffset: 130;
   }

   to {
     stroke-dashoffset: 0;
   }
 }

 @-webkit-keyframes subShow {
   100% {
     visibility: visible;
     padding-left: 55px;
     opacity: 1;
   }
 }

 @keyframes subShow {
   100% {
     visibility: visible;
     padding-left: 55px;
     opacity: 1;
   }
 }

 @-webkit-keyframes subShowLeft {
   100% {
     visibility: visible;
     padding-right: 55px;
     opacity: 1;
   }
 }

 @keyframes subShowLeft {
   100% {
     visibility: visible;
     padding-right: 55px;
     opacity: 1;
   }
 }

 @-webkit-keyframes subBorder {
   100% {
     opacity: 1;
   }
 }

 @keyframes subBorder {
   100% {
     opacity: 1;
   }
 }

 @-webkit-keyframes subLinkArrow {
   100% {
     right: -53px;
     opacity: 0;
   }
 }

 @keyframes subLinkArrow {
   100% {
     right: -53px;
     opacity: 0;
   }
 }

 @-webkit-keyframes subLinkArrowLeft {
   100% {
     left: -53px;
     opacity: 0;
   }
 }

 @keyframes subLinkArrowLeft {
   100% {
     left: -53px;
     opacity: 0;
   }
 }