:root {
  --theme-purole: #662480;
  --theme-green: #8fbd1f;
  --theme-maroon: #8f1c80;
  --theme-light-maroon: #e32978;
  --theme-blue: #29a1d9;
  --theme-dark-blue: #0085b0;
  --theme-orange: #e34f1c;
  --theme-pink: #f7bdbe;
  --theme-yellow: #f5ad2e;
  --theme-gray: #e3e7e9;
}

/*                            ICON                         */
i.icon.i-time {
  content: url("../picture/icon/time.svg");
}

i.icon.i-phone {
  content: url("../picture/icon/phone.svg");
}
i.icon.i-phone-white {
  content: url("../picture/icon/phone_white.svg");
}
i.icon.i-whatsapp {
  content: url("../picture/icon/whatsapp.svg");
}
i.icon.i-video {
  content: url("../picture/icon/video.svg");
}
i.icon.i-vk {
  content: url("../picture/icon/vk.svg");
}
i.icon.i-telegram {
  content: url("../picture/icon/telegram.svg");
}
i.icon.i-telegram-s {
  content: url("../picture/icon/telegram-s.svg");
}
.btn:hover i.icon.hover-invert {
  filter: invert(1);
}
i.icon.i-close {
  content: url("../picture/icon/close.svg");
}
i.icon.i-close-white {
  content: url("../picture/icon/close-white.png");
}
i.icon.i-navbar-toggler {
  content: url("../picture/icon/navbar-toggler.svg");
}
i.icon.i-message-white {
  content: url("../picture/icon/message.svg");
}
i.icon.i-message-black {
  content: url("../picture/icon/message.svg");
  display: block;
  height: 24px;
  filter: invert(1);
}

/*                            UI                         */
.heading {
  font-family: Unbounded;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.h1 {
  font-size: 64px;
  line-height: 90%;
}
.h2 {
  font-size: 44px;
  line-height: 100%;
}
.h3 {
  font-size: 38px;
  line-height: 100%;
}
.text-wrap {
  word-wrap: break-word;
}
.text-maroon {
  color: var(--theme-maroon);
}
.text-purole {
  color: var(--theme-purole);
}
.text-blue {
  color: var(--theme-blue);
}
.text-green {
  color: var(--theme-green);
}
.text-yellow {
  color: var(--theme-yellow);
}
.small-text {
  font-size: 20px;
  /* line-height: 100%;*/
  margin-top: 16px;
}
.text-underline {
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 0.85;
  width: max-content;
  width: -moz-max-content;
}
@media (hover: hover) {
  .text-underline:hover {
    border-color: transparent;
  }
}

.text-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 16px;
}
.text-block_column {
  display: flex;
  gap: 24px;
}
.text-block_column > * {
  width: 100%;
  flex: 1;
}
.text-block_small > *:not(:first-child) {
  margin-top: 24px;
}
.btn {
  display: flex;
  padding: 24px 40px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: max-content;
  width: -moz-max-content;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--theme-maroon);
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.408px;
  transition: all 0.2s;
}
.btn-border {
  background: white;
  color: var(--theme-maroon);
  border-color: var(--theme-maroon);
}
.btn-underline {
  width: max-content;
  width: -moz-max-content;
  padding: 8px 0;
  color: var(--theme-maroon);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.408px;
  border-bottom: 2px solid var(--theme-maroon);
}
.btn-underline_white {
  color: white;
  border-color: white;
}
.btn-underline_black {
  color: black;
  border-color: black;
}
@media (hover: hover) {
  .btn-underline:hover {
    border-color: transparent;
  }
}

.btn-small {
  padding: 16px 40px;
}
@media (hover: hover) {
  .btn:hover {
    border-color: inherit;
  }
}

.btn-green {
  background: var(--theme-green);
}
.btn-purole {
  background: var(--theme-purole);
}
.btn-orange {
  color: white;
  background: var(--theme-orange);
}
.btn-white {
  background: white;
  color: black;
}
.btn-blue {
  color: white;
  background: var(--theme-blue);
}
.btn-gray {
  color: black;
  background: var(--theme-gray);
}
.btn-closes {
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background: transparent;
}
@media (hover: hover) {
  .btn-closes:hover {
    opacity: 0.8;
  }
}

.link {
  display: flex;
  gap: 20px;
  align-items: center;
}
.link-4 {
  gap: 40px;
}
.wafer {
  color: white;
  background: var(--theme-purole);
}

.wafer-padding {
  padding: 12px;
}
.wafer-green {
  background: var(--theme-green);
}
.wafer-blue {
  background: var(--theme-blue);
}
.wafer-maroon {
  background: var(--theme-maroon);
}
.wafer-pink {
  background: var(--theme-pink);
  color: #000000 !important;
}
.wafer-yellow {
  background: var(--theme-yellow);
}
.wafer-yellow .mission_banner-body {
  color: #ffffff;
}
.wafer-sign_up {
  display: flex;
  padding-right: 40px;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
  overflow: hidden;
}
.wafer-sign_up img {
  width: 220px;
  max-width: 220px;
  height: 220px;
  flex: 1;
}
.wafer-sign_up-body {
  width: 100%;
  flex: 1;
}
.triangle-list_cover .triangle-list {
  margin-top: 24px;
}
.triangle-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.triangle-list li ~ li {
  margin-top: 20px;
}
.triangle {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 16px;
}
.triangle-big {
  gap: 40px;
  align-items: flex-start;
}
.triangle-bolder {
  gap: 40px;
  align-items: flex-start;
}
.triangle-padding-big {
  gap: 40px;
}
.triangle::before {
  content: "";
  display: block;
  border-top: 20px solid transparent;
  border-left: 10px solid var(--theme-green);
  border-bottom: 20px solid transparent;
}

.triangle-big:before {
  border-top-width: 33px;
  border-left-width: 16px;
  border-bottom-width: 33px;
}
.triangle-bolder:before {
  border-top-width: 59px;
  border-left-width: 28px;
  border-bottom-width: 59px;
}
.triangle-light-maroon:before {
  border-left-color: var(--theme-light-maroon);
}
.triangle-maroon:before {
  border-left-color: var(--theme-maroon);
}
.triangle-purlpe:before {
  border-left-color: var(--theme-purole);
}
.triangle-blue:before {
  border-left-color: var(--theme-blue);
}
.triangle-dark-blue:before {
  border-left-color: var(--theme-dark-blue);
}
.triangle-pink:before {
  border-left-color: var(--theme-pink);
}
.triangle-yellow:before {
  border-left-color: var(--theme-yellow);
}
.triangle-top:before {
  position: absolute;
  top: -1px;
  left: 10%;
  content: "";
  display: block;
  border-top: 70px solid white;
  border-right: 33px solid transparent;
  border-left: 33px solid transparent;
}

.stripe {
  height: 192px;
  width: 100%;
  background: url("../picture/icon/stripe.svg");
  background-size: cover;
  margin-bottom: -1px;
}
.padding-right {
  padding-right: 128px;
}
.padding-top {
  padding-top: 128px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.padding-left-adaptive {
  padding-left: 40px;
}
@media (hover: hover) {
  .hover_animation:hover {
    transform: scale(0.8);
  }
}
.text-wrap,
.swiper-slide_title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  /*word-break: break-all;*/
  line-break: loose;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/*                     ACCORDION                      */

.accordion-button,
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
  border-radius: 0;
}
.accordion-item {
  border: none;
}
.accordion-item ~ .accordion-item {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.accordion-button {
  gap: 24px;
  padding: 24px 0;
}
.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-body {
  padding: 0 0 20px 40px;
  font-size: 20px;
}

/*                                 SLIDER                                      */
.swiper:not(.swiper-initialized) {
  height: 0;
}
.swiper-slider {
  margin-top: 80px;
}
.text-block .swiper-slider {
  margin-top: 0;
}

.swiper-slide_picture {
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 300px;
  min-width: 120px;
  object-fit: contain;
  
}
.swiper-slide_picture-auto {
  min-height: auto;
  max-height: initial;
  min-width: auto;
}
.swiper-slide_picture_fix {
  height: 200px;
}
.swiper-wrapper {
  margin-bottom: 40px;
}
.swiper-navigation {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.swiper-pagination,
.swiper-button {
  position: static;
}
.swiper-pagination {
  display: flex;
  gap: 16px;
  width: 80px;
}
.swiper-pagination-current,
.swiper-pagination-total {
  width: 30px;
}
.swiper-button {
  margin: 0;
  width: 48px;
  height: 48px;
}
.swiper-button:after {
  content: "";
  display: block;
  border-top: 7px solid transparent;
  border-left: 16px solid black;
  border-bottom: 7px solid transparent;
}
.wafer .swiper-button:after {
  border-left-color: white;
}
.swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-slide_title {
  margin: 24px 0 12px;
}
.swiper-slide_btn {
  padding-top: 24px;
  display: block;
  margin: auto;
}

.swiper-slide_video {
  display: block;
  position: relative;
}
.swiper-slide_video-time {
  
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  display: none;
  line-height: 100%;
  letter-spacing: -0.272px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
}
.swiper-slide_time {
  margin: 24px 0;
}
.swiper-slider_parallax_text {
  padding-bottom: 88px;
}
.swiper-slider_parallax .swiper-navigation {
  position: absolute;
  left: 0;
  bottom: 48px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-slider_parallax-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
}
.swiper-slider_parallax_video {
  position: relative;
  display: block;
}
.swiper-slider_parallax_video:after {
  content: url("../picture/icon/play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .swiper-slider_parallax_video:hover:after {
    opacity: 0.8;
  }
}
.swiper-slider_parallax_video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-slider_mobile {
  height: 100% !important;
}

/*                        MODALS                   */
.modal-content {
  border-radius: 0;
}
.modal-header {
  padding: 128px 0 20px;
  border: none;
}
.modal-body_text > * {
  margin-top: 80px;
}
.modal-body {
  padding-bottom: 128px;
}

.modal-form .modal-header {
  padding: 40px 40px 0;
}
.modal-form .modal-body {
  padding: 40px;
}

.modal-header_title {
  width: 100%;
  flex: 1;
  text-align: center;
}

.modal-page .modal-header {
  padding: 128px 128px 80px;
}
.modal-page .modal-body {
  padding: 0 128px 128px;
}
.modal-page {
  --bs-modal-width: 1664px;
}

/*                        DROPDOWN                 */
.dropdown-menu {
  padding: 40px 0;
  border-radius: 0;
  min-width: 100%;
}
.dropdown-item {
  padding: 0 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.dropdown-menu li ~ li {
  margin-top: 24px;
}
@media (hover: hover) {
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: var(--theme-maroon);
    background-color: transparent;
  }
}

/*          FORM        */
.form-label {
  display: flex;
  padding: 24px 40px;
  align-items: center;
  gap: 10px;
  margin: 0;
  border: 2px solid var(--theme-maroon);
  font-size: 20px;
  line-height: 100%;
}
.form-label ~ .form-label {
  margin-top: 24px;
}
.form-label input {
  padding: 0;
  border: none;
  width: 100%;
  flex: 1;
}
.form-label textarea {
  resize: none;
  width: 100%;
  min-height: 24px;
  height: 24px;
  border: none;
}

.gap-24 {
  gap: 24px;
}
