html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
  background-color: #000;
  letter-spacing: -0.03em;
  font-weight: 300;
  overflow-x: hidden;
}

.container {
  width: 98%;
  margin: 0 auto;
}

.mobile {
  display: none;
}

/* ---------- head block ---------*/

.header {
  display: flex;
  gap: 20px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
  width: 94%;
  align-items: center;
}

.logo {
  width: 120px;
  margin-top: -5px;
}

.logo-icon {
  width: 60px;
}

.nav-menu {
  display: flex;
  gap: 60px;
  margin-left: 50px;
}

.nav-menu li {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.header-button {
  margin-left: auto;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  width: 132px;
  height: 44px;
  position: relative;
  background: linear-gradient(131deg, #7e3dff 0%, #4f11ca 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  cursor: pointer;
}

.header-button::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
}

.header-button::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-60deg);
  right: 18px;
  width: 13px;
  height: 9px;
  background: url("../images/icons/white-arrow-svg.svg") no-repeat;
  background-size: cover;
}

.slider-inner {
  height: calc(var(--fixed-vh) - 30px);
  margin-top: 15px;
}

.slide {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.video-back {
  width: 100%;
  height: 100%;
  filter: blur(100px);
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slider-video-wrap {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slide-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 80px 40px 30px;
  width: 100%;
}

.slide-header {
  font-weight: 400;
  font-size: 100px;
  line-height: 88%;
  color: #fff;
  z-index: 1;
}

.slide__describe {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  align-items: center;
  z-index: 2;
}

.slide__describe-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 143%;
  color: #fff;
  width: 650px;
  z-index: 2;
}

.slide-button {
  margin-left: auto;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding: 20px 0;
  position: relative;
  width: 120px;
  z-index: 2;
}

.slide-button::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}

.slide-button::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  width: 12px;
  height: 11px;
  background: url("../images/icons/black-arrow-down.svg") no-repeat;
  background-size: cover;
}

.swiper-pagination {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 40px !important;
  left: auto !important;
  width: 31px !important;
  height: 112px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  border-radius: 50px;
  padding: 10px;
  z-index: 100 !important;
}

.swiper-pagination span {
  background-color: #fff;
  width: 17px;
  height: 17px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 15px;
  height: 50px;
  border-radius: 15px;
  background: #3c3c3c;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: height 0.1s linear;
  border-radius: 15px;
}

.slider-inner .generation__content-button {
  color: #fff;
  background: linear-gradient(131deg, #7e3dff 0%, #4f11ca 100%);
  width: 215px;
  padding-left: 50px;
}

.slider-inner .generation__content-button::before {
  border: 1px solid #fff;
}

.slider-inner .generation__content-button::after {
  background: url("../images/icons/white-arrow-svg.svg") no-repeat;
  right: 28px;
  transform: translateY(-50%) rotate(-60deg);
  width: 13px;
  height: 11px;
  background-size: cover;
}

/* ---------- solution blcok ---------*/

.solution-inner {
  display: flex;
  margin-top: 200px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.solution-video {
  width: 49%;
}

.solution-video-item {
  width: 100%;
  transform: scale(1.9);
  z-index: -1;
  position: relative;
}

.solution__content {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.solution__content-mobile {
  display: none;
}

.solution__header {
  font-weight: 400;
  font-size: 106px;
  line-height: 74%;
  text-align: right;
  color: #fff;
}

.solution__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  text-align: right;
  color: #fff;
  margin-top: 55px;
  margin-left: auto;
  width: 555px;
}

/* ---------- cards block ---------*/

.cards-inner {
  width: 80%;
  margin-top: 120px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.cards__block {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(
    59.85% 58.96% at 46.31% 84.46%,
    #1f1f1f 0%,
    #0c0c0c 100%
  );
  width: 49%;
  max-width: 48%;
  height: 48vh;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}

.cards__block-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}

.cards__icons-wrap {
  display: flex;
}

.card__icons-item,
.center__icon-item {
  width: 86px;
  height: 86px;
}

.card__icons-item:nth-child(2n),
.center__icon-item:not(:first-child) {
  margin-left: -20px;
}

.cards__block-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.cards__block:nth-child(3) .cards__block-image {
  object-fit: cover;
}

.cards {
  top: -50px;
  right: -60px;
  width: 80%;
  height: 85%;
}

.cards__block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 60px;
}

.cards__block-header {
  font-weight: 400;
  font-size: 38px;
  line-height: 112%;
  color: #fff;
  margin-top: auto;
  z-index: 1;
}

.cards__block-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #8b8b8b;
  margin-top: 20px;
  width: 510px;
  z-index: 1;
}

/* ---------- converter block ---------*/

.converter-inner {
  margin-top: 150px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.converter__head-block {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.converter__head-header {
  font-weight: 400;
  font-size: 53px;
  line-height: 90%;
  color: #fff;
  width: 50%;
}

.converter__head-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  text-align: right;
  color: #fff;
  width: 770px;
}

.converter__content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  height: 70vh;
}

.converter__ramp {
  border-radius: 30px;
  width: 35%;
  background: radial-gradient(
    144.41% 168.33% at 118.53% 18.2%,
    #131313 0%,
    #0c0c0c 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}

.converter__ramp-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.converter__ramp-header {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  color: #fff;
}

.converter__ramp-text {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 130%;
  color: #c4c4c4;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.converter__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 88%;
}

input {
  all: unset;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-wrap-usd,
.input-wrap-usdt {
  position: relative;
  height: 75px;
}

.converter-usd,
.converter-usdt {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 42px;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  box-sizing: border-box;
  padding-left: 75%;
  padding-right: 5px;
}

.input-wrap-usd::before,
.input-wrap-usdt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}

.input-wrap-usd::before {
  background: url("../images/icons/usd.svg") no-repeat;
}

.input-wrap-usdt::before {
  background: url("../images/icons/usdt.svg") no-repeat;
}

.input-wrap-usd::after {
  content: "USD";
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  color: rgba(225, 225, 225, 0.5);
}

.input-wrap-usdt::after {
  content: "USDT";
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  color: rgba(225, 225, 225, 0.5);
}

.converter-button {
  width: 100%;
  height: 84px;
  background: linear-gradient(131deg, #7e3dff 0%, #4f11ca 100%);
  border-radius: 42px;
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 100px;
  position: relative;
  cursor: pointer;
}

.converter-button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  background-color: #fff;
  border-radius: 50%;
}

.converter-button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../images/icons/arrow-button.svg") no-repeat;
  background-size: cover;
}

.converter__icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.converter__icons-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.converter__icon-item {
  width: 55px;
}

.converter__icon-item:not(:first-child) {
  margin-left: -10px;
}

.converter__icons-number {
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  margin-left: 25px;
}

.converter__icons-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #fff;
  margin-left: 10px;
}

.converter__spend {
  border-radius: 30px;
  overflow: hidden;
  width: 65%;
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.converter__spend-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.converter__spend-header {
  font-weight: 400;
  font-size: 40px;
  color: #fff;
}

.converter__spend-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #c4c4c4;
  width: 320px;
}

.converter__spend-content {
  display: flex;
  gap: 94px;
  margin-top: auto;
}

.spend__content-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spend-text {
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.spend-describe {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.converter-cards {
  position: absolute;
  top: 0px;
  right: -2%;
  width: 102%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* ---------- fiat block ---------*/

.fiat-inner {
  margin-top: 120px;
  position: relative;
  height: 1147px;
  max-height: 98vh;
}

.fiat-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}

.fiat-back-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.fiat__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  width: 96%;
}

.fiat__content-header {
  font-weight: 400;
  font-size: 120px;
  line-height: 81%;
  color: #fff;
  width: 1450px;
}

.fiat__converter {
  display: flex;
  justify-content: space-between;
  height: 141px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 179px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.02);
  margin-top: 40px;
  padding: 0 60px 0 30px;
}

.fiat__converter-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fiat-converter-usdt,
.fiat-converter-usd {
  width: 283px;
}

.fiat-converter-button {
  width: 283px;
  padding-left: 55px;
}

.fiat__converter-icon {
  width: 24px;
}

/* ---------- partners block ---------*/

.partners-inner {
  margin-top: 120px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.partners-header-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.partners__header {
  font-size: 55px;
  color: #fff;
}

.partners-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-align: right;
  width: 620px;
  margin-left: auto;
}

.partners__wrap {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.partners__block {
  position: relative;
  width: 32%;
  border-radius: 30px;
  background: linear-gradient(1deg, #0e0e0e 40%, #404040 200%);
  height: 419px;
  padding: 30px 30px 50px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}

.partners__block::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(1deg, #070016 40%, #4700d3 300%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.partners__block:hover::before {
  opacity: 1;
}

.partners__block > * {
  position: relative;
  z-index: 1;
}

.partners__block-number {
  width: 82px;
  height: 82px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  position: relative;
  overflow: hidden;
  transition: border 0.5s ease;
  border: 1px solid #fff;
  z-index: 0;
}

.partners__block:hover .partners__block-number {
  border: none;
}

.partners__block-number::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(180deg, #8243ff 0%, #5317cb 100%);
  opacity: 0;
  transition: opacity 1s ease;
  z-index: -1;
}

.partners__block:hover .partners__block-number::before {
  opacity: 1;
}

.partners__block-number > * {
  position: relative;
  z-index: 1;
}

.partners__block-name {
  font-weight: 400;
  font-size: 29px;
  color: #fff;
  margin-top: auto;
  line-height: 123%;
}

.partners__block-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 181%;
  color: #c4c4c4;
  margin-top: 20px;
  width: 97%;
  height: 95px;
}

.swiper {
  display: none !important;
}

/* ---------- services block ---------*/

.services-inner {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.services-header {
  font-weight: 400;
  font-size: 55px;
  line-height: 102%;
  color: #fff;
  width: 1200px;
  margin-left: 2%;
}

.services-header-gray {
  color: #313131;
}

.services__text-logo {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}

.services-header-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  text-align: right;
  color: #fff;
  width: 760px;
  margin-left: auto;
  margin-right: 2%;
}

.services-wrap {
  position: relative;
  margin-top: 30px;
  height: 100%;
}

.services-video {
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(0.9);
  margin-left: -1%;
}

.video-back-top {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.video-back-down {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, black 0%, transparent 100%);
  z-index: 1;
}

.services__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.first-row {
  display: flex;
  justify-content: center;
}

.second-row {
  width: 85%;
  display: flex;
  justify-content: space-between;
}

.third-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.services__block {
  width: 358px;
  height: 102px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.services-logo {
  width: 150px;
}

.services__block-plus {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7e3dff 0%, #4f11ca 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.services__block-text {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-align: center;
  flex: 1;
}

/* ---------- generation block ---------*/

.generation-inner {
  margin-top: 100px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.generation-video {
  width: 100%;
  max-height: 98vh;
  object-fit: cover;
}

.generation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 70px;
  padding: 30px 0 90px;
  background: rgba(0, 0, 0, 0.1);
}

.generation__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: auto;
}

.generation-logo {
  margin-left: -2%;
  margin-top: 20px;
  width: 200px;
}

.generation__content-header {
  font-weight: 400;
  font-size: 80px;
  line-height: 81%;
  text-align: center;
  color: #fff;
  width: 1210px;
}

.generation__content-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  width: 620px;
}

.generation__content-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 214%;
  letter-spacing: -0.03em;
  color: #7e3dff;
  width: 280px;
  height: 65px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
  cursor: pointer;
}

.generation__content-button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 49px;
  height: 49px;
  border: 1px solid #7e3dff;
  background-color: transparent;
  border-radius: 50%;
}

.generation__content-button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url("../images/icons/arrow-button.svg") no-repeat;
  background-size: cover;
}

/* ---------- footer block ---------*/

.footer-inner {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  padding: 50px 35px;
  /* width: 96%; */
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background: linear-gradient(1deg, #0e0e0e 65%, #252424 120%);
}

.footer__first-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.footer__header {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #8b8b8b;
}

.footer__block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__logo {
  width: 150px;
}

.footer__block-links {
  display: flex;
  gap: 40px;
}

.footer-link {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
}

.footer__block-icons {
  display: flex;
  gap: 15px;
}

.footer-icon img {
  width: 20px;
}

.footer__second-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 140px;
  align-items: flex-end;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.footer-pay {
  display: flex;
  gap: 22px;
  align-items: center;
}

.footer__adress {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.footer__adress-name {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.footer__adress-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #696969;
  width: 200px;
  margin-top: 10px;
}

.footer__policy {
  display: flex;
  gap: 20px;
  flex: 1;
  justify-content: flex-end;
}

.footer__privacy-text {
  font-weight: 400;
  color: #676767;
  font-size: 14px;
}

/* resposive */

@media screen and (max-width: 1919px) {
  /* ---------- head block ---------*/

  .header {
    top: 35px;
    width: 93%;
  }

  .logo {
    width: 105px;
  }

  .logo-icon {
    width: 45px;
  }

  .nav-menu li {
    font-size: 11px;
  }

  .header-button {
    font-size: 11px;
    width: 110px;
    height: 38px;
    padding-left: 33px;
  }

  .header-button::before {
    width: 27px;
    height: 27px;
    right: 4px;
  }

  .header-button::after {
    width: 10px;
    height: 7px;
    right: 14px;
  }

  .slide {
    border-radius: 22px;
  }

  .slide-content {
    padding-bottom: 5px;
  }

  .slide-header {
    font-size: 70px;
    width: 90%;
  }

  .slide__describe-text {
    font-size: 16px;
    width: 540px;
  }

  .slide-button {
    font-size: 13px;
    width: 95px;
  }

  .slide-button::before {
    width: 28px;
    height: 28px;
    right: -35px;
  }

  .slide-button::after {
    width: 10px;
    height: 9px;
    right: -26px;
  }

  .slider-video-wrap {
    border-radius: 25px;
  }

  .slider-inner .generation__content-button {
    width: 175px;
    padding-left: 40px;
  }

  .slider-inner .generation__content-button::after {
    width: 12px;
    height: 9px;
    right: 20px;
  }

  /* ---------- solution blcok ---------*/

  .solution__content {
    width: 80%;
  }

  .solution__header {
    font-size: 85px;
  }

  .solution__text {
    font-size: 15px;
    margin-top: 50px;
    width: 470px;
  }

  /* ---------- cards block ---------*/

  .cards-inner {
    gap: 20px;
  }

  .cards__block {
    padding: 45px;
    border-radius: 24px;
    /* height: 380px; */
  }

  .cards__block-content {
    padding: 45px;
  }

  .cards__block-image {
    border-radius: 24px;
  }

  .cards__block-header {
    font-size: 28px;
  }

  .cards__block-text {
    width: 400px;
    font-size: 15px;
    margin-top: 20px;
  }

  .cards-arrow {
    width: 120px;
  }

  .center__icon-item,
  .card__icons-item {
    width: 75px;
    height: 75px;
  }

  /* ---------- converter block ---------*/

  .converter__head-header {
    font-size: 40px;
  }

  .converter__head-text {
    font-size: 16px;
    width: 690px;
  }

  .converter__content {
    /* height: 650px; */
  }

  .converter__ramp,
  .converter__spend {
    border-radius: 24px;
    padding: 40px 30px;
  }

  .converter__spend-head,
  .converter__ramp-head {
    gap: 18px;
  }

  .converter__ramp-header,
  .converter__spend-header {
    font-size: 34px;
  }

  .converter__ramp-text,
  .converter__spend-text {
    font-size: 16px;
    width: 260px;
  }

  .converter__icon-item {
    width: 45px;
  }

  .converter__icon-item:not(:first-child) {
    margin-left: -6px;
  }

  .converter__icons-number {
    font-size: 45px;
  }

  .converter__icons-text {
    font-size: 13px;
  }

  .spend-text {
    font-size: 36px;
  }

  .spend-describe {
    font-size: 12px;
  }

  .input-wrap-usd,
  .input-wrap-usdt {
    height: 65px;
  }

  .input-wrap-usd::before,
  .input-wrap-usdt::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }

  .input-wrap-usdt::after,
  .input-wrap-usd::after {
    font-size: 13px;
    left: 50px;
  }

  .converter-usd,
  .converter-usdt {
    font-size: 18px;
  }

  .converter-button {
    height: 65px;
    font-size: 14px;
    padding-left: 80px;
  }

  .converter-button::before {
    width: 48px;
    height: 48px;
    right: 10px;
  }

  .converter-button::after {
    width: 15px;
    height: 15px;
    right: 27px;
  }

  /* ---------- fiat block ---------*/

  .fiat-back {
    border-radius: 24px;
  }

  .fiat__converter {
    height: 110px;
    gap: 20px;
  }

  .fiat__content-header {
    font-size: 90px;
    width: 1050px;
  }

  .fiat-converter-usdt,
  .fiat-converter-usd {
    width: 220px;
    padding-left: 68%;
  }

  .fiat-converter-button {
    width: 220px;
    padding-left: 50px;
  }

  /* ---------- partners block ---------*/

  .partners__header {
    font-size: 38px;
  }

  .partners-text {
    font-size: 16px;
    width: 560px;
  }

  .partners__block {
    height: 360px;
    border-radius: 24px;
    padding: 25px 25px 40px;
  }

  .partners__block::before {
    border-radius: 24px;
  }

  .partners__block-number {
    width: 63px;
    height: 63px;
    font-size: 15px;
  }

  .partners__block-name {
    font-size: 24px;
  }

  .partners__block-text {
    font-size: 14px;
    height: 75px;
  }

  /* ---------- services block ---------*/

  .services-header {
    font-size: 35px;
    width: 750px;
  }

  .services__text-logo {
    margin-top: 50px;
    width: 96%;
  }

  .services-header-text {
    font-size: 15px;
    width: 600px;
  }

  .services__block {
    width: 260px;
    height: 72px;
    padding: 8px;
  }

  .services__block-plus {
    width: 56px;
    height: 56px;
    font-size: 21px;
  }

  .services__block-text {
    font-size: 17px;
  }

  .services-logo {
    width: 120px;
  }

  /* ---------- generation block ---------*/

  .generation-inner {
    border-radius: 24px;
  }

  .generation-wrap {
    padding: 20px 0 70px;
  }

  .generation-logo {
    width: 120px;
  }

  .generation__content-header {
    font-size: 65px;
    width: 900px;
  }

  .generation__content-text {
    font-size: 12px;
    width: 500px;
  }

  .generation__content-button {
    width: 235px;
    height: 52px;
    padding-left: 40px;
    font-size: 14px;
  }

  .generation__content-button::before {
    width: 38px;
    height: 38px;
    right: 7px;
  }

  .generation__content-button::after {
    right: 20px;
    width: 13px;
    height: 11px;
  }

  /* ---------- contacts block ---------*/

  .contacts-inner {
    margin-top: 120px;
  }

  .contacts__content-header {
    font-size: 70px;
  }

  .contacts__content-text {
    font-size: 15px;
    width: 680px;
  }

  .label-wrap {
    width: 540px;
  }

  .company-name,
  .form-name,
  .form-email,
  .contacts-button {
    width: 260px;
    height: 55px;
  }

  .contacts-form-input {
    font-size: 16px;
  }

  .contacts-button {
    font-size: 14px;
    text-align: left;
    padding-left: 80px;
  }

  .contacts-button::before {
    width: 38px;
    height: 38px;
    right: 10px;
  }

  .contacts-button::after {
    width: 17px;
    height: 17px;
    right: 22px;
  }

  .contacts__block-icon {
    width: 78px;
    height: 78px;
  }

  .contacts__block-icon img {
    width: 26px;
  }

  .contacts__block-link {
    font-size: 18px;
  }

  .contacts__social-item {
    width: 55px;
    height: 55px;
  }

  .contacts__social-item img {
    width: 28px;
  }

  /* ---------- footer block ---------*/

  .footer__text,
  .footer-link {
    font-size: 17px;
  }

  .footer__logo {
    width: 100px;
  }

  .footer__header {
    font-size: 13px;
  }

  .footer__second-row {
    margin-top: 100px;
  }

  .footer-pay-item {
    width: 40px;
  }

  .footer-pay-item:nth-child(3) {
    width: 60px;
  }

  .footer__adress-name {
    font-size: 15px;
  }

  .footer__adress-text {
    font-size: 12px;
    width: 170px;
  }

  .footer__privacy-text {
    font-size: 12px;
  }

  .footer-icon img {
    width: 16px;
  }
}

@media screen and (max-width: 1439px) {
  /* ---------- head block ---------*/

  .header {
    top: 25px;
    width: 93%;
  }

  .slide {
    border-radius: 18px;
  }

  .slide-header {
    font-size: 60px;
  }

  .slide__describe-text {
    font-size: 14px;
    width: 450px;
  }

  .slider-inner .generation__content-button {
    width: 150px;
    padding-left: 25px;
  }

  .slider-inner .generation__content-button::after {
    right: 18px;
  }

  /* ---------- solution blcok ---------*/

  .solution__header {
    font-size: 70px;
  }

  .solution__text {
    font-size: 14px;
    margin-top: 45px;
    width: 440px;
  }

  /* ---------- cards block ---------*/

  .cards-inner {
    gap: 15px;
  }

  .cards__block-header {
    font-size: 26px;
  }

  .cards__block-text {
    width: 95%;
    font-size: 16px;
    margin-top: 15px;
  }

  .cards-arrow {
    width: 80px;
  }

  .center__icon-item,
  .card__icons-item {
    width: 65px;
    height: 65px;
  }

  /* ---------- converter block ---------*/

  .converter__head-header {
    font-size: 32px;
  }

  .converter__head-text {
    font-size: 14px;
  }

  .converter__ramp-header,
  .converter__spend-header {
    font-size: 28px;
  }

  .converter__ramp-text,
  .converter__spend-text {
    font-size: 15px;
    width: 250px;
  }

  .converter__icon-item {
    width: 40px;
  }

  .converter__icon-item:not(:first-child) {
    margin-left: -7px;
  }

  .converter__icons-number {
    font-size: 40px;
  }

  .converter__icons-text {
    font-size: 12px;
  }

  .spend-text {
    font-size: 33px;
  }

  .spend-describe {
    font-size: 12px;
  }

  .input-wrap-usd,
  .input-wrap-usdt {
    height: 50px;
  }

  .input-wrap-usd::before,
  .input-wrap-usdt::before {
    width: 16px;
    height: 16px;
    background-size: cover;
  }

  .input-wrap-usdt::after,
  .input-wrap-usd::after {
    font-size: 11px;
    left: 45px;
  }

  .converter-usd,
  .converter-usdt {
    font-size: 14px;
  }

  .converter-button {
    height: 50px;
    font-size: 12px;
    padding-left: 50px;
  }

  .converter-button::before {
    width: 36px;
    height: 36px;
    right: 8px;
  }

  .converter-button::after {
    width: 11px;
    height: 11px;
    right: 20px;
  }

  /* ---------- fiat block ---------*/

  .fiat__converter {
    height: 100px;
  }

  .fiat__content-header {
    font-size: 80px;
    width: 900px;
  }

  .fiat__converter-wrap {
    gap: 10px;
  }

  .fiat-converter-usdt,
  .fiat-converter-usd {
    width: 180px;
    padding-left: 68%;
  }

  .fiat-converter-button {
    width: 180px;
    padding-left: 50px;
  }

  /* ---------- partners block ---------*/

  .partners__header {
    font-size: 40px;
  }

  .partners-text {
    font-size: 16px;
    width: 500px;
  }

  .partners__wrap {
    gap: 10px;
  }

  .partners__block {
    height: 320px;
  }

  .partners__block-number {
    width: 65px;
    height: 65px;
    font-size: 14px;
  }

  .partners__block-name {
    font-size: 19px;
  }

  .partners__block-text {
    font-size: 12px;
  }

  /* ---------- services block ---------*/

  .services-header {
    font-size: 40px;
    width: 850px;
  }

  .services-header-text {
    margin-top: 20px;
  }

  .services__block {
    width: 240px;
    height: 72px;
    padding: 7px;
  }

  .services__block-plus {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .services__block-text {
    font-size: 15px;
  }

  .services-logo {
    width: 90px;
  }

  /* ---------- generation block ---------*/

  .generation-wrap {
    padding: 20px 0 50px;
  }

  .generation-logo {
    width: 90px;
  }

  .generation__content {
    gap: 20px;
  }

  .generation__content-header {
    font-size: 50px;
    width: 700px;
  }

  .generation__content-button {
    width: 210px;
    height: 45px;
    padding-left: 25px;
  }

  .generation__content-button::before {
    width: 32px;
    height: 32px;
    right: 6px;
  }

  .generation__content-button::after {
    right: 18px;
    width: 10px;
    height: 9px;
  }

  /* ---------- contacts block ---------*/

  .contacts__content-header {
    font-size: 50px;
  }

  .contacts__content-text {
    font-size: 13px;
    width: 600px;
  }

  .contacts__social-item {
    width: 50px;
    height: 50px;
  }

  .label-wrap {
    width: 500px;
  }

  .company-name,
  .form-name,
  .form-email,
  .contacts-button {
    width: 240px;
    height: 50px;
  }

  .contacts-form-input {
    font-size: 14px;
  }

  .contacts-button {
    font-size: 13px;
    text-align: left;
    padding-left: 80px;
  }

  .contacts-button::before {
    width: 30px;
    height: 30px;
    right: 8px;
  }

  .contacts-button::after {
    width: 15px;
    height: 15px;
    right: 18px;
  }

  .contacts__block-icon {
    width: 65px;
    height: 65px;
  }

  .contacts__block-icon img {
    width: 20px;
  }

  .contacts__block-link {
    font-size: 15px;
  }

  /* ---------- footer block ---------*/

  .footer__text,
  .footer-link,
  .footer__privacy-text {
    font-size: 13px;
  }

  .footer-logo img {
    width: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .solution__header {
    font-size: 55px;
  }

  .solution__text {
    width: 90%;
  }

  /* ---------- cards block ---------*/

  .cards-inner {
    gap: 10px;
  }

  .cards__block {
    padding: 35px;
  }

  .cards__block-header {
    font-size: 20px;
  }

  .cards__block-text {
    width: 90%;
    font-size: 11px;
  }

  .cards-arrow {
    width: 70px;
  }

  .center__icon-item,
  .card__icons-item {
    width: 60px;
  }

  /* ---------- converter block ---------*/

  .converter__icon-item {
    width: 35px;
  }

  .converter-button {
    padding-left: 30px;
  }

  .partners__block-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  .container {
    width: 94%;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .logo-icon {
    display: none;
  }

  /* ---------- head block ---------*/

  .container-mobile {
    width: 100%;
  }

  .header {
    width: 94%;
    left: 10px;
  }

  .logo {
    width: 95px;
    margin-top: 10px;
    margin-left: 20px;
  }

  .nav-menu {
    display: none;
  }

  .header-button {
    display: none;
  }

  .slide {
    border-radius: 0;
    display: flex !important;
    flex-direction: column;
    gap: 7px;
  }

  .slider-inner {
    margin-top: 0;
    height: var(--fixed-vh);
  }

  .slider-video-wrap {
    margin-top: 10px;
    border-radius: 15px;
    flex: 1;
  }

  .slider-video {
    width: 180%;
    margin-top: 0;
    margin-left: -75%;
  }

  .video-back {
    display: none;
  }

  .slider-video-contacts {
    width: 1800px;
    margin-left: -100%;
    height: 100%;
    margin-top: 0;
  }

  .slide-header {
    font-size: 22px;
    line-height: 118%;
    width: 100%;
  }

  .slider-inner .generation__content-button {
    width: 200px;
    padding-left: 50px;
  }

  .slide-button {
    display: none;
  }

  .slide-content {
    position: static;
    margin-top: 10px;
    padding: 15px 10px 10px;
    height: 250px;
    border-radius: 15px;
    background: linear-gradient(179deg, #0b0712 0%, #270864 100%);
  }

  .slide__describe {
    flex-direction: column;
    margin-top: 20px;
    align-items: start;
    gap: 20px;
  }

  .generation__content-button {
    order: 2;
  }

  .slide__describe-text {
    width: 100%;
    font-size: 12px;
    line-height: 193%;
  }

  .slider-inner .generation__content-button::after {
    width: 13px;
    height: 10px;
    right: 27px;
  }

  /* ---------- solution blcok ---------*/

  .solution-inner {
    flex-direction: column;
    margin-top: 50px;
  }

  .solution-video {
    width: 70%;
    order: 2;
    margin-left: -20px;
    margin-top: 20px;
  }

  .solution__content {
    margin-top: 0;
    width: 98%;
  }

  .solution__header {
    font-size: 34px;
    line-height: 88%;
    width: 100%;
    text-align: center;
  }

  .solution__text {
    font-size: 14px;
    width: 300px;
    margin-top: 15px;
    margin-right: auto;
    text-align: center;
    color: #6e6e6e;
    line-height: 164%;
  }

  /* ---------- cards block ---------*/

  .cards-inner {
    display: block;
    position: relative;
    min-height: 517px;
    transition: transform 0s ease-out;
    overflow: visible;
    transform-style: preserve-3d;
    z-index: 10;
    will-change: transform;
    margin-top: 40px;
    width: 100%;
  }

  .cards__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 480px;
    max-height: none;
    padding: 30px 0px;
    min-height: auto;
    will-change: transform, opacity;
    transition: none !important;
  }

  .cards__block-icons {
    flex: none;
    margin-top: 75px;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 100%;
  }

  .cards__icons-wrap {
    width: fit-content;
    justify-content: center;
    align-items: center;
  }

  .card__icons-item {
    width: 55px;
  }

  .center__icon-item {
    width: 55px;
  }

  .cards-arrow {
    width: 60px;
  }

  .cards {
    top: 10px;
    right: 0%;
    width: 98%;
    height: 368px;
  }

  .cards__block {
    border: 1px solid #8b8b8b1a;
  }

  .cards__block-content {
    padding: 30px 0px;
  }

  .cards__block-header {
    font-size: 24px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .cards__block-text {
    font-size: 13px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .cards__block-image {
    object-fit: cover;
  }

  .cards__block-image:nth-child(2n-1) {
    height: 61%;
  }

  /* ---------- converter block ---------*/

  .converter-inner {
    margin-top: 100px;
    width: 100%;
  }

  .converter__head-block {
    flex-direction: column;
    align-items: center;
  }

  .converter__head-header {
    font-size: 32px;
    text-align: center;
    width: 100%;
  }

  .converter__head-text {
    width: 70%;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #6e6e6e;
  }

  .converter__content {
    margin-top: 50px;
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .converter__ramp {
    width: 100%;
    padding: 40px 10px;
  }

  .converter__ramp-header,
  .converter__spend-header {
    font-size: 35px;
    text-align: center;
  }

  .converter__ramp-text {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .converter__wrap {
    margin-top: 40px;
    width: 98%;
  }

  .input-wrap-usd,
  .input-wrap-usdt {
    height: 74px;
  }

  .converter-button {
    height: 74px;
    font-size: 18px;
  }

  .converter-button::before {
    width: 58px;
    height: 58px;
    right: 10px;
  }

  .converter-button::after {
    width: 18px;
    height: 18px;
    right: 28px;
  }

  .input-wrap-usdt::after,
  .input-wrap-usd::after {
    font-size: 15px;
    left: 60px;
  }

  .input-wrap-usd::before,
  .input-wrap-usdt::before {
    width: 25px;
    height: 25px;
  }

  .converter-usd,
  .converter-usdt {
    font-size: 24px;
  }

  .converter__icons {
    margin-top: 40px;
  }

  .converter__icon-item {
    width: 55px;
  }

  .converter__icon-item:not(:first-child) {
    margin-left: -10px;
  }

  .converter__icons-number {
    font-size: 43px;
    margin-left: 18px;
  }

  .converter__icons-text {
    font-size: 13px;
  }

  .converter__spend {
    width: 100%;
    height: 630px;
    padding: 40px;
  }

  .converter__spend-text {
    width: auto;
    font-size: 18px;
    text-align: center;
  }

  .converter__spend-content {
    justify-content: space-around;
    gap: 1%;
  }

  .spend-text {
    font-size: 32px;
  }

  .spend-describe {
    font-size: 14px;
  }

  .converter-cards {
    top: 0;
    right: 0;
    width: 100%;
  }

  /* ---------- fiat block ---------*/

  .fiat-inner {
    border-radius: 18px;
    overflow: hidden;
    margin-top: 50px;
    max-height: none;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .fiat__content {
    padding: 10px 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    border-radius: 18px;
    transform: none;
  }

  .fiat__converter-wrap {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
  }

  .fiat__content-header {
    width: 100%;
    font-size: 28px;
  }

  .fiat-back {
    border-radius: 25px;
    width: 100%;
    display: block;
    position: static;
    height: 520px;
    object-fit: cover;
  }

  .fiat__converter {
    width: 100%;
    padding: 0;
    justify-content: center;
    border-radius: 0;
    border: none;
    background: none;
    backdrop-filter: inherit;
    margin-top: 0;
  }

  .fiat-converter-usdt,
  .fiat-converter-usd {
    width: 41vw;
    height: 52px;
    font-size: 16px;
    padding-left: 62%;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.02);
    z-index: 1;
  }

  .fiat-input-wrap-usd,
  .fiat-input-wrap-usdt {
    height: 52px;
  }

  .fiat-input-wrap-usd::before,
  .fiat-input-wrap-usdt::before {
    width: 18px;
    height: 18px;
    left: 12px;
    z-index: 2;
  }

  .fiat-input-wrap-usdt::after,
  .fiat-input-wrap-usd::after {
    font-size: 13px;
    left: 40px;
  }

  .converter-button {
    width: 100%;
  }

  .fiat-converter-button {
    width: 160px;
    height: 52px;
    font-size: 13px;
    padding-left: 20px;
  }

  .fiat-converter-button::before {
    width: 42px;
    height: 42px;
    right: 6px;
  }

  .fiat-converter-button::after {
    width: 16px;
    height: 16px;
    right: 18px;
  }

  /* ---------- partners block ---------*/

  .partners-inner {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .partners__header {
    margin-left: 4%;
    font-size: 28px;
    text-align: left;
    width: 160px;
  }

  .partners-text {
    display: none;
  }

  .partners__wrap {
    gap: 20px;
    flex-direction: column;
  }

  .partners__block {
    height: 320px;
    width: 100%;
    border-radius: 15px;
  }

  .partners__block::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: transparent;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
  }

  .partners__block:hover::before {
    opacity: 0;
  }

  .partners__block.active {
    background: linear-gradient(1deg, #070016 40%, #4700d3 300%);
  }

  .partners__block-number {
    width: 82px;
    height: 82px;
    font-size: 14px;
    border: none;
    justify-content: start;
    align-items: start;
    border-radius: 0;
  }

  .partners__block-number::before {
    background: transparent;
  }

  .partners__block-name {
    font-size: 20px;
  }

  .partners__block-text {
    font-size: 12px;
  }

  .partners__swiper-wrapper {
    margin-top: 50px;
  }

  .partners-slider-buttons {
    display: flex;
    gap: 10px;
    width: fit-content;
  }

  .partners-button-prev,
  .partners-button-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partners-button-prev {
    background: rgba(255, 255, 255, 0.1);
  }

  .swiper {
    display: block !important;
  }

  /* ---------- services block ---------*/

  .services-inner {
    margin-top: 50px;
    height: 500px;
    width: 100%;
  }

  .services-header {
    font-size: 26px;
    width: 90%;
    line-height: 103%;
  }

  .services-header-text {
    display: none;
  }

  .first-row {
    z-index: 3;
  }

  .third-row {
    display: none;
    z-index: 2;
  }

  .second-row {
    gap: 15px;
    width: 100%;
    z-index: 1;
  }

  .services__block {
    min-width: 45%;
    width: 190px;
    height: 55px;
    padding: 8px;
  }

  .services__block-plus {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .services__content {
    gap: 15px;
    width: 100%;
    height: 400px;
  }

  .services-video {
    position: relative;
    height: 570px;
    transform: scale(2);
    z-index: -1;
  }

  .services__block-text {
    font-size: 14px;
  }

  .video-back-top {
    top: 70px;
  }

  .video-back-down {
    bottom: 44px;
  }

  .services-logo {
    width: 60px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  /* ---------- generation block ---------*/

  .generation-inner {
    height: 660px;
    border-radius: 15px;
    margin-top: 170px;
  }

  .generation-wrap {
    padding: 30px 10px;
  }

  .generation-video {
    width: 200%;
    height: 100%;
    object-fit: cover;
    margin-left: -50%;
  }

  .generation__content {
    align-items: center;
    border-radius: 15px;
    padding: 30px 20px;
  }

  .generation__content-header {
    width: 100%;
    font-size: 28px;
    text-align: center;
    line-height: 103%;
  }

  .generation__content-text {
    width: 240px;
    font-size: 12px;
    text-align: left;
  }

  .generation__content-button {
    width: 235px;
    height: 65px;
    font-size: 14px;
    padding-left: 30px;
  }

  .generation__content-button::before {
    width: 48px;
    height: 48px;
    right: 10px;
  }

  .generation__content-button::after {
    right: 26px;
    width: 16px;
    height: 16px;
  }

  /* ---------- contacts block ---------*/

  .contacts-inner {
    margin-top: 70px;
  }

  .contacts-wrap {
    flex-direction: column;
  }

  .contact-video {
    order: 2;
    width: 100%;
  }

  .contacts__content {
    width: 100%;
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contacts__content-header {
    font-size: 26px;
    width: 45%;
  }

  .contacts__content-text {
    display: none;
  }

  .label-wrap {
    flex-direction: column;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .company-name,
  .form-name,
  .form-email,
  .contacts-button {
    width: 100%;
    height: 65px;
    font-size: 14px;
  }

  .contacts-button {
    padding-left: 40px;
    width: 170px;
    height: 49px;
  }

  .contacts__social-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }

  .contacts-button::before {
    width: 38px;
    height: 38px;
    right: 6px;
  }

  .contacts-button::after {
    width: 16px;
    height: 16px;
    right: 18px;
  }

  .contact-video {
    margin-top: 100px;
    transform: scale(2.2);
  }

  .contacts__icons {
    flex-direction: column;
    gap: 30px;
  }

  .contacts__block-link {
    font-size: 20px;
  }

  .contacts__block-icon {
    width: 71px;
    height: 71px;
  }

  /* ---------- footer block ---------*/
  .footer-inner {
    margin-top: 40px;
    padding: 40px 20px;
    border-radius: 15px;
  }

  .footer__first-row {
    row-gap: 60px;

    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto auto;
  }

  .footer__block:first-child {
    width: 100%;
    justify-content: center;
    align-items: center;
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .footer__block:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer__block:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .footer__block:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    justify-content: flex-end;
  }

  .footer__header {
    font-size: 14px;
  }

  .footer__text {
    font-size: 18px;
  }

  .footer__logo {
    width: 150px;
  }

  .footer__block-links {
    flex-direction: column;
  }

  .footer-link {
    font-size: 22px;
  }

  .footer__second-row {
    flex-direction: column;
    margin-top: 50px;
    gap: 40px;
  }

  .footer-pay {
    order: 1;
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }

  .footer-pay-item {
    width: 60px;
  }

  .footer-pay-item:nth-child(3) {
    width: 80px;
  }

  .footer__adress {
    margin-top: 15px;
    order: 2;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }

  .footer__adress-name {
    font-size: 20px;
  }

  .footer__adress-text {
    font-size: 13px;
    width: 155px;
  }

  .footer__policy {
    order: 3;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }

  .footer__privacy-text {
    font-size: 13px;
    text-align: center;
  }

  .footer-icon img {
    width: 20px;
  }
}

/* popup */

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

#popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 95%;
  transform: translate(-50%, -50%);
  padding: 5% 6%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  background: url("../images/contacts-back.webp") no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.popup-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.contact-form-popup {
  display: flex;
  gap: 10px;
}

.popup__head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.popup-wrap .slide-header-contacts {
  font-weight: 300;
  font-size: 50px;
  line-height: 116%;
  color: #fff;
}

.popup-wrap .contact__column-first {
  width: 80%;
}

.popup-wrap .contact-header-text {
  font-size: 18px;
  width: 700px;
}

.popup-wrap .form-area {
  width: 100%;
}

.popup-wrap textarea {
  width: 100%;
}

.popup-wrap .contact__column-second {
  align-items: center;
}

.popup-wrap .contacts__icons {
  margin-top: 0;
}

.contacts-inner-popup {
  padding-left: 0;
  margin-top: 40px;
}

.contacts__header-popup {
  font-size: 50px;
  font-weight: 300;
}

.contacts__block-popup {
  margin-top: 50px;
}

.contacts__block-link-popup {
  font-weight: 300;
}

.contacts__block-icon-popup {
  border: none;
  width: 20px;
}

input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.contact-form-input:focus {
  outline: none;
}

.label-wrap-popup {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  width: 100%;
}

.contacts-button-popup {
  margin-left: auto;
}

.contacts__wrap-popup {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.contacts__block-icon-popup {
  background: none;
}

.contact-form-button-popup {
  width: 240px;
  height: 65px;
  border: 2px solid #fff;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border-radius: 50px;
  cursor: pointer;
  padding-left: 2px;
  position: relative;
}
.contact-form-button-popup:hover {
  opacity: 0.7;
}
.contact-form-button-popup::after {
  position: absolute;
  top: 50%;
  right: 16%;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../.../images/icons/black-arrow-svg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(315deg);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.popup__contact {
  font-size: 20px;
}

.popup__link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.popup__link-item {
  font-size: 18px;
  display: flex;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 187px;
  height: 51px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 5%;
}

.popup__link-item:hover {
  background-color: #fff;
  color: #000;
}

.popup__link-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.popoup__close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 34px;
  height: 34px;
  opacity: 0.2;
  cursor: pointer;
  transition: opacity ease 0.5s;

  &:hover {
    opacity: 1;
  }
}

.popoup__close::before,
.popoup__close::after {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  width: 34px;
  height: 3px;
  background: #fff;
}

.popoup__close::before {
  transform: rotate(45deg);
}

.popoup__close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1919px) {
  .popup-wrap .slide-header-contacts {
    font-size: 35px;
  }

  .popup-wrap .contact-header-text {
    font-size: 15px;
    width: 540px;
  }

  .contacts__header-popup {
    font-size: 30px;
  }

  .contacts__block-link-popup {
    font-size: 16px;
  }

  .form__first-popup {
    row-gap: 60px;
  }

  .contacts-inner-popup {
    margin-top: 0;
  }

  .contacts__block-icon-popup {
    height: 30px;
  }

  .contacts__block-icon-popup img {
    width: 100%;
  }

  .popup__head-header {
    font-size: 60px;
  }

  .popup__head-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  .popup-wrap .slide-header-contacts {
    font-size: 25px;
  }

  .popup-wrap .contact-header-text {
    font-size: 12px;
    width: 440px;
  }

  .contacts__block-link-popup {
    font-size: 13px;
  }

  .form__first-popup {
    row-gap: 40px;
  }

  .popup__head-header {
    font-size: 50px;
  }

  .popup__head-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 999px) {
  .br-mobile {
    height: 0;
    display: block;
  }

  #popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10% 4%;
    border-radius: 22px;
  }

  #popup-overlay {
    background-color: rgb(43, 42, 42);
  }

  .popup-wrap {
    gap: 10px;
    flex-direction: column;
  }

  .popup-wrap .contact__column-first {
    width: 100%;
    margin-top: 0;
  }

  .popup__head {
    flex-direction: column;
  }

  .popup__head-header {
    width: 300px;
    font-size: 65px;
    width: 100%;
  }

  .popup__head-text {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }

  .contacts-inner-popup {
    display: none;
  }

  .popup__descr {
    font-size: 18px;
  }
  .contact-form-popup {
    flex-direction: column;
  }

  .contact-form-button-popup {
    width: 100%;
    height: 65px;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50px;
    padding-left: 2px;
  }
  .popup__contact {
    font-size: 18px;
    text-align: center;
  }

  .popup__link {
    gap: 6px;
  }

  .popup__link-item {
    font-size: 14px;
    border: 1px solid #fff;
    width: 124px;
    height: 34px;
    padding-left: 6%;
  }

  .popup__link-item::before {
    left: 16%;
    width: 15px;
    height: 15px;
  }

  .label-wrap-popup {
    margin-top: 20px;
  }

  .label-wrap-popup label {
    width: 100%;
  }

  .contact-form__head-popup {
    font-size: 70px;
    display: inline-block;
    margin-top: 10%;
  }

  .contacts__header-popup {
    display: none;
  }

  .contact-form-popup {
    margin-top: 0;
  }

  .contacts__header-popup {
    font-size: 26px;
  }

  .form__first-popup {
    row-gap: 40px;
  }

  .form__second-popup {
    width: 100%;
  }

  .form-name-popup {
    width: 100%;
    margin-top: -162px;
  }

  .form__second-file-popup {
    margin-top: 0;
  }

  .form-describe-popup {
    margin-top: 100px;
  }

  .contacts__block-link-popup {
    display: none;
  }

  .contacts__block-popup {
    width: 20px;
  }

  .contacts__block-icon-popup {
    min-width: auto;
    min-height: auto;
  }

  .contacts__block-icon-popup img {
    width: 100%;
  }

  .contact-form-input-popup {
    font-size: 16px;
  }

  .button-request-form-popup {
    width: 380px;
  }
}

@media screen and (max-width: 400px) {
  #popup {
    width: 100vw;
  }
  .popup__head {
    font-size: 50px;
  }

  .popup__descr {
    font-size: 16px;
  }

  .popup__link {
    flex-wrap: wrap;
  }
  .popup__link-item {
    width: 100px;
    font-size: 12px;
  }
  .menu-list {
    gap: 15px;
  }

  .burger__contact {
    margin-top: 50px;
  }

  .contact-form-input-popup,
  .contact-form-button-popup {
    height: 55px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
  background-color: #000000;
  overflow: hidden;
  cursor: progress;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.loader {
  position: relative;
  width: 100px;
  height: 100px;
}

#preloader img {
  position: absolute;
  top: 50.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}

.loader:before,
.loader:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(188, 188, 188, 0.3) inset;
}
.loader:after {
  box-shadow: 0 2px 0 #664bff inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*  contacts page */

.slide-header-contacts {
  font-weight: 300;
  font-size: 90px;
  color: #fff;
}

.slide-header-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.slide-contacts {
  border-radius: 0;
  height: var(--fixed-vh);
  display: flex;
  align-items: center;
}

.slide-content-contacts {
  padding: 30px;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.contact-header-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  width: 775px;
}

.contact__column-first {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1%;
  padding-top: 5%;
}

.contact__column-second {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.form-input-wrap {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

/* ---------- contacts block ---------*/

.contacts-inner {
  margin-top: 140px;
}

.contacts-wrap {
  display: flex;
  justify-content: space-between;
}

.contact-video {
  width: 40%;
  transform: scale(1.6);
  z-index: -1;
}

.contacts__content {
  width: 55%;
  display: flex;
  flex-direction: column;
  margin-right: 2%;
}

.contacts__content-header {
  font-weight: 400;
  font-size: 90px;
  line-height: 90%;
  color: #fff;
}

.contacts__content-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 222%;
  color: #fff;
  margin-top: 40px;
  width: 870px;
}

.label-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 65px;
}

textarea {
  outline: none;
  background: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 222%;
  color: #fff;
  width: 1288px;
  height: 210px;
  resize: none;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 18px;
  margin-top: 40px;
  padding: 20px 40px;
  font-family: "HelveticaNeueCyr", sans-serif;
}

.company-name,
.form-name,
.form-email {
  width: 32%;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.contacts-form-input {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 200%;
}

.contacts__social-block {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.contacts__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts-button {
  width: 312px;
  height: 65px;
  border-radius: 50px;
  background: linear-gradient(131deg, #7e3dff 0%, #4f11ca 100%);
  font-weight: 500;
  font-size: 14px;
  line-height: 214%;
  color: #fff;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
  margin-top: 40px;
}

.contacts-button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.contacts-button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 29px;
  transform: translateY(-50%) rotate(-60deg);
  width: 13px;
  height: 11px;
  background: url("../images/icons/white-arrow-svg.svg") no-repeat;
  background-size: cover;
}

.contacts__block {
  display: flex;
  color: #fff;
  gap: 60px;
}

.contacts__icons {
  margin-top: auto;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.contacts__block-icon img {
  width: 26px;
}

.contacts__block-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 136%;
  color: #fff;
}

@media screen and (max-width: 1919px) {
  .slide-header {
    width: auto;
  }

  .slide-header-contacts {
    font-size: 50px;
  }

  .contact-header-text {
    font-size: 15px;
    width: 580px;
  }

  .contact__column-first {
    padding-left: 2%;
  }

  .form-area {
    width: 100%;
  }

  textarea {
    width: 100%;
    max-width: 70vw;
    height: 180px;
    margin-top: 20px;
    font-size: 16px;
  }

  .label-wrap-contacts {
    border-radius: 20px;
    width: 100%;
    margin-top: 40px;
  }

  .slide-content-contacts {
    padding: 20px;
  }

  .contacts__icons {
    gap: 30px;
  }

  .contacts__block-icon {
    width: 30px;
    height: 30px;
  }

  .contacts__block-icon img {
    width: 20px;
  }

  .company-name,
  .form-name,
  .form-email,
  .contacts-button {
    height: 55px;
  }

  .contacts-button {
    width: 270px;
  }

  .contacts-button::before {
    width: 40px;
    height: 40px;
    right: 8px;
  }

  .contacts-button::after {
    right: 22px;
    width: 12px;
    height: 10px;
  }

  .contacts-form-input {
    font-size: 16px;
  }
}

@media screen and (max-width: 1439px) {
  .contact__column-first {
    width: 80%;
  }

  .slide-header-contacts {
    font-size: 30px;
  }

  .contact-header-text {
    font-size: 13px;
  }

  textarea {
    max-width: 80vw;
    font-size: 14px;
    height: 120px;
  }

  .contacts-form-input {
    font-size: 14px;
  }

  .company-name,
  .form-name,
  .form-email,
  .contacts-button {
    height: 50px;
  }

  .contacts-button {
    width: 220px;
    text-align: left;
    padding-left: 60px;
  }
}

@media screen and (max-width: 999px) {
  .header {
    justify-content: space-between;
  }

  .nav-menu-contacts {
    display: none;
  }

  .slide-contacts {
    display: block !important;
  }

  .slider-video-contacts {
    margin-left: -20%;
  }

  .nav-menu-contacts li {
    font-size: 22px;
    margin-right: 20px;
    margin-top: 5px;
  }

  .slide-content-contacts {
    bottom: 10px;
    background: transparent;
    height: auto;
    position: absolute;
  }

  .slide-header-contacts {
    font-size: 70px;
    text-align: left;
  }

  .label-wrap-contacts {
    width: 100%;
  }

  .contacts__icons {
    border-radius: 20px;
    flex-direction: row;
    border: none;
    background: transparent;
    backdrop-filter: blur(0px);
    width: 100%;
    gap: 10px;
    margin-top: 20px;
  }

  .contacts__block-link {
    display: none;
  }

  .contacts__block-icon {
    width: 61px;
    height: 61px;
  }

  .contacts-button-contacts {
    height: 61px;
    width: 100%;
  }

  .contacts-button-contacts::before {
    height: 45px;
    width: 45px;
  }

  .contacts-button-contacts::after {
    right: 25px;
    width: 13px;
  }

  .contact-header-text {
    display: none;
  }

  .slide-content-contacts {
    flex-direction: column;
  }

  .contact__column-first {
    width: 100%;
    margin-top: 15px;
  }

  .slide-header-contacts {
    font-size: 30px;
  }

  .form-input-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .company-name,
  .form-name,
  .form-email,
  .contacts-button {
    width: 100%;
    height: 60px;
  }

  .contacts-form-input {
    font-size: 17px;
  }

  textarea {
    max-width: none;
    font-size: 17px;
    height: 15vh;
    margin-top: 0;
  }

  .contacts-button-contacts {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .contact__column-second {
    flex: 0;
  }

  .contacts__block-icon {
    width: auto;
    height: auto;
  }

  .contacts__icons {
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
  }

  .contacts__block-icon img {
    width: 25px;
  }
}

@media screen and (max-width: 420px) {
  .slider-video-contacts {
    transform: rotate(90deg);
    margin-left: -80%;
    width: 1218px;
  }
}

/* burger-menu */

/* Стили бургер-кнопки */
.burger-btn {
  margin-top: 10px;
  margin-right: 20px;
  width: 21px;
  height: 11px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.menu {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: all 0.5s ease;
  z-index: 1000;
  padding: 50px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}

.menu.active {
  top: 0;
}

.menu ul {
  list-style: none;
  text-align: center;
}

.menu li {
  margin-bottom: 30px;
}

.menu a {
  text-decoration: none;
  transition: color 0.3s;
}

.menu a:hover {
  color: #ccc;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 1002;
  display: none;
  transition: color 0.3s;
}

.close-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  top: 50%;
  left: 0;
}

.close-line:first-child {
  transform: rotate(45deg);
}

.close-line:last-child {
  transform: rotate(-45deg);
}

.menu.active ~ .burger-btn .burger-line {
  opacity: 0;
}

.menu.active + .close-btn {
  display: block;
}

.burger-logo {
  width: 120px;
  margin-left: -20px;
}

.burger__list-link {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.burger__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.burger-first-column {
  width: 100%;
}

body.menu-open {
  overflow: hidden;
  max-height: 100vh;
}

@media (max-width: 999px) {
  .nav {
    display: none;
  }

  .burger-menu {
    margin-left: auto;
    display: block;
  }

  .burger__list {
    display: flex;
    justify-content: space-between;
    column-gap: 90px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .burger-first-column {
    width: 100%;
  }

  .contacts__wrap-popup {
    gap: 25px;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .burger__list {
    width: 98%;
    column-gap: 40px;
  }

  .burger__list-link {
    font-size: 14px;
  }
}

/*pagination*/
@media screen and (max-width: 1919px) {
  .swiper-pagination {
    right: 50px !important;
    left: auto !important;
    width: 21px !important;
    height: 86px !important;
    padding: 5px;
  }

  .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }

  .swiper-pagination-bullet-active {
    width: 11px;
    height: 40px;
    border-radius: 11px;
  }

  .progress-fill {
    border-radius: 11px;
  }
}

/* Мобильная версия: экраны <1000px */
@media (max-width: 999px) {
  .swiper-pagination {
    position: absolute;
    top: 35px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 75px !important;
    height: 18px !important;
    flex-direction: row;
    padding: 0;
  }

  .swiper-pagination-bullet {
    background-color: #fff;
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px;
    opacity: 0.5;
    transition: all 0.3s ease;
  }

  .swiper-pagination-bullet-active {
    width: 35px !important;
    height: 12px;
    border-radius: 12px;
    background: #3c3c3c;
    position: relative;
    overflow: hidden;
  }

  .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    transition: width 0.1s linear;
  }
}

#form-message {
  color: white;
  text-align: center;
  font-size: 14px;
  margin-bottom: -14px;
}
