@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

ul[class] {
  list-style: none;
}

img {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  background: #000;
  color: var(--White, #FFF);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

button {
  cursor: pointer;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 64px;
}

a {
  color: inherit;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar {
  width: 0 !important;
}

.section.white {
  cursor: url("../images/Kursor-black.svg"), auto;
}

.section.black {
  cursor: url("../images/Kursor.svg"), auto;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
  font-weight: 400;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 64px;
}

.header {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all 0.4s linear;
}

.header svg {
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  fill: #000;
}

.header svg path {
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  fill: #000;
  stroke: #000;
}

.header svg line {
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  stroke: #000;
}

.header .black-line {
  background: #000;
}

.header.white svg {
  fill: #fff;
}

.header.white svg path {
  fill: #fff;
  stroke: #fff;
}

.header.white svg line {
  stroke: #fff;
}

.header.white .black-line {
  background: #fff;
}

.section {
  height: 100%;
  padding: 0 64px;
}

.section.banner {
  max-height: 100%;
  padding: 0;
  overflow: hidden;
}

.gif-block {
  overflow: hidden;
  height: calc(100% - 180px);
}

.section.white {
  background-color: #fff;
}

.section.white p {
  color: #000;
}

.section.white span {
  color: #000;
}

.section.white div {
  color: #000;
}

.section.white input,
.section.white textarea {
  color: #000;
  border-bottom: 1px solid #000 !important;
}

.section.white .textareaElement {
  color: #000;
  border-bottom: 1px solid #000 !important;
}

.section.white .send-form {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  border: 1px solid #000;
}

.section.white ::-moz-selection {
  color: #fff;
  background-color: #000;
}

.section.white ::selection {
  color: #fff;
  background-color: #000;
}

.section.white .send-form:hover {
  background-color: #000;
  color: #fff;
}

.section.black {
  background-color: #000;
}

.section.black p {
  color: #fff;
}

.section.black span {
  color: #fff;
}

.section.black div {
  color: #fff;
}

.section.black input,
.section.black textarea {
  color: #fff;
  border-bottom: 1px solid #fff !important;
}

.section.black .textareaElement {
  color: #fff;
  border-bottom: 1px solid #fff !important;
}

.section.black .send-form {
  border: 1px solid #fff;
  color: #000;
  border-radius: 60px;
  background: var(--White, #FFF);
}

.section.black ::-moz-selection {
  color: #000;
  background-color: #fff;
}

.section.black ::selection {
  color: #000;
  background-color: #fff;
}

.wrapper {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.marquee {
  padding-top: 91px;
  color: var(--Black, #000);
  font-size: 130px;
  font-style: normal;
  font-weight: 600;
  line-height: 180px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  height: 210px;
}

.marquee__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee span {
  white-space: nowrap;
  -webkit-animation: move 35s linear infinite;
  animation: move 35s linear infinite;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 15px;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.gif-block {
  background: #000;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
}

.gif-block img {
  height: 100%;
  position: relative;
  right: 0;
}

.slide__content {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

.section.white p {
  color: #000;
}

.section.black p {
  color: #fff;
}

.text__block {
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.2;
}

.form__block {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1312px;
  margin: 0 auto;
}

.form-section {
  padding: 0;
}

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

.form__point span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.form__point input,
.form__point textarea {
  font-size: 24px;
  line-height: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
}

.textareaElement {
  padding-top: 5px;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 646px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  outline: none !important;
  border: none !important;
  cursor: text;
}

.send-form {
  max-width: 313px;
  margin-left: auto;
  text-align: center;
  padding: 24px;
  border-radius: 60px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-family: "TT Firs Neue";
}

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

.footer {
  padding: 0;
}

.footer .container-fluid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__inner a {
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.2;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.footer__inner a:hover {
  border-bottom: 2px solid #fff;
}

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

.footer__contacts:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.container-fluid {
  max-width: 1312px;
  margin: 0 auto;
}

.footer .container-fluid {
  padding: 40px 64px;
  max-width: none;
}

.footer__copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: auto;
}

.footer__copyright a {
  font-size: 16px;
  line-height: 1.5;
}

input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

label {
  cursor: pointer;
  text-indent: -9999px;
  width: 82px;
  height: 44px;
  background: #fff;
  display: block;
  border-radius: 100px;
  position: relative;
}

label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 36px;
  height: 36px;
  background: #3c42d0;
  border-radius: 90px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: 0.3s;
}

input:checked+label:after {
  left: 41px;
}

.header__menu {
  padding: 0 64px 64px 64px;
  position: absolute;
  top: 0;
  right: -100%;
  background: var(--Violet, #3C42D0);
  height: 100%;
  z-index: 99999;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .55s ease-out;
  -o-transition: all .55s ease-out;
  transition: all .55s ease-out;
  cursor: url("../images/Kursor-black.svg"), auto;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.header__menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__menu .cloose-menu {
  margin-left: auto;
}

.header__menu-link {
  color: #fff;
  font-size: 100px;
  line-height: 1.2;
}

.header__menu-lang {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-value {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all 0.3s linear;
}

.lang-value.active {
  display: block;
  visibility: unset;
  opacity: 1;
  -webkit-animation: opacity .3s ease-out;
  animation: opacity 0.3s ease-out;
}

#menu {
  padding-left: 0;
}

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

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header__menu.active {
  right: 0;
}

.arror__page {
  position: relative;
  padding: 40px 64px;
  height: 100%;
}

.arror__page-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 76px;
}

.arror__page-center p {
  color: var(--White, #FFF);
  font-size: clamp(24px, 5vw, 60px);
  line-height: 1.2;
}

.arror__page-img {
  overflow-x: hidden;
}

.arror__page-img img {
  max-width: 130%;
  height: auto;
  margin: 0 50px;
  position: relative;
  left: -15%;
}

.arror__page-bottom {
  margin-top: auto;
  text-align: right;
  padding: 16px 0;
  position: absolute;
  bottom: 16px;
  right: 64px;
}

.arror__page-bottom a {
  font-size: 24px;
  line-height: 32px;
}


    .glos__title {
        font-size: 23px;
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    
@media (max-width: 1280px) {
  .arror__page-center {
    gap: 0 45px;
  }

  .arror__page-center img {
    margin: 0;
  }
}

@media (max-width: 1080px) {
  .arror__page {
    padding: 40px 22px;
  }

  .arror__page-center {
    gap: 0 32px;
    padding-top: 5%;
  }

  .arror__page-center img {
    max-width: 500px;
    height: auto;
    margin: 0;
  }
}

@media (max-width: 800px) {
  .arror__page {
    padding: 34px 20px;
  }

  .arror__page-center {
    gap: 48px;
    padding-top: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .arror__page-center img {
    max-width: 100%;
    margin-left: -21%;
  }

  .arror__page-center a {
    font-weight: 400;
  }
}

.lang-box {
  position: relative;
  width: 85px;
}

.lang-box .lang-value {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-watermark {
  display: none !important;
}

.header__name {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.header__menu-wrap.black .header__menu {
  background-color: #fff;
  z-index: 99999;
}

.header__menu-wrap.black rect {
  fill: #000;
}

.header__menu-wrap.black a {
  color: #000;
}

.header__menu-wrap.black .lang-value {
  color: #000;
}

.header__menu-wrap.black label {
  background: #000;
}

.header__menu-wrap.black label:after {
  background: #fff;
}

.text__descr {
  font-size: clamp(20px, 5vw, 36px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(36px, 5vw, 42px);
  margin-top: 11px;
}

@media screen and (max-width: 1200px) {
  .form__block {
    padding: 0 64px;
  }

  .footer {
    padding: 0 64px;
  }

  .marquee {
    font-size: 100px;
    padding-top: 100px;
    line-height: 1;
    height: 160px;
  }
}

.header__menu-link-dist,
.header__menu-link {
  font-size: clamp(48px, 5vw, 100px);
  position: relative;
  overflow: hidden;
}

.header__menu-link::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all 0.4s ease-in;
}

.header__menu-wrap.black .header__menu-link::after {
  background-color: #000;
}

.header__menu-link:hover::after {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .header__inner {
    padding: 0 20px;
  }

  .marquee {
    padding-top: 70px;
  }

  .gif-block {
    max-height: none;
  }

  .gif-block img {
    width: auto;
    height: 100%;
  }

  .section {
    padding: 0 20px;
  }

  .slide__content {
    gap: 20px;
  }

  .text__descr {
    margin-top: 0;
    font-weight: 400;
  }

  .form__block {
    grid-template-columns: repeat(1, 1fr);
  }

  .form__block .text__block {
    font-size: clamp(24px, 5vw, 60px);
  }

  .send-form {
    width: 100%;
    max-width: none;
    font-size: clamp(24px, 5vw, 32px);
  }

  .footer {
    padding: 22% 20px 0 20px;
  }
}

@media screen and (max-width: 465px) {
  .marquee {
    padding-top: 70px;
  }

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

  .footer__contacts:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    padding-top: 30%;
  }

  .gif-block {
    position: relative;
    bottom: 0;
    max-height: none;
    height: calc(100% - 190px);
  }

  .gif-block::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}

.footer__contacts.mob-vis {
  display: none;
}

@media (max-width: 767px) {
  .footer__contacts.mob-vis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__contacts.mob-none {
    display: none;
  }

  .gif-block img {
    width: auto;
    height: 80%;
    left: 0;
    right: unset;
    -webkit-transform: translateX(-20%) translateY(20%);
    -ms-transform: translateX(-20%) translateY(20%);
    transform: translateX(-20%) translateY(20%);
  }

  .header__menu {
    width: 100%;
    padding: 0 20px 64px 20px;
  }

  .header__menu-top ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .lang-box {
    width: 60px;
  }

  .lang-value {
    font-size: 24px;
    line-height: 32;
  }

  .header__menu-lang label {
    position: relative;
    left: -30px;
  }

  .text-line {
    display: inline-block;
    width: 100%;
  }

  .text-line+.text-line {
    margin-top: 32px;
  }

  .header__name {
    display: none;
  }
}

.swiper-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}

.swiper-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  overflow: hidden;
  max-width: 529px;
}

.swiper-content .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-content .swiper-slide h4 {
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all 0.3s linear;
}

.swiper-content .swiper-slide-active h4 {
  opacity: 1;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all 0.3s linear;
}

.swiper-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 42%;
  flex: 0 1 42%;
}

.swiper-img img {
  position: relative;
  max-width: 200%;
  right: 35%;
}

.main {
  position: relative;
}

.block__contact-link {
  position: absolute;
  bottom: 0;
  right: 64px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 16px 0;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  z-index: 9999 !important;
  color: #fff;
  opacity: 1;
}

.linkto {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-bottom: 1px solid #000;
}

.linkto:hover {
  border-bottom: 1px solid #fff;
}

.swiper-pagination-bullet {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background-color: #545454 !important;
  opacity: 1 !important;
}

.swiper-pagination {
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all 0.4s ease-out;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #fff !important;
}

.section a,
.section p,
.section span {
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all 0.6s ease-out;
}

.section.active .swiper-pagination {
  opacity: 1;
}

.section.active .block__contact-link {
  opacity: 1;
}

.section.active a,
.section.active p,
.section.active span {
  opacity: 1;
}

.logo {
  position: relative;
  width: 64px;
  height: 64px;
}

.logo svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow-svg path {
  fill: none !important;
}

.logo-svg,
.arrow-svg {
  opacity: 0;
  pointer-events: none;
}

.logo-svg.visible,
.arrow-svg.visible {
  opacity: 1;
  pointer-events: unset;
}

.header__name-box {
  position: relative;
}

.header__name {
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  white-space: nowrap;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__name.active {
  display: inline;
  opacity: 1;
  top: 50%;
}

.swiper-slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 60px;
  line-height: 1.2;
}

.swiper-slide-top span {
  display: inline-block;
  width: 200px;
}

.swiper-slide-text {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 40px;
}

.slide__content.max {
  max-width: 1440px;
}

@media (max-width: 1080px) {
  .swiper-img img {
    max-width: 200%;
  }
}

@media (max-width: 767px) {
  .swiper-img img {
    max-width: 100%;
  }

  .swiper-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .swiper-pagination {
    max-width: 100px;
    left: 50% !important;
    bottom: 7% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .block__contact-link {
    right: 20px;
  }

  .swiper-slider {
    padding: 0;
  }

  .header__name {
    font-size: 24px;
  }

  .swiper-img img {
    right: unset;
    left: -10%;
  }

  .swiper-slide-text {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.25;
  }

  .swiper-slide-title,
  .swiper-slide-top {
    font-size: 24px;
    line-height: 1.33;
  }

  .swiper-slide-title span,
  .swiper-slide-top span {
    width: 84px;
  }

  .swiper-content {
    max-width: 335px;
  }
}

.darck-bg {
  background-color: #000;
}

.banner-swiper {
  max-width: 980px;
  margin: 0 auto;
  height: 100%;
}

.pp-disabled {
  overflow: hidden !important;
  height: 100vh !important;
}

.banner-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-slide .banner-title {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: clamp(100px, 5vw, 180px);
  font-weight: 600;
  line-height: 240px;
  position: relative;
  z-index: 10;
  width: 100%;
}

.banner-slide .banner-img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.4);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.4);
  transform: translateX(-50%) translateY(-50%) scale(0.4);
  width: 100%;
  height: auto;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all 0.6s ease-out;
}

.banner-slide.swiper-slide-active .banner-img {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.top__page {
  height: 100%;
}

.top__page span {
  opacity: 1 !important;
}

@media (max-width: 1100px) {
  .banner-swiper {
    max-width: 767px;
  }
}

@media (max-width: 767px) {
  .banner-swiper {
    max-width: 500px;
  }

  .header__name {
    white-space: unset;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    max-width: 150px;
  }

  .header__name-box {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .banner-swiper {
    max-width: 380px;
  }

  .banner-slide .banner-img img {
    width: 200%;
  }
}

@media (max-width: 430px) {
  .banner-swiper {
    max-width: 320px;
  }
}

.header__name {
  opacity: 0;
  -webkit-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all 0.7s ease-out;
}

.header__name.active {
  opacity: 1;
  -webkit-animation: opacity .7s ease-out;
  animation: opacity 0.7s ease-out;
}

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

  100% {
    opacity: 1;
  }
}

.send-form {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all 0.4s ease-out;
}

.black .send-form:hover {
  background-color: #000;
  color: #fff;
}

.swiper-slide-sub {
  color: var(--White, #FFF);
  font-size: clamp(16px, 5vw, 36px);
  font-weight: 400 !important;
  line-height: 42px;
}

.bottom__nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 0 64px;
  display: block;
  opacity: 1;
  cursor: url("../images/Kursor.svg"), auto;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  height: 0;
}

.bottom__nav svg {
  position: absolute;
  left: 64px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -8px;
  width: 56px;
  height: 56px;
}

.swiper-pagination {
  z-index: 99999;
}

.bottom__nav.none {
  opacity: 0;
  pointer-events: none;
}

.footer .container-fluid {
  height: 100%;
}

.footer .footer__contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.footer .footer__inner {
  height: 100%;
  padding-top: 64px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__copyright {
  margin-top: 0;
}

.footer .lite {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .lite a {
  margin-top: -30%;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__block {
  padding-top: 64px;
}

.footer__mail,
.footer__tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .header__menu-link {
    width: fit-content;
  }

  .footer__contacts:last-child {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .footer__contacts:first-child {
    height: 100%;
  }

  .bottom__nav svg {
    left: 20px;
    bottom: 0px;
    width: 46px;
    height: 46px;
  }

  .header__name-box {
    font-size: 18px;
  }
}

.arrow-svg {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all 0.2s ease-out;
}

.arrow-svg.rotate {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.gif-block {
  cursor: url("../images/Kursor.svg"), auto;
}

.menu__btn {
  position: relative;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.menu__btn .black-line {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 64px;
  height: 4px;
  left: 0;
  background-color: #000;
  display: block;
}

.menu__btn .black-line.first {
  -webkit-transition: all 0.47s cubic-bezier(0.23, 0.79, 0.445, 0.79);
  -o-transition: all 0.47s cubic-bezier(0.23, 0.79, 0.445, 0.79);
  transition: all 0.47s cubic-bezier(0.23, 0.79, 0.445, 0.79);
}

.menu__btn .black-line.last {
  width: 96px;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 0.79, 0.445, 0.79);
  -o-transition: all 0.4s cubic-bezier(0.23, 0.79, 0.445, 0.79);
  transition: all 0.4s cubic-bezier(0.23, 0.79, 0.445, 0.79);
}

.menu__btn .black-line:first-child {
  top: calc(50% + 5px);
}

.menu__btn .black-line:last-child {
  top: calc(50% - 5px);
}

.menu__btn:hover .black-line.first {
  -webkit-transform: translateY(-50%) translateX(-85%);
  -ms-transform: translateY(-50%) translateX(-85%);
  transform: translateY(-50%) translateX(-85%);
}

.menu__btn:hover .black-line.last {
  -webkit-transform: translateY(-50%) translateX(-65%);
  -ms-transform: translateY(-50%) translateX(-65%);
  transform: translateY(-50%) translateX(-65%);
}

.cloose-menu {
  position: relative;
  width: 64px;
  height: 64px;
}

.cloose-menu .black-line {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 52px;
  height: 4px;
  background-color: #000;
  display: block;
  -webkit-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
}

.cloose-menu .black-line:first-child {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cloose-menu .black-line:last-child {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__menu.active .cloose-menu .black-line:first-child {
  -webkit-animation: first-line 1s ease-out;
  animation: first-line 1s ease-out;
}

.header__menu.active .cloose-menu .black-line:last-child {
  -webkit-animation: second-line 1s ease-out;
  animation: second-line 1s ease-out;
}

@-webkit-keyframes first-line {
  55% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes first-line {
  55% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes second-line {
  55% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  85% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes second-line {
  55% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  85% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.footer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .lite {
  height: unset;
  display: block;
}

@media (min-width: 1720px) {
  .footer .footer__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.loader {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.loader__body span {
  height: 100px;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
}

.loader__line {
  height: 100px;
  overflow: hidden;
}

.loader__body {
  height: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  margin: auto;
}

.loader__top {
  display: block;
  position: relative;
  -webkit-animation: line-top 5s linear infinite;
  animation: line-top 5s linear infinite;
}

.loader__bottom {
  display: block;
  position: relative;
  -webkit-animation: line-bottom 5s linear infinite;
  animation: line-bottom 5s linear infinite;
}

@-webkit-keyframes line-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  45% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  55% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes line-top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  45% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  55% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes line-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  45% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  55% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes line-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  45% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  55% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.header__menu-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  max-width: calc(100svw - 20px);
  visibility: hidden;
  flex-wrap: wrap;
  margin-top: -50px;
  overflow: hidden;
}


.header__menu-link-wrap {
  position: relative;
}


.header__menu-link-wrap::after {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  z-index: 3;
  content: "";
  display: block;
  height: clamp(110px, 5vw, 160px);
  background-color: #fff;
}

.cloose-menu {
  position: relative;
  z-index: 99;
}

.header__menu-link-wrap.active .header__menu-link-box {
  margin-top: 0;
  opacity: 1;
  visibility: unset;
  color: #000;
}

@media (min-width:1210px) {
  .header__menu-link-wrap::after {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    z-index: 3;
    content: "";
    display: block;
    height: 150px;
    background-color: #fff;
  }
}

@media (max-width:1080px) {
  .header__menu-link-box {
    margin-top: -100px;
  }
}

.header__menu-link-wrap.active .link-plus::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.header__menu-link-wrap.active .link-plus::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.header__menu-link-wrap .header__menu-link-box {
  margin-left: 5px;
  opacity: 0;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all 0.3s linear;
}

.header__menu-link-dist {
  background: #000;
}

.link-plus {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 3px;
  z-index: 99;
}

.link-plus::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 40px;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}

.link-plus::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 4px;
  height: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all 0.4s ease-out;
}

.black .link-plus::after {
  background-color: #000;
}

.black .link-plus::before {
  background-color: #000;
}

.header__menu-link-dist {
  background: #fff;
  position: relative;
  z-index: 5;
}

.header__menu-link-item {
  font-size: clamp(18px, 5vw, 30px);
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
}

.header__policy {
  background-color: #000;
}

.header__policy svg path {
  fill: #fff;
  stroke: #fff;
}

.header__policy .menu__btn .black-line {
  background-color: #fff;
}

.policy {
  padding-top: 100px;
}

.policy span,
.policy p {
  display: inline-block;
}

.policy__container {
  max-width: 1312px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1080px) {
  .send-form {
    width: 313px;
  }

  .gif-block img {
    height: 900px;
    width: auto;
    max-width: none;
    max-height: none;
    right: clamp(-160px, 5vw, -300px);
  }
}

@media (max-width: 767px) {
  .main__wrap {
    min-height: 100% !important;
  }

  .section {
    min-height: 100% !important;
    top: 0;
    bottom: 0;
  }

  .pp-tableCell {
    min-height: 100% !important;
  }

  .main__wrap {
    min-height: 100% !important;
  }

  .link-plus {
    width: 28px;
    height: 28px;
  }

  .link-plus::before {
    height: 28px;
    width: 3px;
  }

  .link-plus::after {
    width: 28px;
    height: 3px;
  }

  #menu br {
    height: 0;
    display: none;
  }

  .footer .footer__inner {
    padding-top: 0;
  }

  .footer__contacts.mob-vis {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form__block {
    padding: 0;
  }

  .footer .container-fluid {
    padding: 40px 0;
  }
}

@media (min-width: 1080px) {
  .banner-slide .banner-img img {
    width: 110%;
  }

  .banner-slide .banner-title {
    font-size: clamp(190px, 5vw, 250px);
  }
}

@media (min-width: 1080px) {
  .gif-block img {
    right: -300px;
  }
}

@media (min-width: 1440px) {
  .gif-block img {
    right: -300px;
  }
}

@media (min-width: 1600px) {
  .gif-block img {
    right: -400px;
  }
}

@media (min-width: 1720px) {
  .gif-block img {
    right: -500px;
  }
}

@media (max-width: 767px) {
  .swiper-slide-sub {
    line-height: 1.25;
  }

  .textareaElement {
    max-width: 100%;
  }

  .form {
    gap: 16px;
  }

  .form__block .text__block {
    font-family: 24px;
  }

  .form__point input,
  .form__point textarea {
    border-radius: 0 !important;
  }
}

.black-imp {
  color: #000 !important;
}

.header__policy a:hover {
  border-bottom: none;
}

.black-imp:hover {
  color: #fff !important;
}

.flexible {
  display: flex;
  flex-direction: row !important;
  gap: 24px;
}

.t-left {
  text-align: left;
}

.flexible a {
  font-size: 120px;
}

.footer__contacts,
.pb-100 {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .footer .footer__inner {
    padding-top: 100px;
  }
}

@media (max-width: 380px) {
  .footer .footer__inner {
    padding-top: 0;
  }
}

/*Glossary styles ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.glos-header svg,
.glos-header path {
  fill: #fff !important;
  stroke: #fff !important;
}

.glos-header .black-line {
  background-color: #fff !important;
}

.glossary-hero {
  display: flex;
  flex-direction: column;
}

.glossary-box {
  background-color: #fff;
}

.glossary-box .main {
  z-index: 998;
}

.header__menu {
  max-height: 100svh;
  position: fixed;
}

.glossary__inner {
  padding: 150px 0 70px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.glossary__inner h1 {
  font-weight: 700;
  font-size: clamp(32px, 15vw, 164px);
  width: 100%;
  line-height: 89%;
  letter-spacing: -0.03em;
  color: #000;
}

.glossary__inner h2 {
  width: 100%;
  font-weight: 700;
  font-size: clamp(32px, 15vw, 206px);
  line-height: 89%;
  letter-spacing: -0.04em;
  color: #3c42d0;
  text-align: right;
  margin-bottom: 25px;
}

.glossary__inner svg {
  margin-left: auto;
  max-width: 100%;
}

.glossary__search {
  background-color: #000;
  padding: 45px 0 76px 0;
  position: sticky;
  top: 0;
  transition: all 0.3s linear;
}

.glossary__search * {
  transition: all 0.3s linear;
}

.glossary__search a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 35px;
  line-height: 200%;
  letter-spacing: -0.05em;
}

.hide-search {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.hide .hide-search {
  transform: translateX(-50%) rotate(-180deg);
}

.glossary__search-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.search {
  max-width: 310px;
  width: 100%;
  background: #e6e6e6;
  padding: 7px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.search input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 30px;
  line-height: 150%;
  outline: none;
  text-decoration-color: transparent !important;
}

.search input::placeholder {
  font-weight: 400;
  font-size: 30px;
  color: #3c42d0;
}

.result {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  gap: 180px;
}

.result h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 45%;
  color: #000;
}

.result__item {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.result__item span {
  font-weight: 500;
  font-size: 60px;
  line-height: 92%;
  color: #000;
}

.result__item p {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #000;
}

.result__item-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.search {
  height: 56px;
}

.search svg {
  min-width: 40px;
  height: 40px;
}

@media (max-width: 1080px) {
  .header__menu {
    height: 100svh;
  }

  .search {
    max-width: 100%;
    width: 100%;
    gap: 10px;
  }

  .search input {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    height: 43px;
  }

  .search input::placeholder {
    font-weight: 400;
    font-size: 24px;
    color: #3c42d0;
  }

  .result {
    padding: 50px 0;
    gap: 100px;
  }

  .result h6 {
    font-size: 55px;
  }

  .result__item {
    gap: 40px;
  }

  .result__item span {
    font-size: 32px;
  }

  .result__item p {
    font-size: 18px;
  }

  .glossary__inner {
    height: 100svh;
    justify-content: center;
  }
}

.blue-text {
  background-color: #3c42d0;
  color: #fff !important;
  font-size: inherit !important;
}

.result {
  overflow-x: hidden;
}

@media (max-width: 1080px) {
  .glossary-box .container {
    padding: 0 15px;
  }
}

.glossary-swiper {
  width: 100svw;
  min-height: 100svh;
  color: #000;
}

.glossary-swiper .swiper-wrapper {
  position: relative;
  min-height: 100svh;
}

.glossary-box {
  overflow-x: hidden !important;
  max-width: 100svw;
}

.glossary-box .header {
  max-width: 100svw;
}

.glossary-swiper .swiper-slide {
  min-height: 100svh;
  max-height: 100svh;
  height: 100% !important;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.glos-wrap {
  max-width: 100svw;
  z-index: 999;
  /* padding-top: 64px; */
}

.glos-wrap .swiper-pagination {
  opacity: 1 !important;
  transition: all 0.1s ease;
  position: absolute;
  top: 20px;
  height: 40px;
  left: 50% !important;
  right: unset !important;
  bottom: unset;
  transform: translateX(-50%);
  z-index: 999999999999999;
}

.glos-wrap .swiper-pagination-bullet {
  background: #E6E6E6 !important;
  opacity: 1 !important;
  width: 20.85px;
  height: 20.85px;
}

.glos-wrap .swiper-pagination-bullet-active {
  background: #3C42D0 !important;
}

.glos-wrap .pagination-fix {
  opacity: 0 !important;
  pointer-events: none;
}

.glos-info {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  height: fit-content;
}

.glos-info span {
  font-size: 48px;
}

.glos-info p {
  font-size: 24px;
}

.glos-info p+span {
  margin-top: 73px;
  display: inline-block;
}

.glos-info span+p {
  margin-top: 43px;
}

.glos-info-box {
  display: flex;
  gap: 73px;
}

.glos-info-box h6 {
  font-weight: 400;
  font-size: 48px;
  min-width: 335px;
}

@media (max-width: 1080px) {
  .glos-info {
    padding: 90px 0 150px 0;
  }

  .glos-info span {
    font-size: 32px;
  }

  .glos-info p {
    font-size: 15px;
  }

  .glos-info p+span {
    margin-top: 45px;
  }

  .glos-info span+p {
    margin-top: 20px;
  }

  .glos-info-box {
    flex-direction: column;
  }

  .glos-info-box h6 {
    width: 100%;
    font-size: 32px;
  }

  .glossary__inner {
    padding: 0;
  }
}

@media (max-width: 1080px) {
  .search {
    max-width: 320px;
  }

  .glossary__inner h2 {
    color: #3c42d0 !important;
    font-size: clamp(32px, 10vw, 206px);
    max-width: 100%;
  }

  .glossary__inner h1 {
    max-width: 100%;
    color: #000 !important;
    font-size: clamp(32px, 10vw, 164px);
  }

  .result {
    color: #000 !important;
  }

  .result__item span.blue-span {
    color: #3c42d0;
  }

  .result__item span.blue-text {
    color: #fff !important;
  }
}

.result__item span.blue-span {
  color: #3c42d0;
}

@media (max-width:1520px) {

  .glos-info span {
    font-size: 36px;
  }

  .glos-info p {
    font-size: 18px;
  }

  .glos-info p+span {
    margin-top: 32px;
    display: inline-block;
  }

  .glos-info span+p {
    margin-top: 24px;
  }

  .glos-info-box {
    display: flex;
    gap: 32px;
  }

  .glos-info-box h6 {
    font-weight: 400;
    font-size: 48px;
    min-width: 335px;
  }

}

@media (max-width:1440px) {

  .glos-info span {
    font-size: 32px;
  }

  .glos-info p {
    font-size: 18px;
  }

  .glos-info p+span {
    margin-top: 24px;
    display: inline-block;
  }

}

@media (max-width:1210px) {

  .glos-info span {
    font-size: 24px;
  }

  .glos-info p {
    font-size: 16px;
  }

  .glos-info p+span {
    margin-top: 16px;
    display: inline-block;
  }

  .glos-info span+p {
    margin-top: 16px;
  }

  .glos-info-box {
    display: flex;
    gap: 32px;
  }

  .glos-info-box h6 {
    font-weight: 400;
    font-size: 48px;
    min-width: 335px;
  }
}