html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html::-webkit-scrollbar {
  background-color: #000;
  width: 5px;
}
html::-webkit-scrollbar-thumb {
  background-color: rgba(9, 88, 172, 0.4392156863);
  width: 3px;
}

ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

.wrapper {
  overflow: hidden;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
  }
  to {
    transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
  }
}
main {
  overflow: hidden;
}
main .lottie_bg {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  background: url(../images/main_bg.png) no-repeat;
  background-size: cover;
  background-position: 100% 40%;
  width: 100%;
}
main header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #0c0914;
  z-index: 55;
}
main .header_menus {
  margin: 0 153px 0 265px;
  gap: 40px;
}
main .header_menus li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .header_buttons {
  gap: 24px;
}
main .login {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .register {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 9%, #fff 71.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid var(--registration_1, rgba(255, 255, 255, 0.1));
  padding: 12px 20px;
  border-radius: 100px;
  position: relative;
  z-index: 4444;
}
main .header_logo a img {
  width: 101px;
  height: 40px;
}
main .register_button {
  --offset: 1px;
  background: #0c0914;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 100px;
}
main .register_button::before {
  content: "";
  background: conic-gradient(transparent 270deg, white, transparent);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 100%;
  animation: rotate 3s linear infinite;
}
main .register_button::after {
  content: "";
  background: inherit;
  border-radius: inherit;
  position: absolute;
  inset: var(--offset);
  height: calc(100% - 2 * var(--offset));
  width: calc(100% - 2 * var(--offset));
}
main .screen_img {
  position: relative;
  bottom: -2px;
}
main .hero {
  padding-top: 225px;
  position: relative;
  z-index: 4;
}
main .hero_title {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
main .hero_desc {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
  background: linear-gradient(180deg, #fff -49.01%, #aca5be 57.72%, #2b1959 147.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .hero_buttons {
  gap: 24px;
  margin-bottom: 130px;
}
main .hero_btn {
  padding: 14px 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border-radius: 100px;
  line-height: 110%; /* 22px */
  transition: all ease-in 0.2s;
}
main .online_lesson {
  border-radius: 60px;
  border: 0.596px solid var(--off_stroke, #b37feb);
  background: var(--off_fill, linear-gradient(319deg, #b37feb -1.9%, rgba(210, 174, 245, 0) 52.62%, #efdbff 105%), #722ed1);
  background-blend-mode: soft-light, normal;
  transition: all ease-in 0.2s;
}
main .online_lesson:hover {
  background: var(--on_fill, linear-gradient(319deg, rgba(255, 255, 255, 0.8) 11.46%, rgba(255, 255, 255, 0.8) 34.44%, rgba(255, 255, 255, 0) 66.52%, rgba(255, 255, 255, 0.8) 94.3%, rgba(255, 255, 255, 0.8) 94.31%), #12082a);
  background-blend-mode: soft-light, normal;
}
main .magnit_btn {
  border-radius: 100px;
  border: 1px solid var(--simple_button_stroke, #b37feb);
  background-blend-mode: soft-light;
  transition: all ease-in 0.2s;
}
main .magnit_btn:hover {
  background-blend-mode: soft-light, normal;
  background: var(--on_fill, linear-gradient(319deg, rgba(255, 255, 255, 0.05) 11.46%, rgba(255, 255, 255, 0.05) 34.44%, rgba(255, 255, 255, 0) 66.52%, rgba(255, 255, 255, 0.05) 94.3%, rgba(255, 255, 255, 0.05) 94.31%), #12082a);
}

.about {
  padding: 205px 0 145px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.about .left_scheme {
  position: absolute;
  top: 0;
  left: 0;
}
.about .about_block {
  gap: 180px;
}
.about .about_item_wrapper {
  position: relative;
}
.about .left_top_scheme {
  position: absolute;
  top: -59%;
  left: 0;
}
.about .scheme_2 {
  position: absolute;
  top: 0;
  left: 0;
}
.about .scheme_3 {
  position: absolute;
  top: -150px;
  left: 0;
}
.about .scheme_4 {
  position: absolute;
  top: -59%;
  right: 0;
}
.about .scheme_5 {
  position: absolute;
  top: -110%;
  right: 0;
}
.about .scheme_6 {
  position: absolute;
  top: 60px;
  right: 0;
}
.about .scheme_7 {
  position: absolute;
  right: 0;
  bottom: -160px;
}
.about .about_item {
  display: flex;
  align-items: flex-end;
  gap: 45px;
  justify-content: space-between;
}
.about .about_item > div:first-child {
  padding-left: 116px;
}
.about .about_item > div:last-child {
  padding-right: 25px;
}
.about .about_item > .about_left {
  flex: 0 0 auto;
  width: 52.5%;
}
.about .about_name {
  color: #1a0e39;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.about .about_desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 485px;
}
.about .about_desc p {
  color: #423e4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.about .about_left {
  position: relative;
}
.about .about_number {
  color: #1a0e39;
  font-size: 183px;
  font-style: normal;
  font-weight: 600;
  line-height: 186px; /* 101.639% */
  opacity: 0.1;
  position: absolute;
  top: -116px;
  left: 15px;
}
.about #right_part .about_number {
  top: -112px;
  left: unset;
  right: 145px;
}

.tools {
  padding: 160px 0;
  background-image: url(../images/tool_bg.png);
  background-size: cover;
}
.tools .tool_title {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.tools .tool_desc {
  margin-bottom: 90px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--text_gradient, linear-gradient(165deg, #fff 10.66%, #2b1959 122.79%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tools .tool_img img {
  mix-blend-mode: plus-lighter;
}
.tools .tool_block {
  gap: 20px;
  justify-content: space-between;
}
.tools .tool_item {
  padding: 40px;
  flex: 0 0 auto;
  width: calc(33.33% - 14px);
  border-radius: 25px;
  border: 1px solid rgb(148, 89, 222);
  position: relative;
  transition: all ease 0.1s;
}
.tools .tool_item:hover {
  cursor: pointer;
  border: 1px solid rgba(12, 9, 20, 0.9803921569);
}
.tools .tool_item:hover .tool_hover_block {
  opacity: 1;
  height: 100%;
}
.tools .tool_hover_block {
  padding: 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 25px;
  z-index: 4;
  background: rgba(4, 3, 13, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.1s ease, height 0.1s ease;
}
.tools .hover_name {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
.tools .hover_desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
.tools .list_title,
.tools .bottom_desc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tools .bottom_desc {
  margin-top: 15px;
}
.tools .hover_list {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
  padding-left: 15px;
}

.tarif {
  padding: 162px 0;
  background: url(../images/tarif_bg.png) no-repeat;
  background-size: cover;
}
.tarif .tarif_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tarif .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tarif .swiper-slide {
  flex-shrink: 0;
  width: auto;
  width: calc(33.3333% - 25px);
}
.tarif .tarif_item {
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.tarif .swiper-slide {
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgb(237, 221, 255) 0%, rgb(26, 14, 57) 50%, rgb(237, 221, 255) 100%);
  position: relative;
  z-index: 4;
}
.tarif .tarif_top {
  padding: 20px 24px;
  border-bottom: 1px solid #251944;
}
.tarif .tarif_body {
  padding: 30px 24px;
}
.tarif .tarif_name {
  color: #1a0e39;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.tarif .tarif_price {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 15px;
}
.tarif .tarif_price span {
  color: #1a0e39;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.tarif .price_count {
  color: #1a0e39;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tarif .tarif_desc {
  list-style: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.tarif .tarif_desc li {
  color: #423e4d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 18.9px */
}
.tarif .buy_btn {
  padding: 14px;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  border-radius: 60px;
  border: 0.596px solid var(--off_stroke, #b37feb);
  background: var(--off_fill, linear-gradient(319deg, #b37feb -1.9%, rgba(210, 174, 245, 0) 52.62%, #efdbff 105%), #722ed1);
  background-blend-mode: soft-light, normal;
  transition: all ease-in 0.2s;
}
.tarif .buy_btn:hover {
  background: var(--on_fill, linear-gradient(319deg, rgba(255, 255, 255, 0.8) 11.46%, rgba(255, 255, 255, 0.8) 34.44%, rgba(255, 255, 255, 0) 66.52%, rgba(255, 255, 255, 0.8) 94.3%, rgba(255, 255, 255, 0.8) 94.31%), #12082a);
  background-blend-mode: soft-light, normal;
}
.tarif .tarif_advantages {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.tarif .advan_item {
  gap: 8px;
}
.tarif .tarif_advan_text {
  color: #423e4d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 18.9px */
}

footer {
  background: url(../images/footer_bg.png);
  background-size: cover;
  padding: 62px 0;
}
footer .social_block {
  gap: 24px;
}
footer .social_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--simple_button_stroke, #b37feb);
  transition: all ease-in-out 0.2s;
  background-blend-mode: soft-light;
}
footer .social_img:nth-child(2) img {
  margin: 0 0 1px 2px;
}
footer .social_img:nth-child(1) img {
  margin: 0 0 0px -4px;
}
footer .social_img:hover {
  border-radius: 32px;
  background: var(--on_fill, linear-gradient(319deg, rgba(255, 255, 255, 0.04) 11.46%, rgba(255, 255, 255, 0.04) 34.44%, rgba(255, 255, 255, 0) 66.52%, rgba(255, 255, 255, 0.04) 94.3%, rgba(255, 255, 255, 0.04) 94.31%), #12082a);
  background-blend-mode: soft-light, normal;
}
footer .footer_btn {
  padding: 14px 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  border-radius: 100px;
  border: 1px solid var(--simple_button_stroke, #b37feb);
  background-blend-mode: soft-light;
  transition: all ease-in 0.2s;
}
footer .footer_btn:hover {
  background-blend-mode: soft-light, normal;
  background: var(--on_fill, linear-gradient(319deg, rgba(255, 255, 255, 0.05) 11.46%, rgba(255, 255, 255, 0.05) 34.44%, rgba(255, 255, 255, 0) 66.52%, rgba(255, 255, 255, 0.05) 94.3%, rgba(255, 255, 255, 0.05) 94.31%), #12082a);
}

.registration {
  padding: 140px 0 190px 0;
  background-image: url(../images/login_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.registration_block {
  max-width: 375px;
  margin: 0 auto;
}

.register_title {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
  background: var(--text_gradient, linear-gradient(165deg, #fff 10.66%, #2b1959 122.79%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.register_form {
  gap: 20px;
  margin-bottom: 32px;
}
.register_form label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.register_form label span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.register_form label .error_message {
  color: var(--Secondary-Error, #ff3b30);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.register_form label input {
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  border-radius: 12px;
  background: rgba(111, 105, 128, 0.3);
  height: 56px;
  outline: none;
  border: none;
}
.register_form label input.error {
  border: 2px solid var(--Secondary-Error, #ff3b30);
}
.register_form label input.password_input {
  padding-right: 45px;
}
.register_form label input::-moz-placeholder {
  color: rgba(212, 210, 217, 0.5);
}
.register_form label input::placeholder {
  color: rgba(212, 210, 217, 0.5);
}
.register_form label .eye_icons {
  position: absolute;
  bottom: 14px;
  right: 24px;
  cursor: pointer;
}
.register_form label .eye_icons img {
  display: none;
}
.register_form label .eye_icons img.active {
  display: block;
}
.register_form button {
  padding: 14px;
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  border-radius: 100px;
  border: 1px solid var(--off_stroke, #b37feb);
  background: var(--off_fill, linear-gradient(319deg, #b37feb -1.9%, rgba(210, 174, 245, 0) 52.62%, #efdbff 105%), #722ed1);
  background-blend-mode: soft-light, normal;
  margin: 20px 0 0px 0;
  transition: all ease-in-out 0.2s;
}
.register_form button:hover {
  background: var(--on_fill, linear-gradient(319deg, rgba(255, 255, 255, 0.8) 11.46%, rgba(255, 255, 255, 0.8) 34.44%, rgba(255, 255, 255, 0) 66.52%, rgba(255, 255, 255, 0.8) 94.3%, rgba(255, 255, 255, 0.8) 94.31%), #12082a);
  background-blend-mode: soft-light, normal;
}

.with_google {
  padding: 20px 0;
  gap: 12px;
  border-radius: 100px;
  border: 1px solid var(--simple_button_stroke, #b37feb);
  background: var(--on_fill, linear-gradient(319deg, rgba(255, 255, 255, 0.8) 11.46%, rgba(255, 255, 255, 0.8) 34.44%, rgba(255, 255, 255, 0) 66.52%, rgba(255, 255, 255, 0.8) 94.3%, rgba(255, 255, 255, 0.8) 94.31%), #12082a);
  background-blend-mode: soft-light;
  transition: all ease-in 0.2s;
  margin-bottom: 25px;
}
.with_google span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.have_account {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  display: block;
  text-align: center;
}

.forget_password {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  position: absolute;
  bottom: -21px;
  left: 0;
}
.forget_password:hover {
  color: #fff;
}

.login_section {
  padding: 140px 0 190px 0;
  background-image: url(../images/login_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.login_section .login_btn {
  margin-top: 30px;
}

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

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .tarif_block {
    display: block;
  }
  .swiper-pagination {
    position: static;
    margin-top: 14px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  main .header_menus {
    display: none;
  }
  .header_block {
    justify-content: center !important;
  }
  main header {
    padding: 40px 0 10px 0;
  }
  .hero {
    padding-top: 185px;
  }
  main .hero_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  main .hero_desc {
    font-size: 16px;
    margin-bottom: 44px;
    background: linear-gradient(180deg, #fff -49.01%, #aca5be 57.72%, #2b1959 147.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main .hero_buttons {
    flex-direction: column;
    max-width: 326px;
    margin: 0 auto 70px auto;
  }
  main .hero_btn {
    width: 100%;
    font-size: 16px;
    border-radius: 60px;
  }
  .screen_img {
    text-align: center;
    bottom: -3px;
  }
  .screen_img img {
    max-width: 326px;
    width: 100%;
  }
  main .lottie_bg {
    background-image: url(../images/mobile_main_bg.png);
    top: 15px;
  }
  .about .about_item > .about_left {
    width: 100%;
  }
  .about .about_item > div:first-child,
  .about .about_item > div:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .about .about_item > .about_right,
  .about .left_top_scheme,
  .about .scheme_2,
  .about .scheme_3,
  .about .scheme_4,
  .about .scheme_5,
  .about .scheme_6,
  .about .scheme_7 {
    display: none !important;
  }
  .about {
    padding: 90px 0 64px 0;
  }
  .about .about_name {
    font-size: 24px;
    margin-bottom: 8px;
  }
  main .header_logo a img {
    width: 55px;
    height: 25px;
  }
  .registration_block {
    width: 100%;
  }
  .about_img {
    margin-bottom: 23px;
    position: relative;
    z-index: 44;
  }
  .about_img img {
    max-width: 480px;
    max-height: 275px;
    width: 100%;
  }
  .about .about_desc p {
    font-size: 14px;
    line-height: 129%;
  }
  .about .about_block {
    gap: 75px;
  }
  .about .about_number {
    font-size: 90px;
    line-height: 91px;
    top: -25px;
    right: 0;
    left: unset;
  }
  .about #right_part .about_number {
    top: -25px;
    left: 0;
    right: unset;
  }
  .about #right_part .about_name {
    text-align: end;
  }
  .mobile_top_scheme {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mobile_bottom_scheme {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .tools {
    padding: 65px 0;
    background-image: url(../images/mobile_tool_bg.png);
  }
  .tools .tool_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .tools .tool_desc {
    font-size: 16px;
    margin-bottom: 48px;
    background: linear-gradient(180deg, #fff -49.01%, #aca5be 57.72%, #2b1959 147.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .tools .tool_block {
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
  }
  .tools .tool_hover_block {
    display: none !important;
  }
  .tarif .tarif_block {
    max-width: 345px;
  }
  .tools .tool_item {
    width: 100%;
    padding: 24px;
    display: none;
  }
  .tools .tool_item:hover {
    border: 1px solid rgb(148, 89, 222);
  }
  .tools .tool_item:hover .tool_hover_block {
    display: none !important;
  }
  .tools .tool_item.mobile {
    display: block;
    max-width: 345px;
    padding: 24px 24px 40px 24px;
    border-radius: 30px;
    border: 1px solid var(--fishki_stroke, #b37feb);
  }
  .tools .tool_item.mobile1 {
    order: 1;
  }
  .tools .tool_item.mobile2 {
    order: 2;
  }
  .tools .tool_item.mobile3 {
    order: 3;
  }
  .tool_img {
    margin-bottom: 14px;
    text-align: center;
  }
  .tool_img img {
    max-width: 160px;
    max-height: 160px;
    width: 100%;
  }
  .tool_name {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
  }
  .tool_body_desc {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 129%; /* 18.06px */
  }
  .tarif {
    padding: 64px 0;
    background: unset;
    position: relative;
  }
  .tarif_mobile_scheme1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tarif_mobile_scheme2 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .tarif_mobile_scheme3 {
    position: absolute;
    bottom: 0;
    left: 55px;
  }
  .tarif .tarif_name {
    font-size: 16px;
  }
  .tarif .tarif_advan_text {
    text-align: left;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background-color: rgb(212, 210, 217);
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
  }
  .tarif .buy_btn {
    font-size: 16px;
  }
  .swiper-pagination-bullet-active {
    background-color: rgb(66, 62, 76);
  }
  footer {
    background: url(../images/footer_mobile_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 0;
  }
  .tools .tool_img img {
    mix-blend-mode: plus-lighter;
  }
  .footer_button {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
  footer .footer_btn {
    padding: 14px 0;
    width: 100%;
    max-width: calc(100% - 50px);
    font-size: 16px;
    display: block;
    margin: 0 auto;
  }
  .registration,
  .login_section {
    padding: 30px 0;
  }
  main .hero {
    padding-top: 220px;
  }
}

/* A5 */

.about_img {
  border-radius: 25px;
  overflow: hidden;
}

.screen_img img{
  border-radius: 25px;
  overflow: hidden;
}

 .screen_img img.d-sm-none {
   border-radius: 20px;
   overflow: hidden;
 }
 
 
 
.hero-video-preview { position: relative; 
   picture {
     display: flex;
     justify-content: center;
   }
}
.hero-video-poster { display:block; width:100%; height:auto; }

.hero-video-play{
  position:absolute;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  border:0;
  background:transparent;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  cursor:pointer;
}

.hero-video-play__icon{
  width:76px; height:76px;
  border-radius:999px;
  background:rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.35);
  position:relative;
  backdrop-filter: blur(6px);
}

.hero-video-play__icon:before{
  content:"";
  position:absolute;
  left:50%; top:50%;
  transform:translate(-40%,-50%);
  width:0; height:0;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:18px solid #fff;
}

.hero-video-play__text{
  font-weight:600;
  font-size:14px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
}

/* modal */
.hero-video-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:9999;
}
.hero-video-modal.is-open{ display:block; }

.hero-video-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
}

.hero-video-modal__content{
  position:relative;
  z-index:2;
  width:min(960px, 92vw);
  margin:6vh auto 0;
  background:rgba(10,10,12,.92);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  overflow:hidden;
}

.hero-video-modal__frame{
  aspect-ratio:16/9;
  background:#000;
}

.hero-video-modal__frame video{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}

.hero-video-modal__close{
  position:absolute;
  right:12px;
  top:8px;
  width:40px;
  height:40px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  z-index:3;
}