/* 
Theme Name: TKS Disputes
Author: @daurenswrld
Version: mavs.kz
*/

@charset "UTF-8";
@import url("assets/fonts/CeraPro/stylesheet.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

.title {
  font-weight: 400;
  font-size: 40px;
  color: #0F1923;
  line-height: 1.1;
}

.title span {
  display: inline-block;
  color: #A78C7B;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Cera Pro";
}

html.burger-open {
  overflow: hidden;
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

::-moz-selection {
  background: #0F1923;
  color: #A78C7B;
}

::selection {
  background: #0F1923;
  color: #A78C7B;
}

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

.container_big {
/*   max-width: 100%; */
  max-width: 1340px;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.navbar__burger {
  width: 30px;
  height: 30px;
  background: rgba(15, 25, 35, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: none;
}

.navbar__burger button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0;
  outline: none;
  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;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
}

.navbar__burger button span {
  width: 13px;
  height: 1px;
  background: #FFF;
  border-radius: 10px;
}

.navbar__burger_body {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 85vh;
  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;
  left: 0;
  top: 0;
  padding: 8px 10px;
  gap: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 20px -10px #a78c7b;
  box-shadow: 0px 0px 20px -10px #a78c7b;
  -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;
}

.burger__top {
  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;
  width: 100%;
}

.burger__top b {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #0F1923;
  line-height: 1;
}

.burger__top b span {
  display: inline-block;
  color: #A78C7B;
}

.burger__top hr {
  width: 100%;
  height: 1px;
  border: 0;
  outline: none;
  background: #D9D9D9;
}

.burger__top_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.burger__top_buttons img {
  width: 50px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.burger__top_buttons button {
  width: 30px;
  height: 30px;
  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;
  background: #0F1923;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  border: 0;
}

.burger__top_buttons button i {
  color: white;
  font-size: 16px;
}

.burger__body {
  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;
  overflow-y: scroll;
}

.burger__body a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  text-decoration: none;
  color: #0F1923;
  padding-bottom: 2px;
}

.burger__body a p {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
}

.burger__body a:hover p {
  border-color: #0F1923;
}

.burger__dropdown {
  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;
  max-height: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.burger__dropdown i {
  font-size: 10px;
}

.burger__dropdown.active {
  max-height: 1000px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.burger__dropdown.active a p {
  border-color: #0F1923;
}

.burger__dropdown.active a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #A78C7B;
}

.burger__subdropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}

.burger__subdropdown.active button i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #A78C7B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.burger__subdropdown button {
  padding-left: 10px;
  font-size: 16px;
  background: transparent;
  border: 0;
  outline: none;
  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;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #0F1923;
  /* Inside auto layout */
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.burger__subdropdown button i {
  font-size: 10px;
}

.burger__submenu {
  padding-left: 10px;
  max-height: 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: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger__submenu.active {
  max-height: 10000px;
}

.burger__submenu a {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #4A5D6B;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.burger__submenu a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: #A78C7B;
}

.burger__bottom {
  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;
}

.burger__bottom .navbar__fixed-menu_links_right {
  gap: 0;
}

.navbar__burger_body {
  z-index: 9999;
  padding-bottom: 30px;
  display: none;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.navbar__burger_body.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* ДЛЯ ВСЕХ ЭЛЕМЕНТОВ С ID ЗАКАНЧИВАЮЩИМСЯ НА -content */
[id$=-content] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  display: none;
  /* На всякий случай */
}

[id$=-content].active {
  max-height: 1000px !important;
  display: block !important;
}

/* Подменю */
.burger-submenu-links {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  display: none;
}

.burger-submenu.active .burger-submenu-links {
  max-height: 500px !important;
  display: block !important;
}

/* Ссылки внутри */
.burger-submenu-links a {
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger-submenu.active .burger-submenu-links a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Иконки */
.burger-dropdown-trigger i,
.burger-submenu-header i {
  -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;
}

.burger-dropdown-trigger.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.burger-submenu.active .burger-submenu-header i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-big {
  height: 100vh;
  position: relative;
}

.hero-big::after {
  content: "";
  width: 691px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 80%;
}

.hero-big .hero__body {
  width: 100%;
  height: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-big .hero__body h1 {
  width: 80%;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  padding: 40px 0;
  position: relative;
}

.hero-big .hero__body h1::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #BAE6FF;
}

.hero-big .hero__body h1::after {
  content: "";
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #BAE6FF;
}

.hero-big .hero__body p {
  font-weight: 100;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  opacity: 0.8;
  width: 100%;
}

.hero {
  height: 80vh !important;
  position: relative;
}

.hero::after {
  content: "";
  width: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 30%;
}

.hero .hero__body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  height: 100%;
  margin-top: auto;
  height: 75%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero .hero__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 31px;
  padding-top: 210px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14.2px);
}

.hero .hero__left h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.hero .hero__left h1 span {
  display: inline-block;
  color: #BAE6FF;
}

.hero .hero__right {
  padding: 20px 0;
}

.hero .hero__right p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.9;
}

.hero-2::after {
  opacity: 100%;
  width: 560px;
}

.hero_white {
  position: relative;
  height: 80vh !important;
}

.hero_white::after {
  opacity: 100%;
  width: 700px;
  z-index: 1;
}

.otrasli-hero {
  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;
  width: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 30px;
  height: 100%;
  padding-bottom: 10px;
}

.otrasli-hero h1 {
  padding-bottom: 50px;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0F1923;
  position: relative;
}

.otrasli-hero h1::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #A78C7B;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.otrasli-hero h1::after {
  content: "";
  width: 40%;
  height: 3px;
  background: #A78C7B;
  position: absolute;
  right: 0;
  bottom: 9.5px;
}

.otrasli-hero p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #0F1923;
  opacity: 0.8;
}

.otrasli-hero b {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #323C46;
}

.header {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
}

.header video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .logo-dark {
  display: none !important;
}

.header_teams {
  background: #0E1923 !important;
  height: auto;
}

.header_white {
  height: auto;
  background: none;
  background-color: #f2f2f2;
}

.header_white .logo-light {
  display: none !important;
}

.header_white .logo-dark {
  display: block !important;
}

.header_white .navbar__fixed a {
  background: #f2f2f2;
}

.header_white .navbar__menu {
  background: rgba(255, 255, 255, 0.2);
  border-color: #FFF;
}

.header_white .navbar__menu a {
  color: #0F1923;
}

.header_white .navbar__lang a {
  color: #0F1923;
}

.header_white .navbar__lang a svg path {
  stroke: #0F1923;
}

.header_white .navbar__button {
  background: rgba(255, 255, 255, 0.2);
  border-color: #FFF;
}

.header_white .navbar__button a {
  color: #0F1923;
}

.header_white .navbar__menu a::before {
  background: #0F1923;
}

.header_white .navbar__logo {
  background: none;
}

.header__main {
  margin-top: auto;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 160px 0 100px;
}

.header__main h1 {
  font-size: 44px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  font-weight: 400;
mix-blend-mode: difference;
	transform: translate3d(0,0,0);

}

.header__main p {
  color: #FFF;
  line-height: 1.6;
mix-blend-mode: difference;
transform: translate3d(0,0,0);
}

.header__main a {
  padding: 17px 24px;
  text-decoration: none;
  color: #FFF;
  background: rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: 0px 0px 2px -1px #FFF;
  box-shadow: 0px 0px 2px -1px #FFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__main a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

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

.navbar__fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  gap: 5px;
  left: 20px;
  top: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.navbar__fixed--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar__fixed button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 100px 10px 20px;
  background: rgba(15, 25, 35, 0.2);
  border-radius: 4px;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: 0px 0px 2px -1px #FFF;
  box-shadow: 0px 0px 2px -1px #FFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar__fixed button:hover {
  background: rgba(167, 140, 123, 0.6666666667);
}

.navbar__logo {
  margin-right: auto;
  background: rgba(15, 25, 35, 0.2);
  -webkit-box-shadow: 0px 0px 2px -1px #FFF;
  box-shadow: 0px 0px 2px -1px #FFF;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar__logo a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display:block;
 height:auto;
	font-size:0;
}

.navbar__logo a img {
  width: 93px;
  height: 48px;
}

.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 16px;
  background: rgba(15, 25, 35, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px -1px #FFF;
  box-shadow: 0px 0px 2px -1px #FFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
}

.navbar__menu.active__dropdown {
  background: #FFF !important;
}

.navbar__menu.active__dropdown a {
  color: #0F1923 !important;
}

.navbar__menu a {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.navbar__menu a:hover {
  color: #A78C7B;
  opacity: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar__menu a i {
  font-size: 12px;
}

.navbar__menu a.active__dropdown {
  color: #A78C7B !important;
}

.navbar__menu a.active__dropdown:hover {
  color: #A78C7B;
}

.dropdown-trigger.active__dropdown {
  color: #A78C7B !important;
}

.navbar__menu a.active__dropdown i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -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;
}

.navbar__menu i {
  -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;
}

.navbar__menu_main {
  position: absolute;
  width: 765px;
  right: 0%;
  top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  background: white;
  padding: 30px 20px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.navbar__menu_main.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar__menu_main::before {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  left: 50%;
  background: #D9D9D9;
  top: 5%;
}

.navbar__menu_left {
  width: 50%;
  -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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
}

.navbar__menu_left_top b {
  font-weight: 400;
  font-size: 38px;
  letter-spacing: -0.02em;
  color: #0F1923;
  line-height: 1;
}

.navbar__menu_left_top b span {
  display: inline-block;
  color: #A78C7B;
}

.navbar__menu_left_bottom {
  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;
  margin-top: auto;
}

.navbar__menu_left_bottom_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 5px;
}

.navbar__menu_left_bottom_l a {
  border-radius: 4px;
  width: 28px;
  height: 28px;
  background: #0F1923;
  padding: 5px;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar__menu_left_bottom_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.navbar__menu_left_bottom_r a {
  font-size: 13px;
  color: #4A5D6B;
  text-decoration: none;
}

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

.navbar__menu_right {
  width: 100%;
}

.navbar__menu_right_expertise,
.navbar__menu_right_about {
  display: none !important;
}

.navbar__menu_right_expertise.active,
.navbar__menu_right_about.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.navbar__menu_right_about,
.navbar__menu_right_expertise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.navbar__menu_right_about {
  display: none;
}

.navbar__menu_row {
  width: 50%;
}

.navbar__menu_col {
  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: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
}

.navbar__menu_col b {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #A78C7B;
  opacity: 0.8;
}

.navbar__menu_col a {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #4A5D6B;
  text-decoration: none;
}

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

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

.navbar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 16px;
  background: rgba(15, 25, 35, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px -1px #FFF;
  box-shadow: 0px 0px 2px -1px #FFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar__button a {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
}

.background-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.zoom-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 0;
}

.header_about>.container,
.header_about>.container_big {
  position: relative;
  z-index: 1;
}

.about {
  padding: 130px 0 60px;
}

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

.about__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: 30px;
}

.about__left p {
  font-weight: 500;
  font-size: 18px;
  color: #0F1923;
  opacity: 0.8;
}

.about__right {
  width: 50%;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  overflow-y: scroll;
  position: relative;
}

.about__right::-webkit-scrollbar {
  width: 0;
  display: none;
}

.about__right {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.about__right .about__scrollbar {
  position: sticky;
  top: 0;
  width: 1.3px;
  height: 100%;
  background: #323C46;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 10px;
}

.about__right .about__scrollbar-thumb {
  width: 3.5px;
  height: 180px;
  background: #323C46;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.about__right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.about__scrollbar {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.about__scrollbar-thumb {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.about__scrollbar-thumb:hover,
.about__scrollbar-thumb.thumb-dragging {
  background-color: #555;
}

.about__scrollbar-thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.about__right_item {
  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;
  background: #E9E9E9;
  padding: 20px;
  border-radius: 4px;
}

.about__right_item b {
  font-size: 20px;
  color: #0F1923;
  opacity: 80%;
  font-weight: 500;
}

.about__right_item p {
  opacity: 80%;
  font-weight: 300;
  font-size: 15px;
  color: #222222;
}

.global {
  padding: 10px 0;
}

.global__title {
  padding: 20px 0;
}

.global__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  border-radius: 6px;
  margin: 20px 0;
  overflow: hidden;
	flex-wrap:wrap;
}

.global__item {
  background-color: #0F1923;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
}

.global__item_bg {
  background-repeat: no-repeat;
	background-position:0 0;
  background-size: 100%;
}
body > section.global > div > div.global__desktop > div > div:nth-child(3){
	background-position:0 -150px;
}
.global__item_left {
  width: 130px;
  height: 60px;
  font-size: 0;
}

.global__item_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.global__item_right {
  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;
}

.global__item_right b {
  color: #BAE6FF;
  font-weight: 700;
}

.global__item_right p {
  color: #BEC2CB;
  opacity: 0.8;
}

.latest {
  padding: 30px 0 60px;
}

.latest__title {
  padding: 40px 0;
  position: relative;
}

.latest__title:before {
  content: "";
  width: 60%;
  height: 1px;
  background: #BEC2CB;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.latest__title:after {
  content: "";
  width: 20%;
  height: 3px;
  background: #4A5D6B;
  position: absolute;
  left: 0;
  bottom: 9px;
  left: 45%;
}

.latest__buttons {
  padding: 30px 0;
  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;
}

.latest__buttons_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 16px;
}

.latest__buttons_left button {
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid;
  background: #ecf1f3;
  color: #4A5D6B;
  border-color: #E9E9E9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 180px;
}

.latest__buttons_left button:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: #0F1923 !important;
  background: #0F1923 !important;
  color: #FFF !important;
}

.latest__buttons_selected {
  border-color: #0F1923 !important;
  background: #0F1923 !important;
  color: #FFF !important;
}

.latest__buttons_right a {
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: #A78C7B;
  border-radius: 4px;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.latest__buttons_right a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.latest__buttons_right a i {
  font-size: 12px;
}

.latest__body {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 50px;
  position: relative;
}

.latest__body::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #BEC2CB;
}

.latest__left {
  width: 50%;
}

.latest__item {
  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;
}

.latest__item a {
  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;
  text-decoration: none;
}

.latest__item img {
  width: 100%;
  height: 260px;
  -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: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.latest__item b {
  color: #0F1923;
  font-weight: 500;
  font-size: 24px;
}

.latest__item p {
  color: #4A5D6C;
  font-size: 16px;
  font-weight: 400;
}

.latest__item:hover img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.latest__item_img {
  font-size: 0;
  overflow: hidden;
}

.latest__item_info {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.latest__info p {
  font-size: 14px;
  color: #0F1923;
  line-height: 1.4;
}

.latest__info p span {
  color: #BEC2CB;
}

.latest__info a {
  font-size: 14px;
  text-decoration: none;
  color: #0F1923;
}

.latest__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: 20px;
  position: relative;
}

.latest__right>.latest__item:first-child {
  border-bottom: 1px solid #BEC2CB;
  padding-bottom: 20px;
}

.latest__right::before {
  /* content: ""; */
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #BEC2CB;
}

.latest__right .latest__item a {
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latest__right .latest__item_img {
  max-width: 202px;
  min-height: 220px;
}

.latest__right .latest__item_img img {
  width: 100%;
  height: 100%;
}

.latest__right .latest__item_info {
  width: 100%;
}

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

.latest__tab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.latest__tab.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  -webkit-animation: tabFadeIn 0.5s ease forwards;
  animation: tabFadeIn 0.5s ease forwards;
}

@-webkit-keyframes tabFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.form {
  padding: 60px 0;
}

.form__wrapper {
  padding: 80px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.form__body {
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 120px;
  gap: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px -1px #FFF;
  box-shadow: 0px 0px 2px -1px #FFF;
}

.form__body b {
  text-align: center;
  color: #F5F5F5;
  font-size: 40px;
  font-weight: 400;
}

.form__body p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  opacity: 80%;
}

.form__body form {
  padding: 10px 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;
}

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

.form__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.form__row label {
  color: #FFF;
}

.form__row label span {
  display: none;
  color: #A78C7B;
}

.form__row input {
  color: #BEC2CB;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #323C46;
  border-radius: 4px;
  background: transparent;
  outline: none;
  width: 100%;
}

.form__row input[type=submit] {
  width: 40%;
  background: #BAE6FF;
  cursor: pointer;
  color: #0F1923;
  border: 0;
  margin: 0 auto;
}

.form__row input::-webkit-input-placeholder {
  color: #BEC2CB;
}

.form__row input::-moz-placeholder {
  color: #BEC2CB;
}

.form__row input:-ms-input-placeholder {
  color: #BEC2CB;
}

.form__row input::-ms-input-placeholder {
  color: #BEC2CB;
}

.form__row input::placeholder {
  color: #BEC2CB;
}

.form__row p {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  color: #BEC2CB;
  font-size: 12px;
}

.footer {
  padding: 40px 0;
  background-color: #0F1923;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 50px 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 0;
  position: relative;
}

.footer__body:before {
  content: " ";
  position: absolute;
  width: 296px;
  height: 3px;
  right: 0;
  top: -1px;
  background: #4A5D6B;
}

.footer__body:after {
  content: " ";
  position: absolute;
  width: 3px;
  height: 50px;
  right: -2px;
  top: -1px;
  background: #4A5D6B;
}

.footer_01 {
  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;
}

.footer_01 img {
  width: 65px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer_01 p {
  color: #FFF;
  font-size: 16px;
}

.footer_01 form {
  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;
}

.footer_01 form label {
  color: #FFF;
}

.footer_01 form input[type=email] {
  border: 0;
  outline: none;
  background: transparent;
  color: #FFF;
  padding: 15px;
  padding-left: 0;
  font-size: 16px;
  color: #BEC2CB;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #323C46;
  border-radius: 4px;
  background: transparent;
  outline: none;
	font-weight:300;
}

.footer_01 form input[type=email]::-webkit-input-placeholder {
  color: #FFF;
}

.footer_01 form input[type=email]::-moz-placeholder {
  color: #FFF;
}

.footer_01 form input[type=email]:-ms-input-placeholder {
  color: #FFF;
}

.footer_01 form input[type=email]::-ms-input-placeholder {
  color: #FFF;
}

.footer_01 form input[type=email]::placeholder {
  color: #FFF;
}

.footer_01 form input[type=submit] {
  padding: 10px 15px;
  text-align: center;
  background: #BAE6FF;
  color: #0F1923;
  font-size: 16px;
  border: 0;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.footer_02 {
  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: 16px;
}

.footer_02 b {
  font-weight: 500;
  color: #FFF;
  font-size: 20px;
}

.footer_02 a {
  text-decoration: none;
  color: #F5F5F5;
}

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

.footer_03 {
  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: 16px;
  margin-right: 60px;
}

.footer_03 b {
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 20px;
}

.footer_03 a {
  opacity: 90%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 25px;
  color: #F5F5F5;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_03 a svg {
  min-width: 16px;
}

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

.footer_03 a i {
  margin-top: 4px;
  font-size: 15px;
}

.footer__copyright {
  margin-top: 20px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center; 
  width:100%;
}

.footer__copyright p {
  color: #BEC2CB;
  font-size: 14px;
  text-transform: uppercase;
}

.contacts {
  padding: 40px 0;
  background: #f2f2f2;
}

.contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 70px;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  position: relative;
}

.contacts__body::before {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  position: absolute;
  background: #d0d4d7;
}

.contacts__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: 32px;
  width: 40%;
  padding: 50px 0;
}

.contacts__left h1 {
  color: #0F1923;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}

.contacts__left p {
  color: #0F1923;
  font-size: 18px;
  opacity: 80%;
}

.contacts__left_col {
  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: 30px;
  border-bottom: 1px solid #E3E8EF;
}

.contacts__left_row {
  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;
  width: 100%;
}

.contacts__left_row b {
  color: #0F1923;
  font-size: 18px;
  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;
}

.contacts__left_row a {
  text-decoration: none;
  color: #4A5D6B;
  font-size: 18px;
  opacity: 80%;
}

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

.contacts__right {
  width: 45%;
  height: auto;
}

.contacts__right iframe {
  border-radius: 4px;
  height: 100%;
}

.contacts-form {
  padding: 140px 0;
  background: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
}

.contacts-form__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;
  width: 90%;
  margin: 0 auto;
}

.contacts-form__left {
  width: 30%;
  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;
  font-size: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.contacts-form__left video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.contacts-form__left img {
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.contacts-form__left::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4470588235);
  z-index: 1;
}

.contacts-form__right {
  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: 40px;
}

.contacts-form__right b {
  color: #0F1923;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}

.contacts-form__right p {
  margin-top: -20px;
  color: #323C46;
  font-size: 20px;
}

.contacts-form__right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.contacts-form__col {
  width: 100%;
  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: flex-start;
}

.contacts-form__col_center {
  align-items: center !important;
}

.contacts-form__row {
  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: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
}

.contacts-form__row label {
  color: #0F1923;
  font-size: 16px;
  font-weight: 500;
}

.contacts-form__row label span {
  color: #A78C7B;
  display: none;
}

.contacts-form__row p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #BEC2CB;
  margin-top: 0;
}

.contacts-form__row textarea {
  height: 92px;
}

.contacts-form__row textarea,
.contacts-form__row input {
  resize: none;
  color: #0F1923;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #323C46;
  border-radius: 4px;
  background: transparent;
  outline: none;
  width: 100%;
}

.contacts-form__row textarea[type=submit],
.contacts-form__row input[type=submit] {
  width: 100%;
  background: #0F1923;
  cursor: pointer;
  color: #FFF;
  border: 0;
}

.contacts-form__row textarea::-webkit-input-placeholder,
.contacts-form__row input::-webkit-input-placeholder {
  color: #757575;
}

.contacts-form__row textarea::-moz-placeholder,
.contacts-form__row input::-moz-placeholder {
  color: #757575;
}

.contacts-form__row textarea:-ms-input-placeholder,
.contacts-form__row input:-ms-input-placeholder {
  color: #757575;
}

.contacts-form__row textarea::-ms-input-placeholder,
.contacts-form__row input::-ms-input-placeholder {
  color: #757575;
}

.contacts-form__row textarea::placeholder,
.contacts-form__row input::placeholder {
  color: #757575;
}

.team {
  padding: 100px 0;
  background: #f2f2f2;
}

.team__wrapper {
  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;
  width: 80%;
  margin: 0 auto;
}

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

.team__filter_select select {
  padding: 8px 30px 8px 16px;
  border: 0.5px solid rgba(74, 93, 107, 0.2);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 16px;
  color: #0F1923;
  background: transparent;
}

.team__filter_select {
  position: relative;
}

.team__filter_select:after {
  font: var(--fa-font-solid);
  content: "\f078";
  font-size: 10px;
  position: absolute;
  top: 40%;
  right: 10px;
  color: #0F1923;
}

.team__filter_sort {
  margin-left: auto;
  position: relative;
}

.team__filter_sort::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 29%;
  left: 10px;
  color: #0F1923;
}

.team__filter_sort select {
  padding-left: 40px;
}

.team__body {
  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;
}

.team__item {
  padding: 20px 0;
  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 #A78C7B;
  position: relative;
}

.team__item:after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  bottom: -2.5px;
  right: 0;
  background: #A78C7B;
}

.team__item_left {
  width: 50%;
  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: 20px;
}

.team__item_left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.team__item_left span i {
  font-style: normal;
  letter-spacing: -1px;
  color: #A78C7B;
  opacity: 0.8;
}

.team__item_left span b {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #0F1923;
}
.team__item_left span b >a{
	text-decoration:none;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: #0F1923;
}
.team__item_img_wrapper {
  max-width:100px;
  min-width: 100px;
  height: 100px;
  font-size: 0;
  background: #f3f3f4;
  border-radius: 100%;
  position: relative;
  outline: 1px solid #A78C7B;
}

.team__item_img_wrapper::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 3px solid #A78C7B;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.team__item_img_wrapper img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
	object-position: center 0%;
}

.team__item_mid {
  width: 25%;
}

.team__item_mid a {
  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;
  text-decoration: none;
  color: #0F1923;
  font-size: 15px;
}

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

.team__item_mid a i {
  color: #0F1923;
}

.team__item_right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team__item_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0F1923;
}

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

.team__item_right .team_more {
  margin-left: 50px;
}

.team-solo {
  padding: 10px 0;
  background: #0F1923;
}

.team-solo__back {
  padding: 30px 0;
}

.team-solo__back a {
  text-decoration: none;
  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: #FFF;
  padding-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.team-solo__back a p {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 3px;
}

.team-solo__back a:hover p {
  border-color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-solo__back a i {
  color: #A78C7B;
  font-size: 12px;
}

.team-solo__body {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}

.team-solo__body::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #A78C7B;
  left: 31%;
  top: 0;
}

.team-solo__body::after {
  content: "";
  width: 3px;
  height: 400px;
  position: absolute;
  background: #A78C7B;
  left: 30.95%;
  top: 0;
}

.team-solo__left {
  width: 30%;
  font-size: 0;
  border-radius: 4px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
	  height: 488px;
	overflow:hidden;
}

.team-solo__left img {
  top: 0;
  position: sticky;
  isolation: isolate;
  height: 488px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  border-radius: 4px;
}

.team-solo__right {
  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: 25px;
}

.team-solo__right__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;
}

.team-solo__right__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-solo__right__title span i {
  font-size: 15px;
  letter-spacing: -0.4px;
  font-style: normal;
  color: #A78C7B;
}

.team-solo__right__title span h1 {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.team-solo__right_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-solo__right_links a {
  text-decoration: none;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-solo__right_links a:hover {
  text-decoration: underline;
}

.team-solo__right_item.team-solo_active i {
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}

.team-solo__right_item {
  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;
}

.team-solo__right_item_title {
  border-bottom: 1px solid #BAE6FF;
  padding-bottom: 10px;
  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;
  cursor: pointer;
}

.team-solo__right_item_title b {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}

.team-solo__right_item_title i {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: #BAE6FF;
}

.team-solo__right_item_body {
  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;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height, opacity, transform;
  width:90%;
}

.team-solo_active .team-solo__right_item_body {
  max-height: 5000px;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: visible;
}

.team-solo__right_item_body p {
  color: #FFF;
  opacity: 80%;
  font-size: 14px;
  line-height: 140%;
}

.team-solo__right_item_body p b,
.team-solo__right_item_body p strong {
  font-weight: 500;
}

.team-solo__right_item_body b {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

.team-solo__right_item_body ul,
.team-solo__right_item_body ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-left: 22px;
  color: #FFF;
  opacity: 80%;
  list-style: none;
}

.team-solo__right_item_body ul li,
.team-solo__right_item_body ol li {
  position: relative;
  font-size: 14px;
  line-height: 140%;
}

.team-solo__right_item_body ul li::before,
.team-solo__right_item_body ol li::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #A78C7B;
  left: -20px;
  top: 50%;
  position: absolute;
}

.team-solo__right_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-solo__right_rating_item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  padding: 12px;
  gap: 16px;
  background: rgba(74, 93, 107, 0.12);
}

.team-solo__right_rating_left {
  min-width: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  font-size: 0;
  overflow: hidden;
  border-radius: 4px;
}

.team-solo__right_rating_left img {
  padding: 10px;
  border-radius: 4px;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-solo__right_rating_right {
  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;
}

.team-solo__right_rating_right a {
  text-decoration: none;
  color: #BAE6FF;
  opacity: 80%;
  font-size: 14px;
  font-weight: 500;
}

.team-solo__right_rating_right p {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.8;
}

.practice {
  padding: 80px 0;
}

.practice__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 40px;
  padding: 40px 0;
  position: relative;
}

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

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

.practice__left_item:hover b {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #A78C7B;
}

.practice__left_item:hover .practice-more p {
/*   border-color: #A78C7B; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #A78C7B;
}

.practice__left_item:hover .practice-more i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #A78C7B;
}

.practice__left_item_img {
  font-size: 0;
  overflow: hidden;
  min-width: 246px;
  border-radius: 4px;
}

.practice__left_item_img img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 246px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.practice__left_item_info {
  width: auto;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.practice__left_item_info span {
  display: inline-block;
  font-size: 28px;
  color: #A78C7B;
  font-weight: 500;
}

.practice__left_item_info b {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #0F1923;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.practice__left_item_info p {
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0F1923;
}

.practice__left_item_info .practice-more {
  text-decoration: none;
  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: #0F1923;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.practice__left_item_info .practice-more p {
  padding-bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
}

.practice__left_item_info .practice-more i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.practice__right {
  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;
  width: 25%;
  position: sticky;
}

.practice__right_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 15px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0F1923;
}

.practice__right_item_img {
  min-width: 78px;
}

.practice__right_item_img img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  height: 113px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.practice__right_item_info {
  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: start;
  -ms-flex-align: start;
  align-items: start;
  height: 100%;
}

.practice__right_item_info b {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.practice__right_item_info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 4px;
  margin-top: auto;
  text-decoration: none;
  color: #0F1923;
  padding: 8px 16px;
  background: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  font-size: 13px;
}

.practice__right_item_info a i {
  font-size: 12px;
  color: #0F1923;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 3px;
}

.practice-solo {
  padding: 80px 0;
}

.practice-solo__body {
  padding: 40px 0;
  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;
}

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

.practice-solo__left_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.practice-solo__left_item_title {
  position: relative;
  width: 100%;
}

.practice-solo__left_item_title::before {
  width: 44%;
  height: 1px;
  content: "";
  background: #A78C7B;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.practice-solo__left_item_title::after {
  width: 22%;
  height: 3px;
  content: "";
  background: #A78C7B;
  position: absolute;
  left: 25%;
  bottom: -21.5px;
}

.practice-solo__left_item_title b {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #0F1923;
}

.practice-solo__left_item_col {
  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;
}

.practice-solo__left_item_col p {
  color: #0F1923;
  font-size: 16px;
  font-weight: 400;
  opacity: 80%;
}

.practice-solo__left_item_col b {
  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: #323C46;
  font-weight: 500;
}

.practice-solo__left_item_col b i {
  color: #A78C7B;
}

.practice-solo__left_item_col.expandable-col {
  gap: 10px;
}

.practice-solo__left_item_col.expandable-col .expandable-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  margin: 0;
}

.practice-solo__left_item_col.expandable-col .expandable-title {
  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: #323C46;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.practice-solo__left_item_col.expandable-col .expandable-title:hover {
  color: #A78C7B;
}

.practice-solo__left_item_col.expandable-col .expandable-title i {
  color: #A78C7B;
  -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;
}

.practice-solo__left_item_col.expandable-col.active {
  gap: 20px;
}

.practice-solo__left_item_col.expandable-col.active .expandable-content {
  max-height: 200px;
  opacity: 1;
}

.practice-solo__left_item_col.expandable-col.active .expandable-title i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.practice-solo__left_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.practice-solo__left_item_row .practice-solo__left_item_col {
  width: 48%;
}

.practice-solo__right {
  overflow: hidden;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  gap: 40px;
}

.practice-solo__right_top {
  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;
}

.practice-solo__right_top b {
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.practice-solo__right_top a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 80%;
}

.practice-solo__right_top a:hover {
  opacity: 100%;
}

.practice-solo__right_top a:hover i {
  color: #A78C7B;
}

.practice-solo__right_top a i {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #9da1aa;
}

.practice-solo__right_top p {
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.practice-solo__right_top p:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: #A78C7B;
}

.practice-solo__right_bottom {
  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;
  width: 100%;
}

.practice-solo__right_bottom .practice-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.practice__slide {
  min-width: 100%;
  max-width: 100%;
  margin-right: 20px;
}

.practice__item {
  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;
  width: 100%;
}

.practice__slider {
  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;
}

.swiper-notification {
  display: none;
}

.swiper-pagination-practice {
  text-align: center;
}

.swiper-pagination-practice .swiper-pagination-bullet-active {
  background: #BAE6FF !important;
  width: 20px !important;
  height: 2px;
  opacity: 100%;
  border-radius: 2px;
}

.swiper-pagination-practice .swiper-pagination-bullet {
  background: #BEC2CB;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  opacity: 100%;
}

.practice-solo__right_bottom_user {
  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;
  font-size: 0;
  width: 100%;
}

.practice-solo__right_bottom_user span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.practice-solo__right_bottom_user span i {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  opacity: 0.8;
}

.practice-solo__right_bottom_user span b {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.practice-solo__right_bottom_user img {
  background: #FFF;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.practice-solo__right_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
}

.practice-solo__right_bottom_links a {
  text-decoration: none;
  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: #FFF;
  font-size: 14px;
}

.practice-solo__right_bottom_links a i,
.practice-solo__right_bottom_links a img {
  font-size: 16px;
  width: 24px;
  height: 24px;
  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;
  text-align: center;
/*   background: #FFF; */
  color: #0F1923;
  border-radius: 4px;
  padding: 10px;
}

.practice-solo__right_bottom_links a img {
  padding: 2px;
}

.practice-solo__right_bottom_links a:hover {
  text-decoration: underline;
}

.otrasli {
  padding: 80px 0;
  background: #F2F2F2;
}

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

.otrasli__left {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.otrasli__left::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #BEC2CB;
  position: absolute;
  left: 49%;
  top: 0;
}

.otrasli__item {
  width: 48%;
  padding: 15px;
  padding-bottom: 25px;
  padding-left: 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: 20px;
  position: relative;
}

.otrasli__item::after {
  content: "";
  width: 102%;
  height: 1px;
  background: #BEC2CB;
  position: absolute;
  left: 0%;
  bottom: 0px;
}

.otrasli__item span {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #A78C7B;
  display: inline-block;
}

.otrasli__item b {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0F1923;
}

.otrasli__item p {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0F1923;
}

.otrasli__item a {
  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: #0F1923;
  text-decoration-line: none;
  color: #0F1923;
}
.otrasli__item a i{
	transition:.4s;
}
.otrasli__item a:hover {
      transition: 0.4s;
    color: #A78C7B;
}
.otrasli__item a:hover > i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #A78C7B;
}
.otrasli__right {
  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;
  width: 25%;
}

.otrasli-single {
  background: #f2f2f2;
  padding: 80px 0;
}

.otrasli-single__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}

.otrasli-single__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: 25px;
  width: 75%;
}

.otrasli-single__left b {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #0F1923;
}

.otrasli-single__left p {
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #0F1923;
  opacity: 0.8;
}

.otrasli-single__left {
  /* Убираем стили для старого тега <a> */
  /* a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 24px;
      gap: 16px;
      background: #E9E9E9;
      border-radius: 4px;
      font-weight: 500;
      font-size: 20px;
      letter-spacing: -0.03em;
      color: #323C46;
      text-decoration: none;

      i {
          color: $main_color;
      }
  } */
  /* Стили для кейсов */
}

.otrasli-single__left .otrasli-case {
  background: #E9E9E9;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.otrasli-single__left .otrasli-case.expandable-col.active {
  margin-bottom: 10px;
  /* Отступ при открытии */
}

.otrasli-single__left .otrasli-case .otrasli-case__header {
  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;
  padding: 20px 24px;
  gap: 16px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #323C46;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.otrasli-single__left .otrasli-case .otrasli-case__header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.otrasli-single__left .otrasli-case .otrasli-case__header i {
  color: #0F1923;
  -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;
  font-size: 16px;
}

.otrasli-single__left .otrasli-case .otrasli-case__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.otrasli-single__left .otrasli-case .otrasli-case__content p {
  padding: 0 24px 20px 24px;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #0F1923;
  opacity: 0.8;
}

.otrasli-single__left .otrasli-case .otrasli-case__content p:first-child {
  padding-top: 0;
}

.otrasli-single__left .otrasli-case .otrasli-case__content p:last-child {
  padding-bottom: 20px;
}

.otrasli-single__left .otrasli-case {
  /* Стили для открытого состояния */
}

.otrasli-single__left .otrasli-case.active .otrasli-case__header i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.otrasli-single__left .otrasli-case.active .otrasli-case__content {
  max-height: 500px;
  /* Достаточно для контента */
  opacity: 1;
  padding-top: 10px;
}

/* Общие стили для expandable-col (можно вынести в отдельный файл) */
.expandable-col .expandable-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.expandable-col .expandable-title {
  cursor: pointer;
}

.expandable-col .expandable-title i {
  -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;
}

.expandable-col.active .expandable-content {
  max-height: 500px;
  opacity: 1;
}

.expandable-col.active .expandable-title i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.otrasli-single__right {
  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;
  width: 25%;
}

.otrasli-single__right_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  padding-bottom: 25px;
  border: 1px solid rgba(74, 93, 107, 0.2);
  border-radius: 4px;
}

.otrasli-single__right_other b {
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  color: #0F1923;
  margin-bottom: 20px;
}

.otrasli-single__right_other a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.otrasli-single__right_other a p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0F1923;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.otrasli-single__right_other a i {
  color: #c8ccd3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.otrasli-single__right_other a:hover p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: #A78C7B;
}

.otrasli-single__right_other a:hover i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #A78C7B;
}

.otrasli-single__right_item {
  padding: 16px;
  gap: 12px;
  padding-bottom: 25px;
  border: 1px solid rgba(74, 93, 107, 0.2);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.otrasli-single__right_item img {
  width: 130px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.otrasli-single__right_item span {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #0F1923;
}

.otrasli-single__right_item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #323C46;
  opacity: 0.8;
}

.bad-request {
  background: #f2f2f2;
  padding: 100px 0 150px;
}

.bad-request_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bad-request_body h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -2px;
  color: #0F1923;
}

.bad-request_body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #323C46;
  opacity: 0.8;
}

.bad-request_body img {
  width: 50%;
  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;
}

.bad-request_body a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  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;
  padding: 14px 50px 16px;
  gap: 16px;
  background: #0F1923;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
}

.media {
  padding: 80px 0;
  background: #f2f2f2;
}

.media__title {
  padding: 20px 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;
  padding: 16px;
  gap: 16px;
  background: #E9E9E9;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  position: relative;
}

.media__title__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Десктопные кнопки */
}

.media__title__left .media-buttons-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.media__title__left .media-buttons-desktop button {
  padding: 10px 16px;
  background: rgba(186, 230, 255, 0.1);
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 150%;
  color: #4A5D6B;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.media__title__left .media-buttons-desktop button:hover {
  background: #0F1923;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.media__title__left .media-buttons-desktop button.selected-media {
  background: #0F1923 !important;
  color: #FFF !important;
}

.media__title__left {
  /* Выпадающий список для мобильных */
}

.media__title__left .media-dropdown {
  position: relative;
  display: none;
}

.media__title__left .media-dropdown .media-dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #0F1923;
  color: #FFF;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
}

.media__title__left .media-dropdown .media-dropdown-toggle i {
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.media__title__left .media-dropdown .media-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #E9E9E9;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  z-index: 100;
  min-width: 200px;
  margin-top: 5px;
}

.media__title__left .media-dropdown .media-dropdown-menu.show {
  display: block;
}

.media__title__left .media-dropdown .media-dropdown-menu button {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: rgba(186, 230, 255, 0.1);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: left;
  color: #4A5D6B;
  cursor: pointer;
}

.media__title__left .media-dropdown .media-dropdown-menu button:last-child {
  border-bottom: none;
}

.media__title__left .media-dropdown .media-dropdown-menu button:hover,
.media__title__left .media-dropdown .media-dropdown-menu button.selected-media {
  background: #0F1923;
  color: #FFF;
}

.media__title__left .media-dropdown.open .media-dropdown-toggle i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.media__title__left .media-dropdown.open .media-dropdown-menu {
  display: block;
}

.media__title__right {
  position: relative;
}

.media__title__right::before {
  user-select:none;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 25%;
  width: 20px;
  height: 20px;
}

.media__title__right::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 25%;
  width: 20px;
  height: 20px;
}

.media__title__right select {
  padding: 10px 36px;
  background: #A78C7B;
  border-radius: 4px;
  text-align: center;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border: 0;
  outline: none;
  cursor: pointer;
}

.media__body {
  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;
  padding: 40px 0;
}

.media__body b {
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0F1923;
}

.latest-analitycs {
  margin: 0;
}

.latest-analitycs b {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0F1923;
}

.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 30px;
}

.media__list .latest__item {
  width: 32%;
}

.media__list .latest__item img {
  height: 198px;
}

.media__list .latest__item b {
  font-size: 20px;
}

.media__body {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.media__body[hidden] {
  display: none;
}

.event__item {
  border: 1px solid rgba(74, 93, 107, 0.2);
  border-radius: 4px;
}

.event__item a {
  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;
  text-decoration: none;
}

.event__item:hover img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.event__left {
  width: 50%;
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.event__left .event__left_text {
  font-size: 14px;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 15px 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.event__left .event__left_text p {
  color: #FFF;
}

.event__left img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 450px;
  -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: 100%;
}

.event__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: 25px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.event__right b {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #0F1923;
}

.event__right p {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0F1923;
  opacity: 0.8;
}

.event__right_info {
  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;
}

.envet__right_info_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: 20px;
}

.envet__right_info_left p {
  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: #0F1923;
  opacity: 100%;
}

.envet__right_info_left p i {
  width: 4%;
  font-size: 14px;
  color: #BEC2CB;
}

.envet__right_info_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #0F1923;
}

.blog {
  padding: 40px 0;
  background: #f2f2f2;
}

.blog__wrapper {
  width: 60%;
  margin: 0 auto;
  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;
}

.blog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-line-pack: inherit;
  align-content: inherit;
}

.blog__title_left a {
  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;
  text-decoration: none;
  color: #0F1923;
  letter-spacing: -0.06em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog__title_left a p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1.5px solid transparent;
}

.blog__title_left a:hover p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: #A78C7B;
}

.blog__title_left a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #A78C7B;
}

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

.blog__title_right p,
.blog__title_right a {
  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;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #323C46;
}

.blog__body {
  padding: 20px 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: 25px;
}

.blog__body h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #222222;
}

.blog__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #222222;
}
.blog__body ul,.blog__body ol{
	padding-left:20px;
}
.blog__body .blog__banner {
  height: 320px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.blog__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px 18px;
  background: #E9E9E9;
  border-radius: 12px;
}

.blog__documents a {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 15px;
  color: #222222;
  font-style: italic;
  line-height: 140%;
  text-transform: lowercase;
  text-decoration: none;
}

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

.blog__documents a .fa-file-pdf {
  color: #0F1923 !important;
}

.blog__documents a .fa-arrow-up-from-bracket {
  color: #A78C7B !important;
}

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

.blog__info b {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #222222;
}

.blog__info p {
  font-weight: 400;
  line-height: 140%;
  color: #222222;
}

.blog__info_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: 20px;
}

.blog__info_right {
  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;
}

.book {
  padding: 30px 0 100px;
  background: #f2f2f2;
}

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

.book__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: 10px;
}

.book__left_main {
  font-size: 0;
}

.book__left_main img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.book__left_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  overflow-x: auto;
  gap: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.book__left_images::-webkit-scrollbar {
  height: 6px;
}

.book__left_images::-webkit-scrollbar-track {
  background: rgba(186, 230, 255, 0.1);
  border-radius: 10px;
}

.book__left_images::-webkit-scrollbar-thumb {
  background: #0F1923;
  border-radius: 10px;
}

.book__left_images::-webkit-scrollbar-thumb:hover {
  background: black;
}

.book__left_images {
  scrollbar-width: thin;
  scrollbar-color: #0F1923 rgba(186, 230, 255, 0.1);
}

.book__left_images img {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease, opacity 0.3s ease;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  border-radius: 4px;
}

.book__left_images img:hover {
  opacity: 0.9;
}

.book__left_images img.active-thumb {
  border-color: #0F1923;
  opacity: 1;
}

.book__right {
  width: 65%;
  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;
}

.book__right h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #0F1923;
}

.book__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  color: #0F1923;
}

.book__info span {
  font-size: 14px;
  line-height: 120%;
  color: #323C46;
  padding-bottom: 4px;
  border-bottom: 1px solid #0F1923;
}

.book__right_items {
  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;
}

.book__right_items .team-solo__right_item_title {
  border: 0;
  padding: 0;
}

.book__right_items .team-solo__right_item_title b {
  font-size: 16px;
  color: #0F1923;
}

.book__right_items .team-solo__right_item_title i {
  color: #0F1923;
}

.book__right_items .team-solo__right_item_body p,
.book__right_items .team-solo__right_item_body b,
.book__right_items .team-solo__right_item_body span,
.book__right_items .team-solo__right_item_body li {
  font-size: 16px;
  opacity: 100%;
  color: #0F1923;
}

.safe-payment {
  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: #0F1923;
  font-weight: 500;
}

.safe-payment img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 42px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
  color: #0F1923;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price span {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
}

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

.book__links a {
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.book__links a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.book-buy {
  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;
  padding: 8px 16px;
  gap: 12px;
  color: #FFF;
  background: #0F1923;
  border: 2px solid #0F1923;
}

.book-buy i {
  font-size: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.book-demo {
  padding: 8px 16px;
  color: #4A5D6B;
  border: 2px solid #BEC2CB;
}

.policy {
  background: #f2f2f2;
  padding: 30px 0 100px;
}

.policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  width: 60%;
  margin: 0 auto;
}

.policy__title h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  color: #000000;
}

.policy__items {
  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;
}

.policy__item {
  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;
}

.policy__item b {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

.policy__item ul,
.policy__item ol {
  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;
  padding-left: 30px;
}

.career {
  padding: 50px 0;
  background: #f2f2f2;
}

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

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

.career__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.career__left {
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 634px;
  flex: 1 0 634px;
}

.career__left img {
  width: 100%;
  height: 328px;
  border-radius: 4px;
  -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;
}

.career__right {
  height: auto;
  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: 24px;
  background: #F6F6F6;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.career__right b {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0F1923;
}

.career__right p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #4A5D6B;
  opacity: 0.7;
}

.jobs {
  padding: 60px 0 10px;
  background: #f2f2f2;
}

.jobs__title {
  padding: 30px 0;
}

.jobs__title b {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0F1923;
}

.jobs__body {
  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;
  padding: 20px 0;
}

.jobs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
}

.jobs__item_top {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

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

.jobs__left b {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0F1923;
}

.jobs__left p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}

.jobs__right {
  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;
}

.jobs__right a {
  padding: 12px 32px;
  background: #0F1923;
  border-radius: 8px;
  text-decoration: none;
  color: #FFF;
}

.jobs__right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #4A5D6B;
}

.jobs__item_info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 0px 18px;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, padding-bottom 0.3s ease;
  transition: height 0.3s ease, padding-bottom 0.3s ease;
}

.jobs__item_info.active {
  padding-bottom: 18px;
}

.jobs__item_info_row {
  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;
}

.jobs__item_info_row b {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}

.jobs__item_info_row ol,
.jobs__item_info_row ul {
  padding-left: 25px;
  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;
}

.jobs__item_info_row ol li,
.jobs__item_info_row ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #4A5D6B;
}

.header_about {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.about__progress {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 1000;
}

.about__progress div {
  cursor: pointer;
  width: 7%;
  height: 6px;
  background: #4A5D6B;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.about__progress .active__page {
  background: #BAE6FF;
}

.about-section {
  width: 90%;
  margin: 0 auto;
  height: 70vh;
  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;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  opacity: 0;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-section.active {
  opacity: 1;
  z-index: 2;
}

.about_01 {
  gap: 20px;
}

.about_01 h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #BAE6FF;
}

.about_01 hr {
  width: 430px;
  background: #323C46;
  height: 1px;
  border: 0;
  outline: none;
}

.about_01 p {
  color: #FFF;
  line-height: 1.6;
}

.about_02__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: left;
}

.about_02__item {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.about_02__item b {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #BAE6FF;
}

.about_02__item hr {
  width: 430px;
  background: #323C46;
  height: 1px;
  border: 0;
  outline: none;
}

.about_02__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.about_02__row span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  color: #FFFFFF;
}

.about_02__row span img {
  width: 19px;
  height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.about_03__body {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: left;
}

.about_03__body span {
  display: inline-block;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #BAE6FF;
}

.about_03__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: normal;
}

.about_03__item {
  width: 48%;
  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;
}

.about_03__item b {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
}

.about_03__item p {
  font-size: 16px;
  line-height: 150%;
  color: #BEC2CB;
}

.about_03__item hr {
  width: 100%;
  height: 1px;
  position: relative;
  background: rgba(214, 218, 227, 0.3921568627);
  outline: none;
  border: 0;
  overflow: visible;
	margin-top:auto;
}

.about_03__item hr::before {
  content: "";
  width: 30%;
  height: 3px;
  background: #D6DAE3;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.about_04 {
    gap: 50px;
    align-items: flex-start;
}
.about_04_quotes{
	display:flex;
	flex-direction:column;
	gap:20px;
	width:100%;
}
.about_04_quotes>.quotes-list{
	flex-wrap: wrap !important; 
    flex-direction: unset !important;
}
.about_04_quotes>.quotes-list>.quotes-item{
	width:49% !important;
	text-align:left !important;
}
.about_04__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  margin-top: auto;
}

.about_04__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;
}

.about_04__title b {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #BAE6FF;
  font-weight: 400;
}

.about_04__title p {
  line-height: 120%;
  text-align: right;
  color: #FFFFFF;
}

.about_04__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -ms-flex-item-align: normal;
  -ms-grid-row-align: normal;
  align-self: normal;
}

.about_04__items .team-solo__right_rating_item {
  width: 32%;
}

.about_04__items .team-solo__right_rating_item .team-solo__right_rating_right {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.about-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #FFF;
  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;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.about-preloader img {
  width: 162px;
}

.about-preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.question {
  padding: 100px 0;
  background-color: #070d13;
}

.question__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.question__body b {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #BAE6FF;
}

.question__body p {
  color: #FFF;
}

.question__body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  background: #BAE6FF;
  border-radius: 4px;
  text-decoration: none;
  padding: 12px 24px;
  color: #0F1923;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.question__body a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.question__body a i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar__fixed-menu {
  z-index: 99;
  overflow-x: hidden;
  position: fixed;
  left: 100px;
  top: 20px;
  width: 35%;
  padding: 20px;
  height: 88%;
  background: #FFFFFF;
  border-radius: 4px;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: rgba(167, 140, 123, 0.24) 0px 20px 20px 2px;
  box-shadow: rgba(167, 140, 123, 0.24) 0px 20px 20px 2px;
}

.navbar__fixed-menu b {
  font-weight: 400;
  font-size: 38px;
  letter-spacing: -0.02em;
  color: #0F1923;
  line-height: 1;
}

.navbar__fixed-menu b span {
  display: inline-block;
  color: #A78C7B;
}

.navbar__fixed-menu hr {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  border: 0;
  outline: none;
}

.navbar__fixed-menu_body {
  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;
}

.navbar__fixed-menu_body a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #222222;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar__fixed-menu_body a:hover {
  color: #A78C7B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar__fixed-menu_links {
  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;
  padding: 30px 0;
}

.navbar__fixed-menu_links_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 5px;
}

.navbar__fixed-menu_links_left a {
  border-radius: 4px;
  width: 28px;
  height: 28px;
  background: #0F1923;
  padding: 5px;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar__fixed-menu_links_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.navbar__fixed-menu_links_right a {
  font-size: 13px;
  color: #4A5D6B;
  text-decoration: none;
}

.navbar__fixed-menu_links_right a:hover {
  text-decoration: underline;
}

.fixed-menu__dropdown__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 20px;
  padding-top: 10px;
}

.fixed-menu__dropdown_item {
  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: 8px;
}

.fixed-menu__dropdown_item b {
  margin-bottom: 5px;
  color: #A78C7B;
  font-size: 16px;
  opacity: 80%;
}
.fixed-menu__dropdown_item b > a{ 
  color: #4A5D6B !important;
}
.fixed-menu__dropdown_item a {
  font-weight: 400;
  font-size: 13px;
  color: #000 !important;
}

.fixed-menu__dropdown_item a:hover {
  text-decoration: underline;
}

.navbar__fixed-menu {
  display: none;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #A78C7B #f1f1f1;
}

.navbar__fixed-menu::-webkit-scrollbar {
  width: 6px;
}

.navbar__fixed-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.navbar__fixed-menu::-webkit-scrollbar-thumb {
  background: #A78C7B;
  border-radius: 10px;
}

.navbar__fixed-menu::-webkit-scrollbar-thumb:hover {
  background: rgb(143.4, 114.0681818182, 95.6);
}

.fixed-menu__dropdown {
  position: relative;
}

.fixed-menu__dropdown__body {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: static;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.navbar__fixed button.active {
  background-color: rgba(167, 140, 123, 0.667) !important;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.fixed-menu__dropdown a i {
  -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;
}

.fixed-menu__dropdown.open a {
  color: #A78C7B;
}

.fixed-menu__dropdown.open a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #A78C7B !important;
}


/* new code*/
.navbar-lang {
  position: relative
}

.navbar-lang__list {
  position: absolute;
  top: 100%;
  right: -12px;
  min-width: 70px;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, .85);
  border-radius: 10px;
  z-index: 9999;
}

.navbar-lang:hover .navbar-lang__list {
  display: flex
}

.navbar-lang__list a {
  color: #fff !important;
  text-decoration: none;
  opacity: .85
}

.navbar-lang__list a.is-active {
  opacity: 1;
  font-weight: 600
}

.burger__lang {
  display: flex;
  gap: 20px;
}

.burger__lang li {
  list-style-type: none;
}

.burger__lang>.current-lang>a {
  color: #A78C7B;
  margin-bottom: 3px;
  border-bottom: 1px solid #A78C7B;
}

body>header>div>nav>div>div.navbar__menu>a:nth-child(3) {
  order: -1;
}

/* responsibility */
.resp {
  padding: 50px 0;
}

.resp__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
	width:88%;
}

.resp__body b {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #222222;
}

.resp__body p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #222222;
}

.resp__img {
  font-size: 0;
  display: flex;
  justify-content: start;
  gap: 20px;
  margin: 10px 0;
}

.resp__img img {
  width: 276px;
  height: 276px;
  object-fit: cover;
  border-radius: 12px;
}

.resp__info {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 10px 0;
  border-radius: 12px;
}

.resp__info span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #222222;
  display: inline-block;
}

.resp__info a {
/*   padding: 12px 16px;
  background: #4A5D6B;
  border-radius: 4px; */
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #4A5D6B;
}


/*events*/
.event__body {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-bottom: 60px;
}

.event_img {
  width: 100%;
  height: 320px;
  font-size: 0;
  position: relative;

  img {
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  p {
    position: absolute;
    font-size: 14px;
    left: 20px;
    top: 20px;
    padding: 15px 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #FFF;
  }
}

.event__start {
  display: flex;
  flex-direction: column;
  gap: 20px;

  h1 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #222222;
  }

  i {
    font-family: 'Cera Pro';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
  }

  a {
    padding: 10px 16px;
    background: #4A5D6B;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
  }
}

.event__date {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.event__date_item {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  gap: 15px;

  b {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #222222;
  }

  p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
  }
}

.event__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;

  p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
  }
}
.event__desc ul ,.event__desc ol{
	padding-left:20px;
}
.event__info {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: start;
}

.event__info_item {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;

  b {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
  }

  ul {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;

    li {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #222222;
    }
  }
}

.event__programm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  padding: 20px 15px;
  background: #E9E9E9;
  border-radius: 12px;

  b {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
  }

  span {
    display: inline-block;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #222222;
  }

  p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #222222;
  }

  a {
    padding: 10px 16px;
    background: #4A5D6B;
    border-radius: 4px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    font-style: italic;
  }
}

.event__speaker {
  display: flex;
  flex-direction: column;
  gap: 20px;

  b {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
  }
}

.event__speaker_info {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: flex-end;

  img {
    width: 220px;
    height: 230px;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    background: linear-gradient(233.89deg, #FFFFFF 10.56%, #E9EAEC 85.86%);
  }

  span {
    display: flex;
    flex-direction: column;
    gap: 5px;

    i {
      font-family: 'Cera Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: -0.06em;
      color: #A78C7B;
      opacity: 0.8;
    }

    b {
      font-family: 'Cera Pro';
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: -0.02em;
      color: #0F1923;
    }

    p {
      font-family: 'Cera Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #222222;
    }
  }
}

.event__details {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  padding: 15px;
  background: #E9E9E9;
  border-radius: 12px;
}

.event__details_left {
  width: 50%;

  p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;

    b {
      font-weight: 500;
    }
  }
}

.event__details_right {
  width: 50%;

  b {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
  }
}

.event__form {
  padding: 40px 0;

  .contacts-form__body {
    width: 100%;

    .contacts-form__right {
      gap: 10px;
      width: 100%;

      b {
        font-family: 'Cera Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        color: #000000;
      }
    }
  }
}

.event__faq {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  background: #E9E9E9;
  border-radius: 12px;

  b {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
  }
}

.event__faq_item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;

  button {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: transparent;
    outline: none;
    border: 0;
    width: 100%;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #a9b1b7;

    b {
      font-family: 'Cera Pro';
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 120%;
      color: #0F1923;
    }

    i {
      color: #4A5D6B;
    }
  }

  p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    overflow: hidden;
    letter-spacing: -0.01em;
    color: #0F1923;
    opacity: 0.8;
    max-height: 0;
  }

  i {
    transition: transform 0.3s ease;
  }
}

.event__contacts {
  display: flex;
  flex-direction: column;

  b {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
  }

  span {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
    margin-top: 15px;
  }

  p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #222222;

    a {
      text-decoration: none;
      color: #222;

      &:hover {
        text-decoration: underline;
      }
    }
  }
}

.wpcf7-spinner {
  display: none;
}

.contacts-form__row span {
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7-response-output {
  margin: 16px 0 0;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  border: 1px solid transparent;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: rgba(239, 68, 68, 0.08);
  color: #b91c1c;
  border-color: rgba(239, 68, 68, 0.35);
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(34, 197, 94, 0.1);
  color: #166534;
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.footer_01>#wpcf7-f1091-o2>form>div.wpcf7-response-output,
.footer_01>#wpcf7-f1090-o2>form>div.wpcf7-response-output,
.footer_01>#wpcf7-f1089-o2>form>div.wpcf7-response-output {
  display: none !important;
}

.subscribe-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.subscribe-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.subscribe-modal__content {
  background: #fff;
  padding: 32px 36px;
  border-radius: 16px;
  max-width: 420px;
  width: calc(100% - 32px);
  text-align: center;
}

.subscribe-modal__title {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.subscribe-modal__text {
  font-size: 14px;
  line-height: 1.4;
  opacity: .85;
}

#wpcf7-f1089-o1 > form > div.wpcf7-response-output ,
#wpcf7-f1090-o1 > form > div.wpcf7-response-output,
#wpcf7-f1091-o1 > form > div.wpcf7-response-output{
	display: none !important; 
}

.jobs-start{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #222222;
	padding-right:90px;
}

#tks-cf7-modal-title {
  color: #FFF;
  font-weight: 400;
  font-size: 20px;
}

.tks-modal__close {
  color: #FFF;
}

.tks-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999
}

.tks-modal.is-open {
  display: block
}

.tks-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(5px);
}

.tks-modal__dialog {
  position: relative;
  max-width: 720px;
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden
}

.tks-modal__header {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.tks-modal__body {
  padding: 18px 22px
}

.tks-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer
}

.tks-modal__form {
  display: none
}

.tks-modal__form.is-active {
  display: block
}

.tks-modal__dialog {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.tks-modal__body {
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  padding: 24px 24px 32px;
  display: flex;
  justify-content: center;
}

.tks-modal__form {
  width: 100%;
  max-width: 97%;
  /* форма по центру и не растягивается */
}

.tks-modal__form .wpcf7 {
  width: 100%;
}

.tks-modal__form .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tks-modal__form .wpcf7 input,
.tks-modal__form .wpcf7 textarea,
.tks-modal__form .wpcf7 select {
  width: 100%;
  box-sizing: border-box;
}
.quotes-list {
	display:flex;
	flex-direction:column;
	gap:15px;
}

.quotes-item {
	display:flex;
	gap:20px;
	padding:15px;
	background: rgba(74, 93, 107, 0.12);
	flex-direction:column;
}

.quotes-title {
	font-style: italic;
	font-weight: 500;
	font-size: 14px !important;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #BAE6FF !important;
	opacity: 0.8;
}

.quotes-text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	opacity: 0.8;
}
.global__mobile { display: none; }
.global__desktop { display: block; }

@media (max-width: 768px) {
  .global__desktop { display: none; }
  .global__mobile { 
	  padding:20px 0;
	  display: block; }
}
@media (max-width: 768px) {
  .global__mobile .swiper {
    overflow: hidden;
  }

  .global__mobile .swiper-wrapper {
    align-items: stretch;
  }

  .global__mobile .swiper-slide {
    height: auto;
    display: flex;
  }

  .global__mobile .global__item {
    width: 100%;
    height: 100%;
  border-radius:4px;
  }

  /* Пагинация */
  .global__mobile .global-slider__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
  }

  .global__mobile .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background: #BEC2CB;
    opacity: 1;
    margin: 0 !important;
    transition: background .2s ease;
  }

  .global__mobile .swiper-pagination-bullet-active {
    background: #0F1923;
  }
}

.career-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.career-modal.is-active {
  display: block;
}

.career-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 25, 35, 0.6);
  backdrop-filter: blur(2px);
}

.career-modal__dialog {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.career-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  border: none;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  color: #0f1923;
}

.career-modal__title {
  font-size: 24px;
  color: #0f1923;
}

body.career-modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .career-modal__dialog {
    padding: 24px;
    margin: 40px auto;
    height: 90vh;
    overflow: scroll;
  }

  .career-modal__title {
    font-size: 20px;
    width: 95%;
  }
}

.cf7-career {
  max-width: 980px;
}

.cf7-career .wpcf7-form-control-wrap {
  display: block;
}

.cf7-career__label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  color: #0f1923;
}

.cf7-career__grid-top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.cf7-career__grid-mid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 16px;
  margin-bottom: 16px;
  align-items: start;
}

.cf7-career__grid-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.cf7-career input[type="text"],
.cf7-career input[type="email"],
.cf7-career input[type="tel"],
.cf7-career textarea {
  width: 100%;
  border: 1px solid #d5d8dd;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  background: #fff;
  color: #0f1923;
  box-sizing: border-box;
}

.cf7-career textarea {
  height: 45px !important;
  resize: none;
}

.cf7-career input::placeholder,
.cf7-career textarea::placeholder {
  color: #9aa3ad;
}

.cf7-career input:focus,
.cf7-career textarea:focus {
  border-color: #0f1923;
}

.cf7-career__field--file input[type="file"] {
  width: 100%;
  border: 1px solid #d5d8dd;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fff;
  color: #0f1923;
  box-sizing: border-box;
}

.cf7-career__hint {
  margin-top: 8px;
  font-size: 12px;
  color: #6b7480;
}

.cf7-career__submit {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 14px 16px;
  background: #0f1923;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.cf7-career__submit:hover {
  opacity: 0.92;
}

.cf7-career__policy {
  font-size: 12px;
  color: #6b7480;
}

.cf7-career .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}

.cf7-career .wpcf7-response-output {
  margin: 16px 0 0;
  border-radius: 10px;
}

/* Адаптив */
@media (max-width: 1024px) {
  .cf7-career__grid-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf7-career__grid-mid {
    grid-template-columns: minmax(0, 1fr) 260px;
  }
}

@media (max-width: 680px) {
  .cf7-career__grid-top {
    grid-template-columns: 1fr;
  }

  .cf7-career__grid-mid {
    grid-template-columns: 1fr;
  }

  .cf7-career__grid-bottom {
    grid-template-columns: 1fr;
  }

  .cf7-career__policy {
    text-align: left;
  }
}

.team__item.team__item_mobile{
	display:none;
}