@charset "UTF-8";

@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/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;
}

.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;
}

.custom-container {
  max-width: 1310px;
  padding: 0 15px;
  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;
}

.breadcrumb-20years{
    margin-top: 20px;
}
.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;
    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 {
  margin-bottom: 12px;
}

.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;
  -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 {
  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__text {
  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-left: -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 {
  color: #EEEEEE;
}

.custom-history__list-text b {
  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__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 {
  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;
}

.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;
  position: relative;
}

.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 span {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  color: #ffffff;
}

.custom-timeline__info-item p {
  line-height: 1.39;
  color: #D2D2D2;
}

.custom-timeline__info-item p + .custom-timeline__info-item p {
  margin-top: 10px;
}

@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;
  }
}

@media (max-width: 1300px) {
  .custom-timeline__images-slider .swiper-button-prev,
  .custom-timeline__images-slider .swiper-button-next {
    right: 15px;
  }
}

@media (max-width: 992px) {
  .decor-title span::after {
    bottom: 3px;
  }

  .custom-sectiontitle {
    font-size: 32px;
  }

  .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;
  }
}

@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__column {
    width: 50%;
  }
}

@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 span {
    font-size: 20px;
  }

  .custom-timeline__info-item p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .custom-scroll__link {
    width: 100% !important;
  }
}