.his-main {
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #c6415a;
}

.his-main:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 245, 242, 0)), color-stop(36.39%, #f6f5f2), to(#f6f5f2));
  background: -webkit-linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
  background: -o-linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
  background: linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
}

.his-main__bg {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.his-main__bg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 245, 242, 0)), color-stop(36.39%, #f6f5f2), to(#f6f5f2));
  background: -webkit-linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
  background: -o-linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
  background: linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
}

.his-main__wrapper {
  z-index: 2;
  position: relative;
  padding-left: 320px;
  padding-right: 320px;
}

.his-main__wrapper > div {
  width: 100%;
  max-width: 716px;
  margin-right: auto;
}

.his-main__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.his-main__content h1 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0.56px;
  text-align: center;
  color: #ffffff;
}

.his-main .breadcrumbs {
  text-align: center;
}

.his-main .breadcrumbs a,
.his-main .breadcrumbs span {
  color: #ffffff;
}

.description {
  padding-top: 50px;
  background-color: #f6f5f2;
}

.description__text {
  padding-bottom: 100px;
}

.description__text h5 {
  width: 100%;
  max-width: 1254px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.22px;
  text-align: center;
  color: #101010;
}

.description__text p {
  font-size: 24px;
  line-height: 2.46;
  letter-spacing: 0.22px;
  text-align: right;
  color: #101010;
}

.description__media {
  margin-bottom: 100px;
}

.description__media img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 13px 10px 60px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 13px 10px 60px 0 rgba(0, 0, 0, 0.16);
}

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

.description__row > div {
  width: 50%;
}

.description__row > div:nth-of-type(1) {
  padding-right: 70px;
}

[dir='rtl'] .description__row > div:nth-of-type(1) {
  padding-right: 0;
  padding-left: 70px;
}

.description__row > div:nth-of-type(2) {
  padding-left: 70px;
}

[dir='rtl'] .description__row > div:nth-of-type(2) {
  padding-left: 0;
  padding-right: 70px;
}

.timeline {
  padding-top: 30px;
  background-color: #2e2e2e;
}

.timeline .c-grid {
  max-width: 1715px;
}

.timeline__title {
  padding-bottom: 35px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.12px;
  text-align: center;
  color: #62e8e4;
}

.timeline__title span {
  z-index: 2;
  position: relative;
  background-color: #2e2e2e;
}

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

.timeline__box.timeline__box--reverse .timeline__box-left {
  padding-top: 40px;
}

.timeline__box.timeline__box--reverse .timeline__box-right {
  padding-top: 115px;
}

.timeline__box.timeline__box--reverse .timeline__box-right .timeline__box-content:after {
  right: auto;
  left: -76px;
}

.timeline__box.timeline__box--reverse .timeline__box-right .timeline__box-content p,
.timeline__box.timeline__box--reverse .timeline__box-right .timeline__box-content span {
  text-align: left;
}

.timeline__box.timeline__box--reverse .timeline__box-right .timeline__box-content span {
  margin-right: auto;
}

.timeline__box.timeline__box--empty .timeline__box-left,
.timeline__box.timeline__box--empty .timeline__box-right {
  padding-top: 250px;
}

[dir='rtl'] .timeline__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

[dir='rtl'] .timeline__box .timeline__box-right {
  text-align: left;
}

[dir='rtl'] .timeline__box img {
  display: inline-block;
  text-align: left;
}

.timeline__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timeline__box-left,
.timeline__box-right {
  position: relative;
  width: 50%;
}

.timeline__box-left {
  padding-top: 115px;
  padding-right: 65px;
}

.timeline__box-left:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #f6f5f2;
}

.timeline__box-right {
  padding-top: 40px;
  padding-left: 65px;
}

.timeline__box-image {
  overflow: hidden;
  position: relative;
}

.timeline__box-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.timeline__box-content {
  position: relative;
}

.timeline__box-content:after {
  content: '';
  z-index: 5;
  position: absolute;
  top: 19px;
  right: -76px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #c6415a;
  -webkit-box-shadow: 9px 3px 86px 0 rgba(0, 0, 0, 0.71);
          box-shadow: 9px 3px 86px 0 rgba(0, 0, 0, 0.71);
}

.timeline__box-content p {
  padding-bottom: 40px;
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.38px;
  text-align: right;
  color: #64eeea;
}

.timeline__box-content span {
  display: block;
  width: 100%;
  max-width: 650px;
}

.timeline__box-content span p {
  max-width: 650px;
  font-size: 23px;
  line-height: 2;
  letter-spacing: 0.21px;
  text-align: right;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (max-width: 1919px) {
  .his-main__wrapper {
    padding-left: 300px;
    padding-right: 300px;
  }
}

@media screen and (max-width: 1599px) {
  .his-main__wrapper {
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media screen and (max-width: 1535px) {
  .his-main__wrapper {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media screen and (max-width: 1365px) {
  .his-main__wrapper {
    padding-left: 125px;
    padding-right: 125px;
  }

  .his-main__content h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .his-main {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .his-main__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .his-main__wrapper > div {
    max-width: 500px;
  }

  .his-main__content {
    padding-left: 0;
    padding-right: 0;
  }

  .his-main__content h1 {
    font-size: 45px;
  }

  .description__row > div:nth-of-type(1) {
    padding-right: 35px;
  }

  [dir='rtl'] .description__row > div:nth-of-type(1) {
    padding-left: 35px;
  }

  .description__row > div:nth-of-type(2) {
    padding-left: 35px;
  }

  [dir='rtl'] .description__row > div:nth-of-type(2) {
    padding-right: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .his-main {
    overflow: hidden;
    padding-top: 0;
  }

  .his-main:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .his-main__bg {
    position: relative;
    height: 300px;
    background-size: cover;
  }

  .his-main__bg:after {
    display: none;
  }

  .his-main__wrapper {
    padding-top: 25px;
  }

  .his-main__wrapper > div {
    max-width: 100%;
  }

  .description__text {
    padding-bottom: 50px;
  }

  .description__text h5 {
    font-size: 22px;
  }

  .description__text p {
    font-size: 22px;
  }

  .description__media {
    margin-bottom: 50px;
  }

  .description__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .description__row > div {
    width: 100%;
  }

  .description__row > div:nth-of-type(1) {
    padding-right: 0;
  }

  [dir='rtl'] .description__row > div:nth-of-type(1) {
    padding-left: 0;
  }

  .description__row > div:nth-of-type(2) {
    padding-left: 0;
  }

  [dir='rtl'] .description__row > div:nth-of-type(2) {
    padding-right: 0;
  }

  .timeline__box.timeline__box--empty .timeline__box-left,
  .timeline__box.timeline__box--empty .timeline__box-right {
    padding-top: 200px;
  }

  .timeline__box-image {
    border-radius: 20px;
  }

  .timeline__box-content span p {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .his-main {
    padding-bottom: 75px;
  }

  .his-main__bg {
    height: 200px;
  }

  .his-main__wrapper {
    padding-bottom: 50px;
  }

  .his-main__content h1 {
    font-size: 31px;
  }

  .description {
    padding-top: 0;
  }

  .description__text h5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.89;
    letter-spacing: 0.5px;
  }

  .description__text p {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.45px;
  }

  .description__media {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }

  [dir='rtl'] .description__media {
    left: auto;
    right: -15px;
  }

  .timeline {
    padding-top: 0;
  }

  .timeline__title {
    position: relative;
    padding-top: 75px;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0.09px;
    text-align: right;
  }

  .timeline__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 13px;
    width: 1px;
    height: 100%;
    background-color: #f6f5f2;
  }

  .timeline__title span {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timeline__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .timeline__box.timeline__box--reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .timeline__box.timeline__box--reverse .timeline__box-right {
    padding-top: 40px;
  }

  .timeline__box.timeline__box--reverse .timeline__box-right .timeline__box-content:after {
    left: auto;
    right: -42px;
  }

  .timeline__box.timeline__box--reverse .timeline__box-right .timeline__box-content p,
  .timeline__box.timeline__box--reverse .timeline__box-right .timeline__box-content span {
    text-align: right;
  }

  .timeline__box.timeline__box--reverse .timeline__box-right .timeline__box-content span {
    margin-right: 0;
  }

  .timeline__box.timeline__box--empty .timeline__box-left,
  .timeline__box.timeline__box--empty .timeline__box-right {
    padding-top: 50px;
  }

  [dir='rtl'] .timeline__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .timeline__box-left,
  .timeline__box-right {
    width: 100%;
    padding-right: 45px;
  }

  .timeline__box-left {
    padding-top: 40px;
  }

  .timeline__box-left:after {
    right: 13px;
  }

  .timeline__box-right {
    position: relative;
    padding-left: 0;
  }

  .timeline__box-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 13px;
    width: 1px;
    height: 100%;
    background-color: #f6f5f2;
  }

  .timeline__box-content:after {
    top: 11px;
    right: -42px;
  }

  .timeline__box-content p {
    padding-bottom: 25px;
    font-size: 46px;
  }

  .timeline__box-content span p {
    font-size: 17px;
  }
}