@font-face {
  font-family: Gilroy-Medium;
  src: url("../font/Gilroy-Medium.ttf");
}

@font-face {
  font-family: Gilroy-Bold;
  src: url("../font/Gilroy-Bold.ttf");
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */

.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.html");
  src: url("fonts/slickd41d.html?#iefix") format("embedded-opentype"), url("fonts/slick-2.html") format("woff"),
    url("fonts/slick-3.html") format("truetype"), url("fonts/slick-4.html#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: transparent;
  padding: 0 6px;
}

body::-webkit-scrollbar-thumb {
  background: url("../img/scroll.png") center no-repeat;
  background-size: contain;
}

* {
  margin: 0;
  padding: 0;
  font-family: Gilroy-Medium;
  color: #323031;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  user-select: none;
  overflow-x: hidden;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  font-size: 4.75em;
  line-height: 100%;
  font-family: Gilroy-Bold;
  cursor: default;
}

h2 {
  font-size: 3em;
  line-height: 100%;
  font-family: Gilroy-Bold;
  cursor: default;
}

h3 {
  font-size: 2em;
  line-height: 112%;
  font-family: Gilroy-Bold;
  cursor: default;
}

h4 {
  font-size: 1.75em;
  line-height: 115%;
  font-family: Gilroy-Bold;
  cursor: default;
}

h5 {
  font-size: 1.25em;
  line-height: 118%;
  font-family: Gilroy-Bold;
  cursor: default;
}

p {
  -webkit-text-size-adjust: 100%;
  color: #727272;
  font-size: 1em;
  line-height: 148%;
  cursor: default;
}

.subP {
  font-size: 0.75em;
  line-height: 148%;
  cursor: default;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

b {
  font-family: Gilroy-Bold;
  cursor: default;
}

.disabled {
  display: none;
}

.wrapper {
  width: 100%;
}

.container {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.blueText {
  color: #208cf0;
}

.orangeText {
  color: #ff8c42;
}

.redText {
  color: #ff3c38;
}

.yellowText {
  color: #fff275;
}

.right .qtranxs_widget_end {
  display: none;
}

.add {
  width: 32px;
  height: 32px;
  background: #fafafa url("../svg/plus.svg') }}") center no-repeat;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.view {
  padding: 0 calc(50vw - 600px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
}

.view::-webkit-scrollbar-thumb {
  background: url("../img/scrollG.png") center no-repeat;
  background-size: auto;
}

.view::-webkit-scrollbar-track {
  background: 0 0;
  padding: 0 6px;
}

.view::-webkit-scrollbar {
  height: 12px;
}

section {
  margin-bottom: 180px;
}

.d-none {
  display: none;
}

.news-page > .news-page__promo {
  background: linear-gradient(#764f8c 16.89%, #613f75 76.04%);
}

.news-page > .news-page__promo > .container > h1 {
  top: 45%;
}

.top-news__text {
  max-width: 440px;
  position: absolute;
  top: 55%;
}

.top-news__text > h3 {
  margin-bottom: 16px;
}

.top-news__text__more.more {
  color: #fff;
  margin-top: 54px;
}

.news-page .promo .img-border > img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: unset;
  width: 50%;
  max-height: 80%;
  border-radius: 32px 0 0 0;
  display: flex;
  padding: 16px 0 0 16px;
  background: #fff;
  object-fit: cover;
}

.img-border__img {
  border-radius: 32px 0 0 0;
}

@media all and (max-width: 1024px) {
  .news-page .promo .img-border > img {
    width: 80%;
  }
  .news-page > .news-page__promo > .container > h1,
  .top-news__text,
  .news-page .promo .img-border > img {
    position: unset;
    transform: translate(0, 0);
  }
  .news-page .promo .img-border {
    display: flex;
    justify-content: flex-end;
  }
  .news-page > .news-page__promo > .container > h1,
  .top-news__text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .news-page > .news-page__promo > .container > h1 {
    margin-bottom: 80px;
  }
  .top-news__text {
    margin-bottom: 52px;
  }
  .top-news__text__more.more {
    width: fit-content;
    margin: 54px auto;
  }
}

@media all and (max-width: 580px) {
  .news-page > .news-page__promo > .container > h1 {
    margin-top: 0;
    margin-bottom: 44px;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .news-page__promo {
    padding-top: 100px;
  }
}

.newsList_item {
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
  border-top: 1px solid #ededed;
  padding-top: 33px;
}

.newsList_item:first-child {
  padding-top: 0;
  border: none;
  padding-bottom: 67px;
}

.newsList_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.newsList_item:nth-child(2n) .imgBord {
  margin-right: 0;
  margin-left: 60px;
}

.newsList .imgBord > img {
  width: 100%;
  height: 100%;
}

.newsList .imgBord {
  width: fit-content;
  margin-right: 60px;
  display: flex;
  height: 300px;
  width: 570px;
}

.blog_box__item-top__time {
  padding: 7px 12px;
  background: #613f75;
  border-radius: 28px;
  color: #fff;
}

.mainNews .container {
  margin: 172px auto;
  padding: 204px 0;
}

.mainNews .container > span {
  font-size: 8.75em;
  line-height: 84%;
  position: absolute;
  z-index: -1;
  font-family: Gilroy-Bold;
}

.fill-text {
  color: #f8f8f8;
  top: 0;
}

.strokeText {
  -webkit-text-stroke: 1px #d4d4d4;
  color: transparent;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.mainNews_item {
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-height: 440px;
  padding: 24px 72px 24px 24px;
  border: 1px solid #fafafa;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 32px;
  align-items: center;
}

.mainNews_item > img {
  margin-right: 76px;
  height: auto;
  border-radius: 10px;
  max-width: 572px;
  width: 50%;
}

.mainNews_item__right > h5 {
  margin-bottom: 20px;
  margin-top: 5px;
}

.circle {
  display: block;
  position: absolute;
  border-radius: 50%;
}

.greenCircle {
  background: #7bcdba;
  height: 174px;
  width: 174px;
  top: -87px;
  right: 10%;
}

.orangeCircle {
  background: #ff8c42;
  height: 118px;
  width: 118px;
  right: -59px;
  top: 50%;
  transform: translateY(-50%);
}

.purpleCircle {
  background: #613f75;
  height: 92px;
  width: 92px;
  right: 5%;
  bottom: -46px;
}

.newsPage .blog_text {
  max-width: 570px;
  width: 100%;
}

.button {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
  align-items: center;
}

.button_box {
  display: flex;
  align-items: center;
  padding: 16px 22px;
  background: #fff;
  border: 1px solid #fafafa;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 16px;
}

.true_loadmore {
  margin-left: 20px;
}

.newsList .imgBord > img {
  width: 100%;
  border-radius: 18px;
}

.newsList_item .blog_text {
  width: calc(50% - 10px);
}

@media all and (max-width: 1440px) {
  .fill-text {
    top: 20px;
  }
  .strokeText {
    bottom: 20px;
  }
}

@media all and (max-width: 1280px) {
  .mainNews .container {
    padding: 204px 64px;
  }
  .strokeText {
    right: 60px;
  }
}

@media all and (max-width: 920px) {
  .newsList_item,
  .newsList_item:nth-child(2n) {
    flex-direction: column;
    align-items: center;
  }
  .newsList .imgBord,
  .newsList_item .blog_text,
  .newsList_item:nth-child(2n) .imgBord {
    margin: 0;
    width: 100%;
  }
  .newsList .imgBord {
    max-width: 500px;
  }
  .newsList_item .blog_text {
    margin-top: 30px;
  }
  .mainNews .container > span {
    font-size: 6.75em;
  }
  .greenCircle {
    width: 120px;
    height: 120px;
  }
  .orangeCircle {
    width: 70px;
    height: 70px;
    right: -40px;
  }
  .purpleCircle {
    height: 40px;
    width: 40px;
    bottom: -24px;
  }
  .fill-text {
    top: 60px;
  }
  .strokeText {
    bottom: 60px;
  }
}

@media all and (max-width: 768px) {
  .news-page .promo .img-border {
    max-height: 400px;
  }
  .news-page .promo .img-border > img {
    height: 100%;
  }
  .mainNews_item {
    max-width: 500px;
    margin: 0 auto;
  }
  .fill-text {
    top: 80px;
  }
  .strokeText {
    bottom: 80px;
  }
  .mainNews_item__right {
    width: 100%;
    margin-top: 20px;
  }
  .mainNews_item {
    flex-direction: column;
    padding: 24px;
    max-height: fit-content;
  }
  .mainNews_item > img {
    width: 100%;
    margin: 0;
    max-width: fit-content;
  }
  .greenCircle,
  .orangeCircle,
  .purpleCircle {
    display: none;
  }
  .add {
    top: 40px;
    right: 40px;
  }
}

@media all and (max-width: 580px) {
  .mainNews .container {
    margin: 100px auto;
  }
  .blog_box__item-top {
    flex-direction: column-reverse;
  }
  .blog_box__item-top .blog_box__item-top__title,
  .blog_box__item-top .blog_box__item-top__time {
    align-self: flex-start;
  }
  .blog_box__item-top__time {
    margin-bottom: 24px;
  }
  .newsList .imgBord {
    padding: 12px;
    max-height: 200px;
  }
  .newsList_item {
    padding-top: 20px;
    margin-top: 32px;
  }
  .news-page .promo .img-border > img {
    width: 92%;
  }
  .mainNews .container > span {
    font-size: 4em;
  }
  .mainNews .container {
    padding: 80px 20px;
  }
  .fill-text {
    top: 0;
  }
  .strokeText {
    bottom: 0;
  }
  .mainNews_item {
    max-width: 100%;
    padding: 16px;
  }
  .strokeText {
    right: 20px;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .strokeText {
    bottom: 20px;
  }
  .fill-text {
    top: 20px;
  }
  .newsList,
  .mainNews {
    margin-bottom: 20px;
  }
  .mainNews .container {
    margin: 50px auto 0;
  }
  .mainNews .container {
    padding: 150px 64px;
  }
  .newsList .newsList_item:nth-child(2) {
    margin-top: 0;
  }
}

@media all and (max-width: 580px) and (orientation: landscape) {
  .fill-text {
    top: 70px;
  }
  .strokeText {
    bottom: 70px;
  }
}

header,
.header {
  width: 100%;
  font-weight: bold;
  height: 52px;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

header *,
.header * {
  color: #fff;
}

button,
button:active,
button:focus {
  outline: none;
}

header .container,
.header .container {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 80px;
}

.burger {
  position: relative;
  width: 24px;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 1px;
}

.burger::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}

.menuButton {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.language-chooser {
  display: flex;
  align-items: center;
}

.language-chooser li {
  padding: 12px;
}

.language-chooser li:first-child {
  margin-right: 15px;
}

.language-chooser .active {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.log {
  display: flex;
}

.log > a {
  color: #fff;
}

.registration {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-right: 8px;
  height: fit-content;
}

.logIn {
  padding: 16px 30px;
}

header .right,
.header .right {
  width: calc(50% + 14px);
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

@media (min-width: 600px) {
  .menuButton {
    display: none;
  }
}

.full-menu__box .log {
  display: none;
}

.full-menu {
  padding: 0 5% 50px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: 9999;
  position: absolute;
  top: -200%;
  left: 0;
  transition: 0.7s;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
}

.full-menu.active {
  top: 0;
}

.menuCross {
  cursor: pointer;
  width: fit-content;
  margin-top: 45px;
}

.full-menu__box {
  max-width: 1036px;
  width: 100%;
  margin-bottom: 200px;
  max-height: 80vh;
  overflow-y: auto;
}

.full-menu__box-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.full-menu__box__item:not(.active)::before {
  content: "";
  display: block;
  width: 75%;
  height: 75%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  border-radius: 16px;
  opacity: 0;
  transition: 0.3s;
}

.full-menu__box__item:not(.active):hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s;
}

.full-menu__box__item {
  width: 172px;
  height: 172px;
  display: flex;
  padding: 0 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 44px;
  border-radius: 16px;
  margin-top: 60px;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  color: #fff;
  position: relative;
}

.full-menu__box__item > svg {
  margin-bottom: 40px;
  transition: 0.7s;
}

.full-menu__box__item:nth-child(5n) {
  margin-right: 0;
}

.full-menu__box__item.active {
  transition: 0.7s all;
  background: rgba(255, 255, 255, 0.1);
}

.full-menu__box__item:hover > svg {
  transform: scale(1.1);
  transition: 0.7s;
}

.socBar {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
}

.socBar a {
  margin-right: 20px;
  height: 24px;
}

.socBar a:last-child {
  margin-right: 0;
}

.soc-link {
  flex-direction: row !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 12px;
  margin-bottom: 50px;
  display: none;
}

.soc-link a {
  width: fit-content;
  padding: 20px 28px;
}

.soc-link a > img {
  margin: 0;
}

.toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 997;
}

.menu-item > a {
  display: flex;
  padding: 14px;
  align-items: center;
  text-transform: uppercase;
}

.menu-item.active-language {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.menu-item.active-language > a.active + .sub-menu {
  display: block;
}

.menu-item.active-language > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  transform: rotate(90deg);
  background: url("../svg/rightArrow.svg') }}") center no-repeat;
  background-size: cover;
}

.menu-item.active-language .sub-menu {
  display: none;
}

.menu-item.active-language .sub-menu .menu-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.wpm-languages.menu-item > a img {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.menu-translate-container {
  position: absolute;
  top: 0;
  right: 290px;
}

.sollar {
  z-index: 9999;
  right: -50%;
  bottom: 75px;
  transition: 1s;
}

.sollar.active {
  right: 0;
  transition: 1s;
}

.sollar .dog {
  height: 100%;
}

.sollar .cloud {
  position: absolute;
  width: 250px;
  left: 100px;
  top: 100px;
  transform: translate(-100%, -100%);
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 10px 40px -7px rgba(151, 168, 184, 0.5);
}

@media all and (max-width: 1440px) {
  .menu-translate-container {
    right: 260px;
  }
  .logIn,
  .registration {
    padding: 18px 30px;
  }
  header .right,
  .header .right {
    height: 52px;
  }
}

@media all and (max-width: 1280px) {
  .full-menu__box__item {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }
  .full-menu__box__item > svg,
  .full-menu__box__item > img {
    margin-bottom: 20px;
  }
  .full-menu__box {
    max-width: 780px;
  }
}

@media all and (max-width: 920px) {
  .sollar {
    right: -600px;
  }
  .sollar .promo-background .desktop {
    display: none !important;
  }
  .sollar .promo-background .modile {
    display: block !important;
  }
  .soc-link {
    display: flex;
    justify-content: center;
  }
  .full-menu__box {
    margin-bottom: 85px;
    max-width: 580px;
  }
  .log,
  .socBar {
    display: none;
  }
  .full-menu__box-link {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .full-menu__box__item {
    width: 100%;
    height: fit-content;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 12px 0 0 0;
    padding: 20px;
  }
  .full-menu__box__item > svg,
  .full-menu__box__item > img {
    margin: 0 26px 0 0;
    width: 24px;
    height: 24px;
  }
  .full-menu__box__item:not(.active)::before {
    display: none;
  }
  .full-menu__box .log {
    display: flex;
    margin-top: 28px;
    margin-bottom: 32px;
  }
}

@media all and (max-width: 920px) {
  .menu-translate-container {
    right: 0;
  }
}

@media all and (max-width: 580px) {
  .sollar .cloud {
    left: 150px;
    top: 15px;
  }
  .sollar p {
    font-size: 12px;
  }
  .menu-item > a {
    padding: 6px 10px;
  }
  .menu-item.active-language {
    border-radius: 8px;
  }
  header .right,
  .header .right {
    height: 36px;
  }
  header,
  .header {
    top: 16px;
  }
  .soc-link a {
    padding: 20px 14px;
  }
  .full-menu__box__item {
    text-align: left;
  }
}

.promo {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(253.31deg, #208cf0 20.19%, #3fafee 82.47%);
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
  z-index: 998;
}

.promo * {
  color: #fff;
}

.academy__promo__text,
.promo .container > h1,
.ambassadors_promo__text {
  z-index: 1;
  max-width: 725px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.promo .container {
  min-height: 100vh;
}

.promoImg {
  position: absolute;
  right: 0;
  top: 116px;
  height: 80%;
  max-width: 500px;
  object-fit: contain;
}

.rightText {
  z-index: 999;
  display: flex;
  height: 38px;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-90deg);
}

.rightText > p {
  letter-spacing: 1.22em;
}

.subP {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.slash {
  display: block;
  background: #fff;
  width: 39px;
  height: 1px;
  transform: rotate(75deg);
  margin-left: -10px;
}

.news {
  background: #fff;
  padding: 16px;
  display: flex;
  width: 500px;
  border-radius: 20px;
  position: absolute;
  bottom: calc(20vh - 100px);
  left: -50vw;
  transition: 1s;
  opacity: 0;
  z-index: -1;
}

.news.active {
  left: calc(50vw - 600px);
  transition: 1s;
  opacity: 1;
  z-index: 999;
}

.news.goRight {
  left: 100vw;
}

.news_text {
  width: 100%;
}

.news .news_img {
  width: 156px;
  height: 128px;
  margin-right: 20px;
  border-radius: 4px;
  object-fit: scale-down;
}

#newNews {
  font-size: 14px;
}

.news__text__title {
  color: #323031;
  margin-bottom: 8px;
}

.news__text__text {
  color: #727272;
  margin-bottom: 22px;
}

.news__link {
  color: #727272;
  padding: 8px 8px 8px 48px;
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
}

.news__link::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fafafa url("../svg/plus.svg') }}") center no-repeat;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.error {
  height: 100vh !important;
  margin-bottom: 0 !important;
  background: #208cf0;
}

.error .num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.error .num > span {
  font-family: Gilroy-Bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.error .num > span:first-child {
  font-size: 12.5em;
}

.error .num > span:nth-child(2) {
  font-size: 14.625em;
  animation: error 4s infinite ease-in-out;
  animation-delay: 0.2s;
  color: rgba(255, 255, 255, 0.5);
}

.error .num > span:nth-child(3) {
  font-size: 17.625em;
  animation: error 4s infinite ease-in-out;
  animation-delay: 0.4s;
  color: rgba(255, 255, 255, 0.2);
}

.error .num > span:nth-child(4) {
  font-size: 21.375em;
  animation: error 4s infinite ease-in-out;
  animation-delay: 0.6s;
  color: rgba(255, 255, 255, 0.1);
}

.error > p {
  position: absolute;
  top: calc(50vh + 175px);
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

@media all and (max-width: 1280px) {
  .news.active {
    left: 5%;
  }
  .rightText {
    right: 5%;
  }
  .promoImg {
    right: 65px;
  }
}

@media all and (max-width: 1024px) {
  .promo .container > h1 {
    text-align: center;
    position: unset;
    transform: translateY(0);
    max-width: 100%;
    margin-top: 200px;
  }
  .promo .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .promoImg {
    position: relative;
    display: flex;
    margin: 40px auto 80px;
    transform: translateY(10px);
    top: 0;
    max-height: 700px;
  }
  .rightText {
    display: none;
  }
  .news {
    bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  .promo {
    margin-bottom: 68px;
  }
  .main-page {
    font-size: 52px;
  }
}

@media all and (max-width: 580px) {
  .error .num {
    font-size: 12px;
  }
  .error > p {
    top: calc(50vh + 125px);
  }
  .promo {
    margin-bottom: 40px;
  }
  .promo .container > h1 {
    margin: 0 auto;
  }
  .promo .container {
    padding-top: 125px;
  }
  .news .news_img {
    width: 120px;
    height: 90px;
  }
  .news__text__text {
    display: none;
  }
  #newNews {
    font-size: 12px;
  }
  .news {
    width: calc(100% - 10%);
    bottom: 10%;
    left: -400px;
    max-width: 350px;
  }
  .news__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .rightText {
    display: none;
  }
  .promoImg {
    bottom: 0;
    right: 0;
    max-height: 500px;
  }
  .promo .container > h1 {
    font-size: 34px;
  }
}

@media all and (max-width: 460px) {
  .promoImg {
    right: 5%;
    max-width: 100%;
    margin: 0 auto 120px;
  }
  .error .num {
    font-size: 8px;
    top: 45%;
  }
  .error > p {
    top: calc(50vh + 50px);
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .error {
    height: 450px !important;
  }
  .error > p {
    top: 375px;
  }
  .promo,
  .promo .container {
    min-height: fit-content;
  }
  .rightText {
    display: none;
  }
  .news-roll {
    position: unset !important;
  }
  .about .promoText {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    display: flex;
    margin: 0 auto;
  }
  .promo .container > h1 {
    margin-top: 150px;
  }
  .promoImg {
    max-height: 500px;
  }
}

@media all and (max-width: 580px) and (orientation: landscape) {
  .promo .container > h1 {
    margin-top: 0;
    text-align: center;
    max-width: 400px;
  }
}

@-moz-keyframes error {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    transform: scale(1.15) translate(-43.5%, -43.5%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

@-webkit-keyframes error {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    transform: scale(1.15) translate(-43.5%, -43.5%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

@-o-keyframes error {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    transform: scale(1.15) translate(-43.5%, -43.5%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes error {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    transform: scale(1.15) translate(-43.5%, -43.5%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

footer {
  background: #208cf0;
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
}

footer .container > img {
  display: flex;
  margin: 0 auto 44px;
}

.footer_menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}

.footer_menu__item {
  width: 20.5%;
  margin-right: 6%;
  margin-top: 20px;
}

.footer_menu__item:nth-child(4n) {
  margin-right: 0;
}

.footer_menu__item > a {
  color: #fff;
  position: relative;
}

.footer_menu__item > a::before {
  content: "";
  display: block;
  width: calc(100% + 32px);
  height: calc(100% + 14px);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}

.footer_menu__item > a:hover::before {
  opacity: 1;
  transition: 0.3s;
}

.cookingbtn {
  background-color: #208cf0 !important;
  padding: 5px 10px;
  border-radius: 16px;
  color: #fff;
}

.cooki {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100000000000000000;
  background: #fff;
}

.cooki__block {
  padding: 34px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooki__block__text {
  color: rgba(114, 114, 114, 0.99);
  font-size: 13px;
}

.cooki__block__btn {
  display: flex;
}

.cooki__block__btn__good {
  border: none;
  background: none;
  margin: 0 40px;
  color: #208cf0;
  cursor: pointer;
  display: block;
}

.cooki__block__btn__close {
  display: block;
  cursor: pointer;
  border: none;
  background: none;
}

@media all and (max-width: 1024px) {
  .cooki__block {
    flex-direction: column;
    padding: 20px !important;
  }
  .cooki__block__text {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 920px) {
  .footer_menu__item {
    width: 45%;
    margin-right: 10%;
  }
  .footer_menu__item:nth-child(4n) {
    margin-right: unset;
  }
  .footer_menu__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 460px) {
  .cookingbtn {
    border-radius: 8px;
  }
  .footer_menu__item {
    margin-right: 0;
    width: 100%;
  }
  .footer_menu__item:nth-child(5),
  .footer_menu__item:nth-child(8) {
    margin-top: 40px;
  }
}

.aboutCompany__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.aboutCompany__body__img {
  max-width: 550px;
  width: 45%;
}

.aboutCompany__body__text {
  max-width: 493px;
  width: 50%;
}

.aboutCompany__body__text__h2 {
  margin-bottom: 32px;
}

.aboutCompany__body__text__p {
  margin-bottom: 24px;
  color: rgba(114, 114, 114, 0.99);
}

.aboutCompany_img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media all and (max-width: 920px) {
  .aboutCompany__body {
    flex-direction: column-reverse;
  }
  .aboutCompany__body__img {
    max-width: 460px;
    width: 80%;
    margin: 0 auto;
  }
  .aboutCompany__body__text {
    max-width: 100%;
    width: 80%;
    margin-top: 65px;
  }
  .aboutCompany__body__text__h4 {
    margin-bottom: 20px;
  }
  .aboutCompany__body__text__p {
    margin-bottom: 12px;
  }
}

@media all and (max-width: 768px) {
  .aboutCompany__body__text {
    margin-top: 0;
  }
}

@media all and (max-width: 580px) {
  .aboutCompany__body__text {
    margin-top: 48px;
    width: 90%;
  }
  .aboutCompany__body__img {
    height: 275px;
  }
  .aboutCompany_img {
    height: 100%;
  }
  .aboutCompany__body__text__h4 {
    font-size: 21px;
  }
}

.advantages {
  margin-bottom: 140px;
  padding-bottom: 100px;
  padding-top: 80px;
  background: #fafafa;
}

.advantages_tabs {
  display: flex;
  justify-content: space-between;
}

.advantages_tabs__items {
  max-width: 250px;
  width: 24%;
  padding: 20px 0;
  border: 1px solid #ededed;
  box-sizing: border-box;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
}

.advantages_tabs__items.active {
  border: none;
  background: #208cf0;
  color: #fff;
  box-shadow: 0px 18px 20px -12px rgba(32, 140, 240, 0.2);
}

.advantages_block {
  position: relative;
  margin-top: 120px;
}

.advantages_bottom {
  display: flex;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: 1s;
  opacity: 0;
  justify-content: space-between;
}

.advantages_bottom:first-child {
  position: relative;
  z-index: 1;
}

.advantages_bottom.active {
  opacity: 1;
  z-index: 200;
}

.advantages_bottom__left {
  max-width: 516px;
  width: 50%;
  margin-left: 46px;
}

.advantages_bottom__left > h4 {
  max-width: 440px;
  margin-bottom: 52px;
}

.advantages_bottom__right {
  margin-top: 0;
  width: 50%;
  height: 40vh;
  display: flex;
  justify-content: center;
}

.advantages_bottom__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media all and (max-width: 1280px) {
  .advantages_bottom__left {
    margin-left: 28px;
  }
}

@media all and (max-width: 920px) {
  .advantages_block {
    margin-top: 118px;
  }
  .advantages_bottom {
    flex-direction: column;
    align-items: center;
  }
  .advantages_bottom__left {
    max-width: 100%;
    width: 80%;
  }
  .advantages_bottom__left > h4 {
    margin-bottom: 30px;
    max-width: 400px;
  }
  .advantages_bottom__right {
    width: 100%;
    min-height: 350px;
  }
}

@media all and (max-width: 768px) {
  .advantages {
    margin-bottom: 112px;
  }
  .advantages_block {
    margin-top: 76px;
  }
}

@media all and (max-width: 580px) {
  .advantages {
    padding: 40px 0 100px;
    margin-bottom: 80px;
  }
  .advantages_bottom__left > h4 {
    font-size: 21px;
  }
  .advantages_tabs {
    flex-wrap: wrap;
  }
  .advantages_tabs__items {
    width: 45%;
    margin-bottom: 36px;
  }
  .advantages_block {
    margin-top: 32px;
  }
  .advantages_bottom__left {
    margin-left: 0;
    width: 100%;
  }
}

.facts {
  margin-bottom: 180px;
}

.facts .container {
  display: flex;
  justify-content: space-between;
}

.facts_items {
  width: 280px;
  height: 280px;
  border: 1px solid #fafafa;
  box-shadow: 0px 10px 40px -7px rgba(151, 168, 184, 0.22);
  border-radius: 32px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.facts_items:nth-child(2n) {
  margin-top: 118px;
  border: 1px solid #ededed;
  box-shadow: none;
}

.facts_items-number {
  font-family: Gilroy-Bold;
  font-size: 3em;
  color: #323031;
  margin-bottom: 16px;
}

.facts_items > img {
  position: absolute;
  top: -24px;
  right: 24px;
  animation: imgMove 5s infinite linear;
  height: 50%;
  width: 50%;
  object-fit: contain;
}

.facts_items:nth-child(1) > img {
  animation-delay: 1s;
}

.facts_items:nth-child(2) > img {
  animation-delay: 0.5s;
}

.facts_items:nth-child(3) > img {
  animation-delay: 1.5s;
}

@media all and (max-width: 1280px) {
  .facts .container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10%;
  }
  .facts_items {
    margin-right: 10%;
  }
  .facts_items:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 920px) {
  .facts .container {
    padding: 0 5%;
  }
}

@media all and (max-width: 768px) {
  .facts {
    margin-bottom: 112px;
  }
  .facts .container {
    flex-direction: column;
    align-items: center;
  }
  .facts_items {
    margin-right: 0;
    width: 80%;
    height: 175px;
    margin-top: 24px !important;
  }
  .facts_items > img {
    animation: none;
    top: 24px;
    width: auto;
  }
  .facts_items > p {
    max-width: 80%;
  }
}

@media all and (max-width: 580px) {
  .facts {
    margin-bottom: 80px;
  }
  .facts_items {
    width: 95%;
  }
  .facts_items > p {
    max-width: 95%;
  }
  .facts_items > img {
    width: 75px;
    height: 75px;
  }
  .facts_items-number {
    font-size: 32px;
  }
}

@-moz-keyframes imgMove {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes imgMove {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-o-keyframes imgMove {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes imgMove {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.help {
  padding-bottom: 80px;
  padding-top: 80px;
  background: #208cf0;
}

.help .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.help_left {
  max-width: 637px;
}

.help_left > h2,
.help_left .help_list > li {
  color: #fff;
}

.help_list {
  margin-top: 60px;
  margin-left: 39px;
}

.help_list li {
  margin-bottom: 40px;
  position: relative;
}

.help_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../svg/marck.svg') }}") center no-repeat;
}

.help_list li:nth-child(1) {
  max-width: 200px;
}

.help_list li:nth-child(2) {
  max-width: 375px;
}

.help_list li:nth-child(3) {
  max-width: 435px;
}

.help_right {
  width: 40%;
}

.help_right > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media all and (max-width: 1280px) {
  .help_right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 450px;
  }
}

@media all and (max-width: 920px) {
  .help_right {
    bottom: -55px;
  }
}

@media all and (max-width: 768px) {
  .help {
    padding: 68px 0;
  }
  .help_right {
    height: 400px;
  }
}

@media all and (max-width: 580px) {
  .help {
    margin-bottom: 80px;
  }
  .help_left > h2 {
    font-size: 32px;
  }
  .help_right {
    display: none;
  }
}

.security .add {
  display: none;
}

.security_box {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
}

.security_box__column {
  max-width: 380px;
  width: 100%;
}

.security_box__column:nth-child(2) {
  margin-top: 144px;
}

.security_box__column:nth-child(3) {
  margin-top: 256px;
}

.security_box__item {
  width: 100%;
  position: relative;
  border-radius: 32px;
  border: 1px solid #fafafa;
  box-shadow: 0px 10px 40px -7px rgba(143, 160, 175, 0.16);
  min-height: 265px;
  margin-top: 34px;
  padding: 28px;
  display: flex;
  align-items: flex-end;
}

.other {
  border: 1px solid #ededed !important;
  box-shadow: none !important;
  height: 236px;
}

.security_box__item > img {
  width: 172px;
  height: 172px;
  position: absolute;
  top: 28px;
  right: 28px;
  object-fit: contain;
}

@media all and (max-width: 1280px) {
  .security_box__column {
    max-width: 32%;
  }
  .security_box__item {
    height: 300px;
  }
  .other {
    height: 225px;
  }
  .security_box__item > img {
    width: 100px;
    height: 100px;
  }
}

@media all and (max-width: 920px) {
  .security_box {
    flex-direction: column;
  }
  .security_box__column {
    max-width: 100%;
    margin-top: 0 !important;
    padding: 0 5%;
  }
  .security_box__column:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
  }
  .security_box__item > img {
    display: none;
  }
  .security_box__item {
    height: auto;
    min-height: auto;
    margin-top: 24px;
  }
}

@media all and (max-width: 768px) {
  .security_box {
    margin-top: 0;
  }
}

@media all and (max-width: 580px) {
  .security {
    margin-bottom: 80px;
  }
  .security .container > h2 {
    margin-bottom: 40px;
  }
  .security_box__column {
    padding: 0;
  }
}

.modal.founder__modal {
  background-color: #ededed;
}

.founder .container > h2 {
  margin-bottom: 100px;
}

.founder_box__left > img {
  border-radius: 32px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ededed;
  box-shadow: 0 65px 170px rgba(0, 0, 0, 0.03), 0 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
}

.founder_box__left > img.active {
  display: block;
}

.founder_box {
  display: flex;
  justify-content: space-between;
}

.founder_box__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.founder_switch {
  margin-top: 36px;
  background: #208cf0;
  max-width: 142px;
  width: 100%;
  box-shadow: 0 18px 20px -12px rgba(32, 140, 240, 0.36);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}

.founder_switch > a {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.founder_switch > a > img {
  padding: 21px 23px 21px 6px;
}

.founder_switch > a:nth-child(1) > img {
  transform: rotate(180deg);
}

.founder_switch > a[disabled="true"] {
  cursor: auto;
}

.founder_switch > a[disabled="true"] > img {
  opacity: 0.4;
}

.founder_box__right {
  width: 50%;
  margin-left: 39px;
  margin-right: 23px;
  height: fit-content;
  padding: 32px 36px 35px;
  border: 1px solid #fafafa;
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  box-shadow: 0 10px 40px -7px rgba(143, 160, 175, 0.16);
  border-radius: 32px;
  transform: 0.7s;
}

.founder_box__right > h5 {
  margin-bottom: 20px;
}

.founder_box__right > p {
  display: none;
}

.founder_box__right > p.active {
  display: block;
}

@media all and (max-width: 920px) {
  .founder {
    margin-top: 200px;
  }
  .founder .container > h2 {
    margin-bottom: 60px;
  }
  .founder_box {
    flex-direction: column;
    align-items: center;
  }
  .founder_box__left {
    width: 100%;
    margin-bottom: 32px;
    flex-direction: row;
  }
  .founder_box__left > img {
    width: 60%;
  }
  .founder_switch {
    margin-left: 40px;
  }
  .founder_box__right {
    margin: 0;
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .founder {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .founder_box__left {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
  .founder_switch {
    margin-left: 0;
    margin-top: 24px;
    align-self: flex-end;
  }
  .founder_box__left > img {
    width: 100%;
    height: fit-content;
  }
}

.documents {
  background: #fafafa;
  margin-bottom: 0;
  padding: 100px 0;
}

.documents .container > h2 {
  margin-bottom: 100px;
}

.documents_box {
  display: flex;
  width: fit-content;
}

.documents_box__items {
  width: 292px;
  display: flex;
  flex-direction: column;
  margin-right: 92px;
  margin-bottom: 100px;
}

.documents_box__items:last-child {
  margin-right: calc(50vw - 600px);
}

.documents_box__items:nth-child(2n) {
  flex-direction: column-reverse;
}

.documents_box__items:nth-child(2n) > .documents_box__itemsBottom {
  margin-bottom: 32px;
}

.documents_box__items:nth-child(2n) > .documents_box__itemsBottom > h5 {
  margin-top: 0;
}

.documents_box__itemsBottom > h5 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.documents_box__itemsBottom > p {
  margin-bottom: 28px;
}

.documents_box__itemsTop {
  height: 344px;
  background: #fff;
  border: 1px solid #fafafa;
  box-shadow: 0px 10px 40px -7px rgba(143, 160, 175, 0.16);
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.documents_box__itemsTop > img {
  max-width: 172px;
  width: 100%;
  object-fit: contain;
}

.more {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.more::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #ededed url("../svg/plus.svg') }}") center no-repeat;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

@media all and (max-width: 1280px) {
  .documents_view {
    padding: 0 5%;
  }
  .documents_box__items:last-child {
    margin-right: 5vw;
  }
}

@media all and (max-width: 768px) {
  .documents {
    padding: 68px 0;
  }
  .documents_box__items {
    margin-right: 36px;
  }
}

@media all and (max-width: 580px) {
  .documents_box__itemsTop {
    height: 232px;
  }
  .documents_box__items {
    width: 200px;
  }
  .documents_box__itemsTop > img {
    width: 132px;
    height: 132px;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .documents_box__itemsTop {
    height: 200px;
  }
}

.licenses {
  background: #fafafa;
  padding-bottom: 120px;
  padding-top: 100px;
  margin-bottom: 0;
}

.licenses_view::-webkit-scrollbar {
  height: 12px;
}

.licenses_view::-webkit-scrollbar-track {
  background: transparent;
  padding: 0 6px;
}

.licenses_view::-webkit-scrollbar-thumb {
  background: url("../img/scrollG.png") center no-repeat;
  background-size: auto;
}

.licenses_view {
  margin-top: 100px;
}

.licenses_box {
  display: flex;
}

.licenses_box__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 42px;
  padding: 24px 24px 24px 28px;
  border: 1px solid #ededed;
  border-radius: 16px;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
}

.licenses_box__item .card-text {
  margin-top: 24px;
}

.licenses_box__item a {
  position: relative;
}

.licenses_box__item .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.licenses_box__item:last-child {
  margin-right: 0;
}

@media all and (max-width: 768px) {
  .licenses {
    padding-top: 68px;
    padding-bottom: 40px;
  }
  .licenses_box {
    flex-wrap: wrap;
  }
  .licenses_box__item {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

@media all and (max-width: 580px) {
  .licenses {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .licenses .container > h2 {
    margin-bottom: 40px;
  }
  .licenses_view {
    margin-top: 0;
  }
}

.quote {
  text-align: center;
}

.quote_spanStart {
  color: #208cf0;
}

.quote_spanFinish {
  color: #7bcdba;
}

@media all and (max-width: 768px) {
  .quote {
    margin-bottom: 132px;
  }
}

@media all and (max-width: 580px) {
  blockquote > h3 {
    font-size: 24px;
  }
  .quote {
    margin-bottom: 80px;
  }
}

.main-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

.main-modal-box img {
  max-width: 100%;
}

.main-modal-box-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 90vh;
  padding: 40px 30px;
  background: url("../img/main-modal-box-container.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
}

.main-modal-box-content {
  display: flex;
  height: 100%;
  overflow-y: auto;
}

.main-modal-box-content p {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 112%;
}

.main-modal-box-content .main-modal-box-title {
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 100%;
}

.main-modal-box-left {
  width: 60%;
}

.main-modal-box-right {
  width: 40%;
}

.main-modal-box-right img {
  max-width: 100%;
}

.main-modal-box-button {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  cursor: pointer;
}

.main-modal-box-link {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 15px;
  border-radius: 16px;
  text-align: center;
  background: #fff;
  box-shadow: 6px 10px 30px -10px rgba(28, 28, 28, 0.12);
  cursor: pointer;
  color: rgba(114, 114, 114, 0.99);
}

@media screen and (max-width: 992px) {
  .main-modal-box-container {
    padding-top: 100px;
  }
  .main-modal-box-left {
    width: 100%;
    text-align: center;
  }
  .main-modal-box-right {
    display: none;
  }
  .main-modal-box-button {
    position: absolute;
    top: 40px;
    left: calc(100% - 70px);
    transform: translateX(0);
  }
  .main-modal-box-left img {
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (max-width: 560px) {
  .main-modal-box-container {
    padding: 40px 5px;
    padding-top: 80px;
    height: 100vh;
  }
  .main-modal-box-content {
    padding: 40px 20px;
  }
  .main-modal-box-content p {
    font-size: 18px;
    line-height: 132%;
  }
  .main-modal-box-content .main-modal-box-title {
    font-size: 32px;
    line-height: 114%;
  }
  .main-modal-box-button {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-modal-box-link {
    display: block;
  }
  .main-modal-box-left img {
    width: 100%;
    max-width: 200px;
  }
}

.more {
  color: #727272;
}

.about > .about__promo {
  background: linear-gradient(#7bcdba 19.54%, #6bc9b3 76.67%);
}

.about .promoText {
  position: absolute;
  top: 30%;
  display: flex;
}

.about__promo .container .promoText > p {
  margin-left: 100px;
  max-width: 360px;
}

.about__promo .container {
  min-height: 100vh;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  padding-bottom: 5%;
}

.news > a {
  display: flex;
}

.news-roll {
  position: relative;
}

.news-roll__title {
  margin-bottom: 32px;
}

.news-roll__item {
  background: #fff;
  padding: 16px;
  height: 160px;
  border-radius: 20px;
  margin-right: 20px;
  width: 550px;
  display: flex;
}

.news-roll__item__img {
  width: 128px;
  height: 128px;
  margin-right: 20px;
  border-radius: 4px;
  object-fit: contain;
}

.news-roll__item__text__title {
  color: #323031;
  margin-bottom: 8px;
}

.owl-stage {
  display: flex;
}

.news-roll__item__text__text {
  color: #727272;
  margin-bottom: 22px;
}

.news_roll__item__text__link {
  color: #727272;
  padding: 8px 8px 8px 48px;
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
}

.news_roll__item__text__link::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fafafa url("../svg/plus.svg') }}") center no-repeat;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.about .promo .more {
  margin-top: 30px;
  color: #fff;
}

.about .promo .more::before {
  background: #fff url("../svg/plus.svg') }}") center no-repeat;
}

@media all and (max-width: 1280px) {
  .about .promo .more,
  .news-roll__title {
    margin-left: 64px;
  }
}

@media all and (max-width: 1024px) {
  .about .promoText {
    position: unset;
    margin: 200px auto 150px;
    flex-direction: column;
    width: fit-content;
    text-align: center;
  }
  .about .promo .container .promoText > p {
    margin-left: 0;
    margin-top: 24px;
  }
  .news-roll {
    position: unset;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  .about .promo .more,
  .news-roll__title {
    margin-left: 64px;
  }
  .news-roll__item__img {
    width: 104px;
    height: 104px;
  }
  .news-roll__item__text__text {
    margin-bottom: 6px;
  }
  .news-roll__item {
    height: 136px;
    max-width: 426px;
  }
  .news-roll__title {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 580px) {
  .about .promo .more,
  .news-roll__title {
    margin-left: 20px;
  }
  .about .promoText {
    margin: 0 auto 100px;
  }
  .news-roll__item__text__text {
    display: none;
  }
  .news-roll__item__img {
    width: 88px;
    height: 88px;
  }
  .news-roll__item {
    width: 90vw;
    height: 120px;
  }
  .about .promo .more,
  .news-roll__title {
    margin-left: 20px;
  }
  .news-roll__title {
    font-size: 26px;
  }
  .about .promo .container .promoText > p {
    margin: 24px auto 0;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .news-roll {
    padding-bottom: 40px;
  }
  .about .promoText {
    position: unset;
    margin: 150px auto 100px;
    transform: translateX(0);
  }
}

@media all and (max-width: 580px) and (orientation: landscape) {
  .about .promoText {
    margin: 0 auto 80px;
  }
}

.team {
  margin-bottom: 100px;
}

.team .container > h2 {
  margin-bottom: 98px;
}

.team_view {
  overflow-x: scroll;
}

.team_box__row {
  display: flex;
}

.team_box {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  font-size: 14px;
}

.team_box__item {
  position: relative;
  width: 245px;
  margin-right: 35px;
  margin-bottom: 50px;
}

.team_box__item:nth-child(2n-1) {
  margin-top: 75px;
}

.team_box__item:last-child {
  margin-right: calc(50vw - 600px);
}

.team_box__item__img {
  display: flex;
  background: #fff;
  padding: 16px;
  border-radius: 32px;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  width: fit-content;
  margin: 0 auto;
}

.team_box__item__img > img {
  border-radius: 14px;
  position: relative;
  max-width: 200px;
  width: 100%;
  max-height: 200px;
}

.team_box__item > h5 {
  margin-top: 36px;
  margin-bottom: 12px;
}

@media all and (max-width: 1280px) {
  .team_box__item:last-child {
    margin-right: 64px;
  }
}

@media all and (max-width: 768px) {
  .team {
    margin-bottom: 68px;
  }
}

@media all and (max-width: 580px) {
  .team_box__item:last-child {
    margin-right: 20px;
  }
  .team_box__item__img > img {
    max-width: 124px;
    max-height: 124px;
    object-fit: cover;
  }
  .team_box__item {
    max-width: 156px;
    margin-bottom: 16px;
    margin-right: 23px;
  }
  .team_box__item:nth-child(2n-1) {
    margin-top: 40px;
  }
  .team_box__item > h5 {
    margin-top: 25px;
  }
  .team_box__item > p {
    font-size: 0.75em;
  }
  .team_box__item > h5 {
    font-size: 1em;
  }
  .team .container > h2 {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 320px) {
  .team_box__item__img > img {
    width: 100px;
    height: 100px;
  }
  .team_box__item > h5 {
    margin-bottom: 6px;
    margin-top: 15px;
  }
  .team_box__item__img {
    padding: 10px;
  }
  .team_box__item {
    max-width: 120px;
  }
  .team_box__item:nth-child(2n-1) {
    margin-top: 40px;
  }
}

.ambassadors .events_tabs {
  display: none;
}

.ambassadors .events .container > h2 {
  margin-bottom: 100px;
}

.events {
  padding-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  background: #fafafa;
}

.events_tabs {
  display: flex;
}

.events_tabs h5 {
  padding: 20px 36px;
  border-radius: 16px;
  margin-right: 16px;
  color: #727272;
}

.events_tabs h5.active {
  background: #208cf0;
  color: #fff;
}

.events_tabs {
  margin-top: 100px;
  margin-bottom: 40px;
}

.events_box {
  display: flex;
  flex-wrap: wrap;
}

.events_box__items:nth-child(2),
.events_box__items:nth-child(3),
.events_box__items:nth-child(2n + 4),
.events_box__items:nth-child(3n + 4) {
  max-width: 380px;
  flex-grow: 1;
}

.events_box__items,
.events_box__items:nth-child(4n) {
  flex-grow: 2;
  position: relative;
  border: 1px solid #ededed;
  border-radius: 32px;
  max-width: 790px;
  width: 100%;
  padding: 28px 36px 36px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
}

.events_box__items:nth-child(even) {
  margin-right: 0;
}

.events_box__items .text > h5 {
  margin-bottom: 20px;
}

.events_bottom {
  display: flex;
  justify-content: space-between;
}

.events_bottom .more {
  margin-left: 0;
}

.archiveEvent {
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 16px;
  padding: 20px 22px 20px 74px;
}

.archiveEvent::before {
  background: url("../svg/archive.html") center no-repeat !important;
  border-radius: 0;
  left: 22px;
}

.date {
  color: #323031;
  font-size: 4.25em;
  font-family: Gilroy-Bold;
  line-height: 95%;
}

.stroke {
  -webkit-text-stroke: 1px #d4d4d4;
  color: transparent;
  font-family: Gilroy-Bold;
}

.news-page > .event-future__promo {
  background: linear-gradient(252.88deg, #3d3862 16.52%, #2e294e 78.75%);
}

.news-page > .event-archive-promo {
  background: #ff8c42;
}

@media all and (max-width: 1280px) {
  .events_box__items {
    width: calc(50% - 15px) !important;
  }
}

@media all and (max-width: 920px) {
  .events_tabs {
    margin: 60px 0 56px;
  }
}

@media all and (max-width: 768px) {
  .events {
    padding: 68px 0;
    margin-bottom: 68px;
  }
  .ambassadors .events .container > h2 {
    margin-bottom: 68px;
  }
}

@media all and (max-width: 580px) {
  .events_box {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .events_box__items {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100% !important;
    max-width: 380px !important;
  }
  .events_bottom {
    max-width: 380px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .events_tabs {
    margin: 0 0 20px;
  }
  .events_box__items {
    height: 300px;
  }
  .events_bottom .more {
    margin: 0 auto;
    width: 200px;
    padding-left: 74px;
  }
  .events_bottom .more::before {
    left: 22px;
  }
  .archiveEvent {
    margin-top: 20px !important;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .events {
    margin-bottom: 68px;
    padding: 68px 0;
  }
}

.blog_box {
  margin-top: 98px;
}

.blog_box__itemTop .subP {
  margin-top: 10px;
}

.blog_box__item {
  align-items: flex-start;
  padding: 20px 0 54px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
}

.blog_box__item:last-child {
  border-bottom: none;
}

.blog_box_reverse .blog_box__item .imgBord {
  order: 1;
}

.imgBord {
  position: relative;
  margin-right: 48px;
  height: 272px;
  background: #fff;
  border-radius: 32px;
  padding: 20px;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
}

.imgBord > img {
  width: 354px;
  border-radius: 14px;
  height: 100%;
  object-fit: cover;
}

.blog_text {
  max-width: 750px;
  margin-top: 20px;
  width: 100%;
}

.blog_text > p {
  margin-top: 32px;
  margin-bottom: 54px;
}

.blog_box__item-top {
  display: flex;
  justify-content: space-between;
}

.blog_box__item-top > * {
  width: fit-content;
  align-self: flex-end;
}

.blog_bottom {
  display: flex;
  justify-content: center;
}

.blog_bottom > a {
  padding: 16px 36px;
  background: #208cf0;
  border-radius: 16px;
  font-family: Gilroy-Bold;
  color: #fff;
}

.more.plus::before {
  display: none;
}

@media all and (max-width: 920px) {
  .blog_box__item {
    flex-direction: column;
    align-items: center;
    max-width: 525px;
    margin: 0 auto;
  }
  .blog_text {
    margin-top: 28px;
    max-width: 500px;
  }
  .blog_text > p {
    margin-top: 12px;
    margin-bottom: 22px;
  }
  .imgBord {
    margin-right: 0;
  }
  .blog_box {
    margin-bottom: 68px;
  }
}

@media all and (max-width: 580px) {
  .blog {
    margin-bottom: 80px;
  }
  .blog .container > h2 {
    margin-bottom: 40px;
  }
  .blog_box {
    margin-bottom: 0;
  }
  .more.plus::before {
    display: block;
  }
  .blog_box {
    margin-top: 0;
  }
  .imgBord > img {
    width: 100%;
  }
  .blog_text .more {
    display: none;
  }
  .imgBord > .more::before {
    left: 12px;
    bottom: 12px;
  }
  .blog_box__item {
    padding: 20px 0 25px;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .blog_box {
    margin: 0;
  }
  .blog .container > h2 {
    margin-bottom: 32px;
  }
}

.comments_box {
  padding-top: 100px;
}

.comments_box__item {
  padding: 28px;
  display: flex;
  border-radius: 32px;
  margin-bottom: 20px;
}

.comments_box__item > h5,
.comments_box__item > p {
  width: 100%;
  color: #fff;
}

.ambassadors .comments_box__item {
  flex-direction: column;
}

.comments_box__item-date {
  margin-bottom: 16px;
}

.comments_box__item.purple {
  background: #2e294e;
}

.comments_box__item.blue {
  background: #208cf0;
}

.comments_box__item.green {
  background: #7bcdba;
}

.comments_box__item.orange {
  background: #ff8c42;
}

.comments_box__itemLeft {
  display: flex;
  align-items: center;
  margin-right: 44px;
}

.comments_img {
  position: relative;
  padding: 10px;
  background: #fff;
  display: flex;
  justify-self: center;
  align-items: center;
  border-radius: 32px;
}

.comments_img img {
  border-radius: 22px;
  max-width: 68px;
  max-height: 68px;
}

.comments_img a {
  display: flex;
}

.soc {
  width: 36px;
  height: 36px;
  margin-left: 40px;
}

.comments_box__itemRight {
  padding-left: 46px;
  border-left: 2px solid #fff;
}

.comments_box__itemRight > h5 {
  margin-bottom: 16px;
}

.comments_box__itemRight > * {
  color: #fff !important;
}

.comments_bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.video-reviews h2 {
  margin-bottom: 100px;
}

.video-reviews-container {
  position: relative;
  width: 100%;
  padding-bottom: 55.5%;
}

.video-reviews-container iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ambassadors .comments {
  margin-top: 0;
}

.ambassadors .comments_box__item:nth-child(n + 5) {
  display: none;
}

.ambassadors .comments_bottom p.more {
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .ambassadors .comments_box {
    padding-top: 68px;
  }
}

@media all and (max-width: 580px) {
  .comments {
    margin-bottom: 80px;
  }
  .comments_bottom {
    justify-content: center;
  }
  .comments_box {
    padding-top: 40px;
  }
  .comments_box__item {
    flex-direction: column;
  }
  .comments_box__itemRight {
    border: none;
    padding: 0;
    margin-top: 13px;
  }
  .comments_box__itemLeft {
    margin: 0;
    justify-content: space-between;
  }
  .soc {
    margin-right: 22px;
  }
  .form_bottom > p {
    flex-direction: column;
  }
  .submit_button {
    margin-top: 20px;
  }
  .ambassadors .comments_box {
    padding-top: 0;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .ambassadors .comments_box {
    padding-top: 0;
  }
  .comments_box__item {
    font-size: 12px;
  }
}

.vacancies .container > h2 {
  margin-bottom: 100px;
}

.vacancies_box {
  display: flex;
  justify-content: space-between;
}

.vacancies_box__left {
  max-width: 350px;
  margin-right: 25px;
}

#vacancies_slider .slick-track {
  display: flex;
  padding: 20px 20px;
  align-items: flex-start;
}

.vacancies-item {
  justify-content: flex-start !important;
  align-items: center;
  flex-direction: column;
  height: auto;
  margin-right: 30px;
  padding: 40px 15px;
  padding-bottom: 0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
}

.vacancies-item h5 {
  text-align: center;
}

.vacancies-item-main-content {
  position: relative;
  min-height: 350px;
}

.vacancies-slider-buttons {
  display: flex;
  justify-content: flex-end;
}

.vacancies-slider-buttons .prev,
.vacancies-slider-buttons .next {
  position: relative;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(114, 114, 114, 0.99);
  border-radius: 50%;
}

.vacancies-slider-buttons .prev::before,
.vacancies-slider-buttons .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #323031;
  transform: rotate(-45deg) translateY(-50%);
}

.vacancies-slider-buttons .prev::after,
.vacancies-slider-buttons .next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #323031;
  transform: rotate(45deg) translateY(-50%);
}

.vacancies-slider-buttons .prev {
  margin-right: 30px;
  transform: rotate(90deg);
}

.vacancies-slider-buttons .next {
  transform: rotate(-90deg);
}

.vacancies-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 113px;
  height: 113px;
  margin: 0 auto 25px auto;
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 50%;
}

.vacancies-item-tab {
  display: none;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ededed;
}

.vacancies-item-tab p {
  margin-bottom: 18px;
  color: rgba(114, 114, 114, 0.99);
}

.vacancies-item-tab li {
  position: relative;
  padding-left: 28px;
  color: rgba(114, 114, 114, 0.99);
}

.vacancies-item-tab li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #d5d5d5;
  border-radius: 50%;
}

.vacancies-item-tab li:not(:last-child) {
  margin-bottom: 18px;
}

.vacancies-item-tab .vacancies-button {
  width: 100%;
  padding: 15px 5px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  border-radius: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 148%;
  color: rgba(114, 114, 114, 0.99);
  display: block;
  text-align: center;
  margin-top: 30px;
}

.vacancies-item-show-button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.vacancies-item-show-button .vacancies-item-show-button-inside {
  position: relative;
  width: 32px;
  height: 32px;
  background: #fafafa;
  border-radius: 50%;
}

.vacancies-item-show-button .vacancies-item-show-button-inside::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: rgba(114, 114, 114, 0.99);
  border-radius: 2px;
  transform: rotate(45deg) translateY(-50%);
}

.vacancies-item-show-button .vacancies-item-show-button-inside::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: rgba(114, 114, 114, 0.99);
  border-radius: 2px;
  transform: rotate(-45deg) translateY(-50%);
}

.vacancies-item-active .vacancies-item-show-button .vacancies-item-show-button-inside {
  transform: rotate(180deg);
}

.vacancies-item-active .vacancies-item-tab {
  display: block;
}

.vacancies_box__left > p {
  margin-top: 32px;
}

.vacancies_box__left > h3 {
  position: relative;
  width: fit-content;
}

.vacancies_box__left > h3::before {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: -10px;
  background: linear-gradient(
    90deg,
    #208cf0 0%,
    #208cf0 24.99%,
    #7bcdba 25%,
    #7bcdba 50%,
    #ff8c42 50.01%,
    #ff8c42 75%,
    #613f75 75.01%,
    #613f75 100%
  );
  height: 4px;
  width: 92px;
}

.vacancies_box__right {
  max-width: 700px;
  width: 50%;
}

.vacancies_box__right form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vacancies_box__right form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 356px;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 16px;
  border: 1px solid #fafafa;
  padding: 24px 26px;
  margin-bottom: 40px;
  font-size: 1em;
  color: #323031;
}

.vacancies_box__right form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 16px;
  border: 1px solid #fafafa;
  padding: 24px 26px;
  font-size: 1em;
  color: #323031;
}

.form_bottom > p {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.submit_button {
  padding: 16px 36px;
  background: #208cf0;
  box-shadow: 0px 8px 26px -12px rgba(32, 140, 240, 0.3);
  border-radius: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.file_button {
  position: relative;
  padding: 17px 22px 13px 74px;
  border: 1px solid #ededed;
  border-radius: 16px;
  font-family: Gilroy-Bold;
  color: #727272;
}

.file_button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../svg/file.html") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}

input:focus,
textarea:focus {
  outline: none;
}

::placeholder {
  color: #d4d4d4;
}

.ajax-loader {
  display: none !important;
}

.wpcf7-textarea {
  resize: none;
}

@media all and (min-width: 1200px) {
  .vacancies-container {
    width: calc(100% - ((100vw - 1200px) / 2));
    margin-left: calc((100vw - 1200px) / 2);
  }
}

@media all and (max-width: 1440px) {
  .vacancies_box__left > h3::before {
    right: -4px;
  }
}

@media all and (max-width: 920px) {
  .vacancies .container > h2 {
    margin-bottom: 44px;
  }
  .vacancies_box {
    flex-direction: column;
    align-items: center;
  }
  .vacancies_box__left {
    max-width: 350px;
    margin-bottom: 60px;
  }
  .vacancies_box__right {
    max-width: 500px;
    width: 100%;
  }
  .vacancies_box__left {
    margin-right: 0;
    text-align: center;
  }
  .vacancies_box__left > h3 {
    margin: 0 auto;
  }
  .vacancies_box__left > p {
    margin-top: 25px;
  }
  .vacancies_box__right form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  div.wpcf7 .ajax-loader {
    display: none;
  }
  .comments_box {
    padding-top: 0;
  }
}

@media all and (max-width: 768px) {
  .vacancies .container > h2 {
    margin-bottom: 44px;
  }
}

@media all and (max-width: 580px) {
  .events {
    padding: 40px 0;
  }
  .file_button {
    text-align: center;
    padding: 17px 22px;
  }
  .file_button::before {
    left: calc(50% - 100px);
  }
}

@media only screen and (max-width: 580px) {
  .vacancies-container {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media all and (max-width: 326px) {
  .vacancies_box__left > h3::before {
    right: 50%;
    transform: translateX(50%);
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .vacancies .container > h2 {
    margin-bottom: 44px;
  }
}

.news-list__title {
  margin-bottom: 24px;
}

.news-list__text {
  margin-bottom: 68px;
}

.news-list_box__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ededed;
  padding: 32px;
  margin-bottom: 24px;
  border-radius: 32px;
  background: linear-gradient(91.02deg, #fff 0%, #fafafa 100%);
}

.news-list_box__item-text {
  margin-right: 40px;
  max-width: 700px;
}

.news-list_box__item-text > h5 {
  margin-bottom: 24px;
}

.news-list_box__item__marck {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #208cf0;
  border-radius: 50%;
  margin-left: 52px;
  padding: 6px;
}

.data-past {
  display: flex;
  align-items: center;
}

.past {
  border: 2px dashed #d4d4d4;
}

.past .news-list_box__item__marck {
  display: inline-flex;
}

.more-news {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  background: #208cf0;
  box-shadow: 0px 8px 26px -12px rgba(32, 140, 240, 0.3);
  border-radius: 16px;
  padding: 16px 36px;
  color: #fff;
  font-family: Gilroy-Bold;
}

.news-blog_main__title {
  margin-bottom: 32px;
}

.eventLabel {
  width: auto;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  position: absolute;
  top: 30%;
  display: flex;
}

@media all and (max-width: 1024px) {
  .eventLabel {
    position: unset;
    width: fit-content;
    margin: 150px auto 20px;
  }
}

@media all and (max-width: 920px) {
  .news-list__title {
    text-align: center;
  }
  .news-list__text {
    margin-bottom: 48px;
  }
}

@media all and (max-width: 580px) {
  .news-list__text {
    text-align: center;
    margin-bottom: 32px;
  }
  .eventLabel {
    margin: 0 auto 20px;
  }
  .news-list_box__item {
    flex-direction: column-reverse;
    padding: 24px;
  }
  .news-list_box__item .date {
    margin-bottom: 34px;
  }
}

.single-event__promo {
  background: #ff8c42 !important;
}

.single-event__img {
  background: linear-gradient(0deg, #fff 50%, #ff8c42 50%) !important;
}

.single-event__promo__list {
  margin-top: 60px;
  display: flex;
}

.single-event__promo__list li {
  font-size: 1.25em;
  color: #fff;
  font-family: Gilroy-Bold;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 312px;
  margin-right: 60px;
}

.single-event__promo__list li:last-child {
  margin-right: 0;
}

.single-event__promo__list li > svg {
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  width: 32px;
  height: 32px;
  box-sizing: content-box;
  margin-right: 32px;
}

.news-blog__promo__img {
  display: flex;
  margin: 0 auto;
}

.news-blog_main {
  margin-bottom: 120px;
}

.news-blog_main .container p > a {
  text-decoration: underline;
  color: #208cf0;
  line-height: 130%;
}

.news-blog_main .container > a {
  display: flex;
  margin: 56px auto 0;
  width: fit-content;
  padding: 16px 36px;
  background: #208cf0;
  border-radius: 16px;
  box-shadow: 0px 8px 26px -12px rgba(32, 140, 240, 0.3);
  color: #fff;
}

@media all and (max-width: 768px) {
  .single-event__promo__list {
    justify-content: space-around;
  }
  .single-event__promo__list li {
    flex-direction: column;
    width: fit-content;
  }
  .single-event__promo__list li > svg {
    margin: 0 auto 24px;
  }
}

@media all and (max-width: 580px) {
  .single-event__promo__list {
    flex-direction: column;
  }
  .single-event__promo__list li {
    flex-direction: row;
    margin-bottom: 12px;
    margin-left: 8px;
  }
  .single-event__promo__list li > svg {
    margin: 0 20px 0 0;
    width: 24px;
    height: 24px;
    padding: 18px;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .single-event__promo__list li > svg {
    width: 24px;
    height: 24px;
    padding: 18px;
  }
}

.news-blog__promo {
  background: linear-gradient(#764f8c -1.15%, #613f75 99.18%);
  padding-bottom: 60px;
  margin-bottom: 0 !important;
}

.news-blog__promo__header {
  display: flex;
  justify-content: space-between;
  padding-top: 228px;
  margin-bottom: 28px;
}

.news-blog__promo__header__title {
  color: #fff;
  max-width: 800px;
}

.news-blog__promo__header__date {
  color: #fff F;
  text-align: right;
}

.news-blog__promo__header__date > p {
  color: #fff;
}

.news-blog__promo__header__date__year {
  font-size: 0.75em;
}

.news-blog__promo__discription {
  color: #fff;
  max-width: 700px;
}

.news-blog__promo__img {
  background: #fff;
  border: 1px solid #fafafa;
  box-sizing: border-box;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 32px;
  padding: 20px;
}

.news-blog__promo__img-img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  border-radius: 18px;
}

.news-blog__img {
  background: linear-gradient(0deg, #fff 50%, #613f75 50%);
  margin-bottom: 72px;
}

.news-blog__info {
  margin: 50px auto 68px;
}

.news-blog__info-container {
  display: flex;
  justify-content: space-between;
}

.news-blog__info__text {
  max-width: 680px;
}

.news-blog__info__sidebar {
  max-width: 472px;
}

.news-blog__info__sidebar > .sideBar__news > h4 {
  margin-bottom: 32px;
}

.news-blog__info__sidebar .newsRoll_item {
  margin-bottom: 26px;
  margin-right: 0;
  border: 1px solid #fafafa;
}

.post-tags {
  margin: 20px 0 0;
  padding: 10px;
  border-top: 1px solid #727272;
  width: 100%;
}

.sideBar__news__items .news-roll__item {
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.04);
  margin-bottom: 26px;
}

.sideBar__news__items .news-roll__item:last-child {
  margin-bottom: 0;
}

.news-blog__info__text > *,
.news-blog_main .container > * {
  margin-block-start: revert;
  margin-block-end: revert;
  padding-inline-start: revert;
}

.news-blog__info__text li,
.news-blog_main .container li {
  list-style: unset;
  color: #727272;
}

.news-blog__info iframe,
.news-blog_main iframe {
  width: 100% !important;
  max-width: 700px;
  min-height: 400px;
  display: flex;
  margin: 20px auto;
}

.news-blog__info__text a {
  color: #007cba;
}

@media all and (max-width: 1280px) {
  .news-blog__info__text {
    max-width: 100%;
  }
  .news-blog__info-container {
    flex-direction: column;
  }
  .sideBar__news__items .news-roll__item {
    width: 100%;
  }
  .news-blog__info__sidebar {
    max-width: 100%;
  }
  .sideBar__news > h4 {
    text-align: center;
    margin-top: 80px;
  }
}

@media all and (max-width: 768px) {
  .news-blog__promo__header {
    padding-top: 150px;
  }
  .news-blog__promo__header {
    flex-direction: column-reverse;
  }
  .news-blog__promo__header__date .date,
  .news-blog__promo__header__date__year {
    text-align: center;
  }
  .news-blog__promo__header__title {
    margin-top: 40px;
    text-align: center;
    line-height: 100%;
  }
  .news-blog__promo__discription {
    text-align: center;
  }
  .sideBar__news__items .news-roll__item {
    max-width: 100%;
  }
}

@media all and (max-width: 580px) {
  .news-blog__info__sidebar .news-roll__item__text__title {
    font-size: 16px;
  }
  .news_roll__item__text__link {
    font-size: 12px;
    padding: 8px 8px 8px 36px;
  }
  .news-blog__promo__img {
    padding: 12px;
  }
  .news-blog__promo {
    padding-bottom: 30px;
  }
  .news-blog__info iframe,
  .news-blog_main iframe {
    min-height: 200px;
  }
}

.faq {
  user-select: text;
}

.faq__promo {
  background: linear-gradient(248.42deg, #7bcdba 19.54%, #6bc9b3 76.67%);
  overflow: hidden;
}

.faq__promo__container {
  position: relative;
  height: 100%;
}

.faq__promo__text {
  position: absolute;
  top: 40%;
  z-index: 2;
}

.faq__promo__text__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.faq__promo__icon {
  z-index: 0;
  position: absolute;
  max-height: 700px;
  height: 80%;
  bottom: 5%;
  right: 5%;
  width: auto;
  object-fit: contain;
}

.faq__info__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.faq__info__list__item {
  margin: 0 20px 20px 0;
  background-color: #fff;
  white-space: nowrap;
  color: rgba(114, 114, 114, 0.99);
  padding: 16px 36px;
  border-radius: 32px;
  border: 1px solid #fafafa;
  box-shadow: 0 10px 30px -10px rgba(213, 213, 213, 0.4);
  font-family: Gilroy-Bold;
  transition: 0.5s;
}

.faq__info__list__item:hover {
  color: #7bcdba;
  background: rgba(123, 205, 186, 0.1);
  box-shadow: none;
  transition: 0.5s;
}

.faq__info__title {
  color: #323031;
  margin-bottom: 32px;
  cursor: pointer;
}

.faq__info__title__span {
  opacity: 0;
  color: #3698f2;
  transition: 0.7 opacity;
}

.faq__info__title:hover .faq__info__title__span {
  opacity: 1;
}

.faq__info__text-video {
  margin-bottom: 52px;
}

.faq__info__item.active {
  background: #fff;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  transition: 0.5s;
}

.faq__info__item {
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 32px;
  padding: 36px;
  margin-bottom: 40px;
}

.faq__info__item__header {
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.faq__info__item__header__text {
  width: 100%;
}

.faq__info__item__header__open {
  position: relative;
  min-width: 56px;
  height: 56px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  transition: all 0.7s;
}

.faq__info__item__header__open:after,
.faq__info__item__header__open:before {
  content: "";
  width: 18px;
  height: 1px;
  border-radius: 1px;
  background-color: #d4d4d4;
  position: absolute;
  top: 50%;
  left: 50%;
}

.faq__info__item__header__open:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.faq__info__item__header__open:after {
  transform: translate(-50%, -50%);
}

.faq__info__item.active .faq__info__item__header__open {
  transform: rotate(45deg);
}

.faq__info__item__body {
  width: 100%;
  overflow: hidden;
  padding-top: 52px;
  margin-top: 36px;
  height: auto !important;
  transition: all 0.2s;
  border-top: 1px solid #ededed;
}

.faq__info__item__body.dont-active {
  padding-top: 0;
  height: 0 !important;
}

.faq__info__item__body .wp-video {
  margin: auto;
}

.faq__info .container > h3 {
  margin-top: 68px;
}

@media (max-width: 1024px) {
  .faq__promo__text {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding-top: 200px;
  }
  .faq__promo__icon {
    display: flex;
    margin: 40px auto 0;
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    transform: translate(0, 10px);
  }
  .faq__info__title {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 580px) {
  .faq__promo__icon {
    margin-top: 5px;
  }
  .faq__info__list::-webkit-scrollbar-thumb {
    background: url("../img/scrollG.png") center no-repeat;
    background-size: auto;
  }
  .faq__info__list::-webkit-scrollbar-track {
    background: 0 0;
    padding: 0 6px;
  }
  .faq__info__list::-webkit-scrollbar {
    height: 12px;
  }
  .faq__info__list {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .faq__promo__container,
  .faq__promo {
    min-height: fit-content !important;
  }
  .faq__promo__text {
    padding-top: 0;
  }
  .faq__info__item {
    padding: 28px 10px;
  }
  .faq__info__item__header__text {
    width: 70%;
  }
  .faq__info__item__header__open {
    min-width: 40px;
    height: 40px;
  }
  .faq__info__item__body {
    padding-top: 36px;
  }
}

.reviews_promo {
  background: #613f75;
}

.reviews_promo .promoImg {
  max-height: 600px;
  top: 50%;
  transform: translateY(-50%);
}

.reviews_promoText {
  max-width: 450px;
  position: absolute;
  top: 35%;
}

.reviews_promoText .presentation {
  display: none;
}

.reviews_promoText > p {
  margin: 32px 0 48px;
}

@media all and (max-width: 1024px) {
  .reviews_promoText {
    position: relative;
    margin: 200px auto 0;
  }
  .reviews_promo .promoImg {
    display: flex;
    position: relative;
    margin: 40px auto 40px;
    transform: translate(0, 0);
    right: 0;
  }
  .reviews_promoText {
    text-align: center;
  }
}

@media all and (max-width: 920px) {
  .reviews_promo .promoImg {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .reviews_promo .promoImg {
    margin-top: 5px;
  }
  .reviews_promoText {
    margin-top: 0;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .reviews_promoText {
    margin-top: 150px;
  }
}

@media all and (max-width: 580px) and (orientation: landscape) {
  .reviews_promoText {
    margin-top: 0;
  }
}

.ambassadors .promo {
  margin-bottom: 0;
}

.ambassadors .promo .text > h1 {
  line-height: 100%;
}

.ambassadors .promo,
.ambassador .promo {
  background: linear-gradient(252.88deg, #3d3862 16.52%, #2e294e 78.75%);
}

.ambassadors .promo .container {
  display: flex;
  justify-content: center;
  padding-top: 10%;
}

.socAmbassadors {
  padding-left: 20px;
}

.socAmbassadors,
.phone_num {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone_num {
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.phone_num > p {
  font-family: Gilroy-Bold;
  white-space: nowrap;
}

.phone_num > img {
  margin-right: 16px;
}

.socAmbassadors > a {
  display: flex;
  margin-right: 27px;
}

.socAmbassadors > a:last-child {
  margin-right: 0;
}

.socAmbassadors > a > img {
  width: 28px;
  height: 28px;
}

.ambassadors .promo .img {
  display: flex;
  width: 400px;
  border-radius: 32px;
  margin-right: 70px;
  background: #fff;
  padding: 16px;
  object-fit: cover;
}

.promoImges {
  margin-left: 5%;
  position: relative;
  z-index: 2;
  height: fit-content;
  margin-bottom: 100px;
}

.ambassadors .promo .promoImges::before,
.ambassadors .promo .promoImges::after {
  content: "";
  display: block;
  position: absolute;
  width: 65%;
  height: 55%;
  background: url("../svg/hexagon.html") center no-repeat;
  background-size: contain;
  z-index: -1;
}

.ambassadors .promo .promoImges::after {
  top: 0;
  left: -70px;
  transform: rotate(90deg);
}

.ambassadors .promo .promoImges::before {
  right: 0;
  bottom: -70px;
}

.ambassadors .promo .img > img {
  border-radius: 16px;
  width: 100%;
}

.ambassadors .promo .text {
  width: 520px;
  padding-bottom: 100px;
}

.ambassadors .promo .text > h1 {
  margin-bottom: 16px;
}

.ambassadors .promo .text > p {
  margin-top: 12px;
  margin-bottom: 36px;
}

.ambassadors .promo .about_me {
  margin-bottom: 36px;
}

.ambassadors .promo .about_me > h5 {
  margin-bottom: 8px;
}

.ambass_registration {
  background: #208cf0;
  padding: 16px 36px;
  border-radius: 16px;
  margin-right: 20px;
  box-shadow: 0px 8px 26px -12px rgba(32, 140, 240, 0.3);
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.ambassadorLink {
  display: flex;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px;
  width: fit-content;
}

@media all and (max-width: 1280px) {
  .ambassadors .promo .container {
    padding-top: 150px;
  }
  .ambassadors .promo .img {
    height: 70vh;
    max-height: 500px;
  }
  .ambassadors .promo,
  .ambassadors .promo .container {
    min-height: fit-content;
  }
  .ambassadors .promo .promoImges::before {
    right: -30px;
    bottom: -70px;
  }
}

@media all and (max-width: 920px) {
  .promoImges {
    margin-left: 0;
  }
  .ambassadors .promo .img {
    height: 55vh;
  }
}

@media all and (max-width: 768px) {
  .ambassadorLink {
    width: 100%;
    justify-content: center;
  }
  .ambassadors .promo .text > p {
    text-align: center;
  }
  .ambassadors .promo .container {
    flex-direction: column;
    align-items: center;
  }
  .ambassadors .promo .img {
    margin-right: 0;
  }
  .ambassadors .promo .promoImges::before {
    right: -70px;
    bottom: -70px;
  }
  .promoImges {
    margin-bottom: 40px;
  }
  .ambassadors .promo .text > h1 {
    margin-top: 0;
    text-align: center;
  }
  .ambassadors .promo .text > h3 {
    text-align: center;
  }
  .ambassadors .promo .about_me {
    margin-top: 40px;
    margin-bottom: 28px;
  }
  .socAmbassadors {
    width: fit-content;
  }
  .ambass_registration {
    margin: 28px auto 0;
  }
  .ambassadors .promo .text {
    padding-bottom: 40px;
  }
  .ambassadors > section {
    margin-bottom: 68px !important;
  }
}

@media all and (max-width: 580px) {
  .ambassadorLink {
    flex-direction: column;
    align-items: center;
    background: transparent;
  }
  .phone_num {
    border: none;
  }
  .phone_num,
  .socAmbassadors {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: center;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
  }
  .ambassadors .promo .promoImges::after,
  .ambassadors .promo .promoImges::before {
    display: none;
  }
  .ambassadors > section {
    margin-bottom: 80px !important;
  }
  .ambassadors .promo .text {
    width: 100%;
  }
  .ambass_registration {
    display: flex;
    width: fit-content;
    margin: 0 auto;
  }
}

@media all and (max-width: 350px) {
  .ambassadors .promo .img {
    max-width: 100%;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .ambassadors .promo .container {
    flex-direction: column;
    align-items: center;
  }
  .ambassadors .promo .img {
    min-height: 400px;
  }
  .ambassadors .promo .container {
    padding-top: 100px;
  }
}

.certificates {
  margin-bottom: 80px;
  margin-top: 120px;
}

.certificates_view {
  padding: 0 calc(50vw - 600px);
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
}

.certificates_box {
  display: flex;
  margin-top: 100px;
  width: fit-content;
}

.certificates_box__item {
  overflow: hidden;
  position: relative;
  width: 276px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-radius: 32px;
  margin-right: 32px;
  border: 1px solid #ededed;
}

.certificates_box__item:last-child {
  margin-right: calc(50vw - 600px) !important;
}

.certificates_box__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 32px;
  height: 120px;
  border-radius: 32px;
  background: #208cf0;
}

.certificates_box .other {
  margin: 64px 32px 80px 0;
}

@media all and (max-width: 1280px) {
  .certificates_box__item:last-child {
    margin-right: 64px !important;
  }
  .ambassadors .promo .container {
    align-items: center;
  }
  .ambassadorLink {
    margin: 0 auto;
  }
  .ambass_registration {
    margin: 24px auto 0;
  }
  .ambassadors .promo .text,
  .ambassadors .promo .img {
    max-width: 355px;
  }
  .ambassadors .promo .img {
    height: 450px;
  }
}

@media all and (max-width: 1024px) {
  .ambassadors .promo .img {
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  .certificates_box {
    margin-top: 68px;
  }
}

@media all and (max-width: 580px) {
  .ambassadors .promo .img {
    height: 350px;
    width: 260px;
  }
  .certificates_box {
    margin-top: 0;
  }
  .certificates_box__item::after {
    height: 80px;
    border-radius: 16px;
  }
  .certificates_box__item {
    height: 180px;
  }
  .certificates_box__item:last-child {
    margin-right: 20px !important;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .certificates_box {
    margin-top: 0;
  }
}

.luck {
  margin-bottom: 244px;
}

.luck .container > h2 {
  margin-bottom: 20px;
}

.luck_box {
  display: flex;
  justify-content: space-between;
}

.luck_box__left {
  max-width: 600px;
  margin-right: 32px;
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.luck_box__left > h5 {
  margin-top: 60px;
  margin-bottom: 32px;
}

.luck_box__right {
  width: 30vw;
  max-width: 400px;
  display: flex;
  padding: 16px;
  height: fit-content;
  border-radius: 32px;
  border: 1px solid #fafafa;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
}

.luck_box__right > img {
  border-radius: 16px;
  width: 100%;
  height: intrinsic;
}

@media all and (max-width: 768px) {
  .luck_box__left > h5 {
    margin-top: 0;
  }
  .luck_box__right {
    width: 40vh;
  }
  .luck .container > h2 {
    margin-bottom: 68px;
  }
}

@media all and (max-width: 580px) {
  .luck .container > h2 {
    margin-bottom: 40px;
  }
  .luck_box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .luck_box__left {
    width: 80vw;
    margin-top: 40px;
    margin-right: 0;
  }
  .luck_box__left > h5 {
    margin-bottom: 16px;
  }
}

@media all and (max-width: 350px) {
  .luck_box__right {
    width: 100%;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .luck_box__right {
    min-width: 250px;
  }
}

.gallery .container > h2 {
  margin-bottom: 100px;
}

.gallery_view {
  padding: 0 calc(50vw - 600px);
  overflow-x: auto;
}

.gallery_box {
  display: flex;
  width: fit-content;
}

.gallery_box__item {
  display: flex;
  width: fit-content;
  height: 400px;
  padding: 16px;
  margin-right: 32px;
  border-radius: 32px;
  border: 1px solid #ededed;
}

.gallery_box__item > img {
  border-radius: 16px;
  height: 100%;
}

.gallery_box__item:nth-child(2n) {
  margin: 0 32px 60px 0;
}

.gallery_box__item:last-child {
  margin-right: calc(50vw - 600px);
}

@media all and (max-width: 1280px) {
  .gallery_box__item:last-child {
    margin-right: 64px;
  }
}

@media all and (max-width: 768px) {
  .gallery_box__item {
    width: 70vw;
  }
  .gallery .container > h2 {
    margin-bottom: 68px;
  }
}

@media all and (max-width: 580px) {
  .gallery .container > h2 {
    margin-bottom: 44px;
  }
  .gallery_box__item:nth-child(2n) {
    margin: 30px 32px 60px 0;
  }
  .gallery_box__item:last-child {
    margin-right: 20px;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .gallery_box__item {
    max-width: 400px;
  }
}

.video .container > h2 {
  margin-bottom: 100px;
}

.video_view {
  padding: 0 calc(50vw - 600px);
  overflow-x: auto;
}

.video_box {
  display: flex;
  width: fit-content;
}

.video_box__item {
  display: flex;
  max-width: 600px;
  width: 50vw;
  position: relative;
  height: fit-content;
  padding: 16px;
  margin-right: 32px;
  border-radius: 32px;
  border: 1px solid #ededed;
}

.video_box__item > img {
  border-radius: 16px;
  width: 100%;
  cursor: pointer;
  height: intrinsic;
}

.video_box__item:nth-child(2n) {
  margin: 80px 32px 60px 0;
}

.video_box__item:last-child {
  margin-right: calc(50vw - 600px);
}

@media all and (max-width: 1280px) {
  .video_box__item:last-child {
    margin-right: 64px;
  }
}

@media all and (max-width: 768px) {
  .video_box__item {
    width: 70vw;
  }
  .video .container > h2 {
    margin-bottom: 68px;
  }
}

@media all and (max-width: 580px) {
  .video .container > h2 {
    margin-bottom: 44px;
  }
  .video_box__item:nth-child(2n) {
    margin: 30px 32px 60px 0;
  }
  .video_box__item:last-child {
    margin-right: 20px;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .video_box__item {
    max-width: 400px;
  }
}

.ambassadors .youtube {
  display: none;
}

.recommendation > h4,
.youtube > h4 {
  margin-left: calc(50vw - 600px);
  position: relative;
  margin-bottom: 127px;
  margin-top: 100px;
}

.recommendation .text-shadow,
.youtube .text-shadow {
  font-size: 140px;
  color: #f8f8f8;
  position: absolute;
  left: 0;
  z-index: -1;
  text-transform: uppercase;
  font-family: Gilroy-Bold;
}

.book_box,
.youTube_box {
  display: flex;
  width: fit-content;
}

.book_box__items-img {
  display: flex;
  max-width: 276px;
  width: 25vw;
  margin-bottom: 36px;
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #ededed;
}

.youTube_box__items-img {
  display: flex;
  width: 25vw;
  max-width: 248px;
  padding: 52px;
  border-radius: 32px;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  margin-bottom: 36px;
}

.book_box__items-img > img {
  border-radius: 16px;
  width: 100%;
  height: intrinsic;
}

.youTube_box__items-img > img {
  width: 100%;
  height: intrinsic;
}

.book_box__items {
  margin-right: 32px;
}

.youTube_box__items {
  margin-right: 69px;
}

.book_box__items > h5 {
  margin-bottom: 7px;
}

.book_box__items:nth-child(2n) {
  margin-top: 100px;
  margin-bottom: 60px;
}

.youTube_box__items:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: 60px;
}

.book_box__items:last-child,
.youTube_box__items:last-child {
  margin-right: calc(50vw - 600px);
}

@media all and (max-width: 1440px) {
  .recommendation .text-shadow,
  .youtube .text-shadow {
    font-size: 100px;
  }
}

@media all and (max-width: 1280px) {
  .recommendation > h4,
  .youtube > h4 {
    margin-left: 64px;
  }
  .book_box__items:last-child,
  .youTube_box__items:last-child {
    margin-right: 64px;
  }
}

@media all and (max-width: 768px) {
  .book_box__items-img,
  .youTube_box__items-img {
    width: 35vw;
  }
  .recommendation > h4,
  .youtube > h4 {
    margin-top: 94px;
    margin-bottom: 78px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .recommendation .text-shadow,
  .youtube .text-shadow {
    font-size: 15vw;
    text-align: center;
    width: 100%;
  }
  .youTube_box__items {
    margin-right: 40px;
  }
}

@media all and (max-width: 580px) {
  .recommendation > h4,
  .youtube > h4 {
    margin-top: 45px;
    margin-bottom: 64px;
  }
  .book_box__items:last-child,
  .youTube_box__items:last-child {
    margin-right: 20px;
  }
  .youTube_box__items {
    margin-right: 24px;
  }
  .youTube_box__items-img {
    max-width: 136px;
    padding: 32px;
  }
  .book_box__items-img,
  .youTube_box__items-img {
    width: 50vw;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .book_box__items-img,
  .youTube_box__items-img {
    width: 25vw;
  }
  .youTube_box__items-img {
    padding: 25px;
    max-width: 150px;
  }
  .recommendation > h4 {
    margin-top: 0;
  }
}

.modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: rgba(50, 48, 49, 0.5);
  position: fixed;
  z-index: 999;
  top: -200vh;
  transition: 0.3s;
  overflow-y: auto;
}

.modal.open {
  top: 0;
}

.modal > img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.modal .main {
  display: flex;
  transition: 0.6s;
}

.popup_img {
  max-width: 80%;
  max-height: 80vh;
  margin: 0 auto;
  object-fit: cover;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -45%);
  transition: 0.3s;
}

.modal iframe {
  max-width: 80vw;
  max-height: 40vw;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -45%);
  transition: 0.3s;
}

.modal.open .popup_img,
.modal.open iframe {
  top: 50%;
}

.contacts__promo {
  background: linear-gradient(253.31deg, #208cf0 20.19%, #3fafee 82.47%);
  margin-bottom: 120px;
}

.contacts__promo__container {
  position: relative;
}

.contacts__promo__text {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  max-width: 460px;
}

.contacts__promo__text__title {
  margin-bottom: 40px;
}

.contacts__promo__text__text {
  margin-bottom: 44px;
}

.contacts__promo__text__email {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  display: flex;
  align-items: center;
  padding: 24px 32px;
  cursor: pointer;
  margin-top: 44px;
}

.contacts__promo__text__email > svg {
  margin-right: 36px;
}

.contacts__promo__icon {
  z-index: 1;
  max-height: 700px;
  height: 80%;
  position: absolute;
  right: 75px;
  bottom: 0;
  object-fit: contain;
  width: auto;
}

.contacts__mail__list-group > div:not(:last-child) {
  margin-bottom: 40px;
}

.contacts__mail__list {
  position: relative;
}

.contacts__mail__list:before {
  content: "";
  position: absolute;
  border-radius: 8px;
  background: #208cf0;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.contacts__mail__list__item:before {
  content: "";
  position: absolute;
  background: #208cf0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}

.contacts__mail__list__item__block {
  max-width: 1140px;
  margin-left: auto;
  background-color: #fff;
  padding: 40px 26px 40px 46px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  border-radius: 32px;
  margin-bottom: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  position: relative;
}

.contacts__mail__list__item__title {
  color: #727272;
  margin-bottom: 16px;
  max-width: 800px;
}

.contacts__mail__list__item__mail {
  display: flex;
  align-items: center;
  margin-left: 8px;
  color: #323031;
}

.contacts__mail__list__item__mail img {
  margin-right: 26px;
}

.contacts__mail__list__item__icon {
  padding: 26px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #fafafa;
  box-sizing: border-box;
  box-shadow: 0 65px 170px rgba(0, 0, 0, 0.03), 0 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
}

.contacts__chat {
  text-align: center;
}

.contacts__chat__title {
  margin: 0 auto 44px;
  max-width: 593px;
  color: #323031;
}

.contacts__chat__text {
  color: #d4d4d4;
  max-width: 831px;
  margin: 0 auto;
}

@media (max-width: 920px) {
  .contacts__promo {
    margin-bottom: 68px;
  }
  .contacts__mail__list__item__icon {
    padding: 18px;
  }
  .contacts__promo__text {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 150px;
    text-align: center;
    height: fit-content;
  }
  .contacts__promo__text__title {
    margin: 0 auto 24px;
  }
  .contacts__promo__text__text {
    margin: 0 auto 32px;
  }
  .contacts__promo__text__email {
    margin: 32px auto 0;
  }
  .contacts__promo__icon {
    width: 60%;
    max-width: 405px;
    position: unset;
    margin: 0 auto;
  }
}

@media (max-width: 580px) {
  .contacts__promo__icon {
    width: 100%;
  }
  .contacts__promo {
    margin-bottom: 40px;
  }
  .contacts__mail {
    margin-bottom: 48px;
  }
  .contacts__promo__text {
    padding-top: 0;
    height: auto;
    margin-bottom: 5px;
  }
  .contacts__promo__text__email {
    padding: 28px 20px;
  }
  .contacts__promo__text__email > svg {
    margin-right: 10px;
  }
  .contacts__mail__list__item__block {
    align-items: flex-end;
    margin-bottom: 36px;
    padding: 24px;
  }
  .contacts__mail__list__item__icon {
    padding: 0;
    border: none;
    box-shadow: none;
    width: 32px;
    height: 32px;
  }
  .contacts__chat__title {
    margin-bottom: 24px;
  }
  .contacts__promo__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media all and (max-width: 320px) {
  .contacts__mail__list:before,
  .contacts__mail__list__item:before,
  .contacts__mail__list__item__icon {
    display: none;
  }
  .contacts__mail__list__item__block {
    margin-left: 0;
    width: 100%;
  }
}

.ambassadors_promo__text > p {
  margin-top: 60px;
  max-width: 500px;
}

.ambassador .promo .promoImg {
  bottom: 0;
  top: unset;
  transform: translateY(1px);
  max-height: 700px;
  right: 5%;
}

.ambassador__people__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
}

.ambassador__people__form > label > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: 1em;
  width: 100%;
  border: 1px solid #fafafa;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 16px;
  padding: 24px 50px 24px 80px;
}

.ambassador__people__form > label {
  position: relative;
  width: 45%;
}

.ambassador__people__form > label::before {
  content: "";
  display: block;
  background: url("../svg/search.html") center no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  z-index: 99;
}

.ambassador_people {
  min-height: 50vh;
}

.ambassador_people__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.country,
.city,
.status {
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 24px 24px 24px 60px;
  position: relative;
  cursor: pointer;
  width: 190px;
  margin-left: 20px;
  text-align: center;
}

.country::before,
.city::before,
.status::before {
  content: "";
  display: block;
  background: url("../svg/selector.html") center no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  z-index: -1;
}

.country > span,
.city > span,
.status > span {
  color: #727272;
  font-family: Gilroy-Bold;
  position: relative;
  z-index: -1;
}

.drop {
  padding: 12px 0;
  transition: 0.3s;
  max-height: 0;
  overflow-y: auto;
  position: absolute;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 16px;
  width: 0;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}

.drop::-webkit-scrollbar-thumb {
  background: url("../img/scrollGray.html") center no-repeat;
  background-size: auto;
}

.drop::-webkit-scrollbar-track {
  background: 0 0;
  padding: 0 6px;
}

.drop::-webkit-scrollbar {
  width: 12px;
}

.drop.open {
  width: 316px;
  max-height: 432px;
}

.drop.open .drop__items {
  opacity: 1;
}

.drop__items {
  opacity: 0;
  padding: 16px;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}

.drop__items:hover,
.ambassador_button:hover {
  background: rgba(237, 237, 237, 0.5);
  transition: 0.3s;
}

.ambassador_people__box__item {
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-width: 284px;
  width: 25%;
  margin-right: 20px;
  margin-bottom: 56px;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 32px;
  border: 1px solid #fafafa;
}

.ambassador_people__box__item:nth-child(4),
.ambassador_people__box__item:nth-child(4n + 4) {
  margin-right: 0;
}

.ambassador_people__box__item:nth-child(odd) {
  margin-top: 80px;
}

.ambassador_people__box__item > img {
  border-radius: 14px;
  width: 100%;
  object-fit: cover;
}

.ambassador_people__box__item > h5 {
  margin-top: 24px;
  margin-left: 8px;
}

.ambassador_people__box__item > .hr {
  width: 100%;
  display: block;
  height: 1px;
  background: #ededed;
  margin: 15px 0;
}

.ambassador_people__box__item > p {
  margin-bottom: 8px;
  margin-left: 8px;
}

.ambassador_button {
  width: 100%;
  margin: 12px auto 0;
  padding: 16px 0;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #ededed;
  cursor: pointer;
  color: #727272;
  transition: 0.3s;
}

.ambassador_more {
  display: flex;
  justify-content: center;
}

.ambassador_more > span {
  background: #208cf0;
  box-shadow: 0px 8px 26px -12px rgba(32, 140, 240, 0.3);
  border-radius: 16px;
  color: #fff;
  padding: 16px 36px;
  cursor: pointer;
}

.mission .container > h2 {
  margin-bottom: 24px;
}

.mission .container > p {
  max-width: 690px;
}

.mission_slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px;
  background: #fafafa;
  border-radius: 16px;
  border: 1px solid #ededed;
  margin-top: 56px;
}

.mission_slider__middle,
.mission_slider__end {
  display: flex;
  align-items: center;
}

.mission_slider__header .hrV {
  display: block;
  width: 1px;
  height: 1.3em;
  margin: 0 24px;
  background: #d4d4d4;
}

.mission .slick-dots {
  bottom: -60px;
  z-index: 2;
}

.mission_slider__main {
  display: flex;
  align-items: center;
  margin-top: 32px;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 36px 32px;
}

.mission_slider__main .blue {
  background: #208cf0;
  border-radius: 28px;
  padding: 6px 16px;
  color: #fff;
  margin-right: 32px;
}

.mission .circleAm {
  background: #208cf0;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.mission_slider__main > h2 {
  margin-left: 32px;
  margin-right: 36px;
}

.mission_slider__controll {
  width: 100%;
  position: relative;
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}

.slider_arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  background: #208cf0;
  box-shadow: 0px 18px 20px -12px rgba(32, 140, 240, 0.36);
  border-radius: 16px;
  height: 52px;
  width: 142px;
}

.slider_arrows__prev,
.slider_arrows__next {
  width: 45%;
  cursor: pointer;
}

.slider_arrows__prev > img,
.slider_arrows__next > img {
  width: 100%;
  height: 12px;
}

.slider_arrows__prev > img {
  transform: rotate(180deg);
}

.mission_box .line {
  display: block;
  background: #d4d4d4;
  position: absolute;
}

.lineG {
  width: 66.666666%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lineL,
.lineR {
  width: 1px;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.lineL {
  left: 33.333333%;
}

.lineR {
  right: 33.333333%;
}

.mission_box {
  padding-bottom: 56px;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 32px;
  border: 1px solid #fafafa;
}

.mission_box__items {
  width: 33.333333%;
  padding: 32px 32px 40px 32px;
}

.mission_box__items > p {
  max-width: 216px;
}

.mission_box__items .circleAm {
  margin-bottom: 40px;
}

.mission_box__items > h2 {
  margin-bottom: 28px;
}

.del-search {
  position: absolute;
  top: 50%;
  right: 28px;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

@media all and (max-width: 1440px) {
  .drop.open {
    max-height: 408px;
  }
}

@media all and (max-width: 1280px) {
  .ambassador_people__box__item {
    width: calc(25% - 20px);
  }
  .city,
  .country,
  .status {
    padding: 24px 12px 24px 24px;
  }
}

@media all and (max-width: 1024px) {
  .promo,
  .promo .container {
    min-height: fit-content;
  }
  .ambassadors_promo__text {
    position: relative;
    transform: translate(0, 0);
    margin: 200px auto 0;
    width: fit-content;
    text-align: center;
  }
  .ambassadors_promo__text > p {
    margin-top: 32px;
  }
  .ambassador .promo .promoImg {
    position: relative;
    display: flex;
    margin: 100px auto 0;
    width: 100%;
  }
}

@media all and (max-width: 920px) {
  .slider_arrows {
    display: none;
  }
  .ambassador__people__form {
    flex-wrap: wrap;
  }
  .ambassador__people__form > label {
    width: 100%;
  }
  .city,
  .country,
  .status {
    margin-left: 0;
    margin-top: 20px;
    width: 30%;
  }
  .ambassador_people__box__item {
    width: calc(50% - 60px);
    margin-right: 60px;
  }
  .ambassador_people__box {
    justify-content: center;
  }
  .ambassador_people__box__item:nth-child(even) {
    margin-right: 0;
  }
  .mission_slider__header {
    flex-wrap: wrap;
  }
  .mission_slider__end {
    width: 100%;
    margin-top: 16px;
  }
  .mission .container > p {
    max-width: 450px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .mission_box__items {
    width: 50%;
  }
  .lineG {
    width: 1px;
    height: 66.666666%;
  }
  .lineL,
  .lineR {
    width: 50%;
    height: 1px;
    transform: translateX(-50%);
  }
  .lineL {
    left: 50%;
    top: 33.333333%;
  }
  .lineR {
    top: unset;
    right: unset;
    left: 50%;
    bottom: 33.333333%;
  }
}

@media all and (max-width: 580px) {
  .ambassador_people {
    margin-bottom: 100px;
  }
  .drop {
    z-index: 99;
    top: 85px;
  }
  .drop.open {
    width: 100%;
  }
  .city,
  .country,
  .status {
    width: 100%;
  }
  .ambassador .promo .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ambassadors_promo__text {
    margin: 0 auto;
  }
  .ambassador .promo .promoImg {
    width: 90%;
    height: auto;
    margin-top: 30px;
  }
  .mission_box {
    margin-bottom: 100px;
  }
  .mission_slider__middle {
    margin-top: 16px;
  }
  .mission_slider__header .hrV {
    margin: 0 10px;
  }
  .mission_slider__header h3 {
    width: 100%;
  }
  .mission_slider__main {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mission_slider__main > p,
  .mission_slider__main > h2 {
    width: 100%;
    margin: 0;
  }
  .mission_slider__main > h2 {
    margin: 16px 0;
  }
  .mission .circleAm,
  .mission_slider__main .blue {
    order: -1;
    margin: 0;
  }
  .mission_slider__main .blue {
    padding: 12px 16px;
  }
  .ambassador_people__box__item {
    width: 100%;
    margin: 0 0 28px 0;
  }
  .ambassador_people__box__item:nth-child(odd) {
    margin-top: auto;
  }
  .mission_box .line {
    display: none;
  }
  .mission_box__items {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 32px 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mission_box__items:last-child {
    border: none;
  }
  .mission_box__items > p {
    max-width: 100%;
    width: 100%;
  }
  .mission_box {
    padding: 0 32px 0;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .ambassador .promo .promoImg {
    max-height: 500px;
  }
  .ambassadors_promo__text {
    margin: 150px auto 0;
  }
}

@media all and (max-width: 580px) and (orientation: landscape) {
  .ambassadors_promo__text {
    margin: 0 auto;
  }
}

.ambassadors-table__table {
  position: relative;
  display: grid;
  width: 2000px;
  padding-bottom: 30px;
  grid-template-columns: 1.8fr 0.8fr 2fr 2fr 2fr 2fr 2fr 2fr;
  grid-template-rows: repeat(5, 1fr);
  gap: 70px 0;
  grid-template-areas: "title-0 title-1 title-2 title-4 title-5 title-6 title-7 title-8" "name-0 level-0 .       privilege-0 .        price-0-0 price-0-1 price-0-2" "name-1 level-1 terms-1 privilege-1 income-1 price-1-0 price-1-1 price-1-2" "name-2 level-2 terms-2 privilege-2 income-2 price-2-0 price-2-1 price-2-2" "name-3 level-3 terms-3 privilege-3 income-3 price-3-0 price-3-1 price-3-2" "name-4 level-4 terms-4 privilege-4 income-4 price-4-0 price-4-1 price-4-2";
}

.ambassadors-table__title {
  margin-bottom: 68px;
}

.ambassadors-table__container {
  overflow-x: scroll;
}

.a-title-0 {
  grid-area: title-0;
  border-left: 1px solid #ededed;
  padding-left: 32px;
  border-radius: 16px 0 0 16px;
}

.a-title-1 {
  grid-area: title-1;
}

.a-title-2 {
  grid-area: title-2;
}

.a-title-3 {
  grid-area: title-3;
}

.a-title-4 {
  grid-area: title-4;
}

.a-title-5 {
  grid-area: title-5;
}

.a-title-6 {
  grid-area: title-6;
}

.a-title-7 {
  grid-area: title-7;
}

.a-title-8 {
  grid-area: title-8;
  border-right: 1px solid #ededed;
  border-radius: 0 16px 16px 0;
}

.a-name_0 {
  grid-area: name-0;
}

.a-name_0:before {
  background-color: #208cf0;
}

.a-name_1 {
  grid-area: name-1;
}

.a-name_1:before {
  background-color: #208cf0;
}

.a-name_2 {
  grid-area: name-2;
}

.a-name_2:before {
  background-color: #ff3c38;
}

.a-name_3 {
  grid-area: name-3;
}

.a-name_3:before {
  background-color: #ff3c38;
}

.a-name_4 {
  grid-area: name-4;
}

.a-name_4:before {
  background-color: #ff3c38;
}

.a-level_0 {
  grid-area: level-0;
}

.a-level_1 {
  grid-area: level-1;
}

.a-level_2 {
  grid-area: level-2;
}

.a-level_3 {
  grid-area: level-3;
}

.a-level_4 {
  grid-area: level-4;
}

.a-privilege_0 {
  grid-area: privilege-0;
}

.a-privilege_1 {
  grid-area: privilege-1;
}

.a-privilege_2 {
  grid-area: privilege-2;
}

.a-privilege_3 {
  grid-area: privilege-3;
}

.a-privilege_4 {
  grid-area: privilege-4;
}

.price-0_0 {
  grid-area: price-0-0;
}

.price-0_1 {
  grid-area: price-0-1;
}

.price-0_2 {
  grid-area: price-0-2;
}

.price-1_0 {
  grid-area: price-1-0;
}

.price-1_1 {
  grid-area: price-1-1;
}

.price-1_2 {
  grid-area: price-1-2;
}

.price-2_0 {
  grid-area: price-2-0;
}

.price-2_1 {
  grid-area: price-2-1;
}

.price-2_2 {
  grid-area: price-2-2;
}

.price-3_0 {
  grid-area: price-3-0;
}

.price-3_1 {
  grid-area: price-3-1;
}

.price-3_2 {
  grid-area: price-3-2;
}

.price-4_0 {
  grid-area: price-4-0;
}

.price-4_1 {
  grid-area: price-4-1;
}

.price-4_2 {
  grid-area: price-4-2;
}

.a-terms_1 {
  grid-area: terms-1;
}

.a-terms_2 {
  grid-area: terms-2;
}

.a-terms_3 {
  grid-area: terms-3;
}

.a-terms_4 {
  grid-area: terms-4;
}

.a-income_1 {
  grid-area: income-1;
}

.a-income_2 {
  grid-area: income-2;
}

.a-income_3 {
  grid-area: income-3;
}

.a-income_4 {
  grid-area: income-4;
}

.a-t-title {
  display: grid;
  align-items: center;
  background-color: #fafafa;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-right: 20px;
}

.a-t__item {
  display: grid;
  align-items: center;
  padding-right: 20px;
}

.a-name {
  padding-left: 32px;
  display: grid;
  align-items: center;
  position: relative;
}

.a-name:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}

@media (max-width: 920px) {
  .ambassadors-table__table {
    gap: 34px 0;
  }
}

.ambassador-income {
  background-color: #fafafa;
}

.ambassador-income__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ambassador-income__box {
  height: 100%;
  max-width: 564px;
  width: 50%;
}

.ambassador-income__box__title {
  color: #323031;
  margin-bottom: 40px;
  max-width: 358px;
}

.ambassador-income__box__text {
  color: #727272;
  max-width: 564px;
}

.ambassador-income__img {
  align-items: flex-end;
  max-width: 432px;
  width: 40%;
  height: auto;
  margin: 20px 0;
  min-width: 250px;
}

@media (max-width: 920px) {
  .ambassador-income__box {
    padding: 20px 0;
  }
  .ambassador-income__img {
    align-self: flex-end;
  }
}

@media (max-width: 580px) {
  .ambassador-income__container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ambassador-income__box {
    padding: 44px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .ambassador-income__box__title {
    margin: 0 auto 24px;
  }
  .ambassador-income__box__text {
    margin-bottom: 44px;
  }
}

.ambassador-program__title {
  margin-bottom: 32px;
}

.ambassador-program__text {
  margin-bottom: 68px;
  color: #727272;
}

.ambassador-program__box {
  margin-bottom: 68px;
  padding: 52px;
  background-color: #fafafa;
  border-radius: 32px;
  box-sizing: 1px solid #ededed;
}

.ambassador-program__box__title {
  color: #323031;
  margin-bottom: 32px;
}

.ambassador-program__box__list__small {
  color: #d5d5d5;
  margin-top: 4px;
}

.ambassador-program__box .list-arrow {
  margin-bottom: 24px;
  position: relative;
  padding-left: 36px;
}

.ambassador-program__box .list-arrow:before {
  position: absolute;
  left: 0;
  content: url("../svg/products/mark.svg') }}");
}

.ambassador-program__box .list-arrow > p {
  color: #727272;
}

.ambassador-program__box__line {
  margin: 52px 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.ambassador-program__title-two {
  max-width: 695px;
  margin-bottom: 36px;
}

.ambassador-program__text-two {
  color: #727272;
  margin-bottom: 32px;
  width: 85%;
  min-width: 280px;
}

.ambassador-program__attention {
  color: #ff3c38;
  width: 100%;
  padding: 32px 0 32px 40px;
  border-radius: 32px;
  border: 1px solid #ededed;
}

@media (max-width: 920px) {
  .ambassador-program__title,
  .ambassador-program__text {
    text-align: center;
  }
  .ambassador-program__title {
    width: 350px;
    margin: 0 auto 24px;
  }
  .ambassador-program__box {
    padding: 32px;
  }
  .ambassador-program__list__item {
    margin-bottom: 20px;
  }
  .ambassador-program__text-two {
    width: 100%;
  }
  .ambassador-program__attention {
    padding-right: 20px;
  }
}

@media (max-width: 580px) {
  .ambassador-program__title {
    width: 100%;
  }
  .ambassador-program__box__title {
    margin-bottom: 24px;
  }
  .ambassador-program__box__line {
    margin: 24px 0;
  }
  .ambassador-program__attention {
    padding: 20px;
  }
}

.gifts_promo {
  background: linear-gradient(252.6deg, #ff9b5b 20.81%, #ff8c42 77.47%);
}

.gifts_promo .promoImg {
  max-height: 600px;
  top: 50%;
  transform: translateY(-50%);
}

.gifts_promoText {
  max-width: 400px;
  position: absolute;
  top: 35%;
}

.gifts_promoText > p {
  margin: 32px 0 48px;
}

.presentation {
  background: rgba(255, 255, 255, 0.1);
  font-family: Gilroy-Bold;
  padding: 16px 32px;
  border-radius: 16px;
}

.gifts_info .container > p {
  margin-top: 24px;
  margin-bottom: 60px;
  max-width: 500px;
}

.gifts_category {
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 32px;
  padding: 40px 60px;
}

.gifts_category__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gifts_category__items > img {
  margin-bottom: 30px;
}

.gifts_terms .container > p {
  margin-top: 24px;
  margin-bottom: 60px;
  max-width: 700px;
}

.terms_box {
  display: flex;
  justify-content: space-between;
}

.terms_box__items {
  border: 1px solid #ededed;
  border-radius: 32px;
  margin-right: 30px;
  padding: 34px 54px;
  position: relative;
  overflow: hidden;
}

.terms_box__items:last-child {
  margin-right: 0;
}

.terms_box__items::before {
  content: "";
  display: block;
  width: 20px;
  height: 60px;
  border-radius: 12px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.terms_box__items:nth-child(1)::before {
  background: #208cf0;
}

.terms_box__items:nth-child(2)::before {
  background: #ff8c42;
}

.terms_box__items:nth-child(3)::before {
  background: #7bcdba;
}

.gifts_product .container > p {
  margin-top: 24px;
  margin-bottom: 60px;
  max-width: 660px;
}

.gifts_product__slider {
  position: relative;
}

#gift_slider {
  display: flex;
}

#gift_slider li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slick-slide {
  outline: none;
  opacity: 0;
  transition: 1s;
  display: flex !important;
  justify-content: center;
}

.slick-active {
  opacity: 1;
  transition: 1s;
}

#gift_slider .slick-slide > h5 {
  text-align: center;
  margin-bottom: 112px;
}

#gift_slider .slick-slide > img {
  width: 50%;
  margin: auto;
  object-fit: contain;
}

#gift_slider .draggable {
  border: 1px solid #fafafa;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 32px;
}

.arrow {
  display: flex;
  position: absolute;
  background: #208cf0;
  right: 32px;
  bottom: 32px;
  box-shadow: 0px 18px 20px -12px rgba(32, 140, 240, 0.36);
  border-radius: 16px;
  cursor: pointer;
}

.arrow > img {
  padding: 20px 20px 20px 5px;
}

.arrow .prev {
  transform: rotate(180deg);
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ededed;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button:before {
  background: #208cf0;
  opacity: 1;
}

.slick-dots {
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  display: flex;
}

model-viewer {
  overflow: hidden;
  height: 60vh;
  max-height: 600px;
  margin-bottom: 24px;
}

model-viewer button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#ar-button {
  padding: 10px 33px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #4285f4;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dadce0;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  font-size: 1em;
}

#ar-button:focus {
  outline: none;
}

#ar-button:active {
  background: #208cf0;
  color: #fff;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 175px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

#ar-button:focus {
  outline: none;
}

@media all and (max-width: 1024px) {
  .gifts_promoText {
    position: relative;
    margin: 200px auto 0;
  }
  .gifts_promo .promoImg {
    display: flex;
    position: relative;
    margin: 40px auto 40px;
    transform: translate(0, 0);
    right: 0;
  }
  .gifts_promoText {
    text-align: center;
  }
}

@media all and (max-width: 920px) {
  .gifts_promo .promoImg {
    width: 100%;
  }
  .presentation {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .gifts_info .container > p,
  .gifts_terms .container > p,
  .gifts_product .container > p {
    text-align: center;
    max-width: 500px;
    margin: 32px auto 60px;
  }
  .gifts .container > h2 {
    margin-bottom: 0;
  }
  .terms_box {
    flex-direction: column;
    align-items: center;
  }
  .terms_box__items {
    width: 70%;
    min-width: 260px;
    margin-right: 0;
    margin-bottom: 52px;
    text-align: center;
  }
  .terms_box__items:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .gifts_category {
    flex-wrap: wrap;
    justify-content: center;
    padding: 44px 34px;
    max-width: 400px;
    margin: 0 auto;
  }
  .gifts_category__items {
    width: 50%;
    margin-bottom: 44px;
  }
  .gifts_category__items:last-child {
    margin-bottom: 0;
  }
  .gifts .arrow {
    display: none;
  }
  .slick-dots {
    bottom: 28px;
  }
}

@media all and (max-width: 580px) {
  .gifts_promo .promoImg {
    margin-top: 5px;
  }
  model-viewer {
    height: 50vh;
  }
  #gift_slider .slick-slide > img {
    object-fit: contain;
    width: 100%;
    min-height: 270px;
  }
  #gift_slider .draggable {
    padding: 0 10px !important;
  }
  .gifts_promoText {
    margin-top: 0;
  }
  .terms_box__items {
    padding: 32px 28px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 850px) and (orientation: landscape) {
  .gifts_promoText {
    margin-top: 150px;
  }
  #gift_slider .draggable {
    max-height: 90vh;
  }
  .slick-dots {
    bottom: 10px;
  }
  #gift_slider .slick-slide > img {
    object-fit: contain;
    max-height: 70vh;
  }
  .gifts .arrow {
    display: none;
  }
}

@media all and (max-width: 580px) and (orientation: landscape) {
  .gifts_promoText {
    margin-top: 0;
  }
}

.exchanges {
  width: 100%;
  background: #fafafa;
  padding-bottom: 112px;
  margin-bottom: 0;
  overflow-x: hidden;
  position: relative;
}

.exchanges .slick-track {
  display: flex;
  align-items: center;
}

.exchanges__list {
  display: flex;
  align-items: center;
}

@media all and (max-width: 920px) {
  .exchanges {
    padding-bottom: 68px;
  }
}

@media all and (max-width: 520px) {
  .exchanges {
    padding-bottom: 60px;
  }
}

.project {
  padding-bottom: 0;
}

.project .progect-button {
  display: block;
  width: fit-content;
  box-shadow: 0px 8px 26px -12px rgba(32, 140, 240, 0.3);
  padding: 16px 36px;
  color: #fff;
  background: #208cf0;
  border-radius: 16px;
}

.project_promo-background {
  width: 100%;
  height: 100vh;
}

.project .news-blog__promo__discription {
  margin-bottom: 32px;
}

.project_promo > .container {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
}

.project_promo__text {
  position: absolute;
  max-width: 450px;
  top: 40%;
}

.project_promo__text > p {
  margin-top: 32px;
  color: #fff;
}

.project_promo__text > p > a {
  display: block;
  width: fit-content;
  box-shadow: rgba(32, 140, 240, 0.3) 0px 8px 26px -12px;
  padding: 16px 36px;
  background: #208cf0;
  border-radius: 16px;
  margin-top: 32px;
  color: #fff;
}

.project_promo__left {
  max-width: 450px;
}

.project_promo__left > h1 {
  color: #fff;
}

.project_promo__left > p {
  margin-top: 32px;
  color: #fff;
}

.project_promo__right {
  height: 228px;
  width: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 166px 100px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.project_promo__right > img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}

.project_about {
  margin: 120px 0 0;
}

.project_about__box-left {
  width: 50%;
}

.project_about__box-left .subTitle {
  font-size: 1.75em;
  line-height: 115%;
  max-width: 520px;
  padding-right: 20px;
  font-family: Gilroy-Medium;
  color: #323031;
}

.project_about__box-right {
  width: 50%;
}

.project_about__bottomBox {
  display: flex;
  margin-top: 120px;
}

.project_about__bottomBox h5 {
  margin-bottom: 28px;
}

.project_about__bottomBox-left {
  width: 50%;
}

.project_about__bottomBox-right {
  width: 50%;
}

.project_about__bottomBox li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.project_about__bottomBox li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ff8c42;
}

.project_future {
  margin-top: 160px;
  padding: 120px 0 160px;
  position: relative;
  background: linear-gradient(253.31deg, #208cf0 20.19%, #3fafee 82.47%) 0% 0% / auto repeat scroll
    padding-box border-box rgba(0, 0, 0, 0);
}

.project_future::before {
  content: "";
  display: block;
  position: absolute;
  top: 160px;
  width: 100%;
  height: 1px;
  background: #d4d4d4;
}

.project_future .view {
  padding: 0 calc(50vw - 600px);
  overflow-z: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
}

.project_future_box {
  width: 1085px;
}

.project_future_box-top {
  padding: 0 30px;
  margin-right: calc(50vw - 600px);
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 150px 175px 175px 175px 175px 175px;
  gap: 0 0;
  grid-template-areas: ". year1 year2 year3 year4 year5" "title1 user1 user2 user3 user4 user5";
}

.project_future_box-top p {
  color: #fff;
}

.project_future_box-top .year {
  text-align: center;
  padding-bottom: 38px;
  position: relative;
}

.project_future_box-top .year::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  background: linear-gradient(253.31deg, #208cf0 20.19%, #3fafee 82.47%) 0% 0% / auto repeat scroll
    padding-box border-box rgba(0, 0, 0, 0);
}

.project_future_box-top .title1 {
  grid-area: title1;
}

.project_future_box-top .year1 {
  grid-area: year1;
}

.project_future_box-top .year2 {
  grid-area: year2;
}

.project_future_box-top .year3 {
  grid-area: year3;
}

.project_future_box-top .year4 {
  grid-area: year4;
}

.project_future_box-top .year5 {
  grid-area: year5;
}

.project_future_box-top .user {
  text-align: center;
}

.project_future_box-top .user1 {
  grid-area: user1;
}

.project_future_box-top .user2 {
  grid-area: user2;
}

.project_future_box-top .user3 {
  grid-area: user3;
}

.project_future_box-top .user4 {
  grid-area: user4;
}

.project_future_box-top .user5 {
  grid-area: user5;
}

.project_future_box-bottom {
  display: grid;
  grid-template-columns: 150px 175px 175px 175px 175px 175px;
  gap: 0 0;
  background: rgba(245, 245, 245, 0.1);
  border-radius: 50px;
  padding: 30px;
  grid-template-rows: -webkit-fit-content;
  grid-template-rows: fit-content;
  grid-template-areas: ". . . . . .";
}

.project_future_box-bottom p {
  color: #fff;
}

.project_future_box-bottom .capital {
  text-align: center;
}

.project_slider .slick-track {
  display: flex;
  align-items: center;
}

.project_slider h3 {
  text-align: center;
}

.project_slider .slick-slide {
  padding: 8px;
}

.project_slider .slick-slide img {
  max-width: 100%;
}

.project_video .container {
  display: flex;
  justify-content: center;
}

.project_video iframe {
  display: block;
  width: calc(550vw / 9);
  height: calc(550vw / 16);
  max-width: 100%;
}

.project_leader {
  padding: 140px 0 0;
}

.project_leader .container {
  display: flex;
  justify-content: space-between;
}

.project_leader__left {
  max-width: 360px;
  margin: 0 0 0 50px;
}

.project_leader__left h3 {
  margin: 20px 0 72px;
}

.project_leader__left h5 {
  margin: 0 0 12px;
}

.project_leader__left p.prime {
  margin: 0 0 40px;
}

.project_leader__right {
  margin: 0 112px 0 0;
}

.project_leader__right-wrapper {
  display: flex;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
}

.project_leader__right-wrapper > img {
  border-radius: 16px;
  display: block;
  max-width: 400px;
  object-fit: contain;
  margin: 16px;
}

.project_about h3 {
  margin: 0 0 52px;
}

.project_about__box {
  display: flex;
}

.project_about__left {
  margin: 0 120px 0 0;
}

.project_about__left .subTitle {
  font-size: 1.75em;
  line-height: 115%;
  max-width: 500px;
}

.project_about__right > h5 {
  margin: 0 0 24px;
}

.project_about__right > ul {
  margin: 0 0 60px;
}

.project_about__right > ul:last-child {
  margin: 0;
}

.project .button-container .progect-button {
  margin: 0 auto;
}

.project_gallery .container {
  display: flex;
}

.project_gallery-text {
  width: 50%;
}

.project_gallery-slider {
  width: 50%;
  max-width: 400px;
}

.project_gallery-item-img-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0px 65px 170px rgba(0, 0, 0, 0.03), 0px 27.1554px 71.0219px rgba(0, 0, 0, 0.022),
    0px 14.5186px 37.9717px rgba(0, 0, 0, 0.019), 0px 8.13901px 21.2866px rgba(0, 0, 0, 0.017),
    0px 4.32257px 11.3052px rgba(0, 0, 0, 0.014), 0px 1.79872px 4.70434px rgba(0, 0, 0, 0.01);
  border-radius: 32px;
}

.project_gallery-item-img-container > img {
  position: absolute;
  height: 100%;
}

.project_soc h3 {
  margin: 0 0 68px;
}

.project_soc__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 100px 0 0;
}

.project_soc__box:last-child {
  margin: 0;
}

.project_soc__box-item > a {
  display: flex;
  align-items: center;
  width: 200px;
  background: #fafafa;
  border-radius: 16px;
  padding: 20px;
}

.project_soc__box-item > a > img {
  display: block;
  margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
  .project .project_leader__right {
    margin-right: 50px;
  }
  .project .project_leader__right-wrapper {
    width: 100%;
    max-width: 432px;
  }
  .project .project_leader__right-wrapper > img {
    width: calc(100% - 30px);
    max-width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .project .prev-button,
  .project .next-button {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .project section {
    margin-top: 0;
    margin-bottom: 90px;
  }
  .project .project_about__box-left .subTitle {
    font-size: 1.4em;
  }
  .project .project_about {
    margin-top: 120px;
  }
  .project .project_about__box-left > h3 {
    margin: 0 0 40px;
  }
  .project .project_about__box-left .subTitle {
    font-size: 1.4em;
  }
  .project .project_soc__box {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .project .project_soc__box-item {
    margin: 0 12px 32px 12px;
  }
  .project .project-slider-container {
    display: flex;
    align-items: center;
  }
  .project .project_slider_box {
    width: calc(100% - 90px);
  }
  .project .project_slider_box .slick-slide > img {
    max-width: 100%;
  }
  .project .project_leader {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .project .progect-button {
    margin: 0 auto;
  }
  .project .news-blog__promo__discription {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project .project_promo__text {
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .project .project_video iframe {
    display: block;
    width: calc(750vw / 9);
    height: calc(750vw / 16);
    max-width: 100%;
  }
  .project .project_leader__left {
    margin-left: 0;
    margin-right: 20px;
  }
  .project .project_leader__right {
    margin-right: 0;
  }
  .project .project_leader__left {
    width: 100%;
  }
  .project .project_leader__left h3 {
    margin-bottom: 42px;
  }
  .project .project_leader__left .prime {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 560px) {
  .project .project_promo {
    margin-bottom: 0;
  }
  .project .project_about {
    margin-top: 90px;
  }
  .project .project_about__box {
    flex-wrap: wrap;
  }
  .project .project_leader .container {
    flex-wrap: wrap;
  }
  .project .project_leader__right {
    margin-bottom: 30px;
    width: 100%;
  }
  .project .project_leader__right-wrapper {
    margin: 0 auto;
  }
  .project .project_leader__left {
    width: 100%;
    order: 2;
  }
  .project .project_leader__left h3 {
    margin-bottom: 42px;
  }
  .project .project_leader__left .prime {
    margin-bottom: 25px;
  }
  .project .project_about__box-left,
  .project .project_about__box-right {
    width: 100%;
  }
  .project .project_about__box-left {
    order: 2;
  }
  .project .project_about__box-left h3 {
    text-align: center;
  }
  .project .project_about__box-left .subTitle {
    text-align: center;
  }
  .project .project_about__box-right {
    margin-bottom: 40px;
    transform: translateY(-40px);
    z-index: 999;
  }
  .project .project_about__bottomBox {
    flex-wrap: wrap;
    margin-top: 85px;
  }
  .project .project_about__bottomBox-left {
    width: 100%;
    margin-bottom: 35px;
  }
  .project .project_about__bottomBox-left h5 {
    text-align: center;
  }
  .project .project_about__bottomBox-right {
    width: 100%;
  }
  .project .project_about__bottomBox-right h5 {
    text-align: center;
  }
}

@media all and (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 1280px) {
  .container {
    padding: 0 64px;
    max-width: 100%;
  }
  .header .container {
    max-width: 100%;
  }
  .view {
    padding: 0 64px;
  }
}

@media all and (max-width: 920px) {
  section {
    margin-bottom: 112px;
  }
  .container > h2 {
    text-align: center;
    margin-bottom: 68px;
  }
}

@media all and (max-width: 580px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  .container {
    padding: 0 20px;
  }
  .container > h2 {
    font-size: 32px;
    margin-bottom: 44px;
  }
  .container,
  .view {
    padding: 0 20px;
  }
  section {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 320px) {
  h2 {
    font-size: 28px;
  }
}
