.header {
  width: 100%;
  height: 100vh;
  max-width: unset;
  position: relative;
  margin: 0;
  overflow: hidden;
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  grid-template-rows: 1fr -webkit-max-content 1fr;
  grid-template-rows: 1fr max-content 1fr;
  padding: 0;
  background: #1a1919;
  min-height: 871px;
  padding-top: 176px;
}

.header__background-wrapper::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  background: radial-gradient(
      29.72% 29.72% at 53.89% 50%,
      rgba(26, 25, 25, 0.78) 0%,
      rgba(26, 25, 25, 0) 100%
    ),
    linear-gradient(
      179.78deg,
      rgba(26, 25, 25, 0.48) 1.16%,
      rgba(26, 25, 25, 0.3) 99.84%
    );
}

.header__background-wrapper::after {
  background: radial-gradient(
      circle,
      rgba(17, 17, 16, 0) 0%,
      rgba(26, 25, 25, 0.5) 100%
    ),
    -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 16, 0.37)), color-stop(94.14%, #111110), to(rgba(17, 17, 16, 0.97)));
  background: radial-gradient(
      circle,
      rgba(17, 17, 16, 0) 0%,
      rgba(26, 25, 25, 0.5) 100%
    ),
    linear-gradient(
      270deg,
      rgba(17, 17, 16, 0.37) 0%,
      #111110 94.14%,
      rgba(17, 17, 16, 0.97) 100%
    );
}

.header__background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__info {
  grid-column: 1 / -1;
  display: flex;
  z-index: 2;
  max-width: 1310px;
  margin: 0 auto;
  width: 90%;
  margin-top: 176px;
}

.header__title {
  position: relative;
  width: 100%;
}

.header__title h2 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 1em;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 80px;
}

.header__title span {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 34px;
  display: block;
}

.header__title .text-header {
  position: relative;
  max-width: 641px;
  margin-left: 13.5%;
}

.header__title .text-header p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7em;
  color: #ffffff;
}

.about-vini {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  margin-top: -12%;
}

.about-vini-images {
  position: relative;
  max-width: 1748px;
  width: 90%;
  margin-left: auto;
  margin-bottom: 140px;
}

.about-vini-images-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.about-vini-images-inner .image-left {
  max-width: 770px;
  height: 100%;
  width: 44.959%;
}

.about-vini-images-inner .image-right {
  max-width: 679px;
  height: 100%;
  margin-top: -131px;
  width: 39.646%;
}

.about-vini-inner {
  width: 90%;
  max-width: 1579px;
  margin: 0 auto;
  padding-bottom: 128px;
  display: flex;
}

.about-vini-inner .side-title {
  width: 23.45%;
  position: relative;
  margin-right: 1.9%;
}

.about-vini-inner .side-title h3 {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #2d2c2c;
  max-width: 126px;
}

.about-vini-inner .text-container {
  width: 74.56%;
  position: relative;
}

.text-container-inner {
  position: relative;
  max-width: 1042px;
}

.text-container-inner .upper-text {
  position: relative;
  margin-bottom: 40px;
}

.text-container-inner .upper-text p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4em;
  color: #1a1919;
}

.text-container-inner .bottom-text {
  position: relative;
  display: flex;
}

.text-container-inner .bottom-text .text-left {
  position: relative;
  max-width: 372px;
  margin-right: 35px;
}

.text-container-inner .bottom-text .text-left p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.25em;
  color: #1a1919;
}

.text-container-inner .bottom-text .text-right {
  max-width: 366px;
}

.text-container-inner .bottom-text .text-right p {
  font-family: "Hero New";
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2em;
  color: #ba2229;
}

.the-directors {
  position: relative;
  display: block;
  overflow: hidden;
}

.the-directors-inner {
  max-width: 1576px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.directors-intro {
  position: relative;
  max-width: 802px;
  margin: 0 auto;
  margin-top: 64px;
  padding-left: 30px;
  margin-bottom: 132px;
}

.directors-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 80px;
  background: #ba2229;
  z-index: 9;
}

.directors-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #c4c4c4;
  max-height: 200px;
}

.directors-intro h2 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1em;
  color: #ba2229;
  margin-bottom: 40px;
}

.directors-intro p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5em;
  color: #2d2c2c;
}

.the-directors-cards {
  position: relative;
  display: block;
  margin-bottom: 172px;
}

.the-directors-cards-wrapper {
  position: relative;
  display: flex;
}

.director-card {
  width: 32%;
  position: relative;
  margin-right: 2.1%;
  text-align: center;
  border: 1px solid #9e9e9e;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 614px;
  max-height: 614px;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.director-card.hover-action:hover {
  border: 0;
}

.director-card.hover-action:hover .image {
  opacity: 1;
}

.director-card.no-border {
  border: 0;
}

.director-card .image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(
    0deg,
    rgba(45, 44, 44, 0.69),
    rgba(45, 44, 44, 0.69)
  );
}

.director-card .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(45, 44, 44, 0.69),
    rgba(45, 44, 44, 0.69)
  );
  width: 100%;
  height: 100%;
}

.director-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director-card .text {
  position: relative;
  z-index: 2;
}

.director-card:last-child {
  margin-right: 0;
}

.director-card h3 {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #1a1919;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.director-card.hover-action:hover h3 {
  color: #ffffff;
}

.director-card h3.white {
  color: #ffffff;
}

.director-card h4 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ba2229;
}

.director-card p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  color: #1a1919;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.director-card p.white {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  color: #ffffff;
}

.director-card.hover-action:hover p {
  color: #ffffff;
}

.management-instruments {
  position: relative;
  display: block;
}

.management-instruments-inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1340px;
  margin-bottom: 144px;
}

.management-instruments-inner .intro {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1272px;
  margin-bottom: 76px;
}

.management-instruments-inner .intro h2 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  color: #1a1919;
  margin-bottom: 40px;
}

.management-instruments-inner .intro p {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
  color: #000000;
}

.plans-container {
  position: relative;
  display: flex;
}

.plan-card {
  width: 30%;
  position: relative;
  display: block;
  margin-right: 5%;
  padding-left: 32px;
}

.plan-card::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0;
  background: #c4c4c4;
  max-height: 200px;
}

.plan-card::before {
  content: "";
  position: absolute;
  display: block;
  height: 80px;
  width: 2px;
  left: 0;
  top: 0;
  background: #ba2229;
  z-index: 1;
}

.plan-card:last-child {
  margin-right: 0;
}

.plan-card h3 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.25em;
  color: #1a1919;
  margin-bottom: 32px;
}

.plan-card p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7em;
  color: #2d2c2c;
}

.dowloads-section {
  position: relative;
  display: block;
  margin-bottom: 280px;
}

.dowloads-section-inner {
  position: relative;
  display: block;
  max-width: 1307px;
  width: 90%;
  margin: 0 auto;
}

.dowloads-section-inner h2 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5em;
  color: #1a1919;
  margin-bottom: 32px;
}

.grid-files {
  position: relative;
  display: block;
}

.grid-files .row {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0px -1px 0px #eaeaea;
}

.grid-files .row .row-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 96px;
}

.grid-files .row .row-inner .title {
  width: 28.25%;
  margin-right: 32px;
}

.grid-files .row .row-inner .title h4 {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  color: #1a1919;
}

.grid-files .row .row-inner .size-file {
  width: 28.31%;
}

.grid-files .row .row-inner .size-file p {
  font-family: "Hero New";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: #1a1919;
}

.grid-files .row .row-inner .download-btn {
  position: relative;
  margin-left: auto;
}

.grid-files .row .row-inner .download-btn a {
  background: #ba2229;
  border-radius: 10px;
  padding: 11px 35px 11px 35px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

.grid-files .row .row-inner .download-btn a span {
  font-family: "Altissimo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 1px;
}

.grid-files .row .row-inner .download-btn a svg {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.grid-files .row .row-inner .download-btn a:hover svg path {
  fill: #1a1919;
}

.grid-files .row .row-inner .download-btn a svg path {
  fill: #ba2229;
}

.grid-files .row .row-inner .download-btn a:hover {
  background: #1a1919;
}

@media only screen and (max-width: 1220px) {
  .header__title .text-header {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1060px) {
  .header__info {
    grid-column: 1 / -1;
    width: 90%;
    margin: 0 auto;
    margin-top: 176px;
  }
}

@media only screen and (max-width: 1000px) {
  .about-vini {
    margin-top: -10% !important;
  }

  .about-vini-images-inner {
    flex-direction: column;
    align-items: center;
  }

  .about-vini-images-inner .image-left {
    width: 100%;
    order: 2;
    max-width: 100%;
  }

  .about-vini-images-inner .image-right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    order: 1;
    max-width: 100%;
  }

  .about-vini-images {
    margin: 0 auto;
    text-align: center;
  }

  .about-vini-inner {
    margin-top: 103px;
    flex-direction: column;
  }

  .about-vini-inner .side-title {
    width: 100%;
    margin-bottom: 24px;
  }

  .about-vini-inner .text-container {
    width: 100%;
  }

  .text-container-inner .upper-text p {
    font-size: 24px;
  }

  .dowloads-section {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 900px) {
  .header__title h2 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .text-container-inner .upper-text {
    margin-bottom: 32px;
  }

  .about-vini-inner {
    padding-bottom: 0;
  }

  .directors-intro {
    margin-top: 80px;
    margin-bottom: 48px;
  }

  .text-container-inner .bottom-text {
    flex-direction: column;
  }

  .text-container-inner .bottom-text .text-left {
    width: 100%;
    margin-bottom: 24px;
    max-width: 100%;
    margin-right: 0;
  }

  .text-container-inner .bottom-text .text-right {
    width: 100%;
  }

  .the-directors-cards-wrapper {
    flex-direction: column;
  }

  .director-card {
    width: 100%;
    margin-bottom: 24px;
  }

  .director-card:last-child {
    margin-bottom: 0;
  }

  .director-card.hover-action .image {
    opacity: 1;
  }

  .director-card.hover-action h3 {
    color: #ffffff;
  }

  .director-card.hover-action p {
    color: #ffffff;
  }

  .the-directors-cards {
    margin-bottom: 64px;
  }

  .management-instruments-inner {
    margin-bottom: 64px;
  }

  .plans-container {
    flex-direction: column;
  }

  .plan-card {
    margin-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }

  .plan-card:last-child {
    margin-bottom: 0;
  }

  .grid-files .row .row-inner {
    flex-direction: column;
  }

  .grid-files .row .row-inner .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .grid-files .row .row-inner .size-file {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
  }

  .grid-files .row .row-inner .download-btn {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 24px;
  }

  .grid-files .row {
    margin-bottom: 32px;
  }

  .grid-files .row:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 540px) {
  .header {
    min-height: 871px;
  }

  .header__title h2 {
    font-size: 40px;
    margin-bottom: 86px;
  }

  .header__title span {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .about-vini {
    margin-top: -32% !important;
  }

  .directors-intro h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .directors-intro p {
    font-size: 18px;
  }

  .management-instruments-inner .intro h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .management-instruments-inner .intro p {
    line-height: 32px;
  }

  .plan-card h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .plan-card p {
    font-size: 18px;
    line-height: 32px;
  }

  .dowloads-section-inner h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .grid-files .row .row-inner .title h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-files .row .row-inner .size-file p {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .header {
    padding-top: 149px;
  }

  .header__info {
    margin-top: 129px;
  }
}
