:root {
  --header-bg: #163259;
  --footer-bg: transparent;
  --footer-color: black;
}

.hero-about {
  position: relative;
  background: linear-gradient(0deg, #192F45 0%, #85471C 100%);
  border-bottom-right-radius: 186px;
  border-bottom-left-radius: 186px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero-about {
    border-bottom-right-radius: 53px;
    border-bottom-left-radius: 53px;
  }
}
.hero-about .hero-about__back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-about .hero-about__back img {
  opacity: 0.21;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-about__wrapper {
  min-height: 90svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-about__title-block {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-template-areas: "title dash" "subtitle subtitle";
  justify-items: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.hero-about__title {
  grid-area: title;
  display: inline-block;
  background-image: linear-gradient(90deg, #FFCDAA 0%, #197A93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.hero-about__subtitle, .hero-about__dash {
  grid-area: subtitle;
  color: #ffffff;
}
.hero-about__subtitle {
  text-align: center;
  grid-area: subtitle;
  max-width: 650px;
  line-height: 1.5;
}
.hero-about__dash {
  grid-area: dash;
  justify-self: baseline;
}

.history__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media screen and (max-width: 768px) {
  .history__wrapper {
    grid-template-columns: 1fr;
  }
}
.history__text-block p {
  line-height: 1.3;
}
.history__caption {
  color: #163259;
  font-weight: 900;
}
.history__img {
  background: linear-gradient(-6deg, #192c4a, #a7b3c3);
  border-radius: 30px;
}
.history__img img {
  position: relative;
  left: 10px;
  width: 101%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.history__year {
  text-align: center;
  margin-top: 25px;
  color: #163259;
  font-weight: 500;
  font-size: 64px;
}

.creed__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, auto);
  -moz-column-gap: 70px;
       column-gap: 70px;
  grid-auto-flow: row;
  background: url("../img/creed_back.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .creed__body {
    grid-template-columns: 1fr;
  }
}
.creed__item {
  width: 87%;
}
.creed__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.creed__item:nth-child(1) .creed__item-title {
  color: #197A93;
}
.creed__item:nth-child(2) {
  justify-self: end;
  width: 87%;
  grid-column: 1/2;
  grid-row: 3/6;
}
.creed__item:nth-child(2) .creed__item-title {
  color: #e37e36;
}
.creed__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.creed__item:nth-child(3) .creed__item-title {
  color: #e37e36;
}
.creed__item:nth-child(4) {
  justify-self: end;
  grid-column: 2/3;
  grid-row: 2/5;
}
.creed__item:nth-child(4) .creed__item-title {
  color: #163259;
}
.creed__item:nth-child(5) {
  grid-column: 2/3;
  grid-row: 5/6;
}
.creed__item:nth-child(5) .creed__item-title {
  color: #197A93;
}
@media screen and (max-width: 768px) {
  .creed__item:nth-child(1), .creed__item:nth-child(2), .creed__item:nth-child(3), .creed__item:nth-child(4), .creed__item:nth-child(5) {
    grid-column: 1/2;
    grid-row: auto;
  }
}
.creed__item-text {
  font-size: 24px;
  line-height: 1.3;
}

.creed-title {
  font-weight: 900;
  font-size: 24px;
}
.creed-title__dark {
  color: #163259;
}
.creed-title__light {
  color: #197A93;
}
.creed-title__action {
  color: #e37e36;
}

.values__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.values__header {
  text-transform: uppercase;
}
.values__body {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .values__body {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .values__footer {
    margin-top: 20px;
  }
}

.liders__wrapper {
  max-width: 911px;
  margin: 0 auto;
}
.liders__header h2 {
  margin: 0;
}
.liders__body {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}
@media screen and (max-width: 1024px) {
  .liders__body {
    padding: 50px 0;
    grid-template-columns: 1fr;
  }
}
.liders__line {
  display: block;
  width: 100%;
  border-radius: 50px;
  height: 10px;
  background: linear-gradient(90deg, #163259 0%, #E37E36 100%);
}

.card-liders {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
}
.card-liders__img {
  flex-shrink: 0;
  width: 128px;
  height: 132px;
  border-radius: 32px;
  overflow: hidden;
}
.card-liders__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .card-liders__img {
    width: 98px;
    height: 102px;
  }
}
.card-liders__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.card-liders__name {
  line-height: 130%;
}
.card-liders__position {
  line-height: 130%;
}

.group__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "video header" "promo promo";
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .group__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "header" "video" "promo";
    row-gap: 30px;
  }
}
.group__video {
  grid-area: video;
  background: lightgray;
  border-radius: 20px;
  aspect-ratio: 1/1;
}
.group__header {
  grid-area: header;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  align-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
}
.group__header span {
  font-weight: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 768px) {
  .group__header {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
.group__title {
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .group__title {
    font-size: 40px;
  }
}
.group__title-1 {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .group__title-1 {
    text-align: center;
    grid-column: 1/2;
  }
}
.group__title-2 {
  align-self: self-start;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .group__title-2 {
    text-align: center;
  }
}
.group__header-text {
  align-self: self-start;
}
@media screen and (max-width: 768px) {
  .group__header-text {
    text-align: center;
  }
}
.group__promo {
  grid-area: promo;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(103.32deg, rgba(18, 46, 76, 0.9) 0%, rgba(18, 61, 72, 0.9) 100%);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843), 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
  color: #ffffff;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "title img" "text img" "button img";
  gap: 23px;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .group__promo {
    padding-left: 20px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 5px;
  }
}
.group__promo-title {
  grid-area: title;
  padding-top: 40px;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .group__promo-title {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .group__promo-title {
    font-size: 18px;
  }
}
.group__promo-text {
  grid-area: text;
  font-weight: 400;
  line-height: 1.5;
  width: 70%;
}
.group__promo-text p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 1024px) {
  .group__promo-text {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .group__promo-text {
    font-size: 14px;
  }
}
.group__promo-button {
  grid-area: button;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .group__promo-button {
    padding-bottom: 20px;
  }
}
.group__promo-img {
  grid-area: img;
}
.group__promo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}