html {
  overflow-x: hidden;
  position: relative;
  /* height: 100%; */
}

body {
  font-family: "Nunito", sans-serif;
  background: -o-linear-gradient(top, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
  background: -webkit-linear-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(63, 43, 115, 1)),
    to(rgba(104, 61, 214, 1))
  );
  background: linear-gradient(180deg, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  overflow: hidden;
  background: -o-linear-gradient(top, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
  background: -webkit-linear-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(63, 43, 115, 1)),
    to(rgba(104, 61, 214, 1))
  );
  background: linear-gradient(180deg, rgba(63, 43, 115, 1) 0%, rgba(104, 61, 214, 1) 100%);
  background-attachment: fixed;
  flex: 1 0 auto;
}

.btn {
  display: inline-block;
  padding: 42px 56px;
  /* background: linear-gradient(143deg, #B6FF6F 0%, #BEED8F 100%); */
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.reg-title {
  margin-top: 150px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

span.logo__text {
  font-size: 23px;
  color: #4d4d50;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Nunito", sans-serif;
}

.btn span {
  position: relative;
  color: #1e1e1e;
  text-align: center;
  font-family: TT Firs Neue;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover span,
.btn:active span {
  color: #beed8f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn::before {
  content: " ";
  display: inline-block;
  width: 100%;
  background: -o-linear-gradient(307deg, #b6ff6f 0%, #beed8f 100%);
  background: linear-gradient(143deg, #b6ff6f 0%, #beed8f 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  height: 100%;
  z-index: 2;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn::after {
  content: " ";
  display: inline-block;
  width: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  z-index: 2;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover::before,
.btn:active::before {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover::after,
.btn:active::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header {
  background-color: #fff;
  padding: 20px 0;
}

.header__logo {
  margin-left: 20px;
  max-width: 250px;
}

.hero {
  height: 100%;
  width: 100%;
  background: url("../images/coins.webp") -30px -100px, url("../images/pattern.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 150px;
  padding-bottom: 270px;
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero__big-col {
  width: 60%;
}

.hero__header {
  color: #fff;
  /* white-space: nowrap; */
  display: inline-block;
  text-align: left;
  font-family: "TT Firs Neue";
  font-size: 157px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.hero__header-decor {
  position: absolute;
  z-index: -1;
  bottom: 25%;
  right: 12%;
  word-spacing: -15px;
}

.hero__header-decor::before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 870px;
  height: 500px;
  background-image: url("../images/wallet.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: -365px;
  left: -175px;
}

.hero__col {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-top: 70px;
}

.hero__comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

.hero__comment-block {
  /* 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; */
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1.5fr 1fr;
  grid-template-rows: 1.5fr 1fr;
  width: 35%;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border: 2px solid #fff;
}

.hero__comment-img img {
  width: 100%;
}

.hero__comment-text-block {
  /* position: absolute;
        bottom: 0;
        left: 0; */
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  padding: 20px;
  border-radius: 0 0 50px 50px;
}

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

.hero__comment-title-block hr {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 20px 0;
}

.hero__comment-title {
  font-size: 35px;
  font-weight: 700;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.form {
  max-width: 485px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.form__input {
  border-radius: 20px;
  border: 1px solid #fff;
  background: -o-linear-gradient(274deg, rgba(51, 51, 51, 0.4) 0%, rgba(80, 79, 79, 0.4) 100%);
  background: linear-gradient(176deg, rgba(51, 51, 51, 0.4) 0%, rgba(80, 79, 79, 0.4) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  padding: 40px 15px;
  width: 100%;
}

.form__input::-webkit-input-placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__input::-moz-placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__input:-ms-input-placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__input::-ms-input-placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__input::placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__textarea {
  border-radius: 20px;
  border: 1px solid #fff;
  background: -o-linear-gradient(274deg, rgba(51, 51, 51, 0.4) 0%, rgba(80, 79, 79, 0.4) 100%);
  background: linear-gradient(176deg, rgba(51, 51, 51, 0.4) 0%, rgba(80, 79, 79, 0.4) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  resize: none;
  padding: 40px 15px;
  width: 100%;
}

.form__textarea:focus-visible {
  outline: none;
}

.form__textarea::-webkit-input-placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__textarea::-moz-placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__textarea:-ms-input-placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__textarea::-ms-input-placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.form__textarea::placeholder {
  color: #faf8ff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.description {
  background: -o-linear-gradient(top, #1e1e1e 50%, rgba(30, 30, 30, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #1e1e1e),
    to(rgba(30, 30, 30, 0))
  );
  background: linear-gradient(180deg, #1e1e1e 50%, rgba(30, 30, 30, 0) 100%);
  width: 100%;
}

.description .wrapper {
  padding-top: 80px;
}

.screen-block {
  padding: 0 40px;
  margin-bottom: 30px;
}

.screen-block__wrapper {
  /* border-radius: 60px;
        background: linear-gradient(360deg, #222 0%, #262626 100%); */
  background: url("../images/screen.webp") no-repeat;
  background-size: 100%;
  padding: 130px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  top: -120px;
}

.screen-block__text {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  width: 45%;
}

.screen-block__exchange-rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 50%;
}

.screen-block__first-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.screen-block__second-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.screen-block__rates-block {
  border-radius: 20px;
  background: #333;
  padding: 30px 20px;
  max-width: 365px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.screen-block__currency {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.screen-block__number {
  color: #beed8f;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.screen-block__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  background: #beed8f;
  border-radius: 50%;
}

.screen-block__icon--purple {
  background: #b79cfe;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.description__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}

.description__title {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
}

.description__subtitle {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.review-block {
  padding: 60px;
  padding-top: 6.2vw;
  /* padding-top: 120px; */
  height: 540px;
  /* width: 740px; */
  width: 39.4vw;
  background: url("../images/dialog.webp");
  background-size: contain;
  background-repeat: no-repeat;
  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;
  gap: 50px;
}
.review-block__avatar {
  width: 100%;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  display: flex;
  aspect-ratio: 1 / 1;
}

.review-block__avatar img {
  width: 100%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.14);
  object-fit: cover;
}

.review-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.review-block__title {
  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;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.review-block__text {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.advantages {
  background: url("../images/pattern.webp");
  background-repeat: no-repeat;
  padding: 200px;
  padding-top: 300px;
  padding-bottom: 30px;
  background-size: cover;
  position: relative;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 80px;
}

.advantages__card {
  border-radius: 40px;
  border: 1px solid #fff;
  background: rgba(217, 217, 217, 0.46);
  max-width: 420px;
  width: 100%;
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  overflow: hidden;
  text-transform: uppercase;
}

.advantages__card-wrapper {
  background: -o-linear-gradient(75deg, #d9d9d9 0%, rgba(217, 217, 217, 0.46) 100%);
  background: linear-gradient(15deg, #d9d9d9 0%, rgba(217, 217, 217, 0.46) 100%);
  padding: 30px;
  /* padding-bottom: 90px; */
  height: 100%;
  border-radius: 40px;
  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;
}

.advantages__card-icon {
  border-radius: 20px;
  background: #2f2f2f;
  max-width: 135px;
  padding: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

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

.advantages__card-title {
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  height: 3.1em;
}

.advantages__text-block {
  margin-top: 100px;
  margin-left: 200px;
  width: 35%;
}

.advantages__title {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 60px;
}

.advantages__text {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  margin-top: 40px;
}

.advantages__decor-left {
  position: absolute;
  bottom: -90px;
  z-index: 3;
  left: 0;
}

.advantages__decor-right {
  position: absolute;
  bottom: 38%;
  right: 0;
}

.advantages__decor-bottom {
  position: absolute;
  bottom: -50px;
  right: 10%;
}

.advantages__decor-bottom img {
  width: 90%;
}

.advantages__decor-coins {
  position: absolute;
  bottom: -70px;
  right: 2%;
  z-index: 3;
}

.advantages__decor-coins img {
  width: 90%;
}

.crypto-exchanges {
  background: #fff;
  position: relative;
  z-index: 2;
}

.crypto-exchanges__list {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crypto-exchanges__list img {
  max-width: 80px;
}

.connect {
  padding: 75px 0;
  background: url("../images/likes.webp") no-repeat;
  background-position: 0% 20%;
  background-size: cover;
}

.connect-title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 100px;
}

.connect__comments-list {
  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;
  gap: 10px;
  margin-bottom: 75px;
}

.connect__comment-block {
  border-radius: 40px;
  background: rgba(255, 255, 255, 1);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1130px;
  width: 100%;
  height: 100%;
}

/* .connect__comment-block:first-child {
    background: rgba(255, 255, 255, 1);
} */

.connect__comment-avatar {
  border-radius: 50%;
  border: 3px solid #61b3ff;
  max-width: 114px;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.connect__comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin-left: 130px;
}

.connect__comment-title {
  color: #155ea0;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}

.connect__comment-text {
  color: #5a5a5a;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
}

.connect__comment-btns {
  color: #61b3ff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.connect__comment-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.connect__comment::before {
  content: " ";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../icons/comment.webp");
  margin-right: 5px;
}

.connect__comment-like::before {
  content: " ";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../icons/like.webp");
  margin-right: 5px;
}

.footer {
  flex: 0 0 auto;
}

.footer__upper-block {
  background-color: #fff;
  padding: 70px 0;
}

.footer__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.footer__link {
  color: #3b4034;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.footer__link:hover {
  border-color: #3b4034;
}

.footer__tagline {
  color: #3b4034;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}

.footer__lover-block {
  background: none;
  padding: 30px;
}

.footer__wrapper {
  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;
  gap: 20px;
}

.footer__copyright {
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
}

.footer__logo {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chat-slider--mobile {
  display: none;
}

.green-text {
  color: #beed8f;
}

.another-font {
  font-family: "TT Firs Neue";
}

/* .swiper-button-next {
    width: 84px!important;
    height: 84px!important;
    border-radius: 50%;
    background: linear-gradient( 120deg, #3F2B73 0%, #6E3FE6 100%);
    right: 45%!important;
    top: 86%!important;
}

.swiper-button-prev {
    width: 84px!important;
    height: 84px!important;
    border-radius: 50%;
    background: linear-gradient( 120deg, #333333 0%, #626262 100%);
    left: 45%!important;
    top: 86%!important;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next::before {
    content: " ";
    width: 32px;
    height: 32px;
    background: url('../icons/right-arrow.svg') no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-button-prev:before {
    content: " ";
    width: 32px;
    height: 32px;
    background: url('../icons/left-arrow.svg') no-repeat;
    background-size: contain;
    background-position: center;
}


.swiper {
    max-width: 1920px;
    width: 100%;
} */

.gallery {
  width: 100%;
  position: relative;
  top: 64px;
}

.gallery-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.gallery-item {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* height: auto;
    width: 736px; */
  z-index: 0;
}

.gallery-item-1 {
  left: 16.5%;
  opacity: 0.95;
  z-index: 3;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translateX(-50%) scale(0.85);
  -ms-transform: translateX(-50%) scale(0.85);
  transform: translateX(-50%) scale(0.85);
}

.gallery-item-2 {
  opacity: 0.98;
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.gallery-item-3 {
  left: 83.5%;
  opacity: 0.95;
  z-index: 3;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translateX(-50%) scale(0.85);
  -ms-transform: translateX(-50%) scale(0.85);
  transform: translateX(-50%) scale(0.85);
}

.gallery-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0;
  height: 100px;
  position: absolute;
  z-index: 3;
  bottom: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gallery-controls button {
  background: -o-linear-gradient(305deg, rgba(51, 51, 51, 1) 0%, rgba(98, 98, 98, 1) 100%);
  background: linear-gradient(145deg, rgba(51, 51, 51, 1) 0%, rgba(98, 98, 98, 1) 100%);
  border: 0;
  cursor: pointer;
  margin: 0 5px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-transform: capitalize;
}

.gallery-controls button::after {
  content: " ";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -o-linear-gradient(305deg, rgba(63, 43, 115, 1) 0%, rgba(110, 63, 230, 1) 100%);
  background: linear-gradient(145deg, rgba(63, 43, 115, 1) 0%, rgba(110, 63, 230, 1) 100%);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.gallery-controls button:hover::after,
.gallery-controls button:active::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-prev {
  position: relative;
}

.gallery-controls-prev::before {
  content: " ";
  display: inline-block;
  height: 5px;
  background-image: url("../icons/left-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  z-index: 4;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  content: " ";
  display: inline-block;
  height: 5px;
  background-image: url("../icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-nav {
  bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}

.gallery-item {
  width: 38.4vw;
}

.gallery-controls {
  bottom: -10vw;
}

.advantages {
  padding-top: 15vw;
}

span.small_h1 {
  font-size: 0.7em;
}

/*-*/

.sticky-time {
  display: flex;
  position: fixed;
  left: 50%;
  bottom: -100px;
  width: 100%;
  height: 70px;
  transform: translate(-50%);
  background: rgba(188, 241, 135, 1);
  border-radius: 16px;
  border: 1px solid #d7fe6370;
  padding: 10px;
  z-index: 990;
  animation: slideUp 0.5s ease-in-out 1.5s forwards;
}
@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
  .sticky-time {
    max-width: 100%;
  }
}
.sticky-time__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-time__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sticky-time__content_description {
  color: rgba(30, 30, 30, 1);
  font-size: 16px;
}
.sticky-time__title {
  color: rgba(30, 30, 30, 1);
  padding: 0 25px;
  font-size: 28px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}

@media (max-width: 976px) {
  .mobile-hidden {
    display: none;
  }
}

.sticky-time__button {
  display: flex;
  height: 50px;
  padding: 20px 35px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(44, 50, 39, 1);
  color: #fff;
  border-radius: 16px;
  border: none;
  font-weight: 600;
  transition: all 0.3s;
  min-width: 257px;
}
.sticky-time__button:hover {
  background: #fff;
  color: rgba(44, 50, 39, 1);
}

.clock__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}

/*------*/
@media (max-width: 560px) {
  .sticky-time {
    height: 86px;
  }
}

.sticky-time__content {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  width: 100%;
}
@media (max-width: 849px) {
  .sticky-time__content {
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .sticky-time__content {
    padding-left: 30px;
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
}
.sticky-time__content_description {
  font-size: 16px;
}
@media (max-width: 849px) {
  .sticky-time__content_description {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media (max-width: 560px) {
  .sticky-time__content_description {
    padding-left: 0;
    font-size: 16px;
  }
}
.sticky-time__content_number {
  padding-right: 20px;
}
@media (max-width: 560px) {
  .sticky-time__content_number {
    padding-right: 10px;
  }
}
.sticky-time__title {
  padding: 0 25px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 32.2px */
  white-space: nowrap;
}
@media (max-width: 976px) {
  .sticky-time__title {
    font-size: 20px;
  }
}
@media (max-width: 849px) {
  .sticky-time__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .sticky-time__button {
    min-width: 177px;
  }
}
@media (max-width: 560px) {
  .sticky-time__button {
    margin-right: 15px;
    min-width: 177px;
  }
}

#clock {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 28.8px */
}

.clock__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}
.clock__element p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.clock__point {
  padding-top: 5px;
  margin: 0 10px;
  color: rgba(30, 30, 30, 1);
}
.clock__number {
  font-size: 26px;
  color: rgba(30, 30, 30, 1);
}

.clock__element p {
  color: rgba(30, 30, 30, 1);
}

@keyframes slideUp {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 10px;
  }
}
