@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: local("Inter Regular"), local("Inter-Regular"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
/*Сброс стилей*/
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%;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, button {
  outline: none;
}

button {
  user-select: none;
}

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

a {
  text-decoration: none;
}

img {
  outline: 0;
  border: 0;
}

:root {
  --font-main: "Inter", serif;
  --font-size: 16px;
  --page-bg: #ffffff;
  --block-bg: #fbfbfb;
  --text: #271A3D;
  --text-light: #968EA4;
  --accent: #8F6AF5;
  --hover: #BA86F3;
  --gradient: linear-gradient(135deg, #BA86F3, #8F6AF5);
  --btn-bg:#f1eafd;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: var(--font-main);
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden;
  box-sizing: border-box;
}
body.lock {
  overflow: hidden;
}

a {
  color: var(--accent);
}
a:hover {
  color: var(--text-light);
}

.container-full {
  padding: 0 15px;
}
@media (max-width: 31.25em) {
  .container-full {
    padding: 0 10px;
  }
}

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

.section-title {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 1.3;
  color: var(--text-light);
}

.none {
  display: none;
}

.br-mobile {
  display: none;
}
@media (max-width: 59.4375em) {
  .br-mobile {
    display: block;
  }
}

@media (max-width: 24.3125em) {
  .br-desktop {
    display: none;
  }
}

.br-small-mobile {
  display: none;
}
@media (max-width: 21.625em) {
  .br-small-mobile {
    display: block;
  }
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

button:focus,
button:active,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: rgba(196, 140, 206, 0.25);
  outline: 0 none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 6px solid var(--gradient);
  background: var(--gradient);
  width: 258px;
  height: 84px;
  color: #fff;
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 1;
  padding: 10px 30px;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 114.375em) {
  .btn {
    border-radius: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .btn {
    border-radius: calc(0.625rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .btn {
    border-radius: 0.625rem;
  }
}
.btn.active, .btn:active {
  border-color: var(--btn-bg);
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 0 0 0.25rem var(--btn-bg) !important;
}
.btn:focus {
  box-shadow: 0 0 0 0.25rem var(--btn-bg) !important;
}
.btn-small {
  padding: 15px 56px;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 10px;
  transition: all 0.3s;
}
.btn-small.active, .btn-small:active {
  border: 6px solid #dccbfb;
  padding: 10px 26px;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: #dccbfb;
    color: #fff;
  }
  .btn-small:hover {
    background: #ece2fe;
    color: #9e74fc;
  }
}

.mobile-admin-panel {
  display: none;
}

@media (max-width: 62em) {
  .navbar-btn--mobile {
    width: 280px;
    height: 48px;
    padding: 15px 30px;
    font-size: 1.125rem;
    border-radius: 10px;
  }
  .mobile-admin-panel {
    display: block;
  }
}

.service-btn {
  outline: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ba86f3;
  color: #8f6af5;
  border-radius: 20px;
  padding: 10px 20px;
  width: 256px;
  height: 90px;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 1;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .service-btn:hover {
    color: #fff;
    background: linear-gradient(133deg, #ba86f3 0%, #8f6af5 100%);
    border-color: transparent;
  }
}
@media (max-width: 81.25em) {
  .service-btn {
    width: 156px;
  }
}
@media (max-width: 63.9375em) {
  .service-btn {
    width: 270px;
    height: 48px;
  }
}

.header {
  padding: 16px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 62em) {
  .header {
    padding: 0;
  }
}

.header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 62em) {
  .navbar-logo {
    display: none;
  }
}
.navbar-logo__image {
  display: block;
}
.navbar-logo--mobile {
  display: none;
}
@media (max-width: 62em) {
  .navbar-logo--mobile {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}
.navbar-logo--mobile img {
  width: 70px;
  height: 70px;
}
.navbar-logo--mobile p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--text);
}
.navbar-logo--mobile p span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--text-light);
}
.navbar-logo--mobile.mobile {
  display: none;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 62em) {
  .navbar-logo--mobile.mobile {
    display: flex;
  }
}
@media (max-width: 21.875em) {
  .navbar-logo--mobile.mobile {
    margin-bottom: 0;
  }
}
.navbar-logo p {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 1;
  color: var(--text);
}
.navbar-logo p span {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 1;
  color: var(--text-light);
  white-space: nowrap;
}

.navbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar__menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 62em) {
  .navbar__menu {
    background: #fff;
    width: 100%;
    flex-direction: column;
    align-items: start;
    position: fixed;
    padding: 0 10px 20px 35px;
    top: -520px;
    left: 0;
    transition: all 0.7s;
    z-index: 99;
  }
}
@media (max-width: 22.5em) {
  .navbar__menu {
    padding-left: 10px;
  }
}
.navbar__menu.mobile {
  background-color: #fff;
}
@media (max-width: 62em) {
  .navbar__menu.mobile {
    gap: 20px;
    width: 100%;
    height: 100vh;
    top: 0;
    padding-top: 10px;
    padding-bottom: 60px;
    justify-content: flex-start;
  }
}
.navbar__list {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 35px;
}
.navbar__list li a {
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1;
  color: var(--text-light);
  font-weight: 400;
}
.navbar__list li a.active {
  padding: 10px 15px;
  border: 1px solid var(--accent);
  border-radius: 10px;
  color: var(--accent);
}
@media (hover: hover) and (pointer: fine) {
  .navbar__list li a:hover {
    color: var(--accent);
  }
}
@media (max-width: 83.0625em) {
  .navbar__list {
    justify-content: flex-start;
  }
}
@media (max-width: 62em) {
  .navbar__list {
    height: 300px;
    flex-direction: column;
    align-items: start;
    flex-wrap: nowrap;
    gap: 35px;
    justify-content: space-between;
  }
}
@media (max-width: 21.875em) {
  .navbar__list {
    gap: 25px;
  }
}
@media (max-width: 62em) {
  .navbar .navbar-btn--mobile {
    display: inline-block;
    width: 280px;
    height: 48px;
    padding: 15px 30px;
    font-size: 1.125rem;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  margin-left: 20px;
}
.navbar-right__btn {
  display: none;
}
@media (max-width: 62em) {
  .navbar-right__btn {
    display: block;
  }
}
@media (max-width: 62em) {
  .navbar-right {
    width: 100%;
    margin-left: -10px;
    margin-top: auto;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 22.4375em) {
  .navbar-right {
    margin-left: 0;
  }
}

.navbar-phone {
  position: relative;
}
.navbar-phone a {
  display: block;
  font-size: 1rem;
  color: var(--text);
  transition: all 0.3s;
}
@media (max-width: 62em) {
  .navbar-phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.125rem;
    margin-bottom: 15px;
    background: #fbfbfb;
    width: 280px;
    height: 48px;
    padding: 5px 15px;
    font-size: 1.125rem;
    border-radius: 10px;
  }
}
@media (max-width: 62em) {
  .navbar-phone::after {
    content: url(../img/cactus.svg);
    width: 179px;
    height: 148px;
    position: absolute;
    top: -148px;
    right: -30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .navbar-phone a:hover {
    color: var(--accent);
    transform: scale(1.1);
  }
}

.navbar-auth a {
  display: inline-block;
  font-size: 1rem;
  color: var(--accent);
  padding: 15px 20px;
  background: var(--btn-bg);
  border-radius: 10px;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .navbar-auth a:hover {
    color: var(--btn-bg);
    background: var(--accent);
  }
}
@media (max-width: 75em) {
  .navbar-auth a {
    font-size: 0.875rem;
  }
}
@media (max-width: 62em) {
  .navbar-auth a {
    display: none;
  }
}

.navbar__block {
  display: none;
  aspect-ratio: 1/1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--accent);
  cursor: pointer;
}
@media (max-width: 62em) {
  .navbar__block {
    display: inline-block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
  }
}
.navbar__block.mobile {
  background-color: var(--btn-bg);
}

.navbar__burger {
  display: none;
  position: relative;
  width: 20px;
  height: 12px;
  position: relative;
  z-index: 3;
  margin-top: 7px;
  text-align: center;
}
@media (max-width: 62em) {
  .navbar__burger {
    display: block;
  }
}

.navbar__burger span {
  position: absolute;
  background-color: #fff;
  position: absolute;
  border-radius: 20px;
  left: 7px;
  width: 100%;
  height: 2px;
  top: 9px;
  transition: all 0.3s ease 0s;
}

.navbar__burger:before,
.navbar__burger:after {
  content: "";
  background-color: #fff;
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  left: 7px;
  transition: all 0.3s ease 0s;
}

.navbar__burger:before {
  top: 3px;
}

.navbar__burger:after {
  bottom: -5px;
}

.navbar__burger.mobile span {
  transform: scale(0);
}

.navbar__burger.mobile:before {
  transform: rotate(45deg);
  top: 9px;
  left: 11px;
  background-color: var(--accent);
  width: 12px;
  height: 1.5px;
}

.navbar__burger.mobile:after {
  transform: rotate(-45deg);
  bottom: 1px;
  left: 11px;
  background-color: var(--accent);
  width: 12px;
  height: 1.5px;
}

.contacts {
  padding-bottom: 20px;
}
.contacts__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 62em) {
  .contacts__container {
    flex-direction: column;
  }
}

.contacts-left__form {
  border-radius: 40px;
  max-width: 600px;
  width: 600px;
  background: var(--block-bg);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 114.375em) {
  .contacts-left__form {
    padding: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .contacts-left__form {
    padding: calc(0.9375rem + 2.8125 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .contacts-left__form {
    padding: 0.9375rem;
  }
}
@media (max-width: 87.5em) {
  .contacts-left__form {
    width: 100%;
  }
}
@media (max-width: 62em) {
  .contacts-left__form {
    margin: 0 auto;
  }
}

.home-form input,
.home-form textarea {
  display: block;
  outline: none;
  border: 1px solid transparent;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  margin-bottom: 15px;
}
@media (min-width: 114.375em) {
  .home-form input,
  .home-form textarea {
    border-radius: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .home-form input,
  .home-form textarea {
    border-radius: calc(0.625rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .home-form input,
  .home-form textarea {
    border-radius: 0.625rem;
  }
}
@media (min-width: 114.375em) {
  .home-form input,
  .home-form textarea {
    padding: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .home-form input,
  .home-form textarea {
    padding: calc(0.75rem + 1.125 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .home-form input,
  .home-form textarea {
    padding: 0.75rem;
  }
}
.home-form input placeholder,
.home-form textarea placeholder {
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 1.4;
  color: var(--text-light);
}
.home-form textarea {
  resize: none;
}
.home-form .count_message {
  position: absolute;
  display: block;
  font-size: 14px;
  bottom: 30px;
  right: 30px;
  color: #968ea4;
}
.home-form__title {
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 1.3;
  color: var(--text-light);
}
.home-form__btn {
  width: 100%;
}
@media (min-width: 114.375em) {
  .home-form__btn {
    height: 5.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .home-form__btn {
    height: calc(3rem + 2.25 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .home-form__btn {
    height: 3rem;
  }
}
@media (max-width: 31.25em) {
  .home-form__btn {
    max-width: 350px;
  }
}

.contacts-right {
  position: relative;
  flex-grow: 1;
}
@media (max-width: 62em) {
  .contacts-right {
    height: 583px;
  }
}
.contacts-right__tooltip {
  position: absolute;
  border-radius: 10px;
  max-width: 486px;
  height: auto;
  padding: 10px;
  backdrop-filter: blur(40px);
  background: #fff;
  top: 10px;
  right: 25px;
  z-index: 9;
}
@media (max-width: 62em) {
  .contacts-right__tooltip {
    bottom: initial;
    top: 5px;
    right: 5px;
    padding: 15px;
  }
}
.contacts-right__phone {
  display: none;
  font-weight: 600;
  font-size: 32px;
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  line-height: 1;
  color: var(-text);
  margin-bottom: 30px;
}
@media (max-width: 62em) {
  .contacts-right__phone {
    display: block;
    margin-bottom: 10px;
  }
}
.contacts-right__address {
  display: none;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  line-height: 1.4;
  color: var(-text);
  margin-bottom: 30px;
}
@media (max-width: 62em) {
  .contacts-right__address {
    display: block;
    margin-bottom: 10px;
  }
}
.contacts-right__social a {
  display: inline-block;
  margin-right: 20px;
  transition: transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .contacts-right__social a:hover {
    transform: scale(1.2);
  }
}

.map-dasktop,
.map-mobile {
  width: 100%;
  height: 100%;
}

.first-screen {
  position: relative;
  background-color: #FBFBFB;
  padding-top: 10px;
}
@media (max-width: 59.4375em) {
  .first-screen {
    padding-top: 40px;
  }
}
@media (max-width: 40.6875em) {
  .first-screen {
    padding-top: 10px;
  }
}
.first-screen__container {
  padding-left: 80px;
}
@media (max-width: 59.4375em) {
  .first-screen__container {
    padding-left: 15px;
  }
}
.first-screen__info {
  position: relative;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 80.625em) {
  .first-screen__info {
    max-width: 750px;
  }
}
@media (max-width: 68.125em) {
  .first-screen__info {
    max-width: 650px;
  }
}
@media (max-width: 59.4375em) {
  .first-screen__info {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.first-screen__title {
  font-weight: 600;
  font-size: clamp(1.5rem, 0.8rem + 3.5vw, 5rem);
  line-height: 1.1;
  color: var(--text);
  margin-top: 50px;
}
@media (max-width: 62em) {
  .first-screen__title {
    margin-top: 0;
  }
}
.first-screen__subtitle {
  font-weight: 400;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 1;
  color: var(--text-light);
}
.first-screen__btn {
  max-width: 258px;
}
@media (max-width: 59.4375em) {
  .first-screen__btn {
    font-size: 1.125rem;
    max-width: 290px;
    width: 100%;
    height: 48px;
    padding: 15px 50px;
  }
}
@media (max-width: 31.25em) {
  .first-screen__btn {
    display: none;
  }
}
.first-screen__btn--mobile {
  display: none;
}
@media (max-width: 31.25em) {
  .first-screen__btn--mobile {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
  }
}
.first-screen__slider {
  overflow-x: hidden;
}
.first-screen__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 750px;
  z-index: 3;
}
.first-screen__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 82.5em) {
  .first-screen__img {
    width: 650px;
  }
}
@media (max-width: 75em) {
  .first-screen__img {
    width: 550px;
  }
}
@media (max-width: 65.625em) {
  .first-screen__img {
    width: 475px;
  }
}
@media (max-width: 59.4375em) {
  .first-screen__img {
    width: 400px;
  }
}
@media (max-width: 48.5625em) {
  .first-screen__img {
    width: 350px;
  }
}
@media (max-width: 40.6875em) {
  .first-screen__img {
    width: 280px;
  }
}
@media (max-width: 33.1875em) {
  .first-screen__img {
    display:flex;
    position: relative;
    justify-self: end;
    max-width: 375px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slider__track {
  display: flex;
  gap: 15px;
  animation: scroll 20s linear infinite;
}
.slider__card {
  white-space: wrap;
  flex-shrink: 0;
  flex-grow: 1;
  border-radius: 20px 20px 0 0;
  padding: 30px;
  width: 340px;
  height: 250px;
  background: linear-gradient(133deg, rgba(186, 134, 243, 0.1) 0%, rgba(143, 106, 245, 0.1) 100%);
}
@media (max-width: 75em) {
  .slider__card {
    width: 280px;
    height: 190px;
    padding: 20px;
  }
}
@media (max-width: 59.4375em) {
  .slider__card {
    width: 240px;
    height: 150px;
    padding: 15px;
  }
}
@media (max-width: 40.6875em) {
  .slider__card {
    width: 200px;
    height: 130px;
    padding: 15px;
  }
}
@media (max-width: 31.25em) {
  .slider__card {
    border-radius: 20px;
    height: 151px;
  }
}
@media (max-width: 23.375em) {
  .slider__card {
    min-width: 133px;
    width: 100%;
    height: 135px;
    padding: 10px;
    flex-shrink: 1;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1500px);
  }
}
@keyframes run {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes runMob {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.card p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
  line-height: 1.3;
  color: #000;
}
.card p span {
  font-weight: 600;
}
.card__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 59.4375em) {
  .card__icon img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 75em) {
  .card__icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 59.4375em) {
  .card__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
  }
}

.about {
  padding: 30px 0;
}
.about__row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 48em) {
  .about__row {
    flex-direction: column;
  }
}
@media (max-width: 47.9375em) {
  .about__title {
    display: none;
  }
}

.about-left {
  flex-basis: 50%;
  border-radius: 40px;
}
@media (max-width: 64em) {
  .about-left {
    flex-basis: 60%;
  }
}
@media (max-width: 48em) {
  .about-left {
    flex-basis: 100%;
  }
}
.about-left__img picture img {
  border-radius: 40px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-right {
  padding: 60px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fbfbfb;
  border-radius: 40px;
}
@media (max-width: 64em) {
  .about-right {
    flex-basis: 40%;
    padding: 30px;
  }
}
@media (max-width: 48em) {
  .about-right {
    flex-basis: 100%;
    padding: 20px;
  }
}
.about-right__title {
  font-weight: 600;
  font-size: clamp(2rem, 1.65rem + 1.75vw, 3.75rem);
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 30px;
}
.about-right__subtitle {
  font-weight: 400;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 1;
  color: var(--text-light);
}

.skills {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 92.3125em) {
  .skills {
    justify-content: center;
    gap: 20px;
  }
}
.skills__block {
  border-radius: 40px;
  max-width: 328px;
  height: 285px;
  background: #fbfbfb;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 48em) {
  .skills__block {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.skills__year {
  font-weight: 600;
  font-size: clamp(2rem, 1.65rem + 1.75vw, 3.75rem);
  line-height: 1.1;
  background: linear-gradient(133deg, #ba86f3 0%, #8f6af5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.skills__text {
  font-weight: 400;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  line-height: 1.3;
  color: #968ea4;
}

.banner {
  padding-bottom: 60px;
}

.banner-slider {
  width: 100%;
  border-radius: 40px;
  background-color: #f3f3f3;
}
@media (min-width: 114.375em) {
  .banner-slider {
    height: 50rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .banner-slider {
    height: calc(12rem + 38 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .banner-slider {
    height: 12rem;
  }
}
.banner-slider_slide {
  width: 100%;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-slider__prev {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
}
@media (min-width: 114.375em) {
  .banner-slider__prev {
    left: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .banner-slider__prev {
    left: calc(0.75rem + 2.0625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .banner-slider__prev {
    left: 0.75rem;
  }
}
.banner-slider__next {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
}
@media (min-width: 114.375em) {
  .banner-slider__next {
    right: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .banner-slider__next {
    right: calc(0.75rem + 2.0625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .banner-slider__next {
    right: 0.75rem;
  }
}
.banner-slider .swiper-button-next:after, .banner-slider .swiper-rtl .swiper-button-prev:after {
  content: url("./../img/banner-bottom-next.webp");
}
@media (max-width: 62em) {
  .banner-slider .swiper-button-next:after, .banner-slider .swiper-rtl .swiper-button-prev:after {
    content: url("./../img/slider-bottom-32-next.webp");
  }
}
.banner-slider .swiper-button-prev:after, .banner-slider .swiper-rtl .swiper-button-next:after {
  content: url("./../img/banner-bottom-prev.webp");
}
@media (max-width: 62em) {
  .banner-slider .swiper-button-prev:after, .banner-slider .swiper-rtl .swiper-button-next:after {
    content: url("./../img/slider-bottom-32-prev.webp");
  }
}

.questions {
  padding: 60px 0;
}
@media (max-width: 62em) {
  .questions {
    padding: 30px 0;
  }
}
@media (max-width: 35em) {
  .questions {
    padding-top: 0;
  }
}

.questions__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 62em) {
  .questions__container {
    flex-direction: column;
    gap: 0;
  }
}

.questions__title {
  font-weight: 600;
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 3rem);
  line-height: 1.1;
  color: var(--text);
}
@media (min-width: 114.375em) {
  .questions__title {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .questions__title {
    margin-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .questions__title {
    margin-bottom: 1.25rem;
  }
}

.questions__wrapper {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.questions__accordion {
  border-radius: 40px;
  margin-bottom: 30px;
  padding: 30px 10px;
}
@media (max-width: 62em) {
  .questions__accordion {
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--block-bg);
}

.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text);
  font-weight: 500;
  font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
  line-height: 1.15;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid var(--block-bg);
  border-top: none;
  box-shadow: 0 0 6px 1px transparent;
}

.accordion:first-child {
  border-top: 1px solid var(--block-bg);
}

.accordion__title.active {
  box-shadow: 0 0 6px 1px var(--accent);
}

.accordion__title span {
  display: inline-flex;
  position: relative;
  min-width: 12px;
  height: 19px;
  background: url("../img/accordion-arrow.svg") no-repeat;
  transform: rotate(0);
  transition: transform 0.5s ease-out;
}

.accordion__title.active span {
  transform: rotate(-90deg);
}

.accordion__content {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 1.3;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: content-box;
  border: 2px solid #eee;
  border-radius: 10px;
  border-top: none;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out, opacity 0.1s ease-out 0.5s, visibility 0.1s ease-out 0.5s;
}

.accordion__content.active {
  visibility: visible;
  opacity: 1;
  padding: 20px;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out, opacity 0.1s ease-out, visibility 0.1s ease-out;
}

.about-page {
  padding: 10px 0;
}
@media (max-width: 48em) {
  .about-page {
    padding: 0;
  }
}
.about-page__row {
  flex-direction: row-reverse;
}
@media (max-width: 48em) {
  .about-page__row {
    flex-direction: column-reverse;
  }
}
.about-page-left {
  flex-basis: 50%;
  border-radius: 40px;
}
@media (max-width: 64em) {
  .about-page-left {
    flex-basis: 60%;
  }
}
@media (max-width: 48em) {
  .about-page-left {
    flex-basis: 100%;
  }
}
.about-page-right {
  padding: 60px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fbfbfb;
  border-radius: 40px;
}
@media (max-width: 64em) {
  .about-page-right {
    flex-basis: 40%;
    padding: 30px;
  }
}
@media (max-width: 48em) {
  .about-page-right {
    flex-basis: 100%;
    padding: 15px 0;
  }
}

.about-info__container {
  display: flex;
  gap: 30px;
}
@media (max-width: 63.9375em) {
  .about-info__container {
    flex-direction: column;
    justify-content: center;
  }
}

.about-info-left {
  width: 49%;
  border-radius: 40px;
  background-color: var(--block-bg);
  padding: 60px 50px;
}
@media (max-width: 63.9375em) {
  .about-info-left {
    width: 100%;
    padding: 20px;
  }
}
.about-info-left h3 {
  font-weight: 600;
  font-size: 48px;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 30px;
}
@media (max-width: 63.9375em) {
  .about-info-left h3 {
    display: none;
  }
}
.about-info-left p {
  font-weight: 400;
  font-size: 24px;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 1.2;
  color: var(--text-light);
}
@media (max-width: 63.9375em) {
  .about-info-left p {
    line-height: 1.5;
  }
}

.about-info-right {
  width: 48%;
  border-radius: 40px;
  background-color: var(--block-bg);
}
@media (max-width: 63.9375em) {
  .about-info-right {
    width: 100%;
  }
}

.about-info__slider {
  width: 100%;
  height: 600px;
  border-radius: 40px;
  background-color: #f3f3f3;
}
@media (max-width: 63.9375em) and (min-width: 114.375em) {
  .about-info__slider {
    height: 50rem;
  }
}
@media (max-width: 63.9375em) and (min-width: 20em) and (max-width: 114.375em) {
  .about-info__slider {
    height: calc(12rem + 38 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 63.9375em) and (max-width: 20em) {
  .about-info__slider {
    height: 12rem;
  }
}
.about-info__slide {
  width: 100%;
  height: 100%;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-info__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-info__prev {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
}
@media (min-width: 114.375em) {
  .about-info__prev {
    left: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .about-info__prev {
    left: calc(0.75rem + 2.0625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .about-info__prev {
    left: 0.75rem;
  }
}
.about-info__next {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
}
@media (min-width: 114.375em) {
  .about-info__next {
    right: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .about-info__next {
    right: calc(0.75rem + 2.0625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .about-info__next {
    right: 0.75rem;
  }
}
.about-info .swiper-button-prev:after,
.about-info .swiper-rtl .swiper-button-next:after {
  content: url("./../img/banner-bottom-prev.webp");
}
@media (max-width: 62em) {
  .about-info .swiper-button-prev:after,
  .about-info .swiper-rtl .swiper-button-next:after {
    content: url("./../img/slider-bottom-32-prev.webp");
  }
}
.about-info .swiper-button-next:after,
.about-info .swiper-rtl .swiper-button-prev:after {
  content: url("./../img/banner-bottom-next.webp");
}
@media (max-width: 62em) {
  .about-info .swiper-button-next:after,
  .about-info .swiper-rtl .swiper-button-prev:after {
    content: url("./../img/slider-bottom-32-next.webp");
  }
}

.about-skills {
  padding: 30px 0;
}

.prices {
  padding: 10px 0;
}
@media (max-width: 62em) {
  .prices {
    padding-bottom: 20px;
  }
}
@media (max-width: 42.9375em) {
  .prices {
    padding-top: 15px;
  }
}

.prices-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 42.9375em) {
  .prices-header {
    flex-direction: column;
    gap: 30px;
  }
}
.prices-header__title {
  font-weight: 600;
  font-size: clamp(2rem, 1.65rem + 1.75vw, 3.75rem);
  line-height: 1;
  color: var(--text);
}
.prices-header__buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 42.9375em) {
  .prices-header__buttons {
    justify-content: center;
  }
}
.prices-header__btn {
  outline: none;
  background-color: var(--btn-bg);
  color: var(--accent);
  border: 6px solid transparent;
  width: 202px;
  height: 84px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 114.375em) {
  .prices-header__btn {
    border-radius: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .prices-header__btn {
    border-radius: calc(0.625rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .prices-header__btn {
    border-radius: 0.625rem;
  }
}
.prices-header__btn:active, .prices-header__btn:focus, .prices-header__btn.active {
  border-color: var(--btn-bg);
  color: var(--btn-bg);
  background: var(--accent);
}
@media (max-width: 63.9375em) {
  .prices-header__btn {
    width: 142px;
    height: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .prices-header__btn:hover {
    color: #fff;
    background: var(--accent);
  }
}

.prices-service {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.prices-service__row {
  display: flex;
  align-items: center;
  background-color: var(--block-bg);
  border-radius: 40px;
  padding: 60px;
}
@media (min-width: 114.375em) {
  .prices-service__row {
    padding: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .prices-service__row {
    padding: calc(1.5625rem + 2.1875 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .prices-service__row {
    padding: 1.5625rem;
  }
}
@media (max-width: 63.9375em) {
  .prices-service__row {
    flex-direction: column;
  }
}
.prices-service__title {
  max-width: 600px;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 1.4;
  color: var(--text);
}
@media (max-width: 63.9375em) {
  .prices-service__title {
    margin-bottom: 30px;
  }
}
.prices-service__more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  min-width: 90px;
  height: 90px;
  background: linear-gradient(133deg, rgba(186, 134, 243, 0.08) 0%, rgba(143, 106, 245, 0.08) 100%);
  margin-left: auto;
  margin-right: 20px;
  font-size: clamp(1.875rem, 1.7rem + 0.875vw, 2.75rem);
  transition: all 0.3s;
}
@media (max-width: 63.9375em) {
  .prices-service__more {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .prices-service__more:hover {
    background: var(--gradient);
    color: #fff;
  }
}
.prices-service__form {
  display: flex;
  gap: 20px;
}
@media (max-width: 63.9375em) {
  .prices-service__form {
    flex-direction: column;
    gap: 15px;
  }
}
.prices-service__box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 90px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 81.25em) {
  .prices-service__box {
    width: 110px;
  }
}
@media (max-width: 63.9375em) {
  .prices-service__box {
    width: 270px;
    height: 48px;
  }
}
.prices-service__box span {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 1;
  color: var(--text);
}
.prices-service__link {
  display: none;
}
@media (max-width: 63.9375em) {
  .prices-service__link {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 1.5em;
    color: var(--accent);
  }
}
.prices-service__input {
  box-sizing: border-box;
  outline: none;
  border: none;
  width: 70px;
  height: 100%;
  background: #fff;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 1;
  color: var(--text);
}

.uzi {
  display: none !important;
}

.visit {
  display: none !important;
}

.uzi.show {
  display: flex !important;
}

.visit.show {
  display: flex !important;
}

.single {
  padding: 60px 0;
}

.single-container {
  max-width: 920px;
  padding: 0 10px;
  margin: 0 auto;
}
.single-container > .webinar-img {
  max-width: 100%;
}
.single-container img {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-container__content {
  padding: 0 10px;
}
.single-container__title {
  font-weight: 500;
  font-size: clamp(1.375rem, 1.25rem + 0.625vw, 2rem);
  color: var(--text);
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 15px;
}
.single-container p, .single-container p + p {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 20px;
}
.single-container__form {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 15px;
}
.single-container__form a {
  display: flex;
  max-width: 350px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  font-size: 1.125rem;
}
@media (min-width: 114.375em) {
  .single-container__form a {
    height: 3.625rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .single-container__form a {
    height: calc(3rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .single-container__form a {
    height: 3rem;
  }
}
@media (min-width: 114.375em) {
  .single-container__form a {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .single-container__form a {
    border-radius: calc(0.625rem + 0.3125 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .single-container__form a {
    border-radius: 0.625rem;
  }
}

/*-------- Appointments -----------*/
.appointment {
  padding: 10px 0;
}
@media (max-width: 62em) {
  .appointment {
    padding: 15px;
  }
}

@media (max-width: 31.25em) {
  .appointment-container {
    padding: 0;
  }
}

.appointment h2 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
  line-height: 1;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 10px;
}

.appointment-block {
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 63.9375em) {
  .appointment-block {
    flex-direction: column;
    padding: 0;
  }
}

.appointment-left {
  max-width: 630px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  background: #FBFBFB;
  border-radius: 40px;
}
@media (max-width: 90em) {
  .appointment-left {
    max-width: 430px;
  }
}
@media (max-width: 63.9375em) {
  .appointment-left {
    align-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 62em) {
  .appointment-left {
    max-width: 600px;
  }
}
@media (max-width: 31.25em) {
  .appointment-left {
    max-width: 280px;
    background: #fff;
  }
}

.appointment-right {
  max-width: calc(100% - 660px);
  width: 100%;
}
@media (max-width: 90em) {
  .appointment-right {
    max-width: 100%;
  }
}

.appointment-photo img {
  width: 100%;
}

.appointment-title {
  color: var(--text);
  font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 114.375em) {
  .appointment-title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .appointment-title {
    margin-bottom: calc(0.9375rem + 1.5625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .appointment-title {
    margin-bottom: 0.9375rem;
  }
}

.appointment-time {
  padding: 10px 60px 60px;
  background: #FBFBFB;
  border-radius: 40px;
  display: none;
  height: 100%;
}
@media (max-width: 31.25em) {
  .appointment-time {
    padding: 10px;
  }
}

.appointment-time-input {
  border: none;
  display: inline-block;
  background: transparent;
  font-weight: 500;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
}
@media (min-width: 114.375em) {
  .appointment-time-input {
    width: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .appointment-time-input {
    width: calc(6.875rem + 2.5 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .appointment-time-input {
    width: 6.875rem;
  }
}

.time-icon {
  min-width: 18px;
  height: 18px;
  display: flex;
  background: url("../img/time.svg") no-repeat;
}

.appointment-time-list {
  gap: 15px;
}

.time-item {
  gap: 15px;
  border: 1px solid #EAE7EE;
  border-radius: 8px;
  padding: 15px;
  width: calc(33.3333333333% - 30px);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.appointment-select {
  background: linear-gradient(132.8deg, #BA86F3 -27.59%, #8F6AF5 124.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 24px;
  margin-left: auto;
}

.appointment-form {
  border-radius: 40px;
  background: #FBFBFB;
  padding: 60px 60px 114px;
  display: none;
  height: 100%;
}
@media (max-width: 90em) {
  .appointment-form {
    padding-bottom: 10px;
  }
}
@media (max-width: 62em) {
  .appointment-form {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.appointment-form h2 {
  color: var(--text);
  font-size: 32px;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 35px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.back {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/back.svg") no-repeat center;
  cursor: pointer;
}
@media (max-width: 31.25em) {
  .back {
    width: 25px;
    height: 25px;
  }
}

.appointment-form form {
  max-width: 685px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 63.9375em) {
  .appointment-form form {
    max-width: initial;
  }
}
@media (max-width: 62em) {
  .appointment-form form {
    flex-direction: column;
    gap: 15px;
  }
}

.appointment-form .form-col {
  width: calc(50% - 30px);
}
@media (max-width: 62em) {
  .appointment-form .form-col {
    width: 100%;
  }
}

.appointment-form .form-control {
  color: var(--text-light);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 28px;
  border: none;
  outline: none;
}
@media (min-width: 114.375em) {
  .appointment-form .form-control {
    padding: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .appointment-form .form-control {
    padding: calc(0.9375rem + 0.9375 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .appointment-form .form-control {
    padding: 0.9375rem;
  }
}
@media (min-width: 114.375em) {
  .appointment-form .form-control {
    border-radius: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .appointment-form .form-control {
    border-radius: calc(0.625rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .appointment-form .form-control {
    border-radius: 0.625rem;
  }
}
.appointment-form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(219, 183, 226, 0.25);
}

.appointment-form .form-col:last-child {
  width: 100%;
}

.appointment-form .btn-primary {
  width: 100%;
}
@media (max-width: 48em) {
  .appointment-form .btn-primary {
    height: 48px;
    padding: 10px 20px;
    font-size: 1.125rem;
    border-radius: 10px;
  }
}

@media screen and (min-width: 1921px) {
  .appointment-left {
    max-width: 50%;
  }
}
@media screen and (max-width: 1800px) {
  .time-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1495px) {
  .time-item {
    width: calc(100% - 10px);
  }
}
/*-------- End Appointments -----------*/
/*-------Datepicker-----------*/
.datepicker-inline {
  width: 100%;
  padding: 0;
}

.datepicker-switch {
  font-size: 32px;
  line-height: 1;
  color: var(--text);
  padding-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 90em) {
  .datepicker-switch {
    padding-bottom: 0;
    font-size: 16px;
  }
}

.datepicker .datepicker-switch:hover {
  background: transparent;
}

.datepicker td.day {
  min-width: 60px;
  height: 60px;
  border-radius: 14px;
  border: 1.75px solid #EAE7EE;
  color: var(--text);
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 90em) {
  .datepicker td.day {
    min-width: 38px;
    width: 38px;
    min-height: 38px;
    height: 38px;
    font-size: 15px;
    line-height: 1;
    border-radius: 7px;
  }
}
@media (max-width: 31.25em) {
  .datepicker td.day {
    min-width: 38px;
    width: 38px;
    min-height: 38px;
    height: 38px;
    font-size: 15px;
    line-height: 1;
    border-radius: 7px;
  }
}

.datepicker th.dow {
  width: 60px;
  color: #968EA4;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 90em) {
  .datepicker th.dow {
    width: 40px;
    font-size: 12px;
  }
}

.datepicker table {
  border-spacing: 20px 15px;
  border-collapse: separate;
}
@media (max-width: 90em) {
  .datepicker table {
    border-spacing: 7px 7px;
  }
}
@media (max-width: 31.25em) {
  .datepicker table {
    border-spacing: 3px 3px;
  }
}

.datepicker tr {
  position: relative;
}

.datepicker td {
  vertical-align: middle;
}

.datepicker .prev, .datepicker .next {
  position: absolute;
  top: 5px;
  padding-bottom: 40px;
  color: var(--text);
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 90em) {
  .datepicker .prev, .datepicker .next {
    padding-bottom: 10px;
    font-size: 16px;
    top: 0;
  }
}

.datepicker .prev {
  left: 80px;
}
@media (max-width: 90em) {
  .datepicker .prev {
    left: 0;
  }
}

.datepicker .next {
  right: 80px;
}
@media (max-width: 90em) {
  .datepicker .next {
    right: 0;
  }
}

.datepicker .prev:hover, .datepicker .next:hover {
  background: transparent;
}

.datepicker .today, .datepicker .day.active {
  background: linear-gradient(132.8deg, #BA86F3 -27.59%, #8F6AF5 124.66%) !important;
  border: none;
  color: #fff !important;
}

.datepicker td.day:hover {
  background: linear-gradient(132.8deg, #BA86F3 -27.59%, #8F6AF5 124.66%) !important;
  border: none;
  color: #fff !important;
}

/*-------End Datepicker-----------*/
/*----- Modal -----*/
.modal-dialog {
  max-width: 342px;
  border-radius: 16px;
}

.modal-header {
  padding: 35px 34px 24px;
  text-align: center;
  border-bottom: 0;
}

.modal-content {
  border-radius: 16px;
}

.modal-title {
  text-align: center;
  color: #271A3D;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.modal-date {
  background: linear-gradient(132.8deg, rgba(186, 134, 243, 0.1) -27.59%, rgba(143, 106, 245, 0.1) 124.66%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #271A3D;
  line-height: 28px;
  font-weight: 400;
  border-radius: 8px;
}

.modal-text {
  background: linear-gradient(132.8deg, rgba(186, 134, 243, 0.1) -27.59%, rgba(143, 106, 245, 0.1) 124.66%);
  line-height: 28px;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 4px;
  padding: 10px;
  text-align: center;
}

.modal-date-icon {
  width: 18px;
  height: 18px;
  display: flex;
  background: url("../img/date.svg") no-repeat center;
}

.modal-time {
  width: 18px;
  height: 18px;
  display: flex;
  background: url("../img/time-modal.svg") no-repeat center;
}

.modal-btn {
  height: auto;
  font-size: 16px;
  line-height: 16px;
  color: #271A3D;
  font-weight: 400;
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  outline: none !important;
  box-shadow: none;
  text-align: center;
}

.modal-btn:hover, .modal-btn:focus, .modal-btn:active {
  background: transparent;
  color: #271A3D;
  border: none;
  outline: none !important;
  box-shadow: none;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5019607843);
}

.modal-footer {
  padding: 16px;
}

/*----END Modal -----*/
/*---- Webinars----*/
.webinar {
  padding: 10px 0;
}
@media (max-width: 62em) {
  .webinar {
    padding: 15px 0;
  }
}
.webinar h2 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
  line-height: 1;
  color: #271a3d;
  font-weight: 600;
  margin-bottom: 15px;
}

.webinar-item {
  padding: 60px;
  border-radius: 40px;
  background: #fbfbfb;
  margin-bottom: 15px;
  gap: 60px;
  height: 567px;
}
@media (max-width: 63.9375em) {
  .webinar-item {
    padding: 20px;
    height: auto;
  }
}
@media (max-width: 62em) {
  .webinar-item {
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
    gap: 0px;
    flex-direction: column;
  }
}

.webinar-img {
  overflow: hidden;
  max-width: 795px;
  min-width: 330px;
  width: 100%;
}
@media (min-width: 114.375em) {
  .webinar-img {
    border-radius: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .webinar-img {
    border-radius: calc(0.625rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .webinar-img {
    border-radius: 0.625rem;
  }
}

.webinar-img video {
  display: block;
  width: 100%;
}

.webinar-img img {
  height: 100%;
}

.webinar-content {
  max-width: calc(100% - 795px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 62em) {
  .webinar-content {
    border-radius: 40px;
    background: #fbfbfb;
    padding: 30px;
  }
}

.webinar-actions {
  margin-top: auto;
  align-items: center;
  gap: 20px;
}
@media (max-width: 63.9375em) {
  .webinar-actions {
    margin-top: 5px;
  }
}
@media (max-width: 62em) {
  .webinar-actions {
    flex-direction: column;
  }
}

.webinar-title {
  font-size: clamp(1.375rem, 1.25rem + 0.625vw, 2rem);
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 20px;
  font-weight: 500;
}

.webinar-text {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  line-height: 1.5;
  color: var(--text);
  font-weight: 400;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 20px;
}
@media (max-width: 90em) {
  .webinar-text {
    padding-right: 0;
  }
}

.read-more {
  background: linear-gradient(132.8deg, #ba86f3 -27.59%, #8f6af5 124.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 34px;
}
@media (max-width: 63.9375em) {
  .read-more {
    margin-bottom: 5px;
  }
}
@media (max-width: 62em) {
  .read-more {
    display: none;
  }
}

.webinar-icon {
  background: linear-gradient(132.8deg, rgba(186, 134, 243, 0.08) -27.59%, rgba(143, 106, 245, 0.08) 124.66%);
  min-width: 90px;
  height: 90px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.125rem, 2rem + 0.625vw, 2.75rem);
  color: var(--accent);
  transition: all 0.3s;
}
@media (max-width: 63.9375em) {
  .webinar-icon {
    min-width: 48px;
    height: 48px;
    border-radius: 10px;
  }
}
@media (max-width: 62em) {
  .webinar-icon {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .webinar-icon:hover {
    background: var(--gradient);
    color: #fff;
  }
}
.webinar-price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 178px;
  height: 90px;
  padding: 0 5px;
  color: #271a3d;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 1;
  font-weight: 400;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 95.625em) {
  .webinar-price {
    width: 140px;
  }
}
@media (max-width: 64em) {
  .webinar-price {
    height: 48px;
  }
}
@media (max-width: 62em) {
  .webinar-price {
    width: 270px;
  }
}

@media (max-width: 90em) {
  .webinar-img {
    max-width: 50%;
  }
  .webinar-content {
    max-width: 50%;
  }
}
@media (max-width: 62em) {
  .webinar-img {
    max-width: 100%;
    min-width: 210px;
  }
  .webinar-content {
    max-width: 100%;
  }
}
.webinar-single__form {
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.webinar-single__form span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 48px;
  background-color: #fdfdfd;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.125rem;
}
@media (min-width: 114.375em) {
  .webinar-single__form span {
    height: 3.625rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .webinar-single__form span {
    height: calc(3rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .webinar-single__form span {
    height: 3rem;
  }
}
@media (min-width: 114.375em) {
  .webinar-single__form span {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .webinar-single__form span {
    border-radius: calc(0.625rem + 0.3125 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .webinar-single__form span {
    border-radius: 0.625rem;
  }
}
.webinar-single__form a {
  width: 49%;
  display: flex;
  max-width: 350px;
  padding: 10px;
  font-size: 1.125rem;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
}
@media (min-width: 114.375em) {
  .webinar-single__form a {
    height: 3.625rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .webinar-single__form a {
    height: calc(3rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .webinar-single__form a {
    height: 3rem;
  }
}
@media (min-width: 114.375em) {
  .webinar-single__form a {
    border-radius: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .webinar-single__form a {
    border-radius: calc(0.625rem + 0.3125 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .webinar-single__form a {
    border-radius: 0.625rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .webinar-single__form .webinar-single__btn:hover {
    border-color: transparent;
    background: var(--gradient);
    color: #fff;
  }
}

.account {
  margin-top: 10px;
  padding-bottom: 35px;
}
@media (max-width: 62em) {
  .account {
    margin-top: 15px;
  }
}

.acoount-title {
  font-weight: 600;
  font-size: clamp(1.75rem, 1.35rem + 2vw, 3.75rem);
  line-height: 1;
  color: var(--text);
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 62em) {
  .acoount-title {
    margin-left: 5px;
  }
}

.account-row {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 100em) {
  .account-row {
    gap: 0;
  }
}
@media (max-width: 48em) {
  .account-row {
    flex-direction: column-reverse;
  }
}

.account-menu {
  padding-right: 10px;
  max-width: 320px;
  width: 100%;
  min-width: 260px;
}
@media (max-width: 48em) {
  .account-menu {
    max-width: 100%;
    min-width: initial;
    padding-right: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fbfbfb;
    padding: 10px 0;
    z-index: 9;
  }
}
@media (max-width: 48em) {
  .account-menu__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
    gap: 10px;
  }
}
.account-menu__list li {
  box-sizing: border-box;
  border-radius: 20px;
  background: #fbfbfb;
  width: 100%;
  margin-bottom: 10px;
  padding: 24px 10px 24px 20px;
  border: 1px solid transparent;
}
.account-menu__list li.active {
  border: 1px solid var(--accent);
}
@media (hover: hover) and (pointer: fine) {
  .account-menu__list li:hover {
    border: 1px solid var(--accent);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 48em) {
  .account-menu__list li:hover {
    border: none;
  }
}
@media (max-width: 48em) {

  .account-menu__list {
    margin-left: 5px;
  }
  
  .account-menu__list li {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    border: none;
  }
}
.account-menu__list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
@media (max-width: 48em) {
  .account-menu__list li a {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
}
.account-menu__list li:last-child {
  background: rgba(233, 70, 117, 0.05);
}
@media (max-width: 48em) {
  .account-menu__list li:last-child {
    background: transparent;
  }
}
.account-menu__list li:last-child a {
  color: #e94675;
}

.account-content {
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 48em) {
  .account-content {
    margin-bottom: 30px;
  }
}
.account-content-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 100em) {
  .account-content-header {
    gap: 0;
  }
}
@media (max-width: 90em) {
  .account-content-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.account-content__banner {
  max-width: 930px;
  height: 273px;
  overflow: hidden;
  border: 0;
  padding: 0 5px;
}
@media (max-width: 112.5em) {
  .account-content__banner {
    height: auto;
  }
}
@media (max-width: 90em) {
  .account-content__banner {
    max-width: 100%;
    width: 100%;
  }
}
.account-content__banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.account-content__banner a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (min-width: 114.375em) {
  .account-content__banner a img {
    border-radius: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .account-content__banner a img {
    border-radius: calc(0.5rem + 0.75 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .account-content__banner a img {
    border-radius: 0.5rem;
  }
}
@media (max-width: 112.5em) {
  .account-content__banner a img {
    object-fit: contain;
    height: auto;
  }
}

.banner-desktop {
  display: block;
}
@media (max-width: 31.25em) {
  .banner-desktop {
    display: none;
  }
}

.banner-mobile {
  display: none;
}
@media (max-width: 31.25em) {
  .banner-mobile {
    display: block;
  }
}

.account-form-wrapper {
  max-width: 460px;
  margin-left: auto;
}
@media (max-width: 90em) {
  .account-form-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.account-form-wrapper .section-title--home {
  margin-left: 20px;
  margin-bottom: 0;
}
@media (max-width: 90em) {
  .account-form-wrapper .section-title--home {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 23.4375em) {
  .account-form-wrapper .section-title--home {
    font-size: 24px;
  }
}

.account-content-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 5px;
}
@media (max-width: 90em) {
  .account-content-form {
    flex-direction: row;
  }
}
@media (max-width: 62em) {
  .account-content-form {
    flex-direction: column;
    margin-bottom: 5px;
  }
}
.account-content-form > h2 {
  margin-bottom: 0;
}

.input-wrapper {
  width: 100%;
  border-radius: 20px;
  background: #f3f3f3;
  padding: 5px 20px;
}
@media (max-width: 31.25em) {
  .input-wrapper {
    border-radius: 10px;
  }
}

.account-content-info__date, .account-content-info__time {
  outline: none;
  border: none;
  background: transparent;
}
.account-content-info__date {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 10px;
}
@media (max-width: 31.25em) {
  .account-content-info__date {
    font-size: 20px;
  }
}
.account-content-info__time {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: var(--text-light);
}
@media (max-width: 31.25em) {
  .account-content-info__time {
    font-size: 18px;
  }
}
.account-content-info__btn {
  outline: none;
  border: none;
  width: 100%;
  height: 48px;
  border-radius: 20px;
  background: linear-gradient(133deg, rgba(186, 134, 243, 0.15) 0%, rgba(143, 106, 245, 0.15) 100%);
  color: var(--accent);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (max-width: 31.25em) {
  .account-content-info__btn {
    border-radius: 10px;
    padding: 15px 30px;
    height: 48px;
    background: rgba(233, 70, 117, 0.15);
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #e94675;
  }
}
@media (hover: hover) and (pointer: fine) {
  .account-content-info__btn:hover {
    background: var(--gradient);
    color: #fff;
  }
}

.section-title {
  font-weight: 600;
  font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem);
  line-height: 1;
  color: #271a3d;
  margin-bottom: 30px;
  margin-left: 10px;
}

.webinars-block {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 62em) {
  .webinars-block {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.webinars-item {
  max-width: 500px;
  width: calc(33.3333333333% - 10px);
  height: auto;
  background: #fbfbfb;
}
@media (min-width: 114.375em) {
  .webinars-item {
    border-radius: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .webinars-item {
    border-radius: calc(0.625rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .webinars-item {
    border-radius: 0.625rem;
  }
}
@media (max-width: 75em) {
  .webinars-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 62.375em) {
  .webinars-item {
    max-width: 100%;
    width: 100%;
  }
}
.webinars-item__img[poster] {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.webinars-item__img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media (max-width: 31.25em) {
  .webinars-item__img {
    height: 240px;
  }
}
@media (max-width: 23.3125em) {
  .webinars-item__img {
    height: 210px;
  }
}
.webinars-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webinars-item__content {
  padding: 30px;
}
@media (max-width: 23.4375em) {
  .webinars-item__content {
    padding: 10px;
  }
}
.webinars-item__title {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 15px;
}
@media (min-width: 114.375em) {
  .webinars-item__title {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .webinars-item__title {
    margin-bottom: calc(1.875rem + -0.9375 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .webinars-item__title {
    margin-bottom: 1.875rem;
  }
}
.webinars-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 30px;
}
.webinars-item__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 83.25em) {
  .webinars-item__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 62em) {
  .webinars-item__footer {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.webinars-item__see {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  border-radius: 10px;
  max-width: 142px;
  width: 100%;
  height: 48px;
  padding: 16px 5px;
}
@media (max-width: 31.25em) {
  .webinars-item__see {
    max-width: 132px;
    height: 38px;
    padding: 10px;
  }
}
.webinars-item__price {
  border-radius: 10px;
  padding: 16px 32px;
  max-width: 139px;
  width: 100%;
  height: 48px;
  background: #fff;
  white-space: nowrap;
}
@media (max-width: 107.9375em) {
  .webinars-item__price {
    width: 114px;
    padding: 16px 5px;
  }
}
@media (max-width: 31.25em) {
  .webinars-item__price {
    width: 139px;
    height: 38px;
    padding: 10px;
  }
}
.webinars-item__more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  min-width: 48px;
  height: 48px;
  background: linear-gradient(133deg, rgba(186, 134, 243, 0.08) 0%, rgba(143, 106, 245, 0.08) 100%);
  font-size: 26px;
  line-height: 1;
  color: var(--accent);
  transition: all 0.3s;
  margin-left: auto;
}
@media (max-width: 83.25em) {
  .webinars-item__more {
    margin-left: 0;
  }
}
@media (max-width: 62em) {
  .webinars-item__more {
    margin-left: auto;
  }
}
@media (max-width: 31.25em) {
  .webinars-item__more {
    min-width: 38px;
    height: 38px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .webinars-item__more:hover {
    color: #fbfbfb;
    background: var(--gradient);
  }
}

.account-webinars-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.account-webinars-buttons .account-webinars-btn {
  display: block;
  outline: none;
  padding: 16px 42px;
  border-radius: 10px;
  border: 6px solid transparent;
  color: var(--accent);
  background-color: var(--btn-bg);
  cursor: pointer;
  transition: all 0.3s;
}
.account-webinars-buttons .account-webinars-btn:focus, .account-webinars-buttons .account-webinars-btn:active {
  background: var(--gradient);
  color: #fff;
  border: 6px solid var(--btn-bg);
}
@media (max-width: 31.25em) {
  .account-webinars-buttons .account-webinars-btn {
    padding: 10px 25px;
  }
}

/*===========Пагинация=========*/
.navigation {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.page-numbers {
  font-size: 1.125em;
  line-height: 1;
}
.page-numbers.prev {
  display: none;
  margin-right: 15px;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
.page-numbers.next {
  width: 18px;
  height: 18px;
  margin-left: 15px;
}
.page-numbers.current {
  position: relative;
  color: #fff;
  z-index: 1;
}
.page-numbers.current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: var(--accent);
  border-radius: 8px;
  z-index: -1;
}

/*===========Конец Пагинация=========*/
.history-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.history-block .history-item {
  display: flex;
  align-items: center;
  background-color: #fbfbfb;
  padding: 30px;
  border-radius: 20px;
}
@media (min-width: 114.375em) {
  .history-block .history-item {
    border-radius: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 114.375em) {
  .history-block .history-item {
    border-radius: calc(0.625rem + 0.625 * (100vw - 20rem) / ((94.375)));
  }
}
@media (max-width: 20em) {
  .history-block .history-item {
    border-radius: 0.625rem;
  }
}
@media (max-width: 30em) {
  .history-block .history-item {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 30em) {
  .history-block .history-item__info {
    padding-left: 15px;
  }
}
.history-block .history-item__date {
  display: block;
  border: none;
  font-size: 1.25em;
  font-weight: 500;
  white-space: nowrap;
  color: var(--text);
  background: transparent;
}
.history-block .history-item__time {
  display: block;
  border: none;
  background: transparent;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 500;
}
.history-block .history-item__btn {
  display: inline-block;
  margin-left: auto;
  width: auto;
  height: auto;
  font-size: 1em;
  border-radius: 10px;
}
.history-block .history-item__btn.active {
  border-color: #E94675;
  color: #E94675;
}
.history-block .history-item__btn.active:hover {
  color: var(--text-light);
  background: none;
  border-color: var(--text-light);
}
@media (max-width: 30em) {
  .history-block .history-item__btn {
    margin-left: 0;
    width: 100%;
    height: 48px;
  }
}

/*------Показать пароль----*/
::-ms-reveal {
  display: none;
}

button#toggle-password {
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: 9;
  width: 28px;
  height: 30px;
  background: 0;
  border: 0;
  cursor: pointer;
}

button#toggle-password:focus {
  outline: none !important;
}

.input-password {
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-password[type=text]:valid {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z' /%3E%3Cpath  fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
}

.input-password[type=password]:valid {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}

[data-bs-theme=dark] .input-password[type=text]:valid {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23adb5bd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
}

[data-bs-theme=dark] .input-password[type=password]:valid {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23adb5bd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}


/*------Конец показать пароль----*/
.section-title--profile {
  margin-bottom: 20px;
}

.profile-form {
  max-width: 342px;
  width: 100%;
}
.profile-form__input {
  border-radius: 8px;
  padding: 20px;
  font-size: 1em;
  box-sizing: border-box;
}
.profile-form__input:focus, .profile-form__input:active {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(196, 140, 206, 0.25);
}
.profile-form__btn {
  outline: none;
  border: none;
  background: none;
  color: var(--accent);
}

.main {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 30px;
  background: #f4eeff;
}
@media (max-width: 48em) {
  .main {
    padding: 5px;
  }
}

.main-picture {
  position: absolute;
  width: 407px;
  height: 337px;
  background: url("../img/cactus-main.svg") no-repeat;
  bottom: 0;
  right: 0;
  display: inline-block;
}
@media (max-width: 75em) {
  .main-picture {
    width: 179px;
    height: 148px;
    background: url("../img/cactus.svg") no-repeat;
  }
}
@media (max-width: 48em) {
  .main-picture {
    display: none;
  }
}

.register {
  max-width: 438px;
  height: auto;
  margin: 0 auto;
  padding: 25px 48px;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 48em) {
  .register {
    padding: 15px 20px;
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.form-title {
  font-family: inherit;
  font-size: 1.5em;
  color: var(-text);
  font-weight: 600;
  text-align: center;
}

.form-floating > .form-label {
  font-family: inherit;
  color: #968EA4;
  top: 5px;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
}

.form-floating > .form-control {
  font-family: inherit;
  color: #271A3D;
  border-radius: 8px;
}
.form-floating > .form-control:focus, .form-floating > .form-control:active {
  background-color: #fff;
  border-color: #f4eeff;
  box-shadow: 0 0 0 0.25rem rgba(196, 140, 206, 0.25);
}
.form-floating > .form-control::placeholder {
  line-height: 1.25;
  font-family: inherit;
}

.form-btn {
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  font-family: inherit;
  line-height: 1;
  font-size: 1.125em;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-check-input {
  margin-top: 0px;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 140, 206, 0.25);
}
.form-check-input:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}

.form-check-label {
  font-family: inherit;
  font-size: 0.875em;
  color: var(--text);
  line-height: 1;
}

.agreement-link {
  font-family: inherit;
  font-size: 0.875em;
  color: var(--text);
  line-height: 1;
  text-decoration: underline;
}
.agreement-link:hover {
  color: var(--text-light);
}

.form-link-login {
  text-align: center;
  font-family: inherit;
  font-size: 1em;
  color: var(--text);
}
.form-link-login span {
  margin-right: 10px;
}
.form-link-login a {
  font-family: inherit;
  font-size: 1em;
}
.form-link-login a:hover {
  color: var(--text-light);
}

.login-thumbnail {
  display: block;
  width: 62px;
  height: 115px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.login-confirm {
  display: block;
  text-align: end;
}

.email-confirm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 48px;
  background-color: #fff;
  max-width: 438px;
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 31.25em) {
  .email-confirm {
    padding: 20px 15px;
    max-width: 300px;
  }
}
.email-confirm__title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  color: var(--text);
  text-align: center;
}
@media (max-width: 31.25em) {
  .email-confirm__title {
    font-size: 1.25em;
  }
}
.email-confirm__subtitle {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media (max-width: 31.25em) {
  .email-confirm__subtitle {
    font-size: 0.9375em;
  }
}
.email-confirm__form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.email-confirm__input {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  padding: 30px;
  font-size: 1.5em;
  color: var(--text);
  background-color: #F8F4FE;
  border-radius: 8px;
  border: none;
  outline: none;
}
.email-confirm__input.is-invalid {
  outline: 1px solid red !important;
}
@media (max-width: 31.25em) {
  .email-confirm__input {
    width: 50px;
    height: 50px;
    padding: 17px;
  }
}
.email-confirm__timer {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.email-confirm__timer span {
  color: var(--accent);
}
@media (max-width: 31.25em) {
  .email-confirm__timer {
    font-size: 0.9375em;
  }
}

.main-btn {
  height: 35px !important;
}

.likeButton {
  width: 90px !important;
}

@media (max-width: 62.25em) {
  .likeButton {
    height: 40px !important;
    width: 260px !important;
    border-radius: 20px;
  }
  
  .service-btn {
    margin-top: 20px;
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Это соотношение 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 54.375em) {
  .home-form__btn {
    width: 250px !important;
  }
}

div.account-menu {
  z-index: 50;
}

ul.documents {
  list-style:none;
  display: flex;
  flex-wrap: wrap;              /* 👈 позволяет переноситься */
  justify-content: center;      /* 👈 выравнивание по центру */
  gap: 10px 20px;               /* 👈 отступы между элементами: вертикаль, горизонталь */

  padding: 0;
  margin: 30px auto;               /* 👈 центрирует ul сам по себе, если нужно */
  max-width: 100%;
}

ul.documents li {

  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #f0f0f0;
  border-radius: 6px;
  color: #333;
  transition: background 0.3s;
}

ul.documents li a {
  color: #888;
  text-decoration: underline;
}

@media (max-width: 600px) {
  ul.documents {
    justify-content: flex-start; /* 👈 выравнивание по левому краю */
    padding-left: 10px;          /* 👈 небольшой отступ слева, чтобы не прилипало к краю */
  }
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* Соотношение сторон 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}