@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url("./assets/fonts/Manrope-ExtraBold.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url("./assets/fonts/Manrope-Bold.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url("./assets/fonts/Manrope-SemiBold.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url("./assets/fonts/Manrope-Medium.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url("./assets/fonts/Manrope-Regular.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  src: url("./assets/fonts/Manrope-Light.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 200;
  src: url("./assets/fonts/Manrope-ExtraLight.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Manrope";
}
a {
  color: inherit;
}
body {
  overflow-x: hidden;
}
.container {
  width: 1228px;
  max-width: 100%;
  margin: 0 auto;
}
.hero {
  height: 920px;
  position: relative;
}
.hero::before {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: url("assets/images/grass.svg");
  background-repeat: repeat-x;
  background-position: center;
}
header .logo {
  display: inline-block;
  background-color: #fff;
  padding: 25px;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 5;
  width: 1228px;
  max-width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.bg__transparent {
  background-color: transparent;
  color: #fff;
  display: none;
}
.header__bg {
  height: 159px;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.header__bg.active {
  background: rgba(31, 23, 23, 0.8);
}
header ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
header > div {
  display: flex;
  align-items: center;
}
.header__social {
  gap: 24px;
  margin-right: 24px;
  display: none;
}
.header__bg.active .header__social {
  display: flex;
}
#close__menu {
  display: none;
}
.header__social img {
  width: 18px;
  height: 18px;
}
.header__bg.active .bg__transparent {
  display: flex;
  padding-top: 20px;
  gap: 12px;
}
header .flex__white {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
header .flex__white a {
  padding: 16px;
  display: inline-block;
  font-weight: 500;
}
.hero__text h1 {
  font-size: 88px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0px 4px 40px rgba(56, 0, 0, 0.55),
    0px 3px 24px rgba(56, 0, 0, 0.32), 0px 2px 4px rgba(56, 0, 0, 0.25);
  margin-bottom: 50px;
}
.hero__image,
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__image {
  position: absolute;
  z-index: -1;
}
.hero .swiper {
  height: 100%;
}
.hero__text {
  width: 814px;
  max-width: 90%;
}
.hero .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn {
  display: inline-block;
  background-color: #fff;
  padding: 12px 20px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.hero .swiper-pagination {
  bottom: 215px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  transition: 0.4s;
}
.hero .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: url("assets/icons/star.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.categories img {
  width: 100%;
  margin-bottom: 16px;
}
.categories p {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  padding-top: 16px;
  border-top: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
}
.categories .swiper {
  padding-bottom: 60px !important;
  width: 100%;
  height: 100%;
}
.categories .swiper-pagination-bullet-active {
  background-color: #ef0000 !important;
  border: 0 !important;
}
.categories .swiper-pagination-bullet {
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  background-color: transparent;
}
.categories {
  margin-bottom: 58px;
}
.section__title {
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}
.about {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.player .player__image {
  width: 100%;
  height: 540px;
  border-radius: 8px;
  position: relative;
}
.player {
  position: relative;
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.bottom__left {
  position: absolute;
  top: 50%;
  left: -25%;
  z-index: 1;
}
.bottom__right {
  position: absolute;
  bottom: -19%;
  right: -13%;
  z-index: 1;
}
.top__left {
  position: absolute;
  top: -16%;
  left: -10%;
}
.relative {
  position: relative;
}
.blurred__top {
  width: 300px;
  position: absolute;
  right: 0;
  top: -15%;
}
.blurred__bottom {
  width: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about__text {
  margin-top: 48px;
  font-weight: 500;
  font-size: 20px;
}
.about__text p:not(:first-of-type) {
  margin-top: 20px;
}
.gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 20%,
    rgba(224, 221, 146, 1) 100%
  );
}
.about__slider {
  margin-top: 48px;
  position: relative;
  text-align: center;
}
.about__slider img {
  width: 100%;
}
.about__slider .swiper-button-next:after,
.about__slider .swiper-button-prev:after {
  display: none;
}
.swiper__custom__btn__prev {
  position: absolute;
  top: 50%;
  left: -32px;
  z-index: 2;
  transform: translateX(-100%);
  cursor: pointer;
}
.swiper__custom__btn__next {
  position: absolute;
  top: 50%;
  right: -32px;
  z-index: 2;
  transform: translateX(100%);
  cursor: pointer;
}
.list__documents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  gap: 28px;
  margin-bottom: 72px;
}
.list__documents li {
  font-weight: 600;
  font-size: 20px;
  padding: 8px 48px;
  letter-spacing: 0.02em;
  background: #e9e7b3;
  border: 2px solid #000;
  cursor: pointer;
}
.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 105px;
  padding-bottom: 56px;
}
.advantages li p {
  font-size: 23px;
  font-weight: 600;
}
.advantages li img {
  width: 100%;
}
.partners {
  padding: 40px 0;
  padding-bottom: 145px;
}
.partners ul {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 72px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bg__main {
  background-color: #5e7852;
  position: relative;
}
.partners .swiper-wrapper {
  align-items: center;
  text-align: center;
}
.bg__main::before {
  content: "";
  width: 100%;
  height: 70px;
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("assets/images/grass_colored.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer {
  padding: 0 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
footer ul {
  display: flex;
  align-items: center;
  gap: 43px;
}
footer li,
footer a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.social {
  gap: 24px;
  margin-top: 24px;
}
footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.social img {
  width: 18px;
  height: 18px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    rgba(224, 221, 147, 0.8);
  z-index: 999;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-bottom: 20px;
}
.modal__inner {
  width: 960px;
  max-height: 100vh;
  overflow: auto;
  max-width: 95%;
  transform: translateY(-30px);
  transition: 0.3s;
  position: relative;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__inner {
  transform: translateY(0);
}
.modal__inner iframe,
.modal__inner video {
  width: 100%;
  height: 400px;
}
.close__modal {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.bg__banner {
  background-image: url("assets/images/catbanner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 210px;
}
.bg__darkred {
  background: #a90c0e;
}
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -28px;
}
.categories__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 16px 0;
}
.categories__list a {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.bg__darkgreen {
  background: #5e7852;
}
.sorts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 85%;
  margin: 40px auto;
}
.sorts a {
  white-space: nowrap;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  padding: 7px 28px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 40px;
}
.item__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 54px;
  row-gap: 64px;
  margin-top: 8px;
}
.item__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.item__list img {
  border-radius: 4px;
  width: 100%;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 200px;
  gap: 32px;
}
.pagination a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  border-radius: 50%;
}
.pagination a.active {
  background-color: #ef0000;
  border: 0;
}
.details {
  display: flex;
  align-items: flex-start;
  gap: 121px;
  margin-top: 40px;
}
.details .sorts {
  max-width: 180px;
  flex-direction: column;
  margin-top: 0;
}
.sorts .active a {
  background-color: #5e7852;
  color: #fff;
}
.content {
  width: 936px;
  max-width: 60%;
}
.content .main__img {
  width: 100%;
}
.detailed__text {
  margin-top: 40px;
  margin-bottom: 72px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.02em;
}
.list__icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 105px;
  row-gap: 32px;
}
.list__icons li {
  display: flex;
  align-items: center;
  gap: 32px;
}
.list__icons .color {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}
.list__icons li p {
  margin-top: 5px;
}
.line__chart {
  margin: 72px 0;
}
.line__chart img {
  width: 100%;
}
.table {
  margin-bottom: 150px;
}
.table__heading {
  border-bottom: 2px solid #000;
  padding: 15px 0;
}
.table strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
}
.table .row {
  display: flex;
  gap: 64px;
}
.table .col {
  flex: 1;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.col__title {
  width: 100%;
  text-align: right;
}
.table .row:last-of-type .col {
  border-bottom: 0;
}
.vacancy__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text__left {
  text-align: left;
}
.accordion__heading {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion__heading span {
  font-size: 38px;
  cursor: pointer;
  transform: rotate(45deg);
  transition: 0.4s;
}
.active .accordion__heading span {
  transform: rotate(0);
}
.accordion__text {
  border-left: 1px solid #000;
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.accordion__text ul li {
  list-style: disc inside;
}
.accordion__text ul {
  margin-top: 15px;
}
.accordion__text > p {
  margin-top: 15px;
}
.accordion {
  padding-bottom: 145px;
}
.accordion__item:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion__text {
  display: none;
}
.accordion__item {
  cursor: pointer;
}
.contact {
  padding-bottom: 145px;
}
.contact__data ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}
.contact__data ul img {
  width: 24px;
  height: 24px;
}
.contact__data p,
.contact__data strong {
  margin-top: 15px;
  display: block;
  font-size: 16px;
}
.contact__inner {
  display: flex;
  justify-content: space-between;
}
.contact form {
  width: 448px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.contact form button {
  margin-top: 8px;
  width: max-content;
  text-transform: uppercase;
  padding: 6px 48px;
  background: #e9e7b3;
  border: 2px solid #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
}
.contact form input,
.contact form textarea {
  padding: 13px;
  border: 1px solid #6f7979;
  border-radius: 4px;
}
.contact form textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 120px;
}
.mobile__menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #e0dd92;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.mobile__menu__footer {
  background-color: #5e7852;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  padding-bottom: 60px;
  color: #fff;
}
.mobile__menu__footer::before {
  content: "";
  width: 100%;
  height: 70px;
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("assets/images/grass_colored.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile__menu__footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.mobile__menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  background-color: #fff;
  height: 102px;
}
.mobile__menu__header .logo img {
  width: 58px;
}
.mobile__menu__header ul {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 14px;
}
.mobile__menu__header ul a {
  display: inline-block;
  padding: 8px;
}
.mobile__menu__header ul button {
  background-color: #fff;
  border: 0;
  font-size: 30px;
}
.mobile__menu__inner {
  text-align: center;
  padding: 42px 0;
}
.mobile__menu__inner ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mobile__menu__footer > img {
  position: absolute;
  top: -135px;
  right: -70px;
  width: 150px;
  z-index: -1;
}
.modal__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.modal__heading p {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.gallery {
  width: 860px;
  max-width: 95%;
  margin: 40px auto;
}
.gallery-slider {
  width: 100%;
  height: 450px;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 0.1;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.gallery .swiper__custom__btn__prev,
.gallery .swiper__custom__btn__next {
  top: 85%;
}
.gallery .swiper__custom__btn__prev {
  left: 150px;
}
.gallery .swiper__custom__btn__next {
  right: 150px;
}
.modal.documents {
  color: #fff;
}
.modal.documents li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.overflow {
  overflow: hidden;
}
.has__lang__dropdown {
  position: relative;
}
.lang__dropdown {
  position: absolute;
  background-color: #fff;
  width: 100%;
  text-align: center;
  display: none;
}
.lang__dropdown a {
  padding: 5px !important;
}
