/* 
Theme Name: KBF KZ
Author: t.me/daurenswrld
Version: mavs.kz
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Montserrat;
}

body,
html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

::-moz-selection {
  background: #1E1E1E;
  color: #FFF;
}

::selection {
  background: #1E1E1E;
  color: #FFF;
}

.header {
  height: 100vh;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.navbar {
  padding: 20px 0;
}

.navbar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__left {
  width: 48px;
}

.navbar__left img {
  width: 100%;
  height: auto;
}

.navbar__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 80%;
  margin-left: auto;
}

.navbar__mid a {
  text-decoration: none;
  color: #FFF;
  opacity: 50%;
  font-size: 14px;
}

.navbar__mid a:hover {
  opacity: 100%;
}

.dropbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropbtn svg {
  width: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dropbtn svg path {
  fill: #FFF;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 230px;
  z-index: 1;
  border-radius: 12px;
}

.dropdown-content_lang {
  min-width: 100%;
}

.dropdown:hover .dropdown-content_lang {
  left: -5px !important;
}

.dropdown:hover .dropdown-content_lang a {
  padding: 10px;
}

.dropdown_lang {
  margin-left: 30px;
}

.dropdown-content a {
  color: black;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  margin-left: 0;
  opacity: 100%;
  cursor: pointer;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 12px;
  cursor: pointer;
}

.dropdown:hover .dropdown-content {
  display: block;
  left: -20px;
}

.rotate {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.active {
  opacity: 100% !important;
  font-weight: 700 !important;
}

.navbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  width: 10%;
}

.navbar__right a {
  color: #FFF;
  font-size: 18px;
}

.navbar__right a:hover {
  color: #FEB145;
}

.header__body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding-top: 220px;
}

.header__body img {
  width: 100%;
  height: 111px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.header__body h1 {
  font-size: 36px;
  color: #FFF;
  font-weight: 400;
  margin-top: 10px;
}

.header__body a {
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__body a svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__body a:hover svg path {
  fill: #FEB145;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news {
  padding: 40px 0 80px;
}

.news__title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  padding: 30px 0;
}

.news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.news__left {
  width: 50%;
}

.news__left_item {
  font-size: 0;
  position: relative;
}

.news__left_item img {
  width: 100%;
  height: 618px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  border-radius: 19px;
}

.news__left_item_info {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  left: 30px;
  bottom: 30px;
  color: #FFF;
}

.news__left_item_info span {
  display: inline;
  font-size: 24px;
}

.news__left_item_info p {
  font-size: 16px;
  margin-bottom: 10px;
}

.news__left_item_info b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
}

.news__left_item_info b i {
  font-size: 14px;
}

.news__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__right_item {
  font-size: 0;
}

.news__right_item img {
  width: 195px;
  height: 186px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9px;
}

.news__right_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  text-decoration: none;
}

.news__right_item_info {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}

.news__right_item_info b {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #656565;
  font-size: 12px;
}

.news__right_item_info b i {
  color: #FEB145;
  font-size: 15px;
}

.news__right_item_info span {
  display: inline;
  color: #333333;
  font-size: 24px;
}

.news__right_item_info p {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  word-break: break-all;
}

.team {
  padding: 30px 0;
  background: #1E1E1E;
}

.team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
}

.team__left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.team__left h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
}

.team__left p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}

.team__left a {
  margin-top: 20px;
  text-decoration: none;
  color: #FFF;
  padding: 15px 20px;
  background: #FEB145;
  border-radius: 4px;
}

.team__right {
  width: 65%;
}

.teams__body {
  position: relative;
  overflow: hidden;
}

.teams__item {
  width: 400px;
}

.teams__item img {
  width: 387px;
  height: 515px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 19px;
}

.teams__slide {
  min-width: 400px;
  max-width: 400px;
  margin-right: 10px;
}

.about {
  padding: 30px 0;
}

.about__body {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 35%;
}

.about__left .about__left_title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  display: inline;
}

.about__left p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.about__left a {
  margin-top: 20px;
  text-decoration: none;
  color: #FFF;
  padding: 15px 20px;
  background: #FEB145;
  border-radius: 4px;
}

.about__right {
  width: 65%;
}

.about__right img {
  height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  -o-object-position: 0 -200px;
  object-position: 0 -200px;
}

.gallery {
  padding: 30px 0;
  background: #1E1E1E;
}

.gallery__body {
  padding: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__body .gallery__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: inline;
}

.gallery__body p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.gallery__body a {
  margin-top: 10px;
  text-decoration: none;
  color: #FFF;
  padding: 15px 20px;
  background: #FEB145;
  border-radius: 4px;
}

.gallery__body img {
  width: 100%;
  margin-top: 50px;
  height: 703px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.partners {
  padding: 80px 0;
}

.partners__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.partners__title b {
  display: inline;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  display: inline;
}

.partners__title p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.partners__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 10px;
}

.partners__item {
  width: 10%;
}

.partners__item img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.partners__item img:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer {
  padding: 30px 0;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  background: #1E1E1E;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 100px;
}

.footer__body div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 5x;
}

.footer__body div a {
  text-decoration: none;
  margin-bottom: 7px;
  color: #CAC9C4;
  font-size: 14px;
}

.footer__body div a:hover {
  text-decoration: underline;
}

.footer__body div p {
  text-transform: uppercase;
  font-size: 14px;
  color: #8F8E8A;
  margin-bottom: 10px;
}

.footer__body div img {
  width: 50px;
  margin-bottom: 20px;
}

.footer__body div button {
  background: transparent;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  color: white;
  background: #FEB145;
  text-transform: uppercase;
  border: 0;
  outline: none;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.footer__bottom_01 p {
  color: #8F8E8A;
  font-size: 14px;
}

.footer__bottom_02 {
  padding: 8px 15px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #272725;
}

.footer__bottom_02 a {
  text-decoration: none;
  color: #FFF;
}

.footer__bottom_03 a {
  color: #8F8E8A;
  font-size: 14px;
  text-decoration: none;
}

.footer__bottom_03 a:hover {
  text-decoration: underline;
}

.navbar_fixed {
  width: 100%;
  border-radius: 0;
  background: #1E1E1E;
  z-index: 89;
  -webkit-animation: coloring;
  animation: coloring;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 40px;
}

@-webkit-keyframes coloring {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes coloring {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar__menu_mobile {
  display: none;
}

.burger-btn {
  display: none;
}

.navbar__menu_mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1000;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.navbar__menu_mobile a {
  text-decoration: none;
  margin: 10px 0;
  color: #4F4F4F;
  font-size: 15px;
}

.navbar__menu_mobile a:hover {
  color: #191818;
}

.navbar__menu_mobile.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 500px) {
  .navbar__mid {
    display: none;
  }

  .burger-btn {
    display: block;
  }

  .header__body {
    padding-top: 80px;
    padding-bottom: 30px;
    gap: 0;
  }

  .header__body img {
    height: 70px;
  }

  .header__body h1 {
    font-size: 25px;
  }

  .header__body h1 br {
    display: none;
  }

  .header__body a {
    margin-top: 20px;
  }

  .header__body a svg {
    width: 50px;
  }

  .navbar__right {
    width: auto;
    margin-left: auto;
  }

  .dropdown:hover .dropdown-content {
    left: 0;
  }

  .dropdown-content {
    background-color: #f1f0f0;
    min-width: 100%;
  }

  .dropdown-content a {
    padding: 5px 10px;
  }

  .dropdown_lang {
    margin-left: 0;
  }

  .dropdown:hover .dropdown-content_lang a {
    padding: 5px;
    margin: 0;
  }

  .dropdown-content_lang {
    min-width: 110px !important;
  }

  .dropdown:hover .dropdown-content_lang {
    left: 56px !important;
  }

  .content-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
  }

  .content-overlay.show {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .burger-btn {
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
  }

  .burger-btn i {
    color: #FFF;
    font-size: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .burger-btn i:hover {
    color: #FEB145;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .dropbtn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropbtn svg path {
    fill: #4F4F4F;
  }
}

@media (max-width: 500px) {
  .news__title {
    padding: 20px 0;
  }

  .news {
    padding: 20px 0;
  }

  .news__title {
    font-size: 22px;
  }

  .news__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .news__left {
    width: 100%;
  }

  .news__right {
    width: 100%;
    gap: 15px;
  }

  .news__left_item img {
    height: 290px;
  }

  .news__left_item_info {
    left: 10px;
    bottom: 15px;
    gap: 5px;
  }

  .news__left_item_info span {
    font-size: 18px;
  }

  .news__left_item_info p {
    font-size: 15px;
  }

  .news__right_item img {
    width: 180px;
    height: auto;
  }

  .news__right_item a {
    gap: 10px;
  }

  .news__right_item_info {
    gap: 5px;
  }

  .news__right_item_info span {
    font-size: 18px;
  }

  .news__right_item_info p {
    font-size: 13px;
    line-height: 1;
  }

  .news__right_item_info b {
    font-size: 11px;
  }
}

@media (max-width: 500px) {
  .team {
    padding: 10px 0;
  }

  .team__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding: 20px 0;
  }

  .team__left {
    width: 100%;
    gap: 10px;
  }

  .team__left h2 {
    font-size: 22px;
  }

  .team__left p {
    font-size: 15px;
  }

  .team__left a {
    margin-top: 0;
    padding: 10px 12px;
  }

  .team__right {
    width: 100%;
  }

  .teams__item {
    width: 180px;
  }

  .teams__item img {
    width: 180px;
    height: 270px;
  }

  .teams__slide {
    min-width: 180px;
    max-width: 180px;
    margin-right: 15px;
  }
}

@media (max-width: 500px) {
  .about__body {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .about {
    padding: 10px 0;
  }

  .about__left {
    width: 100%;
    gap: 10px;
  }

  .about__left .about__left_title {
    font-size: 22px;
  }

  .about__left p {
    font-size: 15px;
  }

  .about__left a {
    margin-top: 0;
    padding: 10px 12px;
  }

  .about__right {
    width: 100%;
  }

  .about__right img {
    height: 300px;
    -o-object-position: 0 -90px;
    object-position: 0 -90px;
  }
}

@media (max-width: 500px) {
  .gallery {
    padding: 30px 0;
  }

  .gallery__body {
    padding: 20px 0;
  }

  .gallery__body p {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
  }

  .gallery__body p br {
    display: none;
  }

  .gallery__body a {
    margin-top: 0;
    padding: 8px 10px;
  }

  .gallery__body img {
    height: auto;
    margin-top: 30px;
  }

  .gallery__body .gallery__title {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .partners {
    padding: 40px 0 50px;
  }

  .partners__title b {
    font-size: 22px;
  }

  .partners__title p {
    font-size: 15px;
  }

  .partners__title p br {
    display: none;
  }

  .partners__body {
    padding-top: 30px;
  }

  .partners__item {
    width: 100%;
  }
}
.footer__04 a{
	text-decoration:none;
	padding: 8px 12px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    color: white;
    background: #FEB145;
    text-transform: uppercase;
    border: 0;
	color:#FFF !important;
    outline: none;
}
@media (max-width: 500px) {
  .footer__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 70px;
  }

  .footer__04 {
    width: 100%;
  }

  .navbar_fixed {
    padding: 10px 20px;
  }
}

.header-hero {
  background: #1E1E1E !important;
  height: auto;
}

.hero {
  padding: 30px 0;
  background: #1E1E1E;
}

.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 80px;
  padding: 40px 0;
}

.hero__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.hero__left h1 {
  font-size: 44px;
  color: #FFF;
}

.hero__left a {
  text-decoration: none;
  color: #E7E7E7;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__right {
  width: 50%;
}

.hero__right img {
  -o-object-position: 0 -60px;
  object-position: 0 -60px;
  height: 450px;
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 500px) {
  .hero__right img {
    height: auto;
    -o-object-position: unset;
    object-position: unset;
  }
}

.about-history {
  padding: 50px 0 10px;
}

.about-history__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.about-history__left {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-top: 100px;
}

.about-history__left h2 {
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-history__left_body p {
  margin-bottom: 20px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}

.about-history__left_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.about-history__left_btn a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.about-history__right {
  width: 45%;
}

.about-history__right img {
  width: 100%;
  height: 700px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-history__left_body {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  display: none;
}

.history_back,
.history_next {
  -webkit-transition: color 1s ease-in-out;
  transition: color 1s ease-in-out;
}

.about-ruk {
  padding: 30px 0;
}

.about-ruk__title {
  padding: 50px 0;
  text-align: center;
}

.about-ruk__title p {
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.about-ruk__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  padding: 30px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-ruk__item {
  width: 20%;
  text-align: center;
}

.about-ruk__item img {
  margin-bottom: 15px;
  border-radius: 16px;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.about-ruk__item p {
  color: #2D2E2E;
}

.about-ruk__item span {
  display: inline;
  color: #2D2E2E;
  font-size: 12px;
}

.about-tr {
  padding: 50px 0;
  background: #1E1E1E;
}

.about-tr__body {
  padding: 15px 0;
}

.about-tr__body p {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
}

.about-tr__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
}

.about-tr__item {
  width: 22%;
  text-align: center;
}

.about-tr__item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  border-radius: 11px;
}

.about-tr__item p {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 4px;
}

.about-tr__item span {
  display: inline;
  color: #FFF;
  font-size: 14px;
}

@media (max-width: 500px) {
  .hero__body {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__left {
    width: 100%;
  }

  .hero__left h1 {
    font-size: 25px;
  }

  .hero__right {
    width: 100%;
  }

  .about-history {
    padding: 0;
  }

  .about-history__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-history__right {
    display: none;
  }

  .about-history__left {
    width: 100%;
    padding-top: 60px;
  }

  .about-history__left h2 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .about-history__left_body p {
    font-size: 14px;
  }

  .about-history__left_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-history__left_btn a {
    font-size: 14px;
  }

  .about-ruk {
    padding: 10px 0;
  }

  .about-ruk__title {
    padding: 40px 0 10px;
  }

  .about-ruk__title p {
    font-size: 22px;
  }

  .about-ruk__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .about-ruk__item {
    width: 100%;
  }

  .about-ruk__item img {
    height: 300px;
    margin-bottom: 5px;
  }

  .about-tr {
    padding: 30px 0;
  }

  .about-tr__body p {
    font-size: 22px;
  }

  .about-tr__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .about-tr__item {
    width: 100%;
  }

  .about-tr__item p {
    padding-top: 0px;
    font-size: 16px;
  }

  .about-tr__item span {
    font-size: 13px;
  }

  .about-tr__item img {
    height: 300px;
    margin-bottom: 5px;
  }
}

.documents {
  padding: 80px 0 100px;
  overflow-x: hidden;
}

.documents .container {
  max-width: 100%;
}

.documents__body {
  padding: 10px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.documents__item {
  position: relative;
  padding: 10px 0;
}

.documents__item::after {
  position: absolute;
  bottom: -10px;
  left: -20%;
  width: 140%;
  height: 1px;
  content: "";
  background: #E0E0E4;
}

.documents__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.documents__item:hover a {
  text-decoration: underline;
}

@media (max-width: 500px) {
  .documents {
    padding: 20px 0 40px;
  }

  .documents .container {
    padding: 10px;
  }

  .documents__body {
    padding: 10px;
  }

  .documents__item a {
    gap: 20px;
  }

  .documents__item a p {
    font-size: 16px;
  }

  .documents__item a img {
    width: 50px;
  }
}

.hero-02 {
  background: #1E1E1E;
}

.hero-02__body {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.hero-02__body h1 {
  text-align: center;
  color: #FFF;
  font-size: 44px;
  font-weight: 600;
}

.hero-02__body img {
  width: 100%;
  user-select: none;
  pointer-events: none;
}

.sbornaya {
  padding: 40px 0;
  overflow: hidden;
}

.sbornaya__body {
  padding: 25px 0;
  position: relative;
}

.sbornaya__item {
  width: 292;
  margin-right: 10px;
}

.sbornaya__item img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
}

.sbornaya__item span {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  z-index: 9;
}

.sbornaya__item_text {
  padding-top: 10px;
}

.sbornaya__item_text b {
  display: inline;
  color: #3C3C43;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
}

.sbornaya__item_text p {
  color: #666666;
  font-size: 14px;
  padding-top: 5px;
}

.sbornaya__slide {
  min-width: 292px;
  max-width: 292px;
  margin-right: 5px;
}

.list {
  padding: 50px 0;
}

.list__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.list__title b {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.list_subtitle {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  margin-top: 15px;
}

.list__body {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 45px 112px rgba(0, 0, 0, 0.06), 0px 22.7812px 48.825px rgba(0, 0, 0, 0.0405), 0px 9px 18.2px rgba(0, 0, 0, 0.03), 0px 1.96875px 6.475px rgba(0, 0, 0, 0.0195);
  box-shadow: 0px 45px 112px rgba(0, 0, 0, 0.06), 0px 22.7812px 48.825px rgba(0, 0, 0, 0.0405), 0px 9px 18.2px rgba(0, 0, 0, 0.03), 0px 1.96875px 6.475px rgba(0, 0, 0, 0.0195);
  border-radius: 10px;
  margin: 40px 0;
  overflow: hidden;
}

.list__body_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E1CFFF;
  padding: 10px 20px;
  background: #F5F5F5;
  font-size: 13px;
  color: #0F1419;
  font-weight: 500;
}

.list_01 {
  width: 3%;
}

.list_02 {
  width: 20%;
}

.list_03 {
  width: 15%;
}

.list_04 {
  width: 12%;
}

.list_05 {
  width: 21%;
}

.list_06 {
  width: 25%;
}

.list__body_item {
  font-size: 13px;
  color: #0F1419;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 20px 20px;
}

.list__body_item:nth-child(odd) {
  background: #FFF6EB;
  color: #FEB145;
}

@media (max-width: 500px) {
  .hero-02__body h1 {
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-02__body h1 br {
    display: none;
  }

  .sbornaya__item span {
    font-size: 15px;
  }

  .sbornaya__item {
    width: 250px;
  }

  .sbornaya__item img {
    height: 270px;
  }

  .sbornaya__slide {
    min-width: 250px;
    max-width: 250px;
    margin-right: 10px;
  }

  .sbornaya__item_text b {
    font-size: 15px;
  }

  .list {
    padding: 25px 0;
  }

  .list__title b {
    font-size: 20px;
  }

  .list__title b br {
    display: none;
  }

  .list__title {
    gap: 15px;
  }

  .list__title p {
    font-size: 16px;
    line-height: normal;
  }

  .list__body {
    overflow-x: scroll;
  }

  .list__body_title,
  .list__body_item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .list__body_title div,
  .list__body_item div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  .list__body_title .list_01,
  .list__body_item .list_01 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 5%;
    flex: 1 0 5%;
  }

  .list__body_item:nth-child(odd) {
    background: transparent;
  }
}

@media (max-width: 360px) {

  .list__body_title div,
  .list__body_item div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
}

.news-page {
  padding: 60px 0;
}

.news-page__title {
  text-align: center;
}

.news-page__title h1 {
  font-size: 36px;
  font-weight: 700;
  padding: 25px 0 10px;
}

.news-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  padding: 40px 0 100px;
}

.news-page__item {
  width: 32%;
  padding: 20px;
  background: #FFF;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 3px;
}

.news-page__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  color: #000;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-decoration: none;
}

.news-page__item:hover a {
  text-decoration: underline;
}

.news-page__item_left {
  width: 90px;
}

.news-page__item_left img {
  width: 84px;
  height: 84px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.news-page__item_right p {
  font-size: 19px;
  color: #0E0D35;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.news-page__item_right b {
  color: #626C7A;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 500px) {
  .news-page__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-page__item {
    width: 100%;
  }

  .news-page__title h1 {
    font-size: 22px;
  }

  .news-page__item_right p {
    font-size: 17px;
  }
}

.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.breadcrumbs .container a {
  color: #9797A8;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumbs .container a i {
  margin-right: 20px;
}

.breadcrumbs .container a:hover {
  text-decoration: underline;
}

.breadcrumbs .container p {
  font-weight: 500;
  color: #0E0D35;
}

.single {
  padding: 10px 0;
}

.single__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 20px 0 80px;
}

.single__left {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.single__left h1 {
  font-size: 32px;
}

.single__left p {
  font-size: 20px;
  line-height: 1.5;
}

.single__left img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 70%;
}

.single__left b {
  display: inline;
  font-size: 24px;
}

.single__right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.single__right .news-page__item {
  width: 100%;
}

@media (max-width: 500px) {
  .breadcrumbs {
    padding-bottom: 20px;
  }

  .single__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .breadcrumbs .container {
    font-size: 14px;
  }

  .single__left {
    width: 100%;
    gap: 10px;
  }

  .single__left h1 {
    font-size: 22px;
  }

  .single__left p {
    font-size: 16px;
    line-height: 1.2;
  }

  .single__left b {
    font-size: 18px;
  }

  .single__left img {
    height: auto;
  }

  .single__right {
    width: 100%;
  }

  .single__right .news-page__item {
    display: none;
  }

  .single__right .news-page__item:nth-child(1),
  .single__right .news-page__item:nth-child(2),
  .single__right .news-page__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news__right_item:first-child {
  display: none;
}

/* images */

.images__body {
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}

.images__item {
  width: 400px;
}

.images__item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.images__item a:hover {
  cursor: zoom-in;
}

.images__slide {
  min-width: 400px;
  max-width: 400px;
  margin-right: 15px;
}

@media(max-width:500px) {
  .images__item {
    width: 100%;
  }

  .images__slide {
    min-width: 100%;
    max-width: 100%;
  }

  .images__item img {
    height: 300px;
  }
}