@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  height: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1500px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 1700px) {
  html {
    font-size: 22px;
  }
}

@media (min-width: 1921px) {
  html {
    font-size: 24px;
  }
}

body {
  display: flex;
  flex-direction: column;
  color: #EEEEEE;
  counter-reset: steps;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Geologica", sans-serif;
  background-color: #fff;
  /*cursor: url(../img/cursor_white.png) 4 1, default;*/
}

body .footer-wrapper {
  margin-top: auto;
}

body .fader {
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

body.modal-open {
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 992px) {
  body.modal-open {
    padding-right: 17px;
  }
}

body.modal-open .fader {
  display: block;
  opacity: 1;
}

@media (min-width: 992px) {
  body.modal-open .header--index {
    padding-right: 17px;
  }
}

@media (max-width: 1920px) {
  body {
    zoom: 0.9;
  }
}

@media (max-width: 1800px) {
  body {
    zoom: 0.8;
  }
}

@media (max-width: 567px) {
  body {
    zoom: 0.9;
  }
}

.row {
  position: relative;
}

a {
  text-decoration: none;
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes countingBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes marker {
  0% {
    background-size: 0 85%;
  }

  100% {
    background-size: 100% 85%;
  }
}

@keyframes marker-reverse {
  0% {
    background-size: 100% 85%;
  }

  100% {
    background-size: 0 85%;
  }
}

@keyframes expander {
  0% {
    min-height: 0;
  }

  100% {
    min-height: 430px;
  }
}

@keyframes rolling {
  0% {
    transform: scale(0.5) rotate(0deg);
  }

  50% {
    transform: scale(1) rotate(180deg);
  }

  100% {
    transform: scale(0.5) rotate(360deg);
  }
}

@keyframes gray-round {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(2);
    opacity: 1;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: clamp(1rem, 0.654rem + 1.54vw, 2.5rem);
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 567px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 40px;
  }
}

@media (max-width: 360px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 16px;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8117647059);
  border-radius: 0 0 50px 50px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: none;
  border: none;
  z-index: 2222;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0 24px 0;
  position: relative;
}

.header__logo {
  z-index: 2222;
  transition: all 2s ease;
  position: relative;
  width: 220px;
}

@media (max-width: 467px) {
  .header__logo {
    width: 220px;;
  }
}

.header__logo>svg {
  width: 100%;
}

@media (max-width: 467px) {
  .header__logo>svg {
    width: 190px;
  }
}

@media (max-width: 390px) {
  .header__logo>svg {
    width: 150px;
  }
}

.header__logo.logo-active {
  display: flex;
  flex: 1;
  z-index: 2222;
  transition: 1s ease;
}

@media (max-width: 767px) {
  .header__logo.logo-active {
    display: block;
    flex: unset;
  }
}

@media (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}

.header__nav>ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1400px) {
  .header__nav>ul {
    gap: 15px;
  }
}

.header__nav>ul>li>a {
  color: #161616;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160.5%;
  /* 28.89px */
  transition: 0.2s ease;
}

.header__nav>ul>li>a:hover {
  transition: 0.2s ease;
  color: #47C0F4;
}

@media (max-width: 1440px) {
  .header__nav>ul>li>a {
    font-size: 20px;
  }
}

@media (max-width: 1380px) {
  .header__nav>ul>li>a {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .header__nav>ul>li>a {
    font-size: 18px;
  }
}

.header__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .header__buttons {
    position: absolute;
    right: 0;
  }
}

.header__buttons>.btn {
  border-radius: 27px;
  background: #47C0F4;
  padding: 16px 52.5px;
  color: #FFF;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: 0.2s ease;
}

.header__buttons>.btn:hover {
  transition: 0.2s ease;
  background-color: #128BD0;
}

@media (max-width: 567px) {
  .header__buttons>.btn {
    display: none;
  }
}

.header__cart {
  border-radius: 60px;
  background: var(--blue, #47C0F4);
  padding: 11px 16px;
  display: flex;
  width: fit-content;
  transition: 0.2s ease;
  z-index: 100;
}

.header__cart svg {
  transition: 0.2s ease;
  width: 20px;
}

.header__cart svg path {
  transition: 0.2s ease;
}

.header__cart:hover {
  transition: 0.2s ease;
  background-color: #128BD0;
}

.header__cart:hover svg {
  transition: 0.2s ease;
}

@media (max-width: 1920px) {
  .header__cart svg {
    width: 20px;
  }
}

.header__account {
  border-radius: 60px;
  background: var(--blue, #47C0F4);
  padding: 11px 16px;
  display: flex;
  width: fit-content;
  transition: 0.2s ease;
  z-index: 100;
}

.header__account svg {
  transition: 0.2s ease;
  width: 20px;
}

.header__account svg path {
  transition: 0.2s ease;
}

.header__account:hover {
  transition: 0.2s ease;
  background-color: #128BD0;
}

.header__account:hover svg {
  transition: 0.2s ease;
}

@media (max-width: 1920px) {
  .header__account svg {
    width: 20px;
  }
}

.header__burger {
  display: none;
  z-index: 2222;
  width: 30px;
  height: 20px;
}

@media (max-width: 1199px) {
  .header__burger {
    display: flex;
  }
}

.footer {
  border-radius: 50px 50px 0px 0px;
  background: #0E0E0E;
  position: relative;
}

.footer__wrapper {
  padding: 0 14px;
}

@media (max-width: 390px) {
  .footer__wrapper {
    padding: 0px 7px;
  }
}

.footer__top {
  padding: 60px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

@media (max-width: 1440px) {
  .footer__top {
    gap: 50px;
  }
}

@media (max-width: 1199px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.footer__top::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 62.5%;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4980392157);
}

@media (max-width: 1199px) {
  .footer__top::before {
    bottom: 45.5%;
  }
}

@media (max-width: 767px) {
  .footer__top::before {
    bottom: 50.5%;
  }
}

@media (max-width: 608px) {
  .footer__top::before {
    bottom: 54.5%;
  }
}

@media (max-width: 447px) {
  .footer__top::before {
    bottom: 59.5%;
  }
}

@media (max-width: 401px) {
  .footer__top::before {
    bottom: 60.5%;
  }
}

.footer__top .footer__text:nth-child(2) {
  flex: 1;
}

.footer__text a {
  color: #FFF;
  font-family: Geologica;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.5%;
  /* 57.78px */
  transition: 0.2s ease;
}

.footer__text a:hover {
  transition: 0.2s ease;
  color: #128BD0;
}

@media (max-width: 1680px) {
  .footer__text a {
    font-size: 28px;
  }
}

@media (max-width: 1280px) {
  .footer__text a {
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .footer__text a {
    font-size: 20px;
  }
}

.footer__text p {
  color: #FFF;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
  width: fit-content;
  cursor: pointer;
  transition: 0.2s ease;
}

.footer__text p:hover {
  transition: 0.2s ease;
  text-decoration: underline;
  color: #128BD0;
}

@media (max-width: 350px) {
  .footer__text p {
    font-size: 16px;
  }
}

.footer__socials {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__socials__buttons {
    display: flex;
    gap: 12px;
    transition: 0.2s ease;
    margin: auto;
}

.footer__socials__buttons a {
  transition: 0.2s ease;
}

.footer__socials__buttons a:hover {
  transition: 0.2s ease;
}

.footer__socials__buttons a:hover svg ellipse {
  transition: 0.2s ease;
  fill: #47C0F3;
}

.footer__socials__buttons a:hover svg path {
  transition: 0.2s ease;
  fill: #fff;
}

.footer__socials__buttons a svg {
  transition: 0.2s ease;
}

.footer__socials__buttons a svg ellipse {
  transition: 0.2s ease;
}

.footer__socials__buttons a svg path {
  transition: 0.2s ease;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 100px;
  position: relative;
}

@media (max-width: 767px) {
  .footer__bottom {
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 30px;
  }
}

.footer__bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .footer__bottom ul {
    gap: 12px;
  }
}

.footer__bottom ul li a {
  color: var(--Secondary-White, #FFF);
  font-family: Geologica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  transition: 0.2s ease;
}

.footer__bottom ul li a:hover {
  transition: 0.2s ease;
  color: #128BD0;
}

.footer__bottom ul li:last-child {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.footer__logo {
  margin-bottom: 24px;
}

.footer__block {
  display: flex;
  flex-direction: column;
}

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

  .footer__block a,
  .footer__block p {
    display: none;
  }
}

.footer__block a {
  color: var(--Secondary-White, #FFF);
  font-family: Geologica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  border-bottom: 1px solid #47C0F3;
  opacity: 0.5;
  width: fit-content;
}

.footer__block p {
  color: var(--Secondary-White, #FFF);
  font-family: Geologica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  opacity: 0.5;
  width: fit-content;
}

@media (max-width: 991px) {
  .footer__payments {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    top: -200px;
  }
}

@media (max-width: 767px) {
  .footer__payments {
    top: 45px;
  }
}

@media (max-width: 567px) {

  .footer__payments span svg,
  .footer__payments span img {
    width: 75px;
    height: 60px;
    object-fit: contain;
  }
}

.footer__copyright {
  display: none;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 767px) {
  .footer__copyright {
    display: flex;
  }
}

.footer__copyright a {
  color: var(--Secondary-White, #FFF);
  font-family: Geologica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  border-bottom: 1px solid #47C0F3;
  opacity: 0.5;
  width: fit-content;
}

.footer__copyright p {
  color: var(--Secondary-White, #FFF);
  font-family: Geologica;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  opacity: 0.5;
  width: fit-content;
}

section {
  opacity: 0;
  /* Изначально делаем все секции невидимыми */
  visibility: hidden !important;
  transition: opacity 1.5s ease, visibility 2s ease;
  /* Добавляем плавные переходы для анимации */
}

section.visible,
section.animated {
  opacity: 1;
  /* При добавлении класса 'visible' делаем секцию видимой */
  visibility: visible !important;
  transition: opacity 1.5s ease, visibility 2s ease;
}

/*article {*/
/*  opacity: 0;*/
/*  !* Изначально делаем все секции невидимыми *!*/
/*  visibility: hidden !important;*/
/*  transition: opacity 1.5s ease, visibility 2s ease;*/
/*  !* Добавляем плавные переходы для анимации *!*/
/*}*/

/*article.visible,*/
/*article.animated {*/
/*  opacity: 1;*/
/*  !* При добавлении класса 'visible' делаем секцию видимой *!*/
/*  visibility: visible !important;*/
/*  transition: opacity 1.5s ease, visibility 2s ease;*/
/*}*/
.article-content{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease, visibility 2s ease;
}

.article-content.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease, visibility 2s ease;
}

.iti {
  width: 100%;
}

.iti__country {
  color: black;
}

.iti-mobile .iti--container {
  top: 75% !important;
  bottom: 30px !important;
  left: 0px !important;
  right: 30px !important;
  position: fixed;
  z-index: 10000 !important;
  max-height: 25% !important;
  bottom: 0 !important;
}

.iti__selected-flag {
  padding: 0 6px 0 14px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(3, 131, 205, 0.4470588235) !important;
  border-radius: 18px 0 0 18px;
}

#phone {
  position: relative;
}

.breadcrumbs__divider {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
}

@media (max-width: 1199px) {
  .breadcrumbs__divider {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .breadcrumbs__divider {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .breadcrumbs__divider {
    font-size: 16px;
  }
}

@media (max-width: 467px) {
  .breadcrumbs__divider {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .breadcrumbs__divider {
    font-size: 12px;
  }
}

.breadcrumbs__prev {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
  transition: 0.2s ease;
}

@media (max-width: 991px) {
  .breadcrumbs__prev {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .breadcrumbs__prev {
    font-size: 16px;
  }
}

@media (max-width: 467px) {
  .breadcrumbs__prev {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .breadcrumbs__prev {
    font-size: 12px;
  }
}

.breadcrumbs__prev:hover {
  transition: 0.2s ease;
  color: #128BD0;
}

.breadcrumbs__current {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
}

@media (max-width: 991px) {
  .breadcrumbs__current {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .breadcrumbs__current {
    font-size: 16px;
  }
}

@media (max-width: 467px) {
  .breadcrumbs__current {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .breadcrumbs__current {
    font-size: 12px;
  }
}

.breadcrumb {
  gap: 8px;
  margin: 40px 0 50px 0;
}

@media (max-width: 1279px) {
  .breadcrumb {
    margin: 30px 0 40px 0;
  }
}

@media (max-width: 991px) {
  .breadcrumb {
    margin: 30px 0 40px 0;
  }
}

@media (max-width: 390px) {
  .breadcrumb {
    margin: 20px 0 30px 0;
  }
}

.breadcrumb__container {
  margin-top: 130px;
}

/* Стили для меню-оверлея */
.overlay-menu {
  z-index: 1111;
  display: flex;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  right: -440px;
  /* Положение справа за пределами экрана */
  width: 440px;
  height: 100%;
  border-radius: 0px 0px 50px 50px;
  background: #FFF;
  transition: top 0.95s ease;
  display: none;
}

@media (max-width: 1199px) {
  .overlay-menu {
    width: 355px;
    padding: 30px 30px 30px 30px;
  }
}

@media (max-width: 1199px) {
  .overlay-menu {
    display: flex;
    top: -100%;
    /* или другое значение, чтобы скрыть меню сверху */
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    transition: all 0.5s ease;
  }
}

@media (max-width: 467px) {
  .overlay-menu {
    padding: 16px 16 16px 16px;
  }
}

.overlay-menu.active {
  right: 0;
  /* Показать меню */
}

@media (max-width: 1199px) {
  .overlay-menu.active {
    transition: all 0.5s ease;
    top: 0;
  }
}

.overlay-menu .menu-content {
  flex: 1;
  align-items: flex-start;
}

.overlay-menu .menu-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--black, #232424);
  leading-trim: both;
  text-edge: cap;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 80px;
}

@media (max-width: 676px) {
  .overlay-menu .menu-content ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px;
    font-size: 22px;
  }
}

@media (max-height: 500px) {
  .overlay-menu .menu-content ul {
    margin-bottom: 0;
  }
}

@media (max-width: 467px) {
  .overlay-menu .menu-content ul {
    font-size: 18px;
  }
}

.overlay-menu .menu-content ul .btn {
  border-radius: 27px;
  background: #47C0F4;
  padding: 16px 78.5px;
  color: #FFF;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .overlay-menu .menu-content ul .btn {
    padding: 16px 62.5px;
  }
}

.overlay-menu .menu-content ul li {
  margin-bottom: 20px;
  transition: 0.2s ease;
  width: fit-content;
}

.overlay-menu .menu-content ul li:hover {
  transition: 0.2s ease;
  scale: 1.125;
}

@media (max-height: 650px) {
  .overlay-menu .menu-content ul li {
    margin-bottom: 0px;
  }
}

.overlay-menu .menu-content ul li a {
  text-decoration: none;
  color: #161616;
  /* p1 mobile */
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 22.4px */
}

.overlay-menu .menu-content__bottom {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  flex: 1;
  justify-content: flex-end;
  color: var(--ebeef-3, #F5F5F5);
  leading-trim: both;
  text-edge: cap;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.overlay-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the last value for the desired opacity */
  z-index: 999;
  /* Make sure it's above other elements */
  display: block;
  transition: 1s ease;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
  z-index: 2222;
  width: 100%;
  height: 100%;
}

#callBackModal,
#orderModal {
  z-index: 3333;
}

#callBackModal .modal-content,
#orderModal .modal-content {
  border-radius: 50px;
  background: #FFF;
}

@media (max-width: 567px) {

  #callBackModal .modal-content,
  #orderModal .modal-content {
    border-radius: 30px;
  }
}

#callBackModal .modal-dialog,
#orderModal .modal-dialog {
  max-width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
}

#callBackModal .modal-header,
#orderModal .modal-header {
  display: flex;
  flex-direction: column;
  padding: 50px 50px 20px 50px;
  position: relative;
  border-bottom: none;
}

@media (max-width: 767px) {

  #callBackModal .modal-header,
  #orderModal .modal-header {
    padding: 26px 24px 5px 24px;
  }
}

#callBackModal .modal-header .btn-close,
#orderModal .modal-header .btn-close {
  position: absolute;
  right: 45px;
  top: 45px;
}

#callBackModal .modal-title,
#callBackModal h2,
#orderModal .modal-title,
#orderModal h2 {
  color: #161616;
  font-family: Geologica;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 60px */
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1660px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 52px;
  }
}

@media (max-width: 1380px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 48px;
  }
}

@media (max-width: 1280px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 46px;
  }
}

@media (max-width: 1199px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 32px;
  }
}

@media (max-width: 567px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 28px;
  }
}

@media (max-width: 467px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 26px;
  }
}

@media (max-width: 420px) {

  #callBackModal .modal-title,
  #callBackModal h2,
  #orderModal .modal-title,
  #orderModal h2 {
    font-size: 24px;
  }
}

#callBackModal .modal-subtitle,
#callBackModal p,
#orderModal .modal-subtitle,
#orderModal p {
  color: #161616;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
  /* 32px */
  text-align: left;
  width: 100%;
}

@media (max-width: 1380px) {

  #callBackModal .modal-subtitle,
  #callBackModal p,
  #orderModal .modal-subtitle,
  #orderModal p {
    font-weight: 300;
  }
}

@media (max-width: 1199px) {

  #callBackModal .modal-subtitle,
  #callBackModal p,
  #orderModal .modal-subtitle,
  #orderModal p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {

  #callBackModal .modal-subtitle,
  #callBackModal p,
  #orderModal .modal-subtitle,
  #orderModal p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {

  #callBackModal .modal-subtitle,
  #callBackModal p,
  #orderModal .modal-subtitle,
  #orderModal p {
    font-size: 16px;
  }
}

#callBackModal .modal-body,
#orderModal .modal-body {
  padding: 0 50px 50px 50px;
}

@media (max-width: 767px) {

  #callBackModal .modal-body,
  #orderModal .modal-body {
    padding: 0px 24px 40px 24px;
  }
}

#callBackModal .form-control,
#orderModal .form-control {
  padding: 30px 50px;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.34);
}

@media (max-width: 1380px) {

  #callBackModal .form-control,
  #orderModal .form-control {
    padding: 20px 50px;
  }
}

@media (max-width: 991px) {

  #callBackModal .form-control,
  #orderModal .form-control {
    padding: 20px 50px;
  }
}

#callBackModal .form-control:focus,
#orderModal .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 138, 208, 0.4588235294);
}

#callBackModal .form-check,
#orderModal .form-check {
  color: #000;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 567px) {

  #callBackModal .form-check,
  #orderModal .form-check {
    font-size: 16px;
  }
}

@media (max-width: 467px) {

  #callBackModal .form-check,
  #orderModal .form-check {
    font-size: 14px;
  }
}

@media (max-width: 390px) {

  #callBackModal .form-check,
  #orderModal .form-check {
    font-size: 12px;
  }
}

#callBackModal .form-check input,
#orderModal .form-check input {
  border-radius: 50%;
  transform: scale(1.3);
  position: relative;
  bottom: 2.5px;
}

#callBackModal .btn,
#orderModal .btn {
  border: none;
  width: 100%;
  transition: 0.2s ease;
  border-radius: 41px;
  background: #47C0F3;
  color: #fff;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {

  #callBackModal .btn,
  #orderModal .btn {
    padding: 20px;
  }
}

@media (max-width: 567px) {

  #callBackModal .btn,
  #orderModal .btn {
    padding: 14px;
  }
}

#callBackModal .btn:hover,
#orderModal .btn:hover {
  transition: 0.2s ease;
  background-color: #43B8E6;
}

#callBackModal .btn:active,
#orderModal .btn:active {
  transition: 0.2s ease;
  background-color: #128BD0;
}

@media (max-width: 1660px) {
  .modal-title {
    font-size: 48px;
  }
}

.modal-cart {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modal-cart__item {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3568627451);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
  margin-bottom: 34px;
  align-items: center;
}

@media (max-width: 567px) {
  .modal-cart__item {
    margin-bottom: 16px;
  }
}

.modal-cart__item .item-name h6 {
  color: #161616;
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 350px;
}

@media (max-width: 567px) {
  .modal-cart__item .item-name h6 {
    font-size: 22px;
  }
}

@media (max-width: 467px) {
  .modal-cart__item .item-name h6 {
    font-size: 20px;
    max-width: 200px;
  }
}

.modal-cart__item .item-name p {
  color: rgba(22, 22, 22, 0.5) !important;
  font-family: Geologica;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 567px) {
  .modal-cart__item .item-name p {
    font-size: 16px !important;
  }
}

@media (max-width: 467px) {
  .modal-cart__item .item-name p {
    font-size: 14px !important;
  }
}

.modal-cart__item .item-price {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
}

.modal-cart__item .item-price p {
  margin-bottom: 0;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-weight: 400 !important;
  font-size: 24px !important;
}

@media (max-width: 567px) {
  .modal-cart__item .item-price p {
    font-size: 18px !important;
  }
}

@media (max-width: 467px) {
  .modal-cart__item .item-price p {
    font-size: 16px !important;
  }
}

.modal-cart__total {
  width: 100%;
}

.modal-cart__total p {
  color: #161616;
  font-family: Geologica;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 100%;
  /* 32px */
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

@media (max-width: 1440px) {
  .modal-cart__total p {
    font-size: 24px !important;
  }
}

@media (max-width: 567px) {
  .modal-cart__total p {
    font-size: 22px !important;
  }
}

@media (max-width: 390px) {
  .modal-cart__total p {
    font-size: 20px !important;
  }
}

.section__link {
  color: #47C0F4;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 20px 40px;
  border-radius: 31px;
  border: 1px solid #47C0F4;
  transition: 0.2s ease;
  cursor: default;
  width: fit-content;
}

@media (max-width: 1380px) {
  .section__link {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section__link {
    padding: 16px 25px;
  }
}

@media (max-width: 467px) {
  .section__link {
    padding: 14px 20px;
  }
}

@media (max-width: 390px) {
  .section__link {
    font-size: 16px;
  }
}

.section__link:hover {
  color: #47C0F4;
}

.section__link-secondary {
  color: #FFF;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: 0.2s ease;
  padding: 20px 40px;
  border-radius: 31px;
  background-color: #47C0F4;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section__link-secondary {
    padding: 18px 40px;
  }
}

@media (max-width: 600px) {
  .section__link-secondary {
    padding: 16px 30px;
  }
}

.section__link-secondary:hover {
  transition: 0.2s ease;
  background-color: #128BD0;
  color: #fff;
}

.section__link-secondary:active {
  transition: 0.2s ease;
  background-color: #0383cd;
  color: #fff;
}

.section__button-primary {
  border-radius: 31px;
  cursor: pointer;
  width: fit-content;
}

.section__button-primary.white {
  color: #47C0F4;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 20px 85px;
  transition: 0.2s ease;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__button-primary.white:hover {
  transition: 0.2s ease;
  color: #fff;
  background-color: #128BD0;
}

.section__button-primary.white:active {
  transition: 0.2s ease;
  color: #fff;
  background-color: #0889d4;
}

@media (max-width: 991px) {
  .section__button-primary.white {
    padding: 18px 40px;
  }
}

@media (max-width: 600px) {
  .section__button-primary.white {
    padding: 16px 30px;
  }
}

.section__button-outlined {
  border-radius: 31px;
  width: fit-content;
}

.section__button-outlined.white {
  color: #fff;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: 1px solid #fff;
  padding: 20px 85px;
  transition: 0.2s ease;
  background-color: transparent;
  width: fit-content;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .section__button-outlined.white {
    font-size: 24px !important;
  }
}

@media (max-width: 991px) {
  .section__button-outlined.white {
    font-size: 20px !important;
  }
}

.hero {
  scroll-margin-top: 150px;
  margin-top: 100px;
}

.hero__container {
  margin-bottom: 150px;
}

@media (max-width: 1800px) {
  .hero__container {
    margin-bottom: 75px;
  }
}

@media (max-width: 991px) {
  .hero__container {
    margin-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
  }
}

@media (max-width: 767px) {
  .hero__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .hero__container {
    margin-bottom: 80px;
  }
}

.hero__wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 60px;
  background-image: url(../img/hero/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 60px 0 60px;
  position: relative;
}

@media (max-width: 1800px) {
  .hero__wrapper {
    padding-bottom: 0px;
    margin-bottom: 90px;
  }
}

@media (max-width: 1380px) {
  .hero__wrapper {
    padding: 40px 20px 0px 40px;
  }
}

@media (max-height: 600px) {
  .hero__wrapper {
    padding-bottom: 20vh;
  }
}

@media (max-width: 991px) {
  .hero__wrapper {
    border-radius: 0;
    margin-bottom: 90px;
    padding: 30px 40px 200px 70px;
  }
}

@media (max-width: 767px) {
  .hero__wrapper {
    margin-bottom: 90px;
    padding: 40px 20px 84px 40px;
  }
}

@media (max-width: 676px) {
  .hero__wrapper {
    padding: 40px 20px 48px 40px;
  }
}

@media (max-width: 567px) {
  .hero__wrapper {
    flex-direction: column;
    padding: 20px 20px 0px 20px;
    gap: 40px;
  }
}

@media (max-width: 467px) {
  .hero__wrapper {
    padding: 20px 20px 0 20px;
  }
}

.hero__info {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 120px;
  z-index: 10;
}

@media (max-width: 1800px) {
  .hero__info {
    gap: 65px;
  }
}

@media (max-width: 567px) {
  .hero__info {
    max-width: 100%;
  }
}

.hero__text>h1 {
  color: #161616;
  font-family: Geologica;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.5%;
  /* 94.71px */
  margin: 0 0 24px;
}

@media (max-width: 1640px) {
  .hero__text>h1 {
    font-size: 72px;
  }
}

@media (max-width: 1380px) {
  .hero__text>h1 {
    font-size: 64px;
  }
}

@media (max-width: 991px) {
  .hero__text>h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .hero__text>h1 {
    font-size: 45px;
  }
}

.hero__text>p {
  color: #161616;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 180%;
  /* 36px */
  margin: 0 0 48px;
}

@media (max-width: 1640px) {
  .hero__text>p {
    font-size: 19px;
  }
}

@media (max-width: 1380px) {
  .hero__text>p {
    font-size: 18px;
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .hero__text>p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hero__text>p {
    font-size: 16px;
  }
}

.hero__text>a {
  margin: 0;
}

@media (max-width: 567px) {
  .hero__text>a {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

.hero__cards {
  display: flex;
  gap: 30px;
  margin-bottom: 48px;
}

@media (max-width: 567px) {
  .hero__cards {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .hero__cards.desktop {
    display: none;
  }
}

.hero__cards.mobile {
  display: none;
}

@media (max-width: 991px) {
  .hero__cards.mobile {
    display: flex;
  }
}

.hero__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  width: 100%;
  transition: 0.2s ease;
}

.hero__card>picture {
  position: relative;
}

@media (max-width: 567px) {
  .hero__card>picture {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 467px) {
  .hero__card>picture {
    max-width: unset;
    margin: unset;
  }
}

.hero__card>picture>svg {
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}

.hero__card>picture>svg path {
  transition: 0.2s ease;
}

.hero__card>picture>svg circle {
  transition: 0.2s ease;
}

@media (max-width: 991px) {
  .hero__card>picture>svg.card__bg-desktop {
    display: none;
  }
}

.hero__card>picture>svg.card__bg-mobile {
  display: none;
}

@media (max-width: 991px) {
  .hero__card>picture>svg.card__bg-mobile {
    display: flex;
  }
}

.hero__card>picture>h4 {
  color: #FFF;
  font-family: Geologica;
  font-size: 42px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 48.51px */
  position: absolute;
  top: 0;
  padding: 25px;
  max-width: 300px;
}

@media (max-width: 1440px) {
  .hero__card>picture>h4 {
    font-weight: 300;
    font-size: 26px;
    padding: 25px;
  }
}

@media (max-width: 1280px) {
  .hero__card>picture>h4 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .hero__card>picture>h4 {
    font-size: 26px;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .hero__card>picture>h4 {
    font-size: 24px;
  }
}

@media (max-width: 567px) {
  .hero__card>picture>h4 {
    font-size: 24px;
    padding: 30px;
  }
}

@media (max-width: 390px) {
  .hero__card>picture>h4 {
    padding: 20px;
  }
}

.hero__card>picture>p {
  color: #FFF;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  /* 28px */
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 25px;
  max-width: 240px;
}

@media (max-width: 1440px) {
  .hero__card>picture>p {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .hero__card>picture>p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .hero__card>picture>p {
    font-size: 16px;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .hero__card>picture>p {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .hero__card>picture>p {
    padding: 30px;
    font-size: 16px;
    max-width: 280px;
  }
}

@media (max-width: 390px) {
  .hero__card>picture>p {
    font-size: 16px;
    padding: 20px;
  }
}

.hero__img {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  transition: 0.6s ease;
}

.hero__img .img-fluid {
    display: block;
    margin-left: auto;
    width: 65%;
    z-index: 5;
}

@media (max-width: 1800px) {
    .hero__img .img-fluid {
        width: 62%;
    }
}

@media (max-width: 1439px) {
    .hero__img .img-fluid {
        width: 60%;
    }
  }

@media (max-width: 767px) {
    .hero__img .img-fluid {
        width: 56%;
    }
}

@media (max-width: 567px) {
  .hero__img {
    position: relative;
  }

  .hero__img .img-fluid {
    width: 100%;
    margin-left: unset;
  }
}

.hero__img>img {
  transition: 0.6s ease;
}

@media (max-width: 1380px) {
  .hero__img>img {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .hero__img>img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .hero__img>img {
    width: 50%;
  }
}

@media (max-width: 676px) {
  .hero__img>img {
    width: 40%;
  }
}

@media (max-width: 600px) {
  .hero__img>img {
    width: 35%;
  }
}

@media (max-width: 567px) {
  .hero__img>img {
    width: 80%;
  }
}

.hero__img-badge {
  position: absolute;
  border-radius: 30px;
  background: rgba(76, 74, 74, 0.29);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  max-width: 275px;
  padding: 16px;
  display: flex;
  gap: 13px;
  bottom: 48px;
  right: 50px;
}

@media (max-width: 1380px) {
  .hero__img-badge {
    max-width: 250px;
    width: max-content;
  }

  .hero__img-badge .badge__text>p {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero__img-badge {
    display: none;
  }
}

.hero__img-badge>.badge__text>h6 {
  color: #FFF;
  font-family: Geologica;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1640px) {
  .hero__img-badge>.badge__text>h6 {
    font-size: 20px;
  }
}

@media (max-width: 1380px) {
  .hero__img-badge>.badge__text>h6 {
    font-size: 24px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .hero__img-badge>.badge__text>h6 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero__img-badge>.badge__text>h6 {
    font-size: 16px;
  }
}

.hero__img-badge>.badge__text>p {
  color: #FFF;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 129%;
  /* 25.8px */
}

@media (max-width: 1640px) {
  .hero__img-badge>.badge__text>p {
    font-size: 20px;
  }
}

@media (max-width: 1380px) {
  .hero__img-badge>.badge__text>p {
    font-size: 18px;
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .hero__img-badge>.badge__text>p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero__img-badge>.badge__text>p {
    font-size: 14px;
  }
}

.highlight {
  scroll-margin-top: 150px;
}

.highlight__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .highlight__container {
    margin-bottom: 120px;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .highlight__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .highlight__container {
    margin-bottom: 80px;
  }
}

.highlight__wrapper {
  display: flex;
  gap: 40px;
}

@media (max-width: 1800px) {
  .highlight__wrapper {
    margin-bottom: 40px;
  }
}

@media (max-width: 1280px) {
  .highlight__wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .highlight__wrapper {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

@media (max-width: 567px) {
  .highlight__wrapper {
    flex-direction: column-reverse;
  }
}

.highlight__info {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 40px;
}

@media (max-width: 1800px) {
  .highlight__info {
    width: 50%;
  }
}

@media (max-width: 1280px) {
  .highlight__info {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .highlight__info {
    width: 100%;
  }
}

.highlight__webinar {
  border-radius: 50px;
  background: #F7F8F9;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1600px) {
  .highlight__webinar {
    padding: 35px;
  }
}

@media (max-width: 1380px) {
  .highlight__webinar {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .highlight__webinar {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .highlight__webinar {
    padding: 20px;
  }
}

@media (max-width: 567px) {
  .highlight__webinar {
    border-radius: 30px;
  }
}

@media (max-width: 467px) {
  .highlight__webinar {
    padding: 30px;
  }
}

@media (max-width: 390px) {
  .highlight__webinar {
    padding: 15px;
  }
}

@media (max-width: 1199px) {
  .highlight__webinar.desktop {
    display: none;
  }
}

.highlight__webinar.mobile {
  display: none;
}

@media (max-width: 1199px) {
  .highlight__webinar.mobile {
    display: flex;
    flex-direction: column;
  }
}

.highlight__webinar>h4 {
  color: #161616;
  font-family: Geologica;
  font-size: 42px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 48.51px */
  max-width: 500px;
  margin-bottom: 14px;
}

@media (max-width: 1640px) {
  .highlight__webinar>h4 {
    font-size: 36px;
  }
}

@media (max-width: 1380px) {
  .highlight__webinar>h4 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .highlight__webinar>h4 {
    font-size: 28px;
  }
}

@media (max-width: 567px) {
  .highlight__webinar>h4 {
    font-size: 26px;
    font-weight: 300;
    max-width: 300px;
  }
}

@media (max-width: 467px) {
  .highlight__webinar>h4 {
    font-size: 24px;
  }
}

.highlight__webinar>ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .highlight__webinar>ul {
    margin-bottom: 42px;
  }
}

@media (max-width: 991px) {
  .highlight__webinar>ul {
    margin-bottom: 32px;
  }
}

@media (max-width: 340px) {
  .highlight__webinar>ul {
    flex-direction: column;
  }
}

.highlight__webinar>ul>li {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
  margin-right: 20px;
}

@media (max-width: 991px) {
  .highlight__webinar>ul>li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .highlight__webinar>ul>li {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .highlight__webinar>ul>li {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .highlight__webinar>ul>li {
    margin-right: 10px;
  }
}

.highlight__webinar>ul>li::before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"%3E%3Ccircle cx="3.5" cy="3.5" r="3.5" fill="%2347C0F4"%3E%3C/circle%3E%3C/svg%3E');
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  /* Adjust as needed */
  margin-bottom: 2px;
}

@media (max-width: 375px) {
  .highlight__webinar>ul>li::before {
    margin-right: 2.5px;
  }
}

.highlight__webinar>p {
  border-radius: 31px;
  border: 1px solid #47C0F4;
  width: fit-content;
  padding: 20px 40px;
  margin-bottom: 16px;
  color: #47C0F4;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 991px) {
  .highlight__webinar>p {
    padding: 13.9px 40px;
    font-size: 17px;
  }
}

@media (max-width: 567px) {
  .highlight__webinar>p {
    padding: 13.9px 20px;
    font-size: 16px;
  }
}

.highlight__webinar>a {
  margin: 0;
  display: flex;
  width: fit-content;
}

@media (max-width: 567px) {
  .highlight__webinar>a {
    padding: 15px 40px;
    font-size: 16px;
  }
}

@media (max-width: 467px) {
  .highlight__webinar>a {
    font-size: 16px;
  }
}

.highlight__webinar-bg {
  position: absolute;
  right: -95px;
  top: 50px;
  z-index: -1;
}

@media (max-width: 1920px) {
  .highlight__webinar-bg {
    right: -110px;
    top: 20px;
  }
}

@media (max-width: 676px) {
  .highlight__webinar-bg {
    right: -280px;
    top: 60px;
  }
}

@media (max-width: 467px) {
  .highlight__webinar-bg {
    right: -310px;
    top: 67px;
  }
}

@media (max-width: 1660px) {
  .highlight__webinar-bg svg {
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 676px) {
  .highlight__webinar-bg svg {
    width: 45%;
    height: 45%;
  }
}

@media (max-width: 467px) {
  .highlight__webinar-bg svg {
    width: 40%;
    height: 40%;
  }
}

.highlight__blocks {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1280px) {
  .highlight__blocks {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .highlight__blocks {
    flex-direction: column;
    height: 100%;
  }
}

@media (max-width: 567px) {
  .highlight__blocks {
    flex-direction: row;
  }
}

.highlight__blocks>.hero__card {
  transition: 0.2s ease;
  cursor: pointer;
}

.highlight__blocks>.hero__card:hover {
  transition: 0.2s ease;
}

.highlight__blocks>.hero__card:hover picture>p {
    color: #fff;
    transition: 0.2s ease;
}

.highlight__blocks>.hero__card:hover picture>svg {
  transition: 0.2s ease;
}

.highlight__blocks>.hero__card:hover picture>svg path {
  transition: 0.2s ease;
  fill: #128BD0;
}

.highlight__blocks>.hero__card:hover picture>svg circle {
  transition: 0.2s ease;
  fill: #128BD0;
}

.highlight__blocks>.hero__card>picture>p {
  color: #000;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  max-width: 340px;
  /* 36.96px */
}

@media (max-width: 1380px) {
  .highlight__blocks>.hero__card>picture>p {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .highlight__blocks>.hero__card>picture>p {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .highlight__blocks>.hero__card>picture>p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .highlight__blocks>.hero__card>picture>p {
    font-size: 20px;
  }
}

@media (max-width: 567px) {
  .highlight__blocks>.hero__card>picture>p {
    font-size: 20px;
  }
}

@media (max-width: 390px) {
  .highlight__blocks>.hero__card>picture>p {
    font-size: 18px;
  }
}

.highlight__blocks>.hero__card>picture>svg {
  width: 100%;
  height: 100%;
}

.highlight__block-lg {
  width: 50%;
}

@media (max-width: 991) {
  .highlight__block-lg {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .highlight__block-lg {
    width: 175%;
  }
}

@media (max-width: 567px) {
  .highlight__block-lg {
    width: 100%;
  }
}

.highlight__block-lg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 1800px) {
  .highlight__block-lg>img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .highlight__block-lg>img {
    width: 100%;
    height: 100%;
  }
}

.highlight__block-md {
  background-image: url(../../img/svg/card-bg-md.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 475px;
  width: 100%;
  color: #FFF;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 36.96px */
  padding: 0 0 30px 36px;
  display: flex;
  align-items: flex-end;
  transition: 0.2s ease;
}

.highlight__block-md:hover {
  transition: 0.2s ease;
  color: #FFF;
}

.highlight__block-sm {
  border-radius: 30px;
  background: rgb(247, 248, 249);
  width: 66%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .highlight__block-sm {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .highlight__block-sm {
    width: 66%;
  }
}

.highlight__block-sm>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .highlight__block-sm>img {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .highlight__block-sm>img {
    width: 100%;
  }
}

.services {
  scroll-margin-top: 150px;
}

.services__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .services__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .services__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .services__container {
    margin-bottom: 80px;
  }
}

.services__row {
  row-gap: 44px;
  margin-bottom: 80px;
  margin-top: 60px;
}

@media (max-width: 567px) {
  .services__row {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .services__row>.col-md-4 {
    width: 33%;
  }
}

@media (max-width: 991px) {
  .services__row>.col-md-4 {
    width: 50%;
  }
}

@media (max-width: 567px) {
  .services__row>.col-md-4 {
    width: 100%;
  }
}

@media (max-width: 476px) {
  .services__row>.col-md-4.visible:not(.visible) {
    display: flex;
  }
}

@media (max-width: 767px) {
  .services__row {
    row-gap: 33px;
  }
}

@media (max-width: 567px) {
  .services__row {
    row-gap: 22px;
  }
}

.services__card {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 52px;
}

.services__card:hover {
  transition: 0.2s ease;
}

.services__card:hover .card__info .card__title {
  transition: 0.2s ease;
}

.services__card:hover .card__info .card__title h5 {
  transition: 0.2s ease;
  color: #161616;
}

.services__card:hover .card__info .card__footer .card__arrow {
  transition: 0.2s ease;
  background-color: #43B8E6;
}

.services__card:hover .card__info .card__footer .card__arrow svg path {
  transition: 0.2s ease;
  stroke: #fff;
  /* Заменено на двоеточие */
}

.services__card:hover .card__info .card__footer .card__more {
  transition: 0.2s ease;
  background-color: #47C0F4;
}

.services__card:hover .card__img>img {
  transform: scale(1.05);
}

@media (max-width: 1440px) {
  .services__card:hover .card__img>img {
    transform: unset;
  }
}

@media (max-width: 567px) {
  .services__card:hover .card__img>img {
    border-radius: 30px;
  }
}

.services__card:active {
  transition: 0.2s ease;
}

.services__card:active .card__info {
  transition: 0.2s ease;
}

.services__card:active .card__info .card__title h5 {
  transition: 0.2s ease;
  color: #161616;
}

.services__card:active .card__info .card__footer>.card__arrow {
  transition: 0.2s ease;
  background-color: #128BD0;
}

.services__card>.card__img {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 52px;
}

@media (max-width: 567px) {
  .services__card>.card__img {
    border-radius: 30px;
  }
}

.services__card>.card__img>img {
  width: 100%;
  border-radius: 52px;
  transition: 0.2s ease;
  object-fit: cover;
}

@media (max-width: 567px) {
  .services__card>.card__img>img {
    border-radius: 30px;
  }
}

.services__card>.card__info {
  position: absolute;
  top: 0;
  padding: 40px 40px 30px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.2s ease;
}

@media (max-width: 767px) {
  .services__card>.card__info {
    padding: 25px 18px;
  }
}

@media (max-width: 676px) {
  .services__card>.card__info {
    padding: 24px 16px;
  }
}

@media (max-width: 430px) {
  .services__card>.card__info {
    padding: 22px 13px 12px;
  }
}

.services__card>.card__info>.card__title {
  position: relative;
}

.services__card>.card__info>.card__title>h5 {
  transition: 0.2s ease;
  color: #161616;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 36.96px */
  max-width: 350px;
  width: fit-content;
}

@media (max-width: 1640px) {
  .services__card>.card__info>.card__title>h5 {
    font-size: 28px;
  }
}

@media (max-width: 1380px) {
  .services__card>.card__info>.card__title>h5 {
    font-size: 24px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .services__card>.card__info>.card__title>h5 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .services__card>.card__info>.card__title>h5 {
    font-size: 24px;
  }
}

@media (max-width: 567px) {
  .services__card>.card__info>.card__title>h5 {
    max-width: 280px;
  }
}

.services__card>.card__info>.card__footer {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: space-between;
}

.services__card>.card__info>.card__footer>.card__arrow {
  padding: 9.85px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  width: fit-content;
}

@media (max-width: 1380px) {
  .services__card>.card__info>.card__footer>.card__arrow {
    padding: 1.85px;
  }
}

@media (max-width: 767px) {
  .services__card>.card__info>.card__footer>.card__arrow {
    padding: 0;
  }
}

.services__card>.card__info>.card__footer>.card__arrow svg path {
  transition: 0.2s ease;
}

.services__card>.card__info>.card__footer .card__more {
  border-radius: 31px;
  background: rgba(76, 74, 74, 0.29);
  -webkit-backdrop-filter: blur(6.6500000954px);
  backdrop-filter: blur(6.6500000954px);
  padding: 20px 40px;
  color: #FFF;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: 0.2s ease;
  display: flex !important;
}

@media (max-width: 1380px) {
  .services__card>.card__info>.card__footer .card__more {
    padding: 10px 20px;
  }
}

@media (max-width: 567px) {
  .services__card>.card__info>.card__footer .card__more {
    font-size: 16px;
    padding: 12px 12px;
  }
}

@media (max-width: 390px) {
  .services__card>.card__info>.card__footer .card__more {
    font-size: 14px;
  }
}

.services__card>.card__info>.card__footer .card__more p {
  margin-bottom: 0;
}

.services__card>.card__info>.card__footer .card__more svg {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  fill: white !important;
}

@media (max-width: 567px) {
  .services__card>.card__info>.card__footer .card__more svg {
    width: 15px !important;
    margin-bottom: 3px;
  }
}

@media (max-width: 390px) {
  .services__card>.card__info>.card__footer .card__more svg {
    width: 10px !important;
    height: 15px !important;
  }
}

.services__card>.card__info>.card__footer .card__more span>svg {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  fill: white !important;
}

@media (max-width: 567px) {
  .services__card>.card__info>.card__footer .card__more span>svg {
    width: 15px !important;
    margin-bottom: 3px;
  }
}

@media (max-width: 390px) {
  .services__card>.card__info>.card__footer .card__more span>svg {
    width: 10px !important;
    height: 15px !important;
  }
}

.services__card>.card__info>.card__footer .card__more .card__more>svg {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  fill: white;
}

@media (max-width: 567px) {
  .services__card>.card__info>.card__footer .card__more .card__more>svg {
    width: 15px !important;
    margin-bottom: 3px;
  }
}

@media (max-width: 390px) {
  .services__card>.card__info>.card__footer .card__more .card__more>svg {
    width: 10px !important;
    height: 15px !important;
  }
}

@media (max-width: 467px) {
  .services .section__link-secondary {
    width: 100%;
  }
}

.services__row>.col-md-4.hidden {
  display: none;
  transition: 0.2s ease;
}

.services__free {
  scroll-margin-top: 150px;
}

.services__free .services__card {
  aspect-ratio: 16/9;
}

.services-opened {
  margin-top: 175px;
  scroll-margin-top: 150px;
}

.services-opened__card-play {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  border-radius: 30px;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .services-opened__card-play {
    transition: unset;
  }
}

@media (max-width: 991px) {
  .services-opened__card-play {
    transform: scale(0.6);
  }
}

.services-opened__card-play:hover {
  transition: 0.2s ease;
}

.services-opened__card-play:hover svg {
  transition: 0.2s ease;
  transform: scale(1.2);
}

.services-opened__card-play svg {
  transition: 0.2s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 30px;
}

@media (max-width: 1440px) {
  .services-opened__card-play svg {
    transition: unset;
  }
}

.services-opened__card-blocked {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  border-radius: 30px;
  cursor: pointer;
}

.services-opened__card-blocked:hover {
  transition: 0.2s ease;
}

.services-opened__card-blocked:hover svg {
  transition: 0.2s ease;
  transform: scale(1.2);
}

.services-opened__card-blocked svg {
  transition: 0.2s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 30px;
}

.services__card-blocked .card__img img {
  filter: grayscale(1);
}

.services__card-blocked .card__info .card__footer .card__more {
  background-color: #47C0F4;
}

.about {
  scroll-margin-top: 150px;
}

.about__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .about__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .about__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .about__container {
    margin-bottom: 80px;
  }
}

.about__wrapper {
  display: flex;
  gap: 40px;
}

@media (max-width: 1280px) {
  .about__wrapper {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .about__wrapper {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .about__wrapper {
    flex-direction: column;
  }
}

.about__info {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1280px) {
  .about__info {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .about__info {
    max-width: 100%;
  }
}

.about__text {
  padding: 40px;
  border-radius: 50px;
  background: #F7F8F9;
}

@media (max-width: 1199px) {
  .about__text {
    height: 100%;
    padding: 25px 23px 25px;
  }
}

@media (max-width: 567px) {
  .about__text {
    border-radius: 30px;
  }
}

@media (max-width: 467px) {
  .about__text {
    padding: 25px 15px;
  }
}

.about__text>h4 {
  color: #161616;
  font-family: Geologica;
  font-size: 42px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 48.51px */
  margin-bottom: 20px;
}

@media (max-width: 1640px) {
  .about__text>h4 {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .about__text>h4 {
    font-weight: 400;
  }
}

@media (max-width: 1380px) {
  .about__text>h4 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .about__text>h4 {
    font-size: 28px;
  }
}

.about__text>h3 {
    color: #161616;
    font-family: Geologica;
    font-size: 42px;
    font-style: normal;
    font-weight: 200;
    line-height: 115.5%;
    /* 48.51px */
    margin-bottom: 20px;
}

@media (max-width: 1640px) {
    .about__text>h3 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .about__text>h3 {
        font-weight: 400;
    }
}

@media (max-width: 1380px) {
    .about__text>h3 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .about__text>h3 {
        font-size: 28px;
    }
}

.about__text>ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-indent: -18px;
  padding-left: 20px;
}

.about__text>ul>li {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1380px) {
  .about__text>ul>li {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .about__text>ul>li {
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .about__text>ul>li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .about__text>ul>li {
    font-size: 16px;
  }
}

.about__text>ul>li::before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"%3E%3Ccircle cx="3.5" cy="3.5" r="3.5" fill="%2347C0F4"%3E%3C/circle%3E%3C/svg%3E');
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  /* Adjust as needed */
  margin-bottom: 2px;
}

.about__blocks {
  display: flex;
  gap: 40px;
}

@media (max-width: 1280px) {
  .about__blocks {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .about__blocks.desktop {
    display: none;
  }
}

.about__blocks.mobile {
  display: none;
}

@media (max-width: 1199px) {
  .about__blocks.mobile {
    display: flex;
    flex-direction: column;
  }
}

.about__block-lg {
  width: 50%;
}

@media (max-width: 1199px) {
  .about__block-lg {
    width: 100%;
    height: 100%;
  }
}

.about__block-lg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

@media (max-width: 567px) {
  .about__block-lg>img {
    border-radius: 30px;
  }
}

@media (max-width: 1199px) {
  .about__block-lg.desktop {
    display: none;
  }
}

.about__block-sm {
  width: 50%;
}

.about__block-sm>img {
  width: 100%;
}

.about__block-socials {
  border-radius: 50px;
  background: #47C0F4;
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  transition: 0.2s ease;
}

@media (max-width: 567px) {
  .about__block-socials {
    border-radius: 36px;
  }
}

@media (max-width: 1199px) {
  .about__block-socials {
    width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
  }
}

.about__block-socials a:hover {
  transition: 0.2s ease;
}

.about__block-socials a:hover svg {
  transition: 0.2s ease;
}

.about__block-socials a:hover svg ellipse {
  transition: 0.2s ease;
  fill: #128BD0;
}

.about__block-socials a:hover svg path {
  transition: 0.2s ease;
  fill: #fff;
}

.about__block-socials>span {
  position: absolute;
  right: 0;
  transition: 0.2s ease;
}

@media (max-width: 1199px) {
  .about__block-socials>span {
    right: -45px;
    bottom: 20px;
  }
}

@media (max-width: 991px) {
  .about__block-socials>span {
    right: -15px;
    bottom: 35px;
  }
}

@media (max-width: 567px) {
  .about__block-socials>span {
    right: -30px;
    bottom: 20px;
  }
}

@media (max-width: 467px) {
  .about__block-socials>span {
    right: -30px;
    bottom: 35px;
  }
}

.about__block-socials>span>svg {
  transition: 0.2s ease;
}

.about__block-socials>span>svg ellipse path {
  transition: 0.1s ease;
}

@media (max-width: 1660px) {
  .about__block-socials>span>svg {
    width: 200px;
    height: 120px;
  }
}

@media (max-width: 1380px) {
  .about__block-socials>span>svg {
    width: 150px;
    height: 100px;
  }
}

@media (max-width: 1199px) {
  .about__block-socials>span>svg {
    width: 260px;
    height: 180px;
  }
}

@media (max-width: 991px) {
  .about__block-socials>span>svg {
    width: 150px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .about__block-socials>span>svg {
    width: 260px;
    height: 180px;
  }
}

@media (max-width: 567px) {
  .about__block-socials>span>svg {
    width: 210px;
    height: 120px;
  }
}

@media (max-width: 467px) {
  .about__block-socials>span>svg {
    width: 150px;
    height: 80px;
  }
}

.about__block-socials .socials {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 24px;
}

@media (max-width: 1360px) {
  .about__block-socials .socials {
    gap: 4px;
  }
}

@media (max-width: 1199px) {
  .about__block-socials .socials {
    margin-bottom: 0;
    gap: 8px;
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .about__block-socials .socials {
    align-items: center;
    gap: 18px;
  }
}

@media (max-width: 567px) {
  .about__block-socials .socials {
    gap: 8px;
    padding: 40px 0;
  }
}

.schedule {
  scroll-margin-top: 150px;
}

.schedule__container {
  margin-bottom: 150px;
}

.schedule__container img {
    width: 100%;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .schedule__container.desktop {
      display: none;
    }
}

.schedule__container.mobile {
    display: none;
}

@media (max-width: 991px) {
    .schedule__container.mobile {
        display: flex;
    }
}

@media (max-width: 991px) {
  .schedule__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .schedule__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .schedule__container {
    margin-bottom: 80px;
  }
}

.schedule__row {
  margin-top: 80px;
  row-gap: 40px;
}

@media (max-width: 1660px) {
  .schedule__row {
    row-gap: 30px;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .schedule__row {
    row-gap: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .schedule__row {
    row-gap: 15px;
  }
}

@media (max-width: 1199px) {
  .schedule__row .col-md-6 {
    width: 100%;
  }
}

.schedule__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 22px 23px;
  border-radius: 100px;
  background: #F7F8F9;
  transition: 0.2s ease;
}

@media (max-width: 1440px) {
  .schedule__card {
    padding: 16px 16px;
  }
}

@media (max-width: 1280px) {
  .schedule__card {
    padding: 12px 16px;
  }
}

@media (max-width: 567px) {
  .schedule__card {
    padding: 14px;
  }
}

@media (max-width: 467px) {
  .schedule__card {
    padding: 12px;
  }
}

@media (max-width: 390px) {
  .schedule__card {
    padding: 10px;
  }
}

.schedule__card p {
  margin-bottom: 0;
}

.schedule__card:hover {
  transition: 0.2s ease;
  background: #47C0F4;
}

.schedule__card:hover .city {
  transition: 0.2s ease;
  background-color: #fff;
  color: #47C0F4;
}

.schedule__card:hover .title {
  transition: 0.2s ease;
  color: #fff;
}

.schedule__card:hover .date {
  transition: 0.2s ease;
  color: #fff;
}

.schedule__card .city {
  color: #FFF;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 31px;
  background: #47C0F4;
  padding: 20px 0;
  width: 150px;
  max-width: 125px;
  transition: 0.2s ease;
  display: flex;
  justify-content: center;
}

@media (max-width: 1800px) {
  .schedule__card .city {
    padding: 10px 0px;
  }
}

@media (max-width: 1660px) {
  .schedule__card .city {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .schedule__card .city {
    max-width: 125px;
  }
}

@media (max-width: 1199px) {
  .schedule__card .city {
    max-width: 125px;
  }
}

@media (max-width: 767px) {
  .schedule__card .city {
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .schedule__card .city {
    max-width: 125px;
  }
}

@media (max-width: 467px) {
  .schedule__card .city {
    padding: 7.5px 0px;
    max-width: 75px;
  }
}

@media (max-width: 390px) {
  .schedule__card .city {
    font-size: 12px;
  }
}

.schedule__card .title {
  color: #161616;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 36.96px */
  transition: 0.2s ease;
}

@media (max-width: 1660px) {
  .schedule__card .title {
    font-size: 26px;
  }
}

@media (max-width: 1440px) {
  .schedule__card .title {
    font-size: 24px;
  }
}

@media (max-width: 1380px) {
  .schedule__card .title {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .schedule__card .title {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .schedule__card .title {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .schedule__card .title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .schedule__card .title {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .schedule__card .title {
    font-size: 14px;
  }
}

@media (max-width: 467px) {
  .schedule__card .title {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .schedule__card .title {
    font-size: 12px;
  }
}

.schedule__card .date {
  color: #47C0F4;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 23.1px */
  transition: 0.2s ease;
}

@media (max-width: 1660px) {
  .schedule__card .date {
    font-size: 18px;
  }
}

@media (max-width: 1380px) {
  .schedule__card .date {
    font-size: 17px;
  }
}

@media (max-width: 1280px) {
  .schedule__card .date {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .schedule__card .date {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .schedule__card .date {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .schedule__card .date {
    font-size: 13px;
  }
}

@media (max-width: 567px) {
  .schedule__card .date {
    font-size: 12px;
  }
}

@media (max-width: 467px) {
  .schedule__card .date {
    font-size: 12px;
  }

  .schedule__card .date p {
    padding-top: 0;
  }
}

@media (max-width: 390px) {
  .schedule__card .date {
    font-size: 10px;
  }
}

.schedule__card .date p {
  padding-top: 2.5px;
}

.schedule__card .link {
  background-color: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

@media (max-width: 1199px) {
  .schedule__card .link {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 767px) {
  .schedule__card .link {
    width: 32px;
    height: 32px;
  }
}

.schedule-slider {
  scroll-margin-top: 150px;
  overflow: hidden;
}

.schedule-swiper__container {
  margin-bottom: 170px;
}

@media (max-width: 991px) {
  .schedule-swiper__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .schedule-swiper__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .schedule-swiper__container {
    margin-bottom: 80px;
  }
}

.schedule-swiper__row {
  row-gap: calc(var(--bs-gutter-x) * 1);
}

@media (max-width: 1199px) {
  .schedule-swiper__row {
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .schedule-swiper__row .col-md-3 {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .schedule-swiper__row .col-md-3 {
    width: 50%;
  }
}

@media (max-width: 567px) {
  .schedule-swiper__row .col-md-3 {
    padding-right: 0;
  }
}

.schedule-swiper__buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 1440px) {
  .schedule-swiper__buttons {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .schedule-swiper__buttons {
    margin-bottom: 30px;
  }
}

.schedule-swiper__buttons .swiper-buttons {
  display: flex;
  gap: 24px;
}

@media (max-width: 1380px) {
  .schedule-swiper__buttons .swiper-buttons {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .schedule-swiper__buttons .swiper-buttons {
    gap: 14px;
  }
}

.schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-next {
  transition: 0.2s ease;
  width: 75px;
  height: 75px;
  max-height: 75px;
  max-width: 75px;
}

@media (max-width: 1380px) {
  .schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-next {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-next svg {
  transition: 0.2s ease;
  width: 100%;
}

.schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-next svg circle {
  transition: 0.2s ease;
}

.schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-prev {
  transition: 0.2s ease;
  width: 75px;
  height: 75px;
  max-height: 75px;
  max-width: 75px;
}

@media (max-width: 1380px) {
  .schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-prev svg {
  transition: 0.2s ease;
  width: 100%;
}

.schedule-swiper__buttons .swiper-buttons .schedule-swiper-button-prev svg circle {
  transition: 0.2s ease;
}

.schedule__card-secondary {
  padding: 28px 34px;
  border-radius: 40px;
  background: #F7F8F9;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1440px) {
  .schedule__card-secondary {
    padding: 25px;
  }
}

@media (max-width: 1280px) {
  .schedule__card-secondary {
    padding: 20px 15px;
  }
}

@media (max-width: 420px) {
  .schedule__card-secondary {
    padding: 16px 12px;
    border-radius: 26px;
  }
}

.schedule__card-secondary .date {
  color: #47C0F4;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 23.1px */
  transition: 0.2s ease;
}

@media (max-width: 1380px) {
  .schedule__card-secondary .date {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .schedule__card-secondary .date {
    font-size: 17.5px;
  }
}

@media (max-width: 767px) {
  .schedule__card-secondary .date {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .schedule__card-secondary .date {
    font-size: 16.5px;
  }
}

@media (max-width: 467px) {
  .schedule__card-secondary .date {
    font-size: 16px;
  }
}

.schedule__card-secondary .date p {
  margin-bottom: 14px;
}

.schedule__card-secondary .title {
  color: #161616;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 36.96px */
  transition: 0.2s ease;
}

@media (max-width: 1660px) {
  .schedule__card-secondary .title {
    font-size: 30px;
  }
}

@media (max-width: 1380px) {
  .schedule__card-secondary .title {
    font-size: 26px;
  }
}

@media (max-width: 1280px) {
  .schedule__card-secondary .title {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .schedule__card-secondary .title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .schedule__card-secondary .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .schedule__card-secondary .title {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .schedule__card-secondary .title {
    font-size: 16px;
  }
}

@media (max-width: 467px) {
  .schedule__card-secondary .title {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .schedule__card-secondary .title {
    font-size: 16px;
  }
}

.schedule__card-secondary .title p {
  margin-bottom: 62px;
}

.schedule__card-secondary a {
  margin: 0;
  width: 100%;
  gap: 4px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 567px) {
  .schedule__card-secondary a {
    font-size: 16px;
  }
}

.schedule__card-secondary a svg {
  width: 14px;
  height: 14px;
}

.accordion {
  scroll-margin-top: 150px;
  padding-top: 60px;
  display: grid;
  flex-direction: column;
  gap: 20px;
  grid-template-columns: 2fr 2fr;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .accordion {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .accordion {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .accordion {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .accordion {
    gap: 16px;
  }
}

@media (max-width: 567px) {
  .accordion {
    gap: 14px;
    padding-top: 30px;
  }
}

@media (max-width: 467px) {
  .accordion {
    gap: 12px;
  }
}

.accordion__container {
  margin-top: 60px;
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .accordion__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .accordion__container {
    margin-bottom: 80px;
  }
}

@media (max-width: 567px) {
  .accordion__container {
    margin-bottom: 60px;
  }
}

.accordion__heading {
  margin-bottom: 1rem;
  padding: 0 1.4rem;
}

.accordion__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 20px;
  background: #F7F8F9;
  border: none;
  outline: none;
  color: #161616;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 36.96px */
  text-align: left;
  cursor: pointer;
  transition: 0.1s;
}

@media (max-width: 1660px) {
  .accordion__btn {
    font-size: 28px;
  }
}

@media (max-width: 1440px) {
  .accordion__btn {
    font-size: 26px;
    padding: 20px 30px;
  }
}

@media (max-width: 1380px) {
  .accordion__btn {
    font-size: 24px;
  }
}

@media (max-width: 1280px) {
  .accordion__btn {
    font-size: 24px;
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .accordion__btn {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .accordion__btn {
    font-size: 20px;
  }
}

@media (max-width: 567px) {
  .accordion__btn {
    font-size: 18px;
    padding: 16px;
    border-radius: 12px;
  }
}

@media (max-width: 467px) {
  .accordion__btn {
    font-size: 17px;
  }
}

@media (max-width: 390px) {
  .accordion__btn {
    font-size: 16px;
  }
}

.accordion__btn:hover {
  color: var(--black, #232424);
  background: rgba(71, 192, 244, 0.1882352941);
}

.accordion__item--active .accordion__btn {
  color: var(--black, #232424);
  background: rgba(71, 192, 244, 0.4352941176);
}

.fa-lightbulb {
  padding-right: 1rem;
}

.accordion__icon {
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  opacity: 1;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  min-height: 48px;
  min-width: 48px;
  background: #47C0F4;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 1199px) {
  .accordion__icon {
    width: 43px;
    height: 43px;
    max-width: 43px;
    max-height: 43px;
    min-height: 43px;
    min-width: 43px;
  }
}

@media (max-width: 767px) {
  .accordion__icon {
    width: 38px;
    height: 38px;
    max-width: 38px;
    max-height: 38px;
    min-height: 38px;
    min-width: 38px;
  }
}

.accordion__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M6 12H18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 18V6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  right: 0.5px;
  top: 0.5px;
}

@media (max-width: 991px) {
  .accordion__icon::after {
    background-size: 50%;
  }
}

.accordion__item--active .accordion__icon {
  transform: rotate(180deg);
  background: #47C0F4;
}

.accordion__item--active .accordion__icon::after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M6 12H18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.accordion__content {
  font-weight: 300;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(16px);
  transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}

.accordion__content p {
  margin: 0;
}

.accordion__content>ul {
  display: flex;
  flex-direction: column;
  padding-left: 1.4rem;
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
}

@media (max-width: 1440px) {
  .accordion__content>ul {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .accordion__content>ul {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .accordion__content>ul {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .accordion__content>ul {
    padding-left: 1rem;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .accordion__content>ul {
    font-size: 14px;
  }
}

.accordion__content>ul>li {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding-bottom: 0;
}

.accordion__content>ul>li>p:last-child {
  padding-right: 1.4rem;
}

.accordion__item--active .accordion__content {
  opacity: 1;
  transform: translateX(0px);
  max-height: 100vh;
}

.callback {
  scroll-margin-top: 150px;
}

.callback__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .callback__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .callback__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .callback__container {
    margin-bottom: 80px;
  }
}

.callback__container .info__block {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 60px;
  background: #F7F8F9;
  position: relative;
  padding: 70px 50px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1199px) {
  .callback__container .info__block {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) and (max-width: 1660px) {
  .callback__container .info__block {
    padding: 45px 25px;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .callback__container .info__block {
    border-radius: 30px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .callback__container .info__block {
    padding: 30px 20px;
  }
}

@media (max-width: 1199px) and (max-width: 567px) {
  .callback__container .info__block {
    padding: 27.5px 15px;
  }
}

@media (max-width: 1199px) {
  .callback__container .info__block span {
    position: absolute;
    right: 0;
    z-index: -1;
  }

  .callback__container .info__block .title {
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px) and (max-width: 1440px) {
  .callback__container .info__block .title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) and (max-width: 1280px) {
  .callback__container .info__block .title {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) and (max-width: 567px) {
  .callback__container .info__block .title {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .callback__container .info__block .title h3 {
    color: #000;
    font-family: Geologica;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 60px */
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) and (max-width: 1660px) {
  .callback__container .info__block .title h3 {
    font-size: 44px;
  }
}

@media (max-width: 1199px) and (max-width: 1380px) {
  .callback__container .info__block .title h3 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) and (max-width: 1280px) {
  .callback__container .info__block .title h3 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) and (max-width: 1199px) {
  .callback__container .info__block .title h3 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .callback__container .info__block .title h3 {
    font-size: 36px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .callback__container .info__block .title h3 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) and (max-width: 567px) {
  .callback__container .info__block .title h3 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) and (max-width: 467px) {
  .callback__container .info__block .title h3 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) and (max-width: 420px) {
  .callback__container .info__block .title h3 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .callback__container .info__block .title p {
    color: #464646;
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 160%;
    /* 32px */
  }
}

@media (max-width: 1199px) and (max-width: 1660px) {
  .callback__container .info__block .title p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) and (max-width: 1380px) {
  .callback__container .info__block .title p {
    font-weight: 300;
  }
}

@media (max-width: 1199px) and (max-width: 1280px) {
  .callback__container .info__block .title p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) and (max-width: 1199px) {
  .callback__container .info__block .title p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .callback__container .info__block .title p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .callback__container .info__block .title p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) and (max-width: 567px) {
  .callback__container .info__block .title p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .callback__container .info__block .contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) and (max-width: 567px) {
  .callback__container .info__block .contacts {
    margin-bottom: 5px;
  }
}

@media (max-width: 1199px) {
  .callback__container .info__block .contacts a {
    color: #0E0E0E;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.5%;
    /* 38.52px */
  }
}

@media (max-width: 1199px) and (max-width: 1660px) {
  .callback__container .info__block .contacts a {
    font-size: 22px;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .callback__container .info__block .contacts a {
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .callback__container .info__block .contacts a {
    font-size: 18px;
  }
}

@media (max-width: 1199px) and (max-width: 467px) {
  .callback__container .info__block .contacts a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .callback__container .info__block .socials {
    display: flex;
    gap: 24px;
    transition: 0.2s ease;
    flex: 1;
    align-items: flex-end;
  }
}

@media (max-width: 1199px) and (max-width: 567px) {
  .callback__container .info__block .socials {
    gap: 12px;
  }
}

@media (max-width: 1199px) {
  .callback__container .info__block .socials a {
    transition: 0.2s ease;
  }

  .callback__container .info__block .socials a:hover {
    transform: scale(1.2);
    transition: 0.2s ease;
  }

  .callback__container .info__block .socials a svg {
    transition: 0.2s ease;
  }
}

@media (max-width: 1199px) and (max-width: 1660px) {
  .callback__container .info__block .socials a svg {
    width: 66px;
  }
}

@media (max-width: 1199px) and (max-width: 1440px) {
  .callback__container .info__block .socials a svg {
    width: 44px;
  }
}

@media (max-width: 1199px) and (max-width: 390px) {
  .callback__container .info__block .socials a svg {
    width: 33px;
  }
}

.callback__wrapper {
  display: flex;
  gap: 40px;
}

@media (max-width: 1280px) {
  .callback__wrapper {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .callback__wrapper {
    flex-direction: row-reverse;
  }
}

@media (max-width: 991px) {
  .callback__wrapper {
    flex-direction: column;
  }
}

.callback__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1280px) {
  .callback__info {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .callback__info {
    width: 100%;
  }
}

.callback__info .info__block {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 60px;
  background: #F7F8F9;
  position: relative;
  padding: 70px 50px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1660px) {
  .callback__info .info__block {
    padding: 45px 50px 30px;
    height: fit-content;
  }
}

@media (max-width: 991px) {
  .callback__info .info__block {
    border-radius: 30px;
  }
}

.callback__info .info__block span {
  position: absolute;
  right: 0;
  z-index: -1;
}

.callback__info .info__block .title {
  margin-bottom: 60px;
}

@media (max-width: 1440px) {
  .callback__info .info__block .title {
    margin-bottom: 30px;
  }
}

@media (max-width: 1280px) {
  .callback__info .info__block .title {
    margin-bottom: 15px;
  }
}

.callback__info .info__block .title h3 {
  color: #000;
  font-family: Geologica;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 60px */
  margin-bottom: 20px;
}

@media (max-width: 1660px) {
  .callback__info .info__block .title h3 {
    font-size: 58px;
  }
}

@media (max-width: 1440px) {
  .callback__info .info__block .title h3 {
    font-size: 44px;
  }
}

@media (max-width: 1380px) {
  .callback__info .info__block .title h3 {
    font-size: 42px;
  }
}

@media (max-width: 1280px) {
  .callback__info .info__block .title h3 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .callback__info .info__block .title h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .callback__info .info__block .title h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .callback__info .info__block .title h3 {
    font-size: 32px;
  }
}

@media (max-width: 567px) {
  .callback__info .info__block .title h3 {
    font-size: 28px;
  }
}

@media (max-width: 467px) {
  .callback__info .info__block .title h3 {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  .callback__info .info__block .title h3 {
    font-size: 24px;
  }
}

.callback__info .info__block .title p {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
  /* 32px */
}

@media (max-width: 1660px) {
  .callback__info .info__block .title p {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .callback__info .info__block .title p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .callback__info .info__block .title p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .callback__info .info__block .title p {
    font-size: 16px;
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .callback__info .info__block .title p {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .callback__info .info__block .title p {
    font-size: 14px;
  }
}

.callback__info .info__block .contacts {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.callback__info .info__block .contacts a {
  color: #0E0E0E;
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.5%;
  /* 38.52px */
}

@media (max-width: 1440px) {
  .callback__info .info__block .contacts a {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .callback__info .info__block .contacts a {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .callback__info .info__block .contacts a {
    font-size: 18px;
  }
}

.callback__info .info__block .socials {
  display: flex;
  gap: 24px;
  transition: 0.2s ease;
}

.callback__info .info__block .socials a {
  transition: 0.2s ease;
}

.callback__info .info__block .socials a:hover {
  transform: scale(1.2);
  transition: 0.2s ease;
}

.callback__info .img__block img {
  width: 100%;
  border-radius: 30px;
}

@media (max-width: 1660px) {
  .callback__info .img__block img {
    object-fit: cover;
    height: 100%;
  }
}

@media (max-width: 1660px) {
  .callback__info .img__block.desktop {
    width: 100%;
    flex: 1;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .callback__info .img__block.desktop {
    display: none;
  }
}

.callback__info .img__block.mobile {
  display: none;
  height: 100%;
}

@media (max-width: 1199px) {
  .callback__info .img__block.mobile {
    display: flex;
  }
}

.callback__info .img__block.mobile img {
  width: 100%;
  border-radius: 30px;
  max-height: 825px;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 991px) {
  .callback__info .img__block.mobile img {
    max-height: 400px;
  }
}

@media (max-width: 991px) {
  .callback__info .img__block.mobile img.tablet {
    display: none;
  }
}

.callback__info .img__block.mobile img.mobile {
  display: none;
}

@media (max-width: 991px) {
  .callback__info .img__block.mobile img.mobile {
    display: block;
  }
}

.callback__form {
  width: 50%;
  border-radius: 50px;
  background: #47C0F4;
}

@media (max-width: 1660px) {
  .callback__form {
    border-radius: 30px;
  }
}

@media (max-width: 1199px) {
  .callback__form {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .callback__form {
    width: 100%;
    border-radius: 30px;
  }
}

.callback__form .modal-header {
  display: flex;
  flex-direction: column;
  padding: 50px 70px 10px 50px;
  position: relative;
  border-bottom: none;
}

@media (max-width: 1660px) {
  .callback__form .modal-header {
    padding: 45px 50px 20px;
  }
}

@media (max-width: 991px) {
  .callback__form .modal-header {
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .callback__form .modal-header {
    padding: 27.5px 16px 10px 16px;
  }
}

.callback__form .modal-header .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
}

.callback__form .modal-title,
.callback__form h2 {
  color: #fff;
  font-family: Geologica;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 60px */
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1660px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 58px;
  }
}

@media (max-width: 1440px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 44px;
  }
}

@media (max-width: 1380px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 42px;
  }
}

@media (max-width: 1280px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 32px;
  }
}

@media (max-width: 567px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 28px;
  }
}

@media (max-width: 467px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 26px;
  }
}

@media (max-width: 420px) {

  .callback__form .modal-title,
  .callback__form h2 {
    font-size: 24px;
  }
}

.callback__form .modal-subtitle,
.callback__form p {
  color: #fff;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
  /* 32px */
  text-align: left;
  width: 100%;
}

@media (max-width: 1660px) {

  .callback__form .modal-subtitle,
  .callback__form p {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {

  .callback__form .modal-subtitle,
  .callback__form p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {

  .callback__form .modal-subtitle,
  .callback__form p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {

  .callback__form .modal-subtitle,
  .callback__form p {
    font-size: 16px;
    font-weight: 300;
  }
}

@media (max-width: 767px) {

  .callback__form .modal-subtitle,
  .callback__form p {
    font-size: 16px;
  }
}

@media (max-width: 567px) {

  .callback__form .modal-subtitle,
  .callback__form p {
    font-size: 14px;
  }
}

.callback__form .modal-body {
  padding: 0 50px 50px 50px;
}

@media (max-width: 1660px) {
  .callback__form .modal-body {
    padding: 0px 50px 50px;
  }
}

@media (max-width: 767px) {
  .callback__form .modal-body {
    padding: 0px 16px 24px 16px;
  }
}

.callback__form .form-control {
  padding: 30px 40px;
  color: #fff;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid #FFF;
  background-color: transparent;
}

@media (max-width: 991px) {
  .callback__form .form-control {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .callback__form .form-control {
    font-size: 14px;
    padding: 15px 25px;
  }
}

.callback__form .form-control:focus {
  transition: 0.2s ease;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #128BD0;
}

.callback__form .form-control::placeholder {
  color: #fff;
}

.callback__form .form-check {
  color: #fff;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.65;
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 567px) {
  .callback__form .form-check {
    font-size: 16px;
  }
}

@media (max-width: 467px) {
  .callback__form .form-check {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .callback__form .form-check {
    font-size: 12px;
  }
}

.callback__form .form-check input {
  border-radius: 50%;
  transform: scale(1.3);
  position: relative;
  bottom: 2.5px;
}

.callback__form .btn {
  border: none;
  width: 100%;
  transition: 0.2s ease;
  border-radius: 41px;
  background: #fff;
  color: #47C0F3;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.callback__form .btn:hover {
  transition: 0.2s ease;
  background-color: #128BD0;
  border: 1px solid #128BD0;
}

.callback__form .btn:active {
  transition: 0.2s ease;
  background-color: #128BD0;
  border: 1px solid #128BD0;
}

@media (max-width: 1660px) {
  .callback__form .btn {
    padding: 20px 15px;
  }
}

@media (max-width: 567px) {
  .callback__form .btn {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .info__block.desktop {
    display: none;
  }
}

.info__block.mobile {
  display: none;
}

@media (max-width: 1199px) {
  .info__block.mobile {
    display: flex;
  }
}

#togglePassword {
  cursor: pointer;
  padding: 5px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 30px;
  bottom: 30%;
}

@media (max-width: 1380px) {
  #togglePassword {
    bottom: 25%;
  }
}

@media (max-width: 567px) {
  #togglePassword {
    right: 15px;
  }
}

#togglePassword:hover {
  opacity: 0.8;
}

.register,
.authorization {
  margin-top: 175px;
}

.register__container,
.authorization__container {
  margin-bottom: 120px;
}

@media (max-width: 991px) {

  .register__container,
  .authorization__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {

  .register__container,
  .authorization__container {
    margin-bottom: 80px;
  }
}

@media (max-width: 567px) {

  .register__container,
  .authorization__container {
    margin-bottom: 60px;
  }
}

.register__form,
.authorization__form {
  max-width: 700px;
  margin: 0 auto;
}

.register .modal-content,
.authorization .modal-content {
  border-radius: 50px;
  background: #FFF;
}

@media (max-width: 567px) {

  .register .modal-content,
  .authorization .modal-content {
    border-radius: 30px;
  }
}

.register .modal-dialog,
.authorization .modal-dialog {
  max-width: 700px;
}

.register .modal-header,
.authorization .modal-header {
  display: flex;
  flex-direction: column;
  padding: 50px 50px 20px 50px;
  position: relative;
  border-bottom: none;
}

@media (max-width: 767px) {

  .register .modal-header,
  .authorization .modal-header {
    padding: 25px 15px 5px 15px;
  }
}

.register .modal-header .btn-close,
.authorization .modal-header .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
}

.register .modal-title,
.register h2,
.authorization .modal-title,
.authorization h2 {
  color: #161616;
  font-family: Geologica;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 60px */
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1660px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 52px;
  }
}

@media (max-width: 1380px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 50px;
  }
}

@media (max-width: 1280px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 32px;
  }
}

@media (max-width: 567px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 28px;
  }
}

@media (max-width: 467px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 26px;
  }
}

@media (max-width: 420px) {

  .register .modal-title,
  .register h2,
  .authorization .modal-title,
  .authorization h2 {
    font-size: 24px;
  }
}

.register .modal-subtitle,
.register p,
.authorization .modal-subtitle,
.authorization p {
  color: #161616;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
  /* 32px */
  text-align: left;
  width: 100%;
}

@media (max-width: 1380px) {

  .register .modal-subtitle,
  .register p,
  .authorization .modal-subtitle,
  .authorization p {
    font-weight: 300;
  }
}

@media (max-width: 1199px) {

  .register .modal-subtitle,
  .register p,
  .authorization .modal-subtitle,
  .authorization p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {

  .register .modal-subtitle,
  .register p,
  .authorization .modal-subtitle,
  .authorization p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {

  .register .modal-subtitle,
  .register p,
  .authorization .modal-subtitle,
  .authorization p {
    font-size: 16px;
  }
}

.register .modal-body,
.authorization .modal-body {
  padding: 0 50px 50px 50px;
}

@media (max-width: 767px) {

  .register .modal-body,
  .authorization .modal-body {
    padding: 0 15px 25px 15px;
  }
}

.register .form-control,
.authorization .form-control {
  padding: 30px 40px;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.34);
}

@media (max-width: 1380px) {

  .register .form-control,
  .authorization .form-control {
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {

  .register .form-control,
  .authorization .form-control {
    padding: 15px 25px;
  }
}

.register .form-control:focus,
.authorization .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 138, 208, 0.4588235294);
}

.register .form-check,
.authorization .form-check {
  color: #000;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 567px) {

  .register .form-check,
  .authorization .form-check {
    font-size: 16px;
  }
}

@media (max-width: 467px) {

  .register .form-check,
  .authorization .form-check {
    font-size: 14px;
  }
}

@media (max-width: 390px) {

  .register .form-check,
  .authorization .form-check {
    font-size: 12px;
  }
}

.register .form-check input,
.authorization .form-check input {
  border-radius: 50%;
  transform: scale(1.3);
  position: relative;
  bottom: 2.5px;
}

.register .btn,
.authorization .btn {
  border: none;
  width: 100%;
  transition: 0.2s ease;
  border-radius: 41px;
  background: #47C0F3;
  color: #fff;
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {

  .register .btn,
  .authorization .btn {
    padding: 20px;
  }
}

@media (max-width: 567px) {

  .register .btn,
  .authorization .btn {
    padding: 14px;
  }
}

.register .btn:hover,
.authorization .btn:hover {
  transition: 0.2s ease;
  background-color: #43B8E6;
}

.register .btn:active,
.authorization .btn:active {
  transition: 0.2s ease;
  background-color: #128BD0;
}

.register .form-tip,
.authorization .form-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
}

.register .form-tip p,
.authorization .form-tip p {
  color: #161616;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 23.1px */
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  gap: 4px;
}

@media (max-width: 991px) {

  .register .form-tip p,
  .authorization .form-tip p {
    font-size: 18px;
  }
}

@media (max-width: 567px) {

  .register .form-tip p,
  .authorization .form-tip p {
    font-size: 16px;
  }
}

.register .form-tip p span>a,
.authorization .form-tip p span>a {
  transition: 0.2s ease;
  color: #128BD0;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 23.1px */
}

.register .form-tip p span>a:hover,
.authorization .form-tip p span>a:hover {
  transition: 0.2s ease;
  color: #0889d4;
}

@media (max-width: 991px) {

  .register .form-tip p span>a,
  .authorization .form-tip p span>a {
    font-size: 18px;
  }
}

@media (max-width: 567px) {

  .register .form-tip p span>a,
  .authorization .form-tip p span>a {
    font-size: 16px;
  }
}

.register .form-tip a,
.authorization .form-tip a {
  transition: 0.2s ease;
  color: #161616;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 23.1px */
}

.register .form-tip a:hover,
.authorization .form-tip a:hover {
  transition: 0.2s ease;
  color: #128BD0;
}

@media (max-width: 991px) {

  .register .form-tip a,
  .authorization .form-tip a {
    font-size: 18px;
  }
}

@media (max-width: 567px) {

  .register .form-tip a,
  .authorization .form-tip a {
    font-size: 16px;
  }
}

.register #password,
.authorization #password {
  position: relative;
}

.register .password,
.authorization .password {
  position: relative;
}

.error__container {
  margin-top: 150px;
  margin-bottom: 150px;
}

@media (max-width: 567px) {
  .error__container {
    margin-bottom: 100px;
  }
}

.error__container img {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 567px) {
  .error__img-desktop {
    display: none;
  }
}

.error__img-mobile {
  display: none;
}

@media (max-width: 567px) {
  .error__img-mobile {
    display: block;
  }
}

.webinar {
  margin-top: 140px;
}

@media (max-width: 1280px) {
  .webinar-main .services-opened {
    margin-top: 100px;
  }
}

@media (max-width: 1199px) {
  .webinar-main .services-opened {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .webinar-main .services-opened {
    margin-top: 70px;
  }
}

.webinar__wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  background: #F7F8F9;
  padding: 50px 60px;
  gap: 30px;
}

@media (max-width: 1280px) {
  .webinar__wrapper {
    padding: 30px 35px;
  }
}

@media (max-width: 567px) {
  .webinar__wrapper {
    padding: 25px 15px;
    border-radius: 30px;
  }
}

.webinar__info {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .webinar__info {
    flex-direction: column;
    gap: 12px;
  }
}

.webinar__text {
  max-width: 900px;
}

@media (max-width: 1660px) {
  .webinar__text {
    max-width: 750px;
  }
}

@media (max-width: 1199px) {
  .webinar__text {
    max-width: unset;
  }
}

.webinar__text h5 {
  color: #161616;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 36.96px */
}

@media (max-width: 567px) {
  .webinar__text h5 {
    font-weight: 400;
    font-size: 28px;
  }
}

.webinar__text p {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .webinar__text p {
    font-size: 18px;
  }
}

@media (max-width: 567px) {
  .webinar__text p {
    font-size: 16px;
  }
}

.webinar__timer p {
  color: #161616;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 23.1px */
}

@media (max-width: 1280px) {
  .webinar__timer p {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .webinar__timer p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .webinar__timer p {
    font-size: 17px;
  }
}

@media (max-width: 567px) {
  .webinar__timer p {
    font-size: 16px;
    font-weight: 300;
  }
}

@media (max-width: 467px) {
  .webinar__timer p {
    font-size: 16px;
  }
}

.webinar__timer span {
  color: #161616;
  font-family: Geologica;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.5%;
  /* 32.34px */
}

@media (max-width: 1280px) {
  .webinar__timer span {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .webinar__timer span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .webinar__timer span {
    font-size: 24px;
  }
}

@media (max-width: 567px) {
  .webinar__timer span {
    font-size: 22px;
  }
}

@media (max-width: 467px) {
  .webinar__timer span {
    font-size: 20px;
  }
}

.webinar__stream {
  position: relative;
}

.webinar__stream img {
  width: 100%;
}

.webinar__stream-play {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.webinar__stream-play svg {
  transition: 0.2s ease;
}

@media (max-width: 1280px) {
  .webinar__stream-play svg {
    width: 15%;
  }
}

.webinar-banner__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .webinar-banner__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .webinar-banner__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .webinar-banner__container {
    margin-bottom: 80px;
  }
}

.webinar-banner__wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  background: #F7F8F9;
  padding: 64px;
  position: relative;
}

@media (max-width: 991px) {
  .webinar-banner__wrapper {
    padding: 40px 25px;
  }
}

@media (max-width: 567px) {
  .webinar-banner__wrapper {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .webinar-banner__wrapper {
    flex-direction: column;
  }
}

.webinar-banner__info {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.webinar-banner__info h5 {
  color: rgba(22, 22, 22, 0.4901960784);
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 48.51px */
  max-width: 650px;
  margin-bottom: 20px;
}

@media (max-width: 1640px) {
  .webinar-banner__info h5 {
    font-size: 30px;
  }
}

@media (max-width: 1380px) {
  .webinar-banner__info h5 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .webinar-banner__info h5 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .webinar-banner__info h5 br {
    display: none;
  }
}

@media (max-width: 567px) {
  .webinar-banner__info h5 {
    font-size: 24px;
    font-weight: 300;
  }
}

@media (max-width: 467px) {
  .webinar-banner__info h5 {
    font-size: 22px;
  }
}

.webinar-banner__info p.offprice {
  color: rgba(22, 22, 22, 0.3803921569);
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.5%;
  /* 48.51px */
  margin-bottom: 8px;
  text-decoration: line-through;
}

.webinar-banner__info ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .webinar-banner__info ul {
    margin-bottom: 30px;
  }
}

@media (max-width: 340px) {
  .webinar-banner__info ul {
    flex-direction: column;
  }
}

.webinar-banner__info ul>li {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
  margin-right: 20px;
}

@media (max-width: 991px) {
  .webinar-banner__info ul>li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .webinar-banner__info ul>li {
    font-size: 16px;
  }
}

@media (max-width: 467px) {
  .webinar-banner__info ul>li {
    font-size: 14px;
    font-weight: 300;
  }
}

@media (max-width: 375px) {
  .webinar-banner__info ul>li {
    margin-right: 10px;
  }
}

.webinar-banner__info ul>li::before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"%3E%3Ccircle cx="3.5" cy="3.5" r="3.5" fill="%2347C0F4"%3E%3C/circle%3E%3C/svg%3E');
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  /* Adjust as needed */
  margin-bottom: 2px;
}

@media (max-width: 375px) {
  .webinar-banner__info ul>li::before {
    margin-right: 2.5px;
  }
}

.webinar-banner__info h1 {
  color: #161616;
  font-family: Geologica;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.5%;
  /* 94.71px */
  margin: 0 0 24px;
}

@media (max-width: 1640px) {
  .webinar-banner__info h1 {
    font-size: 72px;
  }
}

@media (max-width: 1380px) {
  .webinar-banner__info h1 {
    font-size: 64px;
  }
}

@media (max-width: 991px) {
  .webinar-banner__info h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .webinar-banner__info h1 {
    font-size: 45px;
  }
}

@media (max-width: 567px) {
  .webinar-banner__info h1 {
    font-size: 34px;
  }
}

@media (max-width: 467px) {
  .webinar-banner__info h1 {
    font-size: 24px;
  }
}

.webinar-banner__date {
  display: flex;
  gap: 25px;
}

@media (max-width: 676px) {
  .webinar-banner__date {
    flex-direction: column;
    gap: 2px;
  }
}

.webinar-banner__date p {
  color: var(--blue, #47C0F4);
  font-family: Geologica;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 18px;
  border: 1px solid #47C0F4;
  border-radius: 30px;
  width: fit-content;
}

@media (max-width: 991px) {
  .webinar-banner__date p {
    padding: 12px;
  }
}

.webinar-banner__bottom {
  display: flex;
  flex: 1;
  align-items: flex-end;
  gap: 28px;
}

.webinar-banner__bottom a {
  width: fit-content;
  margin: 0;
}

.webinar-banner__bottom p {
  color: #161616;
  font-family: Geologica;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.5%;
  /* 48.51px */
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .webinar-banner__bottom.desktop {
    display: none;
  }
}

.webinar-banner__bottom.mobile {
  display: none;
}

@media (max-width: 767px) {
  .webinar-banner__bottom.mobile {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 567px) {
  .webinar-banner__bottom.mobile {
    justify-content: space-around;
  }
}

.webinar-banner__img {
  position: absolute;
  right: -138px;
}

@media (max-width: 1440px) {
  .webinar-banner__img {
    top: 20%;
    right: -243px;
  }
}

@media (max-width: 1199px) {
  .webinar-banner__img {
    position: absolute;
    right: 30px;
  }
}

@media (max-width: 991px) {
  .webinar-banner__img {
    width: 250px;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .webinar-banner__img {
    position: relative;
    width: unset;
    height: unset;
    display: flex;
    justify-content: center;
    right: 0;
  }
}

.webinar-banner__img img {
  width: 75%;
  height: 75%;
  object-fit: contain;
}

@media (max-width: 1440px) {
  .webinar-banner__img img {
    width: 60%;
    height: 60%;
  }
}

@media (max-width: 1199px) {
  .webinar-banner__img img {
    width: 350px;
    height: 350px;
    opacity: 0.6;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  .webinar-banner__img img {
    width: 250px;
    height: 250px;
  }
}

.webinar-benefits__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .webinar-benefits__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .webinar-benefits__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .webinar-benefits__container {
    margin-bottom: 80px;
  }
}

.webinar-benefits__container ul {
  padding-left: 24px;
}

.webinar-benefits__container ul li {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  /* 28px */
  margin-bottom: 6px;
}

@media (max-width: 1380px) {
  .webinar-benefits__container ul li {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .webinar-benefits__container ul li {
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .webinar-benefits__container ul li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .webinar-benefits__container ul li {
    font-size: 16px;
  }
}

.webinar-benefits__cards {
  gap: 0;
  row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.webinar-benefits__card {
  width: 33%;
}

@media (max-width: 991px) {
  .webinar-benefits__card {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 567px) {
  .webinar-benefits__card picture {
    max-width: unset;
    margin: unset;
  }
}

.webinar-benefits__card picture h4 {
  max-width: 500px;
}

@media (max-width: 1440px) {
  .webinar-benefits__card picture h4 {
    max-width: 365px;
  }
}

@media (max-width: 567px) {
  .webinar-benefits__card picture h4 {
    max-width: 350px;
  }
}

.webinar-benefits__card picture p {
  max-width: 400px;
}

@media (max-width: 1440px) {
  .webinar-benefits__card picture p {
    max-width: 365px;
  }
}

@media (max-width: 1199px) {
  .webinar-benefits__card picture p {
    max-width: 350px;
  }
}

@media (max-width: 567px) {
  .webinar-benefits__card picture p {
    max-width: 350px;
  }
}

.webinar-about__container {
  margin-bottom: 80px;
}

@media (max-width: 1280px) {
  .webinar-about__container {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .webinar-about__container {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .webinar-about__container {
    margin-bottom: 40px;
  }
}

@media (max-width: 567px) {
  .webinar-about__container {
    margin-bottom: 40px;
  }
}

.webinar-about__container ul {
  padding-left: 24px;
}

.webinar-about__container ul li {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  /* 28px */
  margin-bottom: 6px;
}

@media (max-width: 1380px) {
  .webinar-about__container ul li {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .webinar-about__container ul li {
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .webinar-about__container ul li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .webinar-about__container ul li {
    font-size: 16px;
  }
}

.webinar-about__wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .webinar-about__wrapper {
    flex-direction: column;
  }
}

@media (max-width: 1280px) {
  .webinar-about__wrapper {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .webinar-about__wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .webinar-about__wrapper {
    margin-bottom: 40px;
  }
}

@media (max-width: 567px) {
  .webinar-about__wrapper {
    margin-bottom: 40px;
  }
}

.webinar-about__wrapper-secondary {
  flex-direction: row;
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .webinar-about__wrapper-secondary {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}

@media (max-width: 567px) {
  .webinar-about__wrapper-secondary {
    margin-top: 40px;
  }
}

.webinar-about__wrapper ul {
  padding-left: 24px;
}

.webinar-about__wrapper ul li {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  /* 28px */
  margin-bottom: 6px;
}

@media (max-width: 1380px) {
  .webinar-about__wrapper ul li {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .webinar-about__wrapper ul li {
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .webinar-about__wrapper ul li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .webinar-about__wrapper ul li {
    font-size: 16px;
  }
}

.webinar-about__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 50px;
  background: #F7F8F9;
  padding: 44px;
  width: 50%;
}

@media (max-width: 1280px) {
  .webinar-about__info {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .webinar-about__info {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .webinar-about__info {
    padding: 25px 16px;
  }
}

.webinar-about__info b {
  font-weight: 500;
}

.webinar-about__info-secondary {
  display: flex;
  justify-content: unset;
}

.webinar-about__info-secondary p {
  flex: unset !important;
}

.webinar-about__info-secondary p:last-of-type {
  flex: 1 !important;
}

.webinar-about__info h4 {
  color: #161616;
  font-family: Geologica;
  font-size: 42px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 48.51px */
  max-width: 650px;
  margin-bottom: 20px;
}

@media (max-width: 1640px) {
  .webinar-about__info h4 {
    font-size: 36px;
  }
}

@media (max-width: 1380px) {
  .webinar-about__info h4 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .webinar-about__info h4 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .webinar-about__info h4 br {
    display: none;
  }
}

@media (max-width: 567px) {
  .webinar-about__info h4 {
    font-size: 26px;
    font-weight: 300;
  }
}

@media (max-width: 467px) {
  .webinar-about__info h4 {
    font-size: 24px;
  }
}

.webinar-about__info h3 {
  color: #161616;
  font-family: Geologica;
  font-size: 42px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 48.51px */
  max-width: 650px;
  margin-bottom: 20px;
}

@media (max-width: 1640px) {
  .webinar-about__info h3 {
    font-size: 36px;
  }
}

@media (max-width: 1380px) {
  .webinar-about__info h3 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .webinar-about__info h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .webinar-about__info h3 br {
    display: none;
  }
}

@media (max-width: 567px) {
  .webinar-about__info h3 {
    font-size: 26px;
    font-weight: 300;
  }
}

@media (max-width: 467px) {
  .webinar-about__info h3 {
    font-size: 24px;
  }
}

.webinar-about__info p {
  display: flex;
  flex: 1;
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
}

@media (max-width: 1380px) {
  .webinar-about__info p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .webinar-about__info p {
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .webinar-about__info p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .webinar-about__info p {
    font-size: 16px;
  }
}

.webinar-about__info ul {
  padding-left: 24px;
}

.webinar-about__info ul li {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  /* 28px */
  margin-bottom: 6px;
}

@media (max-width: 1380px) {
  .webinar-about__info ul li {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .webinar-about__info ul li {
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .webinar-about__info ul li {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .webinar-about__info ul li {
    font-size: 16px;
  }
}

.webinar-about__info a {
  margin: 0;
  display: flex;
  padding: 20px 75px;
}

@media (max-width: 567px) {
  .webinar-about__info a {
    padding: 14px 40px;
  }
}

.webinar-about__img {
  width: 50%;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .webinar-about__img {
    width: 100%;
  }
}

.webinar-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .webinar-about__img img {
    max-height: 800px;
  }
}

.photo-gallery {
  scroll-margin-top: 150px;
}

.photo-gallery__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .photo-gallery__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .photo-gallery__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .photo-gallery__container {
    margin-bottom: 80px;
  }
}

.photo-gallery__swiper {
  overflow: hidden;
}

.photo-gallery__swiper .swiper-wrapper {
  gap: 0px;
}

.photo-gallery__swiper .photo-gallery__photo {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.photo-gallery__title {
  display: flex;
  justify-content: flex-end !important;
  align-items: center;
}

.photo-gallery__title p {
  display: none;
}

@media (max-width: 1199px) {
  .photo-gallery__title p {
    display: flex;
  }
}

.photo-gallery__buttons {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
  justify-content: flex-end;
}

@media (max-width: 1380px) {
  .photo-gallery__buttons {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .photo-gallery__buttons {
    gap: 14px;
  }
}

.photo-gallery__buttons .photo-gallery-button-next {
  transition: 0.2s ease;
  width: 75px;
  height: 75px;
  max-height: 75px;
  max-width: 75px;
}

@media (max-width: 1380px) {
  .photo-gallery__buttons .photo-gallery-button-next {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .photo-gallery__buttons .photo-gallery-button-next {
    width: 40px;
    height: 40px;
  }
}

.photo-gallery__buttons .photo-gallery-button-next svg {
  transition: 0.2s ease;
  width: 100%;
}

.photo-gallery__buttons .photo-gallery-button-next svg circle {
  transition: 0.2s ease;
}

.photo-gallery__buttons .photo-gallery-button-next.swiper-button-disabled {
  transition: 0.2s ease;
  opacity: 0.25;
}

.photo-gallery__buttons .photo-gallery-button-next:hover {
  transition: 0.2s ease;
}

.photo-gallery__buttons .photo-gallery-button-next:hover svg {
  transition: 0.2s;
}

.photo-gallery__buttons .photo-gallery-button-next:hover svg circle {
  transition: 0.2s;
  fill: #128BD0;
}

.photo-gallery__buttons .photo-gallery-button-prev {
  transition: 0.2s ease;
  width: 75px;
  height: 75px;
  max-height: 75px;
  max-width: 75px;
}

@media (max-width: 1380px) {
  .photo-gallery__buttons .photo-gallery-button-prev {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .photo-gallery__buttons .photo-gallery-button-prev {
    width: 40px;
    height: 40px;
  }
}

.photo-gallery__buttons .photo-gallery-button-prev svg {
  transition: 0.2s ease;
  width: 100%;
}

.photo-gallery__buttons .photo-gallery-button-prev svg circle {
  transition: 0.2s ease;
}

.photo-gallery__buttons .photo-gallery-button-prev.swiper-button-disabled {
  transition: 0.2s ease;
  opacity: 0.25;
}

.photo-gallery__buttons .photo-gallery-button-prev:hover {
  transition: 0.2s ease;
}

.photo-gallery__buttons .photo-gallery-button-prev:hover svg {
  transition: 0.2s;
}

.photo-gallery__buttons .photo-gallery-button-prev:hover svg circle {
  transition: 0.2s;
  fill: #128BD0;
}

.photo-gallery__photo {
  border-radius: 50px !important;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.photo-gallery__photo img {
  width: 100%;
  transition: 0.2s ease;
  border-radius: 50px !important;
  max-height: 450px;
  min-height: 450px;
  object-fit: cover;
  aspect-ratio: 4/3;
}

@media (max-width: 1199px) {
  .photo-gallery__photo img {
    max-height: 350px;
    min-height: 350px;
  }
}

@media (max-width: 467px) {
  .photo-gallery__photo img {
    max-height: 300px;
    min-height: 350px;
  }
}

.photo-gallery__photo a {
  display: block;
  overflow: hidden;
  border-radius: 50px !important;
  transition: 0.2s ease;
}

.photo-gallery__photo a:hover img {
  transform: scale(1.1);
}

@media (max-width: 1440px) {
  .photo-gallery__photo a:hover img {
    transform: unset;
  }
}

.fancybox__container {
  z-index: 1000000 !important;
}

.docs {
  scroll-margin-top: 150px;
  margin-top: 170px;
}

.docs__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .docs__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .docs__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .docs__container {
    margin-bottom: 80px;
  }
}

.docs__text h3 {
  color: #161616;
  font-family: Geologica;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 60px */
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1660px) {
  .docs__text h3 {
    font-size: 44px;
  }
}

@media (max-width: 1380px) {
  .docs__text h3 {
    font-size: 42px;
  }
}

@media (max-width: 1280px) {
  .docs__text h3 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .docs__text h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .docs__text h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .docs__text h3 {
    font-size: 32px;
  }
}

@media (max-width: 567px) {
  .docs__text h3 {
    font-size: 28px;
  }
}

@media (max-width: 467px) {
  .docs__text h3 {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  .docs__text h3 {
    font-size: 24px;
  }
}

.docs__text p {
  color: #464646;
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 44.8px */
}

@media (max-width: 1660px) {
  .docs__text p {
    font-size: 22px;
  }
}

@media (max-width: 1380px) {
  .docs__text p {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {
  .docs__text p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .docs__text p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .docs__text p {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .docs__text p {
    font-size: 14px;
  }
}

@media (max-width: 467px) {
  .docs__text p {
    font-size: 16px;
  }
}

.docs__text p:first-of-type {
  text-align: center;
}

.docs__text h4 {
  color: #161616;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 46.2px */
}

@media (max-width: 1660px) {
  .docs__text h4 {
    font-size: 30px;
  }
}

@media (max-width: 1380px) {
  .docs__text h4 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .docs__text h4 {
    font-size: 30px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .docs__text h4 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .docs__text h4 {
    font-size: 26px;
  }
}

@media (max-width: 567px) {
  .docs__text h4 {
    font-size: 24px;
  }
}

@media (max-width: 467px) {
  .docs__text h4 {
    font-size: 24px;
  }
}

.cta {
  scroll-margin-top: 150px;
}

.cta-banner {
  scroll-margin-top: 150px;
}

.cta-banner__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .cta-banner__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .cta-banner__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .cta-banner__container {
    margin-bottom: 80px;
  }
}

.cta-banner__wrapper {
  display: flex;
  border-radius: 60px;
  background: #47C0F4;
  padding: 60px;
  position: relative;
  width: 100%;
}

@media (max-width: 1440px) {
  .cta-banner__wrapper {
    padding: 60px 60px 60px 60px;
    border-radius: 40px;
  }
}

@media (max-width: 1199px) {
  .cta-banner__wrapper {
    flex-direction: column;
    padding: 25px 25px 0;
  }
}

@media (max-width: 767px) {
  .cta-banner__wrapper {
    padding: 25px 15px 0;
  }
}

.cta-banner__info {
  max-width: 730px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .cta-banner__info {
    align-items: center;
    max-width: unset;
  }
}

.cta-banner__info h1 {
  color: #FFF;
  font-family: Geologica;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.5%;
  /* 94.71px */
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

@media (max-width: 1640px) {
  .cta-banner__info h1 {
    font-size: 60px;
  }
}

@media (max-width: 1440px) {
  .cta-banner__info h1 {
    font-size: 46px;
  }
}

@media (max-width: 1199px) {
  .cta-banner__info h1 {
    text-align: left;
  }
}

@media (max-width: 1380px) {
  .cta-banner__info h1 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .cta-banner__info h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .cta-banner__info h1 {
    font-size: 32px;
  }
}

@media (max-width: 567px) {
  .cta-banner__info h1 {
    font-size: 30px;
  }
}

@media (max-width: 467px) {
  .cta-banner__info h1 {
    font-size: 26px;
  }
}

.cta-banner__info p {
  color: #FFF;
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  /* 33.6px */
  text-align: left;
  width: 100%;
}

@media (max-width: 1600px) {
  .cta-banner__info p {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .cta-banner__info p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .cta-banner__info p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cta-banner__info p {
    font-size: 16px;
  }
}

.cta-banner__buttons {
  display: flex;
  gap: 22px;
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .cta-banner__buttons {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (max-width: 567px) {
  .cta-banner__buttons {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .cta-banner__buttons>.section__button-primary.white {
    position: absolute;
    bottom: 25px;
    z-index: 10;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.cta-banner__img {
  position: absolute;
  bottom: 0;
  right: 100px;
  transition: 1s ease;
  width: fit-content;
}

@media (max-width: 1600px) {
  .cta-banner__img {
    right: -50px;
  }
}

@media (max-width: 1380px) {
  .cta-banner__img {
    right: -150px;
  }
}

@media (max-width: 1199px) {
  .cta-banner__img {
    position: relative;
    right: -180px;
  }
}

@media (max-width: 767px) {
  .cta-banner__img {
    right: -95px;
  }
}

@media (max-width: 567px) {
  .cta-banner__img {
    right: -60px;
  }
}

@media (max-width: 467px) {
  .cta-banner__img {
    right: -24px;
  }
}

@media (max-width: 1600px) {
  .cta-banner__img>img {
    width: 80%;
  }
}

@media (max-width: 1380px) {
  .cta-banner__img>img {
    width: 70%;
  }
}

@media (max-width: 567px) {
  .cta-banner__img>img {
    width: 90%;
  }
}

.cta-banner-secondary {
  scroll-margin-top: 150px;
}

.cta-banner-secondary__container {
  margin-bottom: 80px;
}

@media (max-width: 1280px) {
  .cta-banner-secondary__container {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .cta-banner-secondary__container {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .cta-banner-secondary__container {
    margin-bottom: 40px;
  }
}

@media (max-width: 567px) {
  .cta-banner-secondary__container {
    margin-bottom: 40px;
  }
}

.cta-banner-secondary__wrapper {
  border-radius: 50px;
  background: #47C0F4;
  display: flex;
  justify-content: space-between;
  padding: 60px 50px;
}

@media (max-width: 1380px) {
  .cta-banner-secondary__wrapper {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .cta-banner-secondary__wrapper {
    flex-direction: column;
    gap: 32px;
    padding: 30px;
  }
}

.cta-banner-secondary__text h4 {
  color: #FFF;
  font-family: Geologica;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 58.8px */
  margin-bottom: 20px;
}

@media (max-width: 1640px) {
  .cta-banner-secondary__text h4 {
    font-size: 36px;
  }
}

@media (max-width: 1380px) {
  .cta-banner-secondary__text h4 {
    font-size: 32px;
    max-width: 650px;
  }
}

@media (max-width: 1199px) {
  .cta-banner-secondary__text h4 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .cta-banner-secondary__text h4 {
    font-size: 26px;
  }
}

@media (max-width: 567px) {
  .cta-banner-secondary__text h4 {
    font-size: 24px;
  }
}

.cta-banner-secondary__text ul {
  margin: 0 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}

@media (max-width: 1199px) {
  .cta-banner-secondary__text ul {
    gap: 12px;
    flex-direction: column;
  }
}

.cta-banner-secondary__text ul li {
  color: #FFF;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 23.1px */
}

.cta-banner-secondary__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1280px) {
  .cta-banner-secondary__buttons {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .cta-banner-secondary__buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.cta-banner-secondary__buttons .price p {
  color: #FFF;
  font-family: Geologica;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.5%;
  /* 57.75px */
  margin-bottom: 12px;
}

@media (max-width: 1380px) {
  .cta-banner-secondary__buttons .price p {
    font-size: 42px;
  }
}

@media (max-width: 1280px) {
  .cta-banner-secondary__buttons .price p {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .cta-banner-secondary__buttons .price p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .cta-banner-secondary__buttons a {
    width: 100%;
  }
}

.inner-page__container {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .inner-page__container {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .inner-page__container {
    margin-bottom: 60px;
  }
}

@media (max-width: 567px) {
  .inner-page__container {
    margin-bottom: 40px;
  }
}

.inner-page__title h3 {
  text-align: center;
  color: #000;
  font-family: Geologica;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 60px */
  margin-bottom: 20px;
}

@media (max-width: 1660px) {
  .inner-page__title h3 {
    font-size: 58px;
  }
}

@media (max-width: 1440px) {
  .inner-page__title h3 {
    font-size: 44px;
  }
}

@media (max-width: 1380px) {
  .inner-page__title h3 {
    font-size: 42px;
  }
}

@media (max-width: 1280px) {
  .inner-page__title h3 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .inner-page__title h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .inner-page__title h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .inner-page__title h3 {
    font-size: 32px;
  }
}

@media (max-width: 567px) {
  .inner-page__title h3 {
    font-size: 28px;
  }
}

@media (max-width: 467px) {
  .inner-page__title h3 {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  .inner-page__title h3 {
    font-size: 24px;
  }
}

.inner-page__title p {
  text-align: center;
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
  /* 32px */
}

@media (max-width: 1660px) {
  .inner-page__title p {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .inner-page__title p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .inner-page__title p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .inner-page__title p {
    font-size: 16px;
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .inner-page__title p {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .inner-page__title p {
    font-size: 14px;
  }
}

.inner-page__title-secondary h3 {
  text-align: center;
  color: #128BD0;
  font-family: Geologica;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 60px */
  margin-bottom: 20px;
}

@media (max-width: 1660px) {
  .inner-page__title-secondary h3 {
    font-size: 58px;
  }
}

@media (max-width: 1440px) {
  .inner-page__title-secondary h3 {
    font-size: 44px;
  }
}

@media (max-width: 1380px) {
  .inner-page__title-secondary h3 {
    font-size: 42px;
  }
}

@media (max-width: 1280px) {
  .inner-page__title-secondary h3 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .inner-page__title-secondary h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .inner-page__title-secondary h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .inner-page__title-secondary h3 {
    font-size: 32px;
  }
}

@media (max-width: 567px) {
  .inner-page__title-secondary h3 {
    font-size: 28px;
  }
}

@media (max-width: 467px) {
  .inner-page__title-secondary h3 {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  .inner-page__title-secondary h3 {
    font-size: 24px;
  }
}

.blog-list__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .blog-list__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .blog-list__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .blog-list__container {
    margin-bottom: 80px;
  }
}

.blog-list__row {
  row-gap: 40px;
}

.blog-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-card .blog-img {
  width: 100%;
}

.blog-card .blog-img img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-card h5 {
  color: #161616;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 115.5%;
  /* 48.51px */
  margin-bottom: 10px;
}

@media (max-width: 1640px) {
  .blog-card h5 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .blog-card h5 {
    font-weight: 400;
  }
}

@media (max-width: 1380px) {
  .blog-card h5 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .blog-card h5 {
    font-size: 26px;
  }
}

.blog-card p {
  color: #464646;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 28px */
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1380px) {
  .blog-card p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .blog-card p {
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .blog-card p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .blog-card p {
    font-size: 16px;
  }
}

.blog-card .section__link-secondary {
  margin: unset;
}

.blog__container {
  max-width: 1280px;
}

@media (max-width: 1440px) {
  .blog__container {
    max-width: 991px;
  }
}

article {
  margin-bottom: 120px;
}

@media (max-width: 1440px) {
  article {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  article {
    margin-bottom: 40px;
  }
}

@media (max-width: 567px) {
  article {
    margin-bottom: 30px;
  }
}

article h3 {
  color: #161616;
  font-family: Geologica;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: 115.5%;
  /* 69.3px */
}

@media (max-width: 1660px) {
  article h3 {
    font-size: 34px;
  }
}

@media (max-width: 1380px) {
  article h3 {
    font-size: 34px;
  }
}

@media (max-width: 1280px) {
  article h3 {
    font-size: 34px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  article h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  article h3 {
    font-size: 26px;
  }
}

@media (max-width: 567px) {
  article h3 {
    font-size: 26px;
  }
}

@media (max-width: 467px) {
  article h3 {
    font-size: 24px;
  }
}

article p {
  color: #464646;
  font-family: Geologica;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
  /* 44.8px */
}

@media (max-width: 1660px) {
  article p {
    font-size: 22px;
  }
}

@media (max-width: 1380px) {
  article p {
    font-size: 22px;
  }
}

@media (max-width: 1280px) {
  article p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  article p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  article p {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  article p {
    font-size: 14px;
  }
}

@media (max-width: 467px) {
  article p {
    font-size: 16px;
  }
}

article h4 {
  color: #161616;
  font-family: Geologica;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 115.5%;
  /* 46.2px */
}

@media (max-width: 1660px) {
  article h4 {
    font-size: 30px;
  }
}

@media (max-width: 1380px) {
  article h4 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  article h4 {
    font-size: 30px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  article h4 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  article h4 {
    font-size: 26px;
  }
}

@media (max-width: 567px) {
  article h4 {
    font-size: 24px;
  }
}

@media (max-width: 467px) {
  article h4 {
    font-size: 24px;
  }
}

article a {
  text-decoration: none;
  border-bottom: 1px solid #0383cd;
  color: #128BD0;
}

article img {
  margin-top: 120px;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}

@media (max-width: 1440px) {
  article img {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  article img {
    margin-top: 40px;
  }
}

@media (max-width: 567px) {
  article img {
    margin-top: 30px;
  }
}

.free-webinars__container {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .free-webinars__container {
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .free-webinars__container {
    margin-bottom: 100px;
  }
}

@media (max-width: 567px) {
  .free-webinars__container {
    margin-bottom: 80px;
  }
}

.free-webinars__row {
  row-gap: calc(var(--bs-gutter-x) * 2);
}

.free-webinars__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 16/9;
}

.free-webinars__card iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.webinar__author {
  position: absolute;
  top: 25px;
  right: 25px;
  display: none;
  color: #fff;
}

@media (max-width: 430px) {
  .webinar__author {
    top: 10px;
    right: 10px;
  }
}

.webinar__author:hover {
  background-color: #47C0F4;
}

.video-frame {
  display: none;
  position: relative;
}

iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.video-js {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  height: unset !important;
  background-color: rgba(0, 0, 0, 0)
}

.header .dropdown-menu {
  right: -10px;
}

.header__cart {
  position: relative;
  display: inline-block; /* или другой тип отображения, соответствующий вашему дизайну */
}

.cart-badge {
  position: absolute;
  top: 0px; /* регулируйте эти значения, чтобы подогнать позицию */
  right: -10px;
  background-color: #47C0F4; /* цвет фона кружка */
  color: white; /* цвет текста */
  width: 20px; /* размер кружка */
  height: 20px;
  border-radius: 50%; /* скругление границ для круга */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px; /* размер шрифта */
  font-weight: bold; /* жирность шрифта */
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  color: #333; /* Цвет текста */
  text-decoration: none;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9; /* Фон выпадающего меню */
  min-width: 160px; /* Минимальная ширина */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Тень */
  z-index: 1;
}

.dropdown-menu a {
  color: black; /* Цвет ссылок */
  padding: 12px 16px; /* Отступы */
  text-decoration: none;
  display: block;
}

.dropdown-menu a:hover {
  background-color: #ddd; /* Фон ссылок при наведении */
}

.dropdown:hover .dropdown-menu {
  display: block; /* Показать меню при наведении */
}
@media (max-width: 768px) {
  #liqpay_checkout {
    /* стили для устройств с меньшими экранами */
    overflow: visible;
    height: auto; /* или укажите минимальную высоту */
  }
}

/*# sourceMappingURL=style.css.map */
