@font-face {
  font-family: "OpenSans";
  src: url("/fonts/OpenSans-Regular.woff2") format("woff2"), url("/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("/fonts/OpenSans-Bold.woff2") format("woff2"), url("/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans";
  src: url("/fonts/NotoSansDisplay-Regular.woff2") format("woff2"), url("/fonts/NotoSansDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans";
  src: url("/fonts/NotoSans-Bold.woff2") format("woff2"), url("/fonts/NotoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans-Display";
  src: url("/fonts/NotoSansDisplay-SemiBold.woff2") format("woff2"), url("/fonts/NotoSansDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.15;
  min-height: calc(100vh - 1px);
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: calc(100vh - 1px);
  margin: 0;
  position: relative;
  background-color: #FFFFFF;
  color: black;
  font-family: "OpenSans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

.wrapper {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "OpenSans", sans-serif;
  font-size: 18px;
  line-height: 1.67;
}

.wrapper *,
.wrapper *::before,
.wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.container {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 0 auto;
}
.decor-title span {
  display: inline-block;
  position: relative;
}

.decor-title span::after {
  content: "";
  width: 97.3%;
  height: 20px;
  background: url("/Content/Images/text-decor-element.svg") left top/100% auto no-repeat;
  position: absolute;
  left: 7px;
  bottom: -5px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.custom-sectiontitle {
  font-family: "NotoSans-Display", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.26;
  color: #000000;
}

.custom-link {
  display: inline-block;
  padding: 19px 28px 21px 32px;
  border-radius: 30px;
  background-color: #ffffff;
  line-height: 1;
}

.custom-link span {
  display: inline-block;
  padding-right: 37px;
  position: relative;
  font-family: "NotoSans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

.custom-link span::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/Content/images/icon-arrow-right-black.svg") center center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.new-section-title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 4px solid #ffffff;
    background-color: #FFB202;
    padding: 16px 36px 14px;
    font-family: "OpenSans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
}
.new-section-title-bottom{
    margin-bottom: 0 !important;
    margin-top: 30px !important;
}

.custom-top {
  position: relative;
  height: auto !important;

}

.custom-top__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-top__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.custom-top__inner {
  position: relative;
  z-index: 1;
  height: 724px;
  padding: 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.custom-top__image {
  display: block;
  width: auto;
  height: 190px;
  margin-bottom: 20px;
}

.custom-top__logo{
  height: 190px;
  margin-bottom: 20px;

  position: relative;
}

  .custom-top__logo:hover .custom-top__logo-normall {
      opacity: 0;
  }

  .custom-top__logo:hover .custom-top__logo-hover {
      opacity: 1;
  }

.custom-top__logo img{
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}

.custom-top__logo-normall{

}

.custom-top__logo-hover{
 opacity: 0;
}

.custom-top__title {
  max-width: 978px;
  margin: 0;
  font-family: "NotoSans-Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.12;
  color: #ffffff;
}

.custom-top__title b {
  font-weight: inherit;
  color: #FDB913;
}

.custom-scroll {
  padding-bottom: 12px;
  background-color: #ffffff;
}

.custom-scroll__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1px;
}

.custom-scroll__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 0.9;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.custom-scroll__link span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/content/images/icon-shevron-down-white.svg") center center/16px auto no-repeat;
  vertical-align: middle;
}

.custom-scroll__link:nth-child(4n+1) {
  background-color: #F5A81C;
}

.custom-scroll__link:nth-child(4n+2) {
  background-color: #00582E;
}

.custom-scroll__link:nth-child(4n+3) {
  background-color: #009CD2;
}

.custom-scroll__link:nth-child(4n+4) {
  background-color: #CA2A2D;
}

.custom-video {
  padding: 40px 0 39px;
  background: -webkit-gradient(linear, left top, right top, from(#E87722), to(#F1AB00));
  background: linear-gradient(90deg, #E87722, #F1AB00);
}

.custom-video__wrap {
  margin-bottom: 29px;
  position: relative;
  padding-bottom: 57.2%;
}
.custom-video__wrap iframe{
  border: none;
}

.custom-video__wrap iframe,
.custom-video__wrap video,
.custom-video__wrap img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.custom-video__link::before,
.custom-video__link::after {
    z-index: 1;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.custom-video__link::before {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFF;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.video-popup__link{
    display: none;
}

.custom-video__link::after {
    width: 0;
    height: 0;
    border-left: 34px solid #FFB202;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    margin-left: 5px
}

@media (max-width: 768px) {
    .custom-video__link::before {
        width: 70px;
        height: 70px;
    }

    .custom-video__link::after {
        border-left-width: 26px;
        border-top-width: 13px;
        border-bottom-width: 13px;
        margin-left: 4px;
    }
}


.custom-video__text {
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.custom-video__text + .custom-video__text {
  margin-top: 16px;
}

.custom-history {
  padding: 40px 0 46px;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 46.7%, #F1AB00 46.71%);
}

/*.custom-history::after {*/
  /*content: "";*/
  /*width: 100%;
  height: 46.7%;
  background-color: #F1AB00;
  position: absolute;
  left: 0;
  bottom: 0;
}*/

.custom-history__inner {
  position: relative;
  z-index: 1;
}

.custom-history__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-history__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-history__info {
  position: relative;
  z-index: 2;
  min-height: 707px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-history__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-history__title {
  max-width: 393px;
  margin: 0 0 0 -1px;
  background-color: #ffffff;
  padding-bottom: 40px;
}

.custom-history__title.decor-title span::after {
  width: 77%;
  left: -4px;
}

.custom-history__link {
  margin-top: 32px;
  margin-right: 32px;
}

.custom-history__list {
  position: relative;
  z-index: 2;
  list-style: none;
  max-width: 900px;
  margin-right: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 48px 32px 48px 40px;
}

.custom-history__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 43px;
}

.custom-history__list-item:last-child {
  margin-bottom: 0;
}

.custom-history__list-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  margin-right: 36px;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.154;
  color: #FFB202;
  text-align: center;
  word-break:break-word;
  cursor: default;
}

.custom-history__list-number:hover{
  color: #FFFFFF;
}

.custom-history__list-text {
  margin: 0;
  color: #EEEEEE;
}

.custom-history__list-text b {
  margin-right: 5px;
  font-weight: 700;
  display: block;
  font-size: 1.4rem;
}

.custom-history__list-text a {
  color: inherit;
  text-decoration: underline;
}

.custom-stories {
  padding: 42px 0 23px;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 42%, #E87722 42.1%)
}

.custom-stories::after {
  content: "";
  width: 100%;
  height: 42%;
  background-color: #E87722;
  position: absolute;
  left: 0;
  bottom: 0;
}

.custom-stories__inner {
  position: relative;
  z-index: 1;
}

.custom-stories__title {
  margin-bottom: 40px;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.custom-stories__title.decor-title span::after {
  width: 66%;
  left: -4px;
  bottom: -2px;
  background-image: url("/Content/images/text-decor-element2.svg");
}

.custom-stories__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px 0 -13px;
}

.custom-stories__column {
  width: 33.333%;
  padding: 0 12px 0 13px;
  margin-bottom: 25px;
}

.custom-stories__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #D2D2D2 !important;
}

.custom-stories__item-image {
  position: relative;
  padding-bottom: 103.5%;
  overflow: hidden;
}

.custom-stories__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.custom-stories__item-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), black);
  position: absolute;
  left: 0;
  top: 0;
}

.custom-stories__item-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 32px 36px;
}

.custom-stories__item-title {
  display: block;
  margin-bottom: 12px;
  font-family: "NotoSans-Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  color: #ffffff;
}

.custom-stories__item-text {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.39;
}

.custom-stories__item-text + .custom-stories__item-text {
  margin-top: 10px;
}

.custom-stories__item-arrow {
  display: inline-block;
  margin-top: 24px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.custom-stories__item-arrow img {
  display: block;
  width: 44px;
  height: auto;
}

.custom-timeline {
    position: relative;
    padding: 64px 0 50px;
    min-height: 624px;
    width: 100% !important;
    max-width: 100% !important;
    background: linear-gradient(65deg,#000,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.2) 41%,rgba(0,0,0, 0.6) 60%,#000);
}

.custom-timeline__inner {
  position: relative;
}

.custom-timeline__logo {
  position: absolute;
  right: 0;
  bottom: 21px;
  z-index: 3;
  pointer-events: none;
  display: block;
  width: 128px;
  height: auto;
}

.custom-timeline__title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-right: 110px;
  font-family: "OpenSans", sans-serif;
  color: #ffffff;
}

.custom-timeline__title.decor-title span::after {
  width: 105%;
  left: auto;
  right: -12px;
  bottom: 1px;
  background-image: url("/Content/Images/text-decor-element3.svg");
}

.custom-timeline__years-slider {
  padding-top: 156px;
  padding-left: 3px;
  position: relative;
}

.custom-timeline__years-slide {
  width: 264px !important;
  position: relative !important;
}

.custom-timeline__years-slide::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 8px;
}

.custom-timeline__years-slide.swiper-slide-thumb-active .custom-timeline__years-number {
  color: #FFB202;
}

.custom-timeline__years-slide.swiper-slide-thumb-active .custom-timeline__years-number::before {
  background-color: #FFB202;
  outline: 1px solid #FFB202;
}

.custom-timeline__years-number {
  display: inline-block;
  position: relative;
  padding-top: 30px;
  margin-left: -2px;
  font-size: 28px;
  line-height: 1.29;
  color: #EEEEEE;
}

.custom-timeline__years-number:hover::before{
  background-color: #FFB202;
}

.custom-timeline__years-number::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #EEEEEE;
  position: absolute;
  left: 2px;
  top: 0;
}

.custom-timeline__images-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-timeline__images-slider .swiper-button-prev,
.custom-timeline__images-slider .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url("/Content/images/icon-shevron-right-white.svg") center center/20px auto no-repeat;
  z-index: 5;
  left: auto;
  right: calc((100vw - 1280px) / 2);
  top: 93px;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.custom-timeline__images-slider .swiper-button-prev::after,
.custom-timeline__images-slider .swiper-button-next::after {
  display: none;
}

.custom-timeline__images-slider .swiper-button-prev.swiper-button-disabled,
.custom-timeline__images-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.custom-timeline__images-slider .swiper-button-prev {
  -webkit-transform: translateX(-54px) rotateY(180deg);
  transform: translateX(-54px) rotateY(180deg);
}

.custom-timeline__images-wrapper {
  pointer-events: none;
}

.custom-timeline__images-slide {
  pointer-events: none;
}

.custom-timeline__images-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-timeline__info {
  position: relative;
  z-index: 2;
  padding-top: 54px;
  min-height: 216px;
}

.custom-timeline__info-item {
  display: none;
}

.custom-timeline__info-item:nth-child(1) {
  display: block;
}

.custom-timeline__info-item > * {
  max-width: 678px;
  padding-right: 150px;
}

.custom-timeline__info-item-title p{

  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  color: #ffffff !important;
}

.custom-timeline__info-item p {
  margin: 0;
  line-height: 1.39;
  color: #ffffff;
}

.custom-timeline__info-item p + .custom-timeline__info-item p {
  margin-top: 10px;
}
.custom-timeline__info-item-title a,
.custom-timeline__info-item-text a{
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}

.custom-timeline__info-item-title a:hover,
.custom-timeline__info-item-text a:hover {
    cursor: pointer;
    text-decoration: none;
}
.custom-timeline__info-item p {
  line-height: 1.39;
  color: #D2D2D2;
}
.custom-timeline__info-item p + .custom-timeline__info-item p {
  margin-top: 10px;
}


.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
}

.header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: center 0;
  -ms-transform-origin: center 0;
  transform-origin: center 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header.light {
  color: #000000;
}

.header.light::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.header.light .header__burger {
  background-color: #ffffff;
}

.header.light .header__burger span {
  background-color: #000000;
}

.header.light .header__search-open {
  background-image: url("/Content/images/icons/icon-search-dark.svg");
}

.header.static {
  position: static;
  background-color: #ffffff;
  color: #000000;
}

.header.static::before {
  display: none;
}

.header.static .header__search-open {
  background-image: url("/Content/images/icons/icon-search-dark.svg");
}

.header.static .header__logo img.light {
  opacity: 0;
}

.header.static .header__logo img.dark {
  opacity: 1;
}

.header.static .header__menu-link::before {
  background-color: #000000;
}

.header.static .header__submenu {
  background-color: #000000;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  margin-right: 53px;
  margin-top: 7px;
  position: relative;
}

.header__logo img.light {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__logo img.dark {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__logo.active img.light {
  opacity: 0;
}

.header__logo.active img.dark {
  opacity: 1;
}

.header__navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.header__menu {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin: 0;
}

.header__menu-item {
  line-height: 1;
  margin-bottom: 0;
}

.header__menu-item:last-child .header__submenu {
  left: auto;
  right: 0;
}

.header__menu-item.subitem {
  position: relative;
}

.header__menu-link {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 24px 15px 15px;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__menu-link::before {
  content: "";
  width: 100%;
  height: calc(100% + 50px);
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__menu-link.active {
  color: #FFB202;
}

.header__menu-link.active::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header__submenu {
  list-style: none;
  padding: 13px 0 19px 16px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
  width: auto;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 110px 0 20px;
  -webkit-transform: translateY(-100%) translateY(-30px);
  -ms-transform: translateY(-100%) translateY(-30px);
  transform: translateY(-100%) translateY(-30px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__submenu-item {
  line-height: 1;
  margin-bottom: 0 !important;
}

.header__submenu-item:first-child {
  display: none;
}

.header__submenu-link {
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  color: #ffffff !important;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__burger {
  display: none;
}

.header__search {
  padding: 26px 12px 0 30px;
  position: relative;
}

.header__search-open {
  display: inline-block;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  background: url("/Content/images/icons/icon-search-white.svg") center center/31px auto no-repeat;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.header-search {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -110%);
  -ms-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
  z-index: 50;
  width: calc(100vw - 20px);
  max-width: 474px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header-search.open {
  -webkit-transform: translate(-50%, 80px);
  -ms-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px);
}

.header-search__form {
  background-color: #000000;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search__form-close,
.header-search__form-submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search__form-close img,
.header-search__form-submit img {
  display: block;
  width: 20px;
  height: auto;
}

.header-search__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 60px;
  padding: 15px 10px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.header-search__form-label span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
}

.header-search__form-label input {
  display: block;
  width: 100%;
  padding: 0 10px;
  border: none;
  font-family: inherit;
  font-size: inherit;
}

.header-search__form-label input:focus {
  outline: none;
}

.top-hero {
  position: relative;
}

.top-hero__slider {
  position: relative;
}

.top-hero .swiper-button-prev,
.top-hero .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url("/Content/images/icons/slider-arrow-left-white.svg") center center/24px auto no-repeat;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-hero .swiper-button-prev::after,
.top-hero .swiper-button-next::after {
  display: none;
}

.top-hero .swiper-button-prev {
  left: 12px;
}

.top-hero .swiper-button-next {
  left: auto;
  right: 12px;
  -webkit-transform: translateY(-12%) rotateY(180deg);
  transform: translateY(-12%) rotateY(180deg);
}

.top-hero .swiper-pagination {
  bottom: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-hero .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #C7C9C7;
  margin: 0 5px 10px;
  opacity: 1;
  position: relative;
}

.top-hero .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  height: 100%;
  border-radius: inherit;
  background-color: #005898;
  position: absolute;
  left: 0;
  top: 0;
}

.top-hero .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: sliderIndicator 5s 0.3s ease-out forwards;
  animation: sliderIndicator 5s 0.3s ease-out forwards;
}

.top-hero .swiper-pagination .swiper-pagination-bullet.visited::after {
  width: 100%;
}

.top-hero__slide {
  width: 100%;
  position: relative;
  background-color: #000000;
  color: #ffffff;
}

.top-hero__slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.top-hero__slide-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-hero__slide-content {
  position: relative;
  z-index: 2;
  height: 95vh;
  min-height: 400px;
  padding: 145px 65px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.top-hero__slide-content h1 {
  margin: 0 0 25px;
  font-weight: 400;
  font-size: calc(20px + 26 * (100vw - 320px) / 1280);
  line-height: 1.2;
}

.top-hero__slide-content a {
  display: block;
/*  height: 40px;*/  
  background-color: yellow;
}

.top-hero__scroll-link {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(23px);
  backdrop-filter: blur(23px);
}

.top-hero__scroll-link img {
  display: block;
  width: 23px;
  height: auto;
}

@-webkit-keyframes sliderIndicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes sliderIndicator {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.new-about {
  padding: 35px 0 60px;
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-about--title-bottom{
    padding-top: 80px;
    padding-bottom: 0;
    margin-bottom: 60px;
}
.new-about--title-bottom .new-about__block{
    padding-top: 43px;
    padding-bottom: 43px;
}
.new-about--title-bottom .new-about__title{
    position: absolute;
    bottom: 0;
    right: 0px;
    transform: translateY(50%);
    z-index: 2;
    margin: 0;
    max-width: 100%;
    margin-bottom: 0 !important;
}
.new-about--title-bottom .new-about__title.left {
    right: auto;
    left: 0;
}
.new-about--title-bottom .new-about__title.center {
    right: 50%;
    transform: translateX(50%)  translateY(50%);
}

.new-about .new-about__title.left {
    margin-right: auto;
}
.new-about .new-about__title.center {
    margin-right: auto;
    margin-left: auto;
}
.new-about .new-about__title.right {
    margin-left: auto;
}


.new-about__bg {
    width: 100%;
    height: calc(100% - 60px);
    background-color: #F7F7F7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.new-about.type-2 .new-about__inner{
  padding-bottom: 64px;
}

.new-about.type-2 .new-about__bg2{
  width: calc((100vw - 1280px) / 2 + 242px);
  height: calc(100% - 46px);
  background-color: #009CD2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.new-about.type-2 .new-about__title {
  margin-bottom: 32px;
}

.new-about.type-2 .new-about__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.new-about.type-2 .new-about__info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 747px;
}

.new-about.type-2 .new-about__image {
  width: 483px;
  margin-left: 0;
  margin-right: 30px;
}

.new-about__inner {
  position: relative;
}

.new-about__title {
  margin: 0 0 35px;
}
.new-about__title.hidden {
opacity: 0;
margin-bottom: 30px;
}
    .new-about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new-about__info {
  width: 43%;
}

.new-about__text {
  margin: 0;
}

.new-about__text p {
  line-height: 1.1;
}

.new-about__text p + p {
  margin-top: 28px;
}

.new-about__text a {
  color: #005898;
  text-decoration: underline;
}

.new-about__image {
  width: 50%;
  margin-left: 30px;
  position: relative;
}
.new-about__image picture{
    width: 100%;
    height: 100%;
}
.new-about__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  left: 0;
  top: 0;
}

.new-story {
  padding: 60px 0 63px;
  position: relative;
}

.new-story__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.new-story__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-story__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}

.new-story__inner {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.new-story__title {
  margin: 0 0 22px;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}

.new-story__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new-story__image {
  width: 472px;
  margin-right: 40px;
}

.new-story__image img {
  display: block;
  width: 100%;
  height: auto;
}

.new-story__info {
  width: 768px;
}

.new-story__text {
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 1.1;
}

.new-story__blog-link {
  display: block;
  width: 100%;
}

.new-lead {
  padding: 64px 0;
  position: relative;
  background-color: #ffffff;
}

.new-lead__bg {
  display:block;
  width: 100%;
  height: 52.5%;
  background-color: #F7F7F7;
  position: absolute;
  left: 0;
  bottom: 0;
}

.new-lead__inner {
  position: relative;
  z-index: 1;
  color: #000000;
}

.new-lead__title {
  margin: 0 0 24px;
}

.new-lead__subtitle-text {
  margin-bottom: 48px;
  font-size: 22px;
  line-height: 1.1;
}

.new-lead__subtitle-text + .new-lead__subtitle-text {
  margin-top: 28px;
}

.new-lead__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.new-lead__column {
  width: 33.333%;
  padding: 0 16px;
  margin-bottom: 32px;
}

.new-lead__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #000000;
  text-decoration: none;
}

.new-lead__item-image {
  position: relative;
  padding-bottom: 69%;
  overflow: hidden;
  margin-bottom: 12px;
}

.new-lead__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.new-lead__item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ffffff;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.new-lead__item-title {
    display: block;
    margin-bottom: 16px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.21;
}

.new-lead__item-arrow {
  display: inline-block;
  margin-top: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.new-lead__item-arrow img {
  display: block;
  width: 45px;
  height: auto;
}

.new-lead__explore-link {
  display: block !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: 16px !important;
}

.image-gallery {
  padding: 40px 0;
  width: 100%;
}

.image-gallery__slider-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.image-gallery__slider {
  width: 100%;
  overflow: hidden;
}

.image-gallery__slide-card {
  display: block;
  width: 100%;
  position: relative;
}

.image-gallery__slide-card:hover .image-gallery__slide-title,
.image-gallery__slide-card:focus .image-gallery__slide-title {
  opacity: 1;
}

.image-gallery__slide-image {
  width: 100%;
}

.image-gallery__slide-image picture {
  width: 100%;
}

.image-gallery__slide-image img {
  display: block;
  width: 100%;
  height: auto;
}

.image-gallery__slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
  padding: 5px;
  margin: 0;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.image-gallery__slider-arrow {
  width: 20px;
  height: 20px;
  background: url("/Content/images/icons/slider-arrow-left-dark.svg") center center/32px auto no-repeat;
  opacity: 0.75;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.image-gallery__slider-arrow::after {
  display: none;
}

.image-gallery__slider-arrow.swiper-button-disabled {
  opacity: 0.25;
}

.image-gallery__slider-arrow:hover,
.image-gallery__slider-arrow:focus {
  opacity: 0.5;
}

.image-gallery__slider-arrow.prev {
  left: 5px;
}

.image-gallery__slider-arrow.next {
  left: auto;
  right: 5px;
  -webkit-transform: rotateY(180deg);
  transform:translateY(-50%) rotateY(180deg);
}

.image-gallery__slider-pagination {
  bottom: auto !important;
  top: 22px;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-align: center;
} 

.investments {
  font-family: "OpenSans", sans-serif;
}

.investments__title-block {
  padding: 15px 0;
}

.investments__title {
  margin: 0;
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}

.investments__filters-block {
  background-color: #000;
  color: #fff;
  padding: 20px 0 12px;
}

.investments__filters-text {
  position: relative;
  padding-right: 50px;
}

.investments__filters-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.investments__filters-text p p + p {
  margin-top: 15px;
}

.investments__filters-button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border: 0;
  background-color: #424545;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.investments__filters-button svg {
  display: block;
  width: 24px;
  height: auto;
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.investments__filters-button.active {
  background-color: #ffb202;
}

.investments__filters-button.active svg {
  fill: #000000;
}

.investments__filters-wrap {
  padding-top: 20px;
}

.investments__filters-formwrap {
  display: none;
  padding-bottom: 10px;
}

.investments__filters-form {
  width: calc(100% + 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.investments__filters-smalltitle {
  margin: 0 0 5px;
  font-family: "NotoSans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.investments__filters-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.investments__filters-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  min-height: 46px;
  background-color: #424545;
  padding: 5px 5px;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.investments__filters-trigger.active {
  background-color: #ffb202;
  color: #000000;
}

.investments__tabs-block {
  padding: 60px 0;
}

.investments__tab {
  display: none;
}

.investments__tab.open {
  display: block;
}

.filters-form {
  margin: 0 -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filters-form__item {
  width: 100%;
  padding: 0 4px;
  margin-bottom: 8px;
  position: relative;
}

.filters-form__item::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #424545;
  background: url("/Content/images/icons/icon-down-grey.svg") center center/18px auto no-repeat;
  position: absolute;
  right: 12px;
  bottom: 11px;
  z-index: 1;
}


.filters-form__label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}

.filters-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c7c9c7;
  border-radius: 0;
  background-color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  z-index: 1;
}

.graph__sidebar {
  line-height: 1.1;
}

.graph__key {
  padding-bottom: 30px;
}

.graph__key-title {
  margin: 0 0 10px;
  font-family: "NotoSans", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.graph__key-item {
  margin: 0 0 10px;
  font-size: 18px;
}

.graph__key-item b {
  margin-right: 5px;
  font-weight: 700;
}

.graph__total-item {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}

.graph__total-item:first-of-type {
  padding-top: 0;
}

.graph__total-item:last-of-type {
  border-bottom: 0;
}

.graph__total-title {
  margin: 0 0 10px;
  font-family: "NotoSans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.graph__total-amount {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}

.graph__block {
  padding-top: 12px;
}

.graph__column {
  margin-bottom: 25px;
}

.graph__item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  padding: 20px 20px 20px;
  text-align: center;
}

.graph__item-title {
  margin: 0 0 8px;
  font-family: "NotoSans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.graph__item-diagramm-wrap {
  max-width: 250px;
  width: 100%;
  margin-top: auto;
}

.graph__item-diagramm {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 1px;
}

.graph__item-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.diagramm__figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffb202;
}

.diagramm__figure-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 50%;
}

.diagramm__info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "NotoSans", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.investments-list__main-text {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.5;
}

.investments-list__results-text {
  margin: 0 0 25px;
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.investments-list__table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.15;
}

.investments-list__table thead {
  display: none;
}

.investments-list__table th {
  cursor: pointer;
  position: relative;
  padding: 10px 30px 10px 10px;
  text-align: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.investments-list__table th::after {
  content: "";
  width: 10px;
  height: 15px;
  background: url("/Content/images/icons/icon-submenu-arrow.svg") center center/contain no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.investments-list__table th.desc::after {
  transform: translateY(-50%) rotate(180deg);
}

.investments-list__table th.active::after {
  opacity: 1;
}

.investments-list__table th:last-of-type {
  pointer-events: none;
}

.investments-list__table tbody:nth-child(even) {
  background-color: rgba(255, 178, 2, 0.25);
}

.investments-list__table tbody tr:not(.details-block) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.investments-list__table tbody td {
  display: block;
  width: 100%;
  padding: 14px 10px;
  text-align: left;
}

.investments-list__table .mobi-label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #005898;
}

.investments-list__table .details {
  padding: 0;
  max-width: 100%;
}

.investments-list__table .details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 14px 40px 14px 10px;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #005898;
  text-decoration: none;
}

.investments-list__table .details a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/Content/images/icons/icon-submenu-arrow-blue.svg") center center/contain no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.investments-list__table .details a.active::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.details-block {
  display: none;
}

.details-block td {
  max-width: 100% !important;
}

.details-block__content p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.5;
}

.details-block__content a {
  display: block;
  width: 100%;
  background-color: #ffb202;
  padding: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #005898;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 480px) {
  .graph__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -5px;
  }

  .graph__key {
    width: 50%;
    padding: 0 5px 30px;
  }

  .graph__total {
    width: 50%;
    padding: 0 5px;
  }

  .investments-list__table tbody td {
    max-width: calc(50% - 10px);
  }
}

@media (min-width: 576px) {
  .graph__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -11px;
  }

  .graph__column {
    width: 50%;
    padding: 0 11px;
  }
}

@media (min-width: 768px) {
  .container {
    width: calc(100% - 100px);
  }

  .investments__title {
    font-size: 27px;
  }

  .investments__filters-text p {
    font-size: 17px;
  }

  .investments__filters-text {
    padding-right: 240px;
  }

  .investments__filters-button {
    display: none;
  }

  .investments__filters-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .investments__filters-formwrap {
    display: block !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 0;
  }

  .investments__filters-actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    margin-left: 40px;
  }

  .filters-form__item {
    width: 33.333%;
  }

  .graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .graph__sidebar {
    width: 30%;
    display: block;
    margin: 0;
  }

  .graph__key {
    width: 100%;
    padding: 0 0 30px;
  }

  .graph__total {
    width: 100%;
    padding: 0;
  }

  .graph__total-item:first-of-type {
    padding-top: 20px;
  }

  .graph__total-title {
    font-size: 18px;
  }

  .graph__total-amount {
    font-size: 34px;
  }

  .graph__block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 70%;
    padding-left: 40px;
  }

  .graph__item-title {
    font-size: 24px;
  }

  .graph__item-description {
    font-size: 17px;
  }

  .diagramm__info {
    font-size: 24px;
  }

  .investments-list__main-text {
    font-size: 17px;
  }

  .details-block__content p {
    font-size: 17px;
  }
}

@media (min-width: 850px) {
  .investments-list__table thead {
    display: table-header-group;
  }

  .investments-list__table tbody tr:not(.details-block) {
    display: table-row;
  }

  .investments-list__table tbody tr.details-block {
    display: none;
  }

  .investments-list__table tbody td {
    display: table-cell;
    max-width: 100%;
    width: auto;
  }

  .investments-list__table .mobi-label {
    display: none;
  }

  .investments-list__table .details {
    max-width: auto;
  }

  .investments-list__table .details a {
    width: 100%;
    font-size: 16px;
    padding-right: 30px;
  }

  .investments-list__table .details a::after {
    width: 10px;
  }

  .details-block td {
    max-width: auto;
  }

  .details-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .details-block__content a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    margin-left: 20px;
    padding: 6px 15px;
  }
}


@media (min-width: 992px) {
   .container {
        width: calc(100% - 160px);
    }
  .header.static .header__search-open:hover,
  .header.static .header__search-open:focus {
    background-image: url("/Content/images/icons/icon-search-yellow.svg");
  }

  .header__menu-item.subitem .header__menu-link.active:hover::before,
  .header__menu-item.subitem .header__menu-link.active:focus::before {
    display: none;
  }

  .header__submenu-link:hover,
  .header__submenu-link:focus {
    background-color: #FFB202;
  }

  .new-about__text a:hover,
  .new-about__text a:focus {
    text-decoration: none;
  } 
  
  .investments__title {
    font-size: 30px;
  }

  .investments__filters-text p {
    font-size: 18px;
  }

  .graph__total-amount {
    font-size: 38px;
  }

  .graph__item-title {
    font-size: 27px;
  }

  .graph__item-description {
    font-size: 18px;
  }

  .diagramm__info {
    font-size: 27px;
  }

  .investments-list__main-text {
    font-size: 18px;
  }

  .investments-list__table th:hover {
    background-color: #f7f7f7;
  }

  .details-block__content p {
    font-size: 18px;
  }
}

@media (min-width: 993px) {
  .custom-link:hover span::after,
  .custom-link:focus span::after {
    -webkit-transform: translateY(-50%) translateX(5px);
    -ms-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
  }

  .custom-scroll__link:nth-child(4n+1):hover,
  .custom-scroll__link:nth-child(4n+1):focus {
    background-color: #e3960a;
  }

  .custom-scroll__link:nth-child(4n+2):hover,
  .custom-scroll__link:nth-child(4n+2):focus {
    background-color: #00341b;
  }

  .custom-scroll__link:nth-child(4n+3):hover,
  .custom-scroll__link:nth-child(4n+3):focus {
    background-color: #0081ae;
  }

  .custom-scroll__link:nth-child(4n+4):hover,
  .custom-scroll__link:nth-child(4n+4):focus {
    background-color: #ac2426;
  }

  .custom-history__list-text a:hover,
  .custom-history__list-text a:focus {
    text-decoration: none;
  }

  .custom-stories__item:hover .custom-stories__item-image img,
  .custom-stories__item:focus .custom-stories__item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .custom-stories__item:hover .custom-stories__item-arrow,
  .custom-stories__item:focus .custom-stories__item-arrow {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .custom-timeline__images-slider .swiper-button-prev:hover,
  .custom-timeline__images-slider .swiper-button-prev:focus,
  .custom-timeline__images-slider .swiper-button-next:hover,
  .custom-timeline__images-slider .swiper-button-next:focus {
    opacity: 1;
  }

  .header__navigation {
    display: block !important;
  }

  .header__menu-item.subitem:hover .header__submenu,
  .header__menu-item.subitem:focus .header__submenu {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  .header__menu-item.subitem .header__menu-link:hover,
  .header__menu-item.subitem .header__menu-link:focus {
    color: #FFB202;
  }

  .header__menu-item.subitem .header__menu-link:hover::before,
  .header__menu-item.subitem .header__menu-link:focus::before {
    display: none;
  }

  .header__menu-link:hover,
  .header__menu-link:focus {
    color: #FFB202;
  }

  .header__menu-link:hover::before,
  .header__menu-link:focus::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header__submenu {
    display: block !important;
  }

  .header__menu-item:hover .header__menu-link,
  .header__menu-item:focus .header__menu-link {
      color: #FFB202;
  }

  .top-hero .swiper-button-prev:hover,
  .top-hero .swiper-button-prev:focus,
  .top-hero .swiper-button-next:hover,
  .top-hero .swiper-button-next:focus {
    opacity: 0.5;
  }

  .new-lead__item:hover .new-lead__item-image img,
  .new-lead__item:focus .new-lead__item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .new-lead__item:hover .new-lead__item-arrow,
  .new-lead__item:focus .new-lead__item-arrow {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (min-width: 1300px) {
  .filters-form__item {
    width: 20%;
  }

  .graph__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 320px;
  }

  .graph__column {
    width: 33.333%;
  }

  .graph__item-title {
    font-size: 30px;
  }

  .diagramm__info {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .custom-timeline__images-slider .swiper-button-prev,
  .custom-timeline__images-slider .swiper-button-next {
    right: 15px;
  }
}

@media (max-width: 1200px) {
  .header__logo {
    width: 160px;
    margin-right: 20px;
  }

  .header__menu-link {
    padding: 20px 10px 10px;
    font-size: 15px;
  }

  .header__search {
    padding: 15px 0 0 15px;
  }

  .header__search-open {
    background-size: 24px;
  }

  .new-about.type-2::after {
    width: 240px;
  }

}

@media (max-width: 992px) {
  .decor-title span::after {
    bottom: 3px;
  }

  .custom-sectiontitle {
    font-size: 32px;
  }

  .new-section-title {
    border-width: 2px;
    padding: 13px 25px 12px;
    font-size: 24px;
  }

  .custom-top__inner {
    height: 600px;
    padding-top: 130px;
  }

  .custom-top__image,
  .custom-top__logo{
    height: 150px;
  }

  .custom-top__title {
    font-size: 52px;
  }

  .custom-scroll__link {
    width: 50% !important;
  }

  .custom-history__info {
    min-height: 545px;
  }

  .custom-history__title {
    max-width: 350px;
  }

  .custom-history__list {
    max-width: 80%;
    padding: 30px 20px;
  }

  .custom-history__list-item {
    margin-bottom: 25px;
  }

  .custom-history__list-number {
    width: 250px;
    margin-right: 20px;
    font-size: 42px;
  }

  .custom-history__list-text {
    font-size: 16px;
  }
  .custom-history__list-text b{
    font-size: 18px;
  }


  .custom-stories__title.decor-title span::after {
    bottom: 3px;
  }

  .custom-stories__block {
    margin: 0 -5px;
  }

  .custom-stories__column {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .custom-stories__item-info {
    padding: 20px;
  }

  .custom-stories__item-title {
    font-size: 20px;
  }

  .custom-stories__item-text {
    font-size: 16px;
  }

  .custom-stories__item-arrow {
    margin-top: 12px;
  }

  .custom-stories__item-arrow img {
    width: 32px;
    height: 32px;
  }

  .custom-timeline__logo {
    width: 100px;
  }

  .custom-timeline__info-item > * {
    max-width: 100%;
    padding-right: 130px;
  }

  .header {
    padding: 10px 0;
    color: #000000;
  }

  .header__navigation {
    position: fixed;
    left: 0;
    top: 92px;
    z-index: 11;
    width: 100vw;
    height: calc(100vh - 92px);
    background-color: #ffffff;
    border-top: 1px solid #000000;
    padding: 0 0 20px;
    display: none;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  }

  .header__navigation.open {
    display: block;
  }

  .header__menu {
    width: 100%;
    display: block;
  }

  .header__menu-link {
    width: 100%;
    border-bottom: 1px solid #000000;
    padding: 14px 10px 14px 20px;
  }

  .header__menu-link.active {
    color: inherit;
  }

  .header__menu-link::before {
    display: none;
  }

  .header__menu-link.sublink::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/Content/images/icons/icon-submenu-arrow.svg") center center/10px auto no-repeat;
    margin-left: 10px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .header__menu-link.sublink.active::after {
    -webkit-transform: translateY(1px) rotateX(180deg);
    transform: translateY(1px) rotateX(180deg);
  }

  .header__menu-link.sublink.no-submenu::after {
    display: none;
  }

  .header__submenu {
    display: none;
    position: static;
    width: 100%;
    background-color: transparent;
    padding: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom: 1px solid #000000;
  }

  .header__submenu-item:first-child {
    display: block;
  }

  .header__submenu-item:last-child .header__submenu-link {
    border-bottom: 0;
  }

  .header__submenu-link {
    background-color: #F7F7F7;
    border-bottom: 1px solid #ffffff;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    color: #000000 !important;
    white-space: wrap;
  }

  .header__burger {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: 25px;
    border: 1px solid #000000;
    background-color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 15;
  }

  .header__burger span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: calc(50% - 2px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__burger span:first-child {
    top: calc(50% - 12px);
  }

  .header__burger span:last-child {
    top: calc(50% + 8px);
  }

  .header__burger.active {
    background-color: #ffffff;
  }

  .header__burger.active span {
    background-color: #000000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header__burger.active span:first-child {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    top: calc(50% - 1px);
  }

  .header__burger.active span:last-child {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: calc(50% - 1px);
  }

  .header__search {
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
  }
  .header__search.visible {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
  }

  .header__search-open {
    background-size: 31px;
  }

  .header-search {
    max-width: 350px;
  }

  .header-search__form-close,
  .header-search__form-submit {
    width: 50px;
  }

  .header-search__form-close img,
  .header-search__form-submit img {
    width: 16px;
  }

  .header-search__form-label {
    height: 50px;
  }

  .header-search__form-label span {
    padding-right: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .header-search__form-label input {
    font-size: 16px;
    line-height: 18px;
  }

  .top-hero .swiper-button-prev,
  .top-hero .swiper-button-next {
    width: 44px;
    height: 44px;
    background-size: 18px auto;
  }

  .top-hero .swiper-button-prev {
    left: 0;
  }

  .top-hero .swiper-button-next {
    right: 0;
  }

  .top-hero__slide-content {
    padding: 45px 35px 70px;
    height: 80vh;
  }

  .top-hero__scroll-link {
    width: 44px;
    height: 44px;
  }

  .top-hero__scroll-link img {
    width: 20px;
  }

  .new-about__info {
    width: 50%;
  }

  .new-about__text p {
    font-size: 18px;
  }

  .new-about__text p + p {
    margin-top: 20px;
  }
  .new-about__image {
    width: 50%;
  }

  .new-story__title {
    font-size: 32px;
  }

  .new-story__text {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .new-lead__subtitle-text {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .new-lead__subtitle-text + .new-lead__subtitle-text {
    margin-top: 15px;
  }

  .new-lead__block {
    margin: 0 -5px;
  }

  .new-lead__column {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .new-lead__item-info {
    padding: 15px 10px;
  }

  .new-lead__item-title {
    font-size: 18px;
  }

  .new-lead__item-arrow img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 992px) and (max-width: 576px) {
  .header__navigation {
    top: 79px;
    height: calc(100vh - 79px);
  }
}

@media (max-width: 786px) {
  .image-gallery__slider-wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .custom-sectiontitle {
    font-size: 28px;
  }

  .custom-link {
    padding: 15px 25px 17px;
  }

  .custom-link span {
    padding-right: 25px;
    font-size: 15px;
  }

  .custom-link span::after {
    width: 16px;
    height: 16px;
  }

  .custom-top__title {
    font-size: 44px;
  }

  .custom-history__info {
    min-height: auto;
    padding-bottom: 100px;
  }

  .custom-history__title {
    padding-bottom: 20px;
    margin-right: 10px;
  }

  .custom-history__link {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
  }

  .custom-history__list {
    max-width: 100%;
    margin-right: 30px;
  }

  .custom-history__list-number {
    width: 200px;
    font-size: 32px;
  }
  .custom-stories {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 60%, #E87722 60.01%);
}

  .custom-stories::after {
    height: 60%;
  }

  .custom-stories__column {
    width: 50%;
  }

  .new-about.type-2::after {
    display: none;
  }

  .new-about.type-2 .new-about__title {
    margin-left: 0;
  }

  .new-about.type-2 .new-about__info {
    width: 100%;
  }

  .new-about.type-2 .new-about__image {
    width: 100%;
    margin-right: 0;
  }
  
  .new-about__title {
    margin-bottom: 30px;
  }

  .new-about__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new-about__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .new-about__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
   }

  .new-about__image img{
      position: static;
      height: auto;
  }

  .new-story__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new-story__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .new-story__info {
    width: 100%;
  }

  .new-lead__bg {
    height: 80%;
  }

  .new-lead__column {
    width: 50%;
  }

  .new-lead__explore-link {
    margin-right: auto;
  }

  .image-gallery__slider-arrow.prev {
    left: 0;
  }

  .image-gallery__slider-arrow.next {
    right: 0;
  }
}

@media (max-width: 576px) {
  .custom-sectiontitle {
    font-size: 24px;
  }

  .custom-top__inner {
    height: 550px;
  }

  .custom-top__image,
  .custom-top__logo{
    height: 120px;
  }

  .custom-top__title {
    font-size: 36px;
  }

  .custom-video__text {
    font-size: 16px;
  }

  .custom-history__list-item {
    display: block;
  }

  .custom-history__list-number {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }

  .custom-history__list-text {
    font-size: 14px;
  }
  .custom-history__list-text b{
    font-size: 16px;
  }


  .custom-stories::after {
    height: 75%;
  }

  .custom-stories__title {
    margin-bottom: 25px;
  }

  .custom-stories__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-stories__column {
    width: 100%;
    max-width: 400px;
  }

  .custom-timeline {
    padding: 45px 0;
    min-height: auto;
  }

  .custom-timeline__inner {
    padding-bottom: 120px;
  }

  .custom-timeline__logo {
    bottom: 0;
    right: auto;
    left: 0;
  }

  .custom-timeline__title {
    padding-right: 0;
  }

  .custom-timeline__years-slide {
    width: 220px;
  }

  .custom-timeline__years-slide::before {
    height: 2px;
    top: 6px;
  }

  .custom-timeline__years-number {
    padding-top: 25px;
    font-size: 22px;
  }

  .custom-timeline__years-number::before {
    width: 14px;
    height: 14px;
  }

  .custom-timeline__images-slider .swiper-button-prev,
  .custom-timeline__images-slider .swiper-button-next {
    width: 24px;
    height: 24px;
    background-size: contain;
    top: 120px;
  }

  .custom-timeline__images-slider .swiper-button-prev {
    -webkit-transform: translateX(-40px) rotateY(180deg);
    transform: translateX(-40px) rotateY(180deg);
  }

  .custom-timeline__info {
    padding-top: 30px;
    min-height: auto;
  }

  .custom-timeline__info-item > * {
    max-width: 100%;
    padding-right: 0;
  }

  .custom-timeline__info-item-title p{
    font-size: 20px;
  }

  .custom-timeline__info-item p {
    font-size: 16px;
  }

  .header__logo {
    width: 130px;
  }

  .header__burger {
    width: 40px;
    height: 40px;
  }

  .header__burger span {
    width: 24px;
    height: 2px;
  }

  .header__burger span:first-child {
    top: calc(50% - 10px);
  }

  .header__burger span:last-child {
    top: calc(50% + 6px);
  }

  .header__search-open {
    background-size: 28px auto;
  }

  .header-search__form-close,
  .header-search__form-submit {
    width: 40px;
  }

  .header-search__form-close img,
  .header-search__form-submit img {
    width: 14px;
  }

  .top-hero .swiper-button-prev,
  .top-hero .swiper-button-next {
    display: none;
  }

  .new-about__text p{
    font-size: 16px;
  }

  .new-story__title {
    font-size: 24px;
  }

  .new-story__text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .new-lead__subtitle-text {
    font-size: 16px;
  }

  .new-lead__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-lead__column {
    width: 100%;
    max-width: 400px;
  }

  .image-gallery__slider-wrap {
    padding: 0;
  }

  .image-gallery__slide-title {
    position: static;
    font-size: 16px;
  }

  .image-gallery__slider-arrow {
    display: none;
  }

  .image-gallery__slider-pagination {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 480px) {
  .custom-scroll__link {
    width: 100% !important;
  }
}

.fancybox__container *:focus {
  outline: none;
  border: none;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
}

.testimonials-section {
    background-color: #F7F7F7;
    padding: 81px 0 69px;
}

.testimonials-section__title {
    margin: 0;
    font-family: "NotoSans";
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
}

    .testimonials-section__title.small {
        font-size: 30px;
    }

    .testimonials-section__title.big {
        font-size: 50px;
    }
    .testimonials-section__title.margin-bottom {
        margin-bottom: 57px;
    }

.testimonials-section__slider-wrap {
    padding: 0 100px;
    position: relative;
}

.testimonials-section__slider {
    overflow: hidden;
}

.testimonials-section .swiper-button-prev,
.testimonials-section .swiper-button-next {
    width: 60px;
    height: 60px;
/*    background: url("/images/icons/slider-arrow-left-blue.svg") center center/24px auto no-repeat;*/
    z-index: 3;
    top: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .testimonials-section .swiper-button-prev::after,
    .testimonials-section .swiper-button-next::after {
        display: none;
    }

.testimonials-section .swiper-button-prev {
    left: 0;
}

.testimonials-section .swiper-button-next {
    left: auto;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.testimonials-section .swiper-pagination {
    bottom: 0 !important;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .testimonials-section .swiper-pagination .swiper-pagination-bullet {
        display: block;
        width: 100px;
        height: 10px;
        border-radius: 10px;
        background-color: #C7C9C7;
        margin: 0 5px 10px;
        opacity: 1;
        position: relative;
    }

        .testimonials-section .swiper-pagination .swiper-pagination-bullet::after {
            content: "";
            height: 100%;
            border-radius: inherit;
            background-color: #005898;
            position: absolute;
            left: 0;
            top: 0;
        }

    .testimonials-section .swiper-pagination .swiper-pagination-bullet-active::after {
        -webkit-animation: sliderIndicator 0.1s 0.3s ease-out forwards;
        animation: sliderIndicator 0.1s 0.3s ease-out forwards;
    }

    .testimonials-section .swiper-pagination .swiper-pagination-bullet.visited::after {
        width: 100%;
    }

.testimonials-section__slide {
    padding: 80px 0 76px;
}

.testimonials-section__slide-inner {
    background-color: #ffffff;
    padding: 72px 80px;
    position: relative;
    text-align: center;
}

/*.testimonials-section__slide-inner::before,
.testimonials-section__slide-inner::after {
    content: "";
    width: 88px;
    height: 88px;
    background: url("/images/icons/quote-arrows-yellow.svg") center center/contain no-repeat;
    position: absolute;
    z-index: 2;
}*/

/*.testimonials-section__slide-inner::before {
    left: 0;
    top: -56px;
}

.testimonials-section__slide-inner::after {
    right: 0;
    bottom: -56px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

    .testimonials-section__slide-inner .top-quote,
    .testimonials-section__slide-inner .bottom-quote{
        position: absolute;
        display: block;
        height: 62px;
        width: 87px;
    }

    .testimonials-section__slide-inner .top-quote{
        left: 0;
        top: -44px;
    }
    .testimonials-section__slide-inner .bottom-quote {
        right: 0;
        bottom: -42px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
        .testimonials-section__slide-photo {
        display: block;
        width: 152px;
        height: 152px;
        border-radius: 50%;
        border: 12px solid #f7f7f7;
        overflow: hidden;
        margin: -150px auto 22px;
    }

    .testimonials-section__slide-photo img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center top;
        object-position: center top;
    }

.testimonials-section__heading-logo {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 12px;
    border: 12px solid #f7f7f7;
    background-color: #ffffff;
    margin: -116px auto 52px;
}

    .testimonials-section__heading-logo img {
        display: block;
        width: auto;
        max-width: 100%;
        height: 64px;
    }

    .testimonials-section__heading-logo.big-image {
        padding: 0 16px;
        margin-top: -132px;
    }

        .testimonials-section__heading-logo.big-image img {
            height: 96px;
        }

    .testimonials-section__heading-logo.round-image {
        margin-top: -116px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .testimonials-section__heading-logo.round-image img {
            height: 52px;
        }

        .testimonials-section__heading-logo.round-image.big-image {
            margin-top: -132px;
            padding: 8px 16px;
        }

            .testimonials-section__heading-logo.round-image.big-image img {
                height: 80px;
            }

    .testimonials-section__heading-logo.square-logo {
        width: 120px;
        height: 120px;
        border-radius: 0;
        border: 10px solid #f7f7f7;
        overflow: hidden;
        margin: -150px auto 22px;
        padding: 0;
        background-color: #fff;
        box-sizing: content-box;
    }

@media (max-width: 992px) {
    .testimonials-section__heading-logo.square-logo {
        width: 120px;
        height: 120px;
        border-width: 5px;
        margin-top: -100px;
        margin-bottom: 10px;
    }

        .testimonials-section__heading-logo.square-logo img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            object-position: center center;
        }
}

.testimonials-section__heading-logo.square-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}


.testimonials-section__slide-name {
    display: block;
    margin-bottom: 5px;
    font-family: "OpenSans";
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
}
 .testimonials-section__slide-name.big{
     font-size: 28px;
 }
.testimonials-section__slide-name.small{
    font-size: 18px;
}

    .testimonials-section__slide-position {
        display: block;
        margin-bottom: 33px;
        font-family: "OpenSans";
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
    }
    .testimonials-section__slide-position.big{
        font-size: 22px;
    }
    .testimonials-section__slide-position.small{
        font-size: 16px;
    }
.testimonials-section__slide-description.big p{
    font-size: 28px !important;
}
.testimonials-section__slide-description.small p{
    font-size: 20px !important;
}
.testimonials-section__slide-description.medium p {
    font-size: 24px !important;
}
.testimonials-section__slide-description p {
    font-family: "NotoSans" !important;
    line-height: 1.2 !important;
}

    .testimonials-section__slide-description * {
        margin: 0;
    }

    .testimonials-section__slide-description p + p {
        margin-top: 15px;
    }

.testimonials-section__description-logo {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 47px auto 0;
    width: auto;
    height: 48px;
}

.testimonials-section__description-notice {
    margin-top: 47px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
}
    .testimonials-section__description-notice.small {
        font-size: 16px;
    }
    .testimonials-section__description-notice.big {
        font-size: 22px;
    }

    @media (min-width: 993px) {
        .testimonials-section .swiper-button-prev:hover,
        .testimonials-section .swiper-button-prev:focus,
        .testimonials-section .swiper-button-next:hover,
        .testimonials-section .swiper-button-next:focus {
            opacity: 0.5;
        }
    }

    @media (max-width: 992px) {
        .testimonials-section {
            padding: 60px 0 50px;
        }

        .testimonials-section__title {
            font-size: 36px;
        }

            .testimonials-section__title.margin-bottom {
                margin-bottom: 20px;
            }

        .testimonials-section__slider-wrap {
            padding: 0 55px;
        }

        .testimonials-section .swiper-button-prev,
        .testimonials-section .swiper-button-next {
            width: 44px;
            height: 44px;
            background-size: 18px auto;
        }

        .testimonials-section__slide {
            padding: 60px 0 65px;
        }

        .testimonials-section__slide-inner {
            padding: 40px;
        }

            .testimonials-section__slide-inner .top-quote,
            .testimonials-section__slide-inner .bottom-quote {
                width: 60px;
                height: 60px;
            }

            .testimonials-section__slide-inner .top-quote {
                top: -35px;
            }

            .testimonials-section__slide-inner .bottom-quote {
                bottom: -35px;
            }

        .testimonials-section__slide-photo {
            width: 120px;
            height: 120px;
            border-width: 5px;
            margin-top: -100px;
            margin-bottom: 10px;
        }

        .testimonials-section__heading-logo {
            border-width: 5px;
            margin-top: -75px;
            margin-bottom: 25px;
        }

            .testimonials-section__heading-logo img {
                height: 55px;
            }

            .testimonials-section__heading-logo.round-image {
                margin-top: -80px;
            }

                .testimonials-section__heading-logo.round-image img {
                    height: 45px;
                }

                .testimonials-section__heading-logo.round-image.big-image {
                    margin-top: -90px;
                }

                    .testimonials-section__heading-logo.round-image.big-image img {
                        height: 70px;
                    }

            .testimonials-section__heading-logo.big-image {
                margin-top: -90px;
            }

                .testimonials-section__heading-logo.big-image img {
                    height: 85px;
                }

        .testimonials-section__slide-name {
            font-size: 20px;
        }

        .testimonials-section__slide-position {
            margin-bottom: 15px;
            font-size: 16px;
        }

        .testimonials-section__slide-description {
            font-size: 18px !important;
        }

        .testimonials-section__description-logo {
            margin-top: 25px;
            height: 40px;
        }

        .testimonials-section__description-notice {
            margin-top: 25px;
            padding-top: 15px;
            font-size: 16px;
        }
    }

    @media (max-width: 576px) {
        .testimonials-section__title {
            font-size: 32px;
        }

        .testimonials-section__slider-wrap {
            padding: 0;
        }

        .testimonials-section .swiper-button-prev,
        .testimonials-section .swiper-button-next {
            display: none;
        }

        .testimonials-section__slide {
            padding: 50px 0 50px;
        }

        .testimonials-section__slide-inner {
            padding: 30px 25px;
        }

            .testimonials-section__slide-inner .top-quote,
            .testimonials-section__slide-inner .bottom-quote {
                width: 40px;
                height: 40px;
            }

            .testimonials-section__slide-inner .top-quote {
                top: -25px;
            }

            .testimonials-section__slide-inner .bottom-quote {
                bottom: -25px;
            }

        .testimonials-section__slide-photo {
            width: 100px;
            height: 100px;
            margin-top: -80px;
        }

        .testimonials-section__heading-logo {
            margin-top: -60px;
            padding: 0 5px;
        }

            .testimonials-section__heading-logo img {
                height: 45px;
            }

            .testimonials-section__heading-logo.round-image {
                margin-top: -60px;
                padding: 0px 0px;
            }

                .testimonials-section__heading-logo.round-image img {
                    height: 38px;
                }

                .testimonials-section__heading-logo.round-image.big-image {
                    margin-top: -70px;
                    padding: 5px 10px;
                }

                    .testimonials-section__heading-logo.round-image.big-image img {
                        height: 60px;
                    }

            .testimonials-section__heading-logo.big-image {
                margin-top: -75px;
                padding: 0 5px;
            }

                .testimonials-section__heading-logo.big-image img {
                    height: 65px;
                }

        .testimonials-section__slide-description {
            font-size: 16px !important;
        }

        .testimonials-section__description-logo {
            margin-top: 15px;
            height: 35px;
        }

        .testimonials-section__description-notice {
            font-size: 14px;
        }
    }