@charset "UTF-8";
/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oswald:wght@200..700&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
  border-radius: 0;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --body-bg: #171717;
  --popup-bg: #1E1E1E;
  --side-bg: #2E2E2E;
  --primary: #245489;
  --primary-accent: #7C98B8;
  --primary-900: #07111B;
  --primary-900: #04080E;
  --body-text: #E3E3E3;
  --contrast-text: #FFFFFF;
  --border: #8F8F8F;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: "Manrope", serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  background-color: var(--body-bg);
  color: var(--body-text);
  overflow-x: hidden;
}

.btn {
  border-radius: 0;
}

a,
a:link,
a:visited {
  color: var(--body-text);
  text-decoration: none;
}

a:focus,
button:focus,
.btn-close:focus,
.btn-blue:focus,
.btn-outline-light:focus,
.navbar-toggler:focus .accordion-button:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: none !important;
}

p + p {
  margin-top: 1rem;
}

.social__link,
.social__link-footer {
  height: auto;
  width: 25px;
  font-size: 30px;
  color: var(--contrast-text) !important;
  transition: color 0.2s ease-in;
}
.social__link:focus,
.social__link-footer:focus {
  color: var(--primary) !important;
}
.social__link:hover,
.social__link-footer:hover {
  color: var(--primary-accent) !important;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1100;
  display: flex;
  height: 100vh;
  width: 100%;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: var(--body-bg);
  transition: all 0.3s ease 0s;
}

.preloaded:before,
.preloaded:after {
  animation: preloadedDone 300ms ease-in-out 500ms forwards;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .loader--border {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease 0s;
}

.loader--border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  background-color: #fff;
  animation: borderLine 1000ms ease-in-out 0s forwards;
}

.loader--border:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999999;
  transform: translateY(-100%);
  animation: borderRound 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

.preloaded .loader--border {
  opacity: 0;
  height: 100% !important;
}

.preloaded .loader--border:after {
  opacity: 0;
}
@keyframes borderLine {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes borderRound {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(200%);
  }
}
@keyframes preloadedDone {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
html,
body {
  min-height: 100vh;
}

.sticky-footer {
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
}

.header {
  padding: 16px 0 16px;
}
@media (max-width: 788px) {
  .header {
    padding: 20px 0;
  }
}

.header__logo {
  flex-shrink: 0;
  z-index: 10;
}

.social-icon {
  z-index: 10;
}

.header__contact {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  z-index: 10;
}
.header__contact a {
  color: var(--contrast-text) !important;
  transition: color 0.2s ease-in;
}
.header__contact a:hover {
  color: var(--primary-accent) !important;
}

.heder__menu {
  font-size: 16px;
  letter-spacing: 0.3px;
  background-color: var(--side-bg);
  overflow-x: hidden;
  color: var(--body-text);
}

.nav-link {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--body-text);
  position: relative;
  text-decoration: none;
}
.nav-link:focus, .nav-link:hover {
  color: var(--primary-accent);
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: var(--primary-accent);
  transition: width 0.3s ease, left 0.3s ease;
}
.nav-link:hover::after {
  width: calc(100% - 10px);
  left: 5px;
}

.nav-item {
  margin-right: 40px;
}
.nav-item:last-child {
  margin-right: 0;
}

.heder__momail__top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.offcanvas {
  background-color: var(--side-bg);
  color: var(--body-text);
  padding: 20px;
}

.offcanvas-header {
  background-color: var(--side-bg);
  padding: 0 0 1rem 0;
}

.navbar-toggler {
  padding: 0;
}

.promo {
  background-color: var(--body-bg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("./../img/promo/promo-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--body-text);
}

/* Медиа-запросы для адаптивности */
@media (min-width: 768px) {
  .promo {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/promo/promo-bg-tablet.jpg");
  }
}
@media (min-width: 1200px) {
  .promo {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/promo/promo-bg.jpg");
  }
}
@media (max-width: 767px) {
  .promo {
    height: auto;
    padding: 40px 15px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/promo/promo-bg-mobile.jpg");
  }
}
.promo__wrapper {
  padding-top: 195px;
  padding-bottom: 192px;
}

.promo__content {
  max-width: 678px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 788px) {
  .promo__content {
    row-gap: 20px;
    max-width: 320px;
  }
}

.promo__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 41px;
  line-height: 123%;
  text-transform: uppercase;
  color: var(--body-text);
}
.promo__title span {
  color: var(--primary-accent);
}
@media (max-width: 1220px) {
  .promo__title {
    font-size: 36px;
  }
}
@media (max-width: 788px) {
  .promo__title {
    font-size: 30px;
  }
}

.promo__text {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .promo__text {
    font-size: 16px;
  }
}

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

.btn-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 0;
}
.btn-text span {
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary-accent);
}

.benefits {
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1220px) {
  .benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 788px) {
  .benefits {
    padding-top: 32px;
    padding-bottom: 0;
  }
}

.benefit__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--primary-accent);
}
.benefit__title p {
  margin-bottom: 10px;
}
@media (max-width: 1220px) {
  .benefit__title {
    font-size: 20px;
  }
}
@media (max-width: 788px) {
  .benefit__title {
    font-size: 18px;
  }
}

.benefits__item {
  padding: 16px;
  border-bottom: 1px solid var(--side-bg);
  transition: color 0.3s;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 788px) {
  .benefits__item {
    padding: 0;
    row-gap: 0;
  }
}

@media (max-width: 788px) {
  .reasons__item {
    padding: 0;
  }
}

.benefits__item:last-child {
  border-bottom: none;
}

.benefits__item:hover {
  color: var(--primary-accent);
}

.benefit__number {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(254, 247, 255, 0.16);
  padding-right: 48px;
}
@media (max-width: 788px) {
  .benefit__number {
    padding-right: 32px;
  }
}

.benefit__desc {
  display: flex;
}
@media (max-width: 788px) {
  .benefit__desc {
    display: flex;
    align-items: flex-start;
  }
}

.benefit {
  position: relative;
  display: inline-block;
}

.rectangle {
  position: absolute;
  top: 20px;
  left: -300px;
  width: calc(100% + 310px);
  height: 100%;
  border: 1px solid var(--border);
  box-sizing: border-box;
}
@media (max-width: 788px) {
  .rectangle {
    display: none;
  }
}

.square {
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--border);
}
@media (max-width: 788px) {
  .square {
    display: none;
  }
}

.benefits__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.reasons {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1220px) {
  .reasons {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 788px) {
  .reasons {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.reasons__item {
  height: 100%;
  padding: 32px;
  background-color: var(--popup-bg);
  text-align: center;
  gap: 24px;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease;
}
@media (max-width: 788px) {
  .reasons__item {
    display: flex;
    text-align: start;
  }
}

.reasons__item:hover {
  transform: scale(1.05);
  background-color: var(--body-bg);
}

.reasons__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  z-index: 0;
  transition: border-color 0.9s ease;
}

.reasons__item:hover::before {
  border-color: var(--primary-accent);
  animation: draw-border 0.9s forwards;
}

@keyframes draw-border {
  0% {
    border-width: 0 0 0 0;
  }
  25% {
    border-width: 0 1px 0 0;
  }
  50% {
    border-width: 1px 1px 0 0;
  }
  75% {
    border-width: 1px 1px 1px 0;
  }
  100% {
    border-width: 1px;
  }
}
.reasons__img {
  margin-bottom: 10px;
}

.reasons__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--primary-accent);
}
.reasons__title p {
  margin-bottom: 10px;
}
@media (max-width: 1220px) {
  .reasons__title {
    font-size: 20px;
  }
}
@media (max-width: 788px) {
  .reasons__title {
    font-size: 18px;
  }
}

.catalog {
  padding-top: 64px;
  background: linear-gradient(to left, #171717 75%, #4A5767 75%);
}

.card-container {
  padding-top: 32px;
}

.card-article {
  width: 420px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.card-data {
  background-color: var(--popup-bg);
  color: var(--body-text);
  text-align: center;
  padding: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.card-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin: 0;
  padding-bottom: 12px;
}

.btn {
  margin-top: auto;
}

.cta {
  background-color: var(--popup-bg);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .cta {
    display: flex;
    flex-direction: column;
  }
}

.contact-form {
  height: auto;
}

.overlay-rectangle {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border);
  box-sizing: border-box;
}
@media (max-width: 788px) {
  .overlay-rectangle {
    display: none;
  }
}

.overlay-square {
  position: absolute;
  top: 102px;
  left: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--border);
}
@media (max-width: 788px) {
  .overlay-square {
    display: none;
  }
}

.cta__header p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 28px;
  color: var(--primary-accent);
}
@media (max-width: 1220px) {
  .cta__header p {
    font-size: 24px;
  }
}
@media (max-width: 788px) {
  .cta__header p {
    font-size: 16px;
  }
}

.cta__header span {
  font-weight: 800;
  text-transform: uppercase;
}

.cta__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .cta__title {
    font-size: 30px;
  }
}
@media (max-width: 788px) {
  .cta__title {
    font-size: 22px;
  }
}

.cta__form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1220px) {
  .cta__form {
    row-gap: 16px;
  }
}
@media (max-width: 788px) {
  .cta__form {
    row-gap: 10px;
  }
}

.features {
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1220px) {
  .features {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 788px) {
  .features {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.features__desc {
  background-color: var(--popup-bg);
  padding: 32px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1220px) {
  .features__desc {
    margin-top: 0;
    padding: 20px;
    background-color: var(--body-bg);
  }
}

.features__list {
  margin-bottom: 0;
  padding-left: 0;
}

.features__item {
  padding: 16px;
  border-bottom: 1px solid var(--side-bg);
  transition: color 0.3s;
}
@media (max-width: 1220px) {
  .features__item {
    padding: 8px 4px;
  }
}

.features__item:last-child {
  border-bottom: none;
}

.features__item:hover {
  color: var(--primary-accent);
}

.features__text {
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
}
@media (max-width: 1220px) {
  .features__text {
    font-size: 24px;
  }
}
@media (max-width: 788px) {
  .features__text {
    font-size: 20px;
  }
}

.features__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.benefits__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.features__desc::before {
  content: "";
  position: absolute;
  right: -60px;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--popup-bg);
  z-index: -1;
}

.individual {
  position: relative;
  color: var(--body-text);
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.individual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(106deg, rgba(0, 0, 0, 0.5) 0%, rgba(23, 23, 23, 0.5) 100%), url("./../img/individual/individual.jpg") center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  z-index: 1;
}

.individual > * {
  position: relative;
  z-index: 2;
}

.individual__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--primary-accent);
  padding-bottom: 64px;
  width: 100%;
}
@media (max-width: 1220px) {
  .individual__title {
    font-size: 28px;
    line-height: 130%;
    padding: 30px 0;
  }
}
@media (max-width: 788px) {
  .individual__title {
    font-size: 24px;
    line-height: 120%;
  }
}

.individual__wrapper {
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
}
@media (max-width: 1220px) {
  .individual__wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 788px) {
  .individual__wrapper {
    padding: 0;
    flex-direction: column;
    border: none;
    margin: 0;
  }
}

.individual__img {
  margin: 0 32px;
}
@media (max-width: 788px) {
  .individual__img {
    margin: 0;
    width: 100%;
  }
}

.individual__content {
  padding: 0;
}

.button_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 788px) {
  .button_content {
    flex-direction: row;
    justify-content: space-between;
  }
}

.btn-individual {
  padding: 21px 32px;
  background-color: var(--primary) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--contrast-text);
  width: 100%;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.btn-individual:hover {
  color: var(--contrast-text);
  background-color: var(--primary-accent) !important;
}

.btn-individual i {
  margin-left: 16px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.btn-container::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: var(--body-bg);
  z-index: 1;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--body-bg);
  position: relative;
}

.marquee-content {
  display: inline-block;
  background-color: var(--body-bg);
  color: var(--body-bg);
  padding: 64px 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  text-shadow: -1px -1px 0 #454545, 1px -1px 0 #454545, -1px 1px 0 #454545, 1px 1px 0 #454545;
  animation: marquee 10s linear infinite;
}
@media (max-width: 1220px) {
  .marquee-content {
    font-size: 72px;
    padding: 50px 0px;
  }
}
@media (max-width: 788px) {
  .marquee-content {
    font-size: 40px;
    padding: 30px 0px;
  }
}

/* Анимация бегущей строки */
@keyframes marquee {
  0% {
    transform: translateX(0);
    /* Начальная позиция */
  }
  100% {
    transform: translateX(-50%);
    /* Конечная позиция */
  }
}
.supports {
  position: relative;
  overflow: hidden;
  background-image: url("./../img/supports/supports.jpg");
  background-size: cover;
  background-position: center;
  padding: 64px 0;
}
.supports::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.supports > * {
  position: relative;
  z-index: 2;
}

.support {
  position: relative;
}

.support__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.button_content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1220px) {
  .button_content {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 788px) {
  .button_content {
    flex-direction: column;
    gap: 16px;
  }
}

.support-rectangle {
  position: absolute;
  top: 10px;
  left: 0;
  width: calc(100% + 400px);
  height: 100%;
  border: 1px solid var(--border);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .support-rectangle {
    top: 10px;
    width: calc(100% + 5px);
  }
}
@media (max-width: 788px) {
  .support-rectangle {
    display: none;
  }
}

.support-square {
  position: absolute;
  top: 50px;
  left: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--border);
}
@media (max-width: 768px) {
  .support-square {
    top: 30px;
    left: -20px;
  }
}
@media (max-width: 788px) {
  .support-square {
    display: none;
  }
}

.projects {
  padding-top: 64px;
  background: linear-gradient(to left, #171717 75%, #4A5767 75%);
}

.projects-article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.projects-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.projects-img {
  max-width: 100%;
  height: auto;
}

.projects-data {
  width: 100%;
  height: 170px;
  padding: 15px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--side-bg);
  color: var(--body-text);
  position: absolute;
  bottom: -170px;
  transition: bottom 0.35s ease;
}

.projects-article:hover .projects-data {
  bottom: 0;
}

.projects-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--primary-accent);
}

.video__comment {
  padding-top: 64px;
  background: linear-gradient(to left, #171717 75%, #4A5767 75%);
}

.comment {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1220px) {
  .comment {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 788px) {
  .comment {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.cta_2 {
  display: flex;
  background-color: #7C98B8;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%), url("./../img/cta/cta-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--body-text);
}

.blur-background {
  margin-top: 64px;
  margin-bottom: 64px;
  position: relative;
  background-color: rgba(82, 82, 82, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.blur-background p {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: var(--primary-accent);
}
@media (max-width: 788px) {
  .blur-background p {
    padding-bottom: 16px;
    margin-bottom: 0;
    font-size: 18px;
  }
}

.cta__title-center {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 788px) {
  .cta__title-center {
    font-size: 28px;
  }
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  /* align-items: center; */
}

.button {
  flex: 1 0 200px;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid var(--primary-accent);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: var(--primary-accent);
}

.cta__checkbox-label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* Стили для скрытого чекбокса */
.real-checkbox {
  display: none;
  /* Скрываем оригинальный чекбокс */
}

.fake-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid var(--body-text);
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  background-color: var(--popup-bg);
}

.real-checkbox:checked + .fake-checkbox {
  background-color: var(--primary-accent);
  border-color: var(--primary-accent);
}

/* Стили для чекбокса при наведении */
.cta__checkbox-label:hover .fake-checkbox {
  border-color: var(--primary-accent);
}

.footer {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #07111B;
  color: var(--contrast-text) !important;
}
@media (max-width: 1220px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 788px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 788px) {
  .footer {
    padding: 40px 0;
  }
}
.footer a {
  color: var(--contrast-text) !important;
}

.footer__logo {
  width: 80px;
  height: auto;
}

.footer__contact {
  display: flex;
  flex-direction: column;
}
@media (max-width: 788px) {
  .footer__contact {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: start;
  }
}

.footer__tel {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: end;
}
@media (max-width: 788px) {
  .footer__tel {
    font-size: 16px;
    padding-left: 16px;
    text-align: start;
  }
}
.footer__tel a {
  color: var(--contrast-text) !important;
  transition: color 0.2s ease-in;
}
.footer__tel a:hover {
  color: var(--primary-accent) !important;
}

.title-footer {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--body-text);
  padding-left: 64px;
}
@media (max-width: 1220px) {
  .title-footer {
    font-size: 18px;
    padding-left: 24px;
  }
}
@media (max-width: 788px) {
  .title-footer {
    font-size: 13px;
  }
}

.footer_text {
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  text-align: end;
}
@media (max-width: 788px) {
  .footer_text {
    font-size: 20px;
    text-align: start;
  }
}

.social-icon-footer {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 788px) {
  .social-icon-footer {
    padding-left: 0;
  }
}

.footer_bar {
  width: 100%;
  background: #04080E;
  padding: 30px 0;
  color: #737373;
  font-size: 14px;
  border-top: 1px solid var(--side-bg);
}

.custommiriadalogo {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.custommiriadalogo a {
  color: #737373 !important;
  transition: color 0.2s ease-in;
}
.custommiriadalogo a:active, .custommiriadalogo a:focus {
  color: var(--primary-accent) !important;
}

.breadcrumbs {
  margin: 30px 0;
}

.offer-section {
  padding: 40px;
}

.offer-section__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--body-text);
  position: relative;
  padding-left: 2rem;
  margin-bottom: 10px;
}
.offer-section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 12px;
  background-color: var(--primary-accent);
}
@media (max-width: 1220px) {
  .offer-section__title {
    font-size: 32px;
  }
}
@media (max-width: 788px) {
  .offer-section__title {
    font-size: 22px;
  }
}

.offer-section__sup-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.blue-list {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--body-text);
}
.blue-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 8px;
  height: 8px;
  background-color: var(--primary-accent) !important;
}

.none {
  display: none !important;
}

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

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.no-scroll {
  overflow-y: hidden;
}

.form-section {
  padding: 40px;
  background-color: var(--popup-bg);
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Заголовок для формы по центру */
.form-section__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: var(--primary-accent) !important;
  text-align: center;
}
@media (max-width: 1220px) {
  .form-section__title {
    font-size: 28px;
  }
}
@media (max-width: 788px) {
  .form-section__title {
    font-size: 22px;
  }
}

.form-section__text {
  margin-bottom: 20px;
}

.input-container {
  position: relative;
  margin-bottom: 16px;
}

/* текст строки */
label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--popup-bg);
  font-size: 14px;
  transition: top 0.2s ease, font-size 0.2s ease;
  padding: 0 5px;
}

/* строки */
input,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border);
  font-size: 16px;
  background-color: var(--popup-bg);
  transition: border-color 0.2s ease;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--primary-accent) !important;
}

input:not(:-moz-placeholder) + label, textarea:not(:-moz-placeholder) + label {
  top: -15px;
  font-size: 14px;
  font-weight: bold;
  color: var(--border);
}

input:focus + label,
textarea:focus + label,
input:not(:placeholder-shown) + label,
textarea:not(:placeholder-shown) + label {
  top: -15px;
  font-size: 14px;
  font-weight: bold;
  color: var(--border);
}

/* поле сообщение */
.form-control {
  padding: 0.375rem 0.75rem;
  color: var(--border);
  border: 1px solid var(--border);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out;
  background-color: var(--popup-bg);
}
.form-control:focus {
  background-color: var(--popup-bg);
  color: var(--border);
}

/* чекбокс */
.plain-checkbox {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}

.plain-checkbox__label {
  background-color: transparent;
  /* Убираем фон */
  color: inherit;
  /* Наследуем цвет текста */
}

/* Убираем фон у чекбокса */
.form-check-input {
  background-color: transparent;
  /* Убираем фон, если он есть */
  border: 1px solid var(--border);
  /* Устанавливаем границу */
}

/* Стили для чекбокса при наведении */
.plain-checkbox:hover .form-check-input {
  border-color: var(--primary-accent);
  /* Изменяем цвет границы при наведении */
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.form-check-input {
  border: 1px solid var(--border);
}

.form-check-input:checked {
  background-color: var(--primary-accent) !important;
  border-color: var(--primary-accent) !important;
}

/* текст чекбокс */
.plain-checkbox__label {
  top: 0 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.logo, a.logo, a.logo:link {
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}
.logo a, a.logo a, a.logo:link a {
  text-decoration: none;
}

.btn-outline-light,
a.btn-outline-light {
  border: 1px solid var(--primary-accent);
  color: var(--contrast-text);
  background-color: var(--body-bg);
  padding: 16px 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.btn-outline-light:before,
a.btn-outline-light:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--primary-accent);
  z-index: -1;
}
.btn-outline-light:hover:before,
a.btn-outline-light:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.btn-outline-light:focus,
a.btn-outline-light:focus {
  box-shadow: none;
}
.btn-outline-light:focus:before,
a.btn-outline-light:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.bttn-dark {
  background-color: var(--primary);
  color: var(--contrast-text);
  padding: 21px 32px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.bttn-dark:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--primary-accent);
  z-index: -1;
}
.bttn-dark:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.bttn-dark:focus {
  box-shadow: none;
}
.bttn-dark:focus:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.icon {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
}

.btn-blue,
a.btn-blue {
  padding: 21px 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  background-color: var(--primary);
  color: var(--contrast-text);
  border-radius: 0px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.btn-blue:before,
a.btn-blue:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--primary-accent);
  z-index: -1;
}
.btn-blue:hover:before,
a.btn-blue:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.btn-blue:focus,
a.btn-blue:focus {
  box-shadow: none;
}
.btn-blue:focus:before,
a.btn-blue:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.btn-close {
  color: var(--body-text) !important;
  background: none;
  transition: color 0.3s;
}
.btn-close:hover {
  color: var(--primary-accent) !important;
}

.navbar-toggler-icon {
  color: var(--body-text) !important;
  transition: color 0.3s;
}
.navbar-toggler-icon:hover {
  color: var(--primary-accent) !important;
}

.btn-outline,
a.btn-outline {
  padding: 21px 32px;
  border: 1px solid var(--primary-accent);
  color: var(--contrast-text);
  background-color: var(--popup-bg);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.btn-outline:before,
a.btn-outline:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--primary-accent);
  z-index: -1;
}
.btn-outline:hover:before,
a.btn-outline:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.btn-outline:focus,
a.btn-outline:focus {
  box-shadow: none;
}
.btn-outline:focus:before,
a.btn-outline:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.section-title {
  margin-bottom: 32px;
}

.title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--body-text);
  position: relative;
  padding-left: 2rem;
  margin: 0;
}
.title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 12px;
  background-color: var(--primary-accent);
}
@media (max-width: 1220px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 788px) {
  .title {
    font-size: 22px;
  }
}

.section-title-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 24px 0;
}

.fake-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--border);
  border-radius: 0;
  background-color: var(--popup-bg);
  transition: all 0.2s ease-in;
  box-sizing: border-box;
}
@media (max-width: 788px) {
  .fake-checkbox {
    width: 18px;
    height: 18px;
  }
}

.fake-checkbox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease-in;
  width: 16px;
  height: 13px;
  background-image: url("./../img/icon/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 788px) {
  .fake-checkbox::after {
    width: 14px;
    height: 11px;
  }
}

.real-checkbox:checked + .fake-checkbox {
  background-color: var(--primary);
  border: 1px solid var(--popup-bg);
}

.real-checkbox:checked + .fake-checkbox::after {
  transform: translate(-50%, -50%) scale(1);
}

.btn-overlay {
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: var(--body-bg);
  display: flex;
  align-items: center;
}

.video-play-button {
  position: relative;
  z-index: 10;
  margin: 24px 32px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 1220px) {
  .video-play-button {
    width: 16px;
    height: 18px;
    padding: 6px 10px 6px 14px;
  }
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #E3E3E3;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 1220px) {
  .video-play-button:before {
    width: 30px;
    height: 30px;
  }
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #E3E3E3;
  border-radius: 50%;
  transition: all 200ms;
}
@media (max-width: 1220px) {
  .video-play-button:after {
    width: 30px;
    height: 30px;
  }
}

.video-play-button:hover:after,
.video-play-button:focus:after {
  background-color: rgb(201.5, 201.5, 201.5);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  top: 10%;
  left: 8%;
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 24px solid var(--primary);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
@media (max-width: 1220px) {
  .video-play-button span {
    border-left: 12px solid var(--primary);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
}

.button-text {
  padding-right: 25px;
  transition: color 200ms;
}
@media (max-width: 1220px) {
  .button-text {
    font-size: 12px;
  }
}

.video-play-button:hover + .button-text,
.video-play-button:focus + .button-text {
  color: var(--primary-accent);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.stages {
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1220px) {
  .stages {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 788px) {
  .stages {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.step {
  background-color: var(--popup-bg);
  padding: 64px 51px;
  height: 100%;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease;
}
@media (max-width: 788px) {
  .step {
    display: flex;
    padding: 20px 20px;
  }
}
.step:hover {
  transform: scale(1.05);
  background-color: var(--body-bg);
}
.step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  z-index: 0;
  transition: border-color 0.9s ease;
}
.step:hover::before {
  border-color: var(--primary-accent);
  animation: draw-border 0.9s forwards;
}

@keyframes draw-border {
  0% {
    border-width: 0 0 0 0;
  }
  25% {
    border-width: 0 1px 0 0;
  }
  50% {
    border-width: 1px 1px 0 0;
  }
  75% {
    border-width: 1px 1px 1px 0;
  }
  100% {
    border-width: 1px;
  }
}
.step-number {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-accent);
  border: 1px solid #454545;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1220px) {
  .step-number {
    font-size: 40px;
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 788px) {
  .step-number {
    font-size: 30px;
    width: 42px;
    height: 42px;
  }
}

.step-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--contrast-text);
  margin-top: 24px;
}
@media (max-width: 1220px) {
  .step-title {
    font-size: 20px;
  }
}
@media (max-width: 788px) {
  .step-title {
    font-size: 16px;
    margin-top: 0;
    padding-left: 16px;
  }
}

.stages_wpapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 788px) {
  .stages_wpapper {
    gap: 1.5rem;
    margin-bottom: 16px;
  }
}

.top-link {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: var(--body-bg);
  color: var(--body-text);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.top-link--visible {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 788px) {
  .top-link {
    right: 10px;
    bottom: 10px;
  }
}

.modal {
  padding: 32px;
  width: 100%;
  margin: 0 auto;
}

.modal__logo {
  height: auto;
  width: 40px;
}

.modal-content {
  background-color: var(--side-bg);
  color: var(--body-text);
}

.modal-body {
  padding: 2rem;
}

.modal__header {
  border-bottom: 1px solid var(--border);
  padding: 20px;
}

.modal__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .modal__title {
    font-size: 30px;
  }
}
@media (max-width: 788px) {
  .modal__title {
    font-size: 24px;
  }
}

.modal__inputs {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.modal__checkbox-label {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.form-check-label {
  margin-left: 10px;
}

.cta__checkbox-label {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #737373;
  overflow: hidden;
}

.cta__wrapper {
  display: flex;
  gap: 10px;
}
@media (max-width: 1220px) {
  .cta__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.locations__controls {
  background-color: var(--body-bg);
  padding: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 64px;
  justify-content: flex-start;
  margin-top: 30px;
}
@media (max-width: 1220px) {
  .locations__controls {
    padding-bottom: 40px;
    margin-top: 20px;
  }
}

#swiper-button-prev,
#swiper-button-next {
  background: transparent;
  cursor: pointer;
  outline: none;
  width: 64px;
  height: 64px;
  border: 1px solid transparent;
  z-index: 2;
  transition: color 0.3s, border 0.3s;
}
#swiper-button-prev:focus, #swiper-button-prev:hover,
#swiper-button-next:focus,
#swiper-button-next:hover {
  color: var(--primary-accent);
  border: 1px solid var(--primary-accent);
}
@media (max-width: 1220px) {
  #swiper-button-prev,
  #swiper-button-next {
    display: none;
  }
}

#swiper-button-prev {
  margin-left: 10px;
}

#swiper-button-next {
  margin-left: 90px;
}

#swiper-button-prev.active,
#swiper-button-next.active {
  border: 1px solid var(--primary);
}

.locations__controls-img {
  width: 24px;
  height: 24px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-accent);
}

.swiper-pagination-bullet {
  border-radius: 0;
  opacity: 100%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 90px;
  padding-left: 110px;
  width: 210px;
}
@media (max-width: 1220px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
    padding-left: 25px;
  }
}

.accordions {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1220px) {
  .accordions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 788px) {
  .accordions {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.accordion .accordion-item {
  margin-bottom: 32px;
  background-color: var(--popup-bg);
}
@media (max-width: 788px) {
  .accordion .accordion-item {
    margin-bottom: 16px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: var(--side-bg);
  border: 1px solid #454545;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--body-bg);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--body-text);
}
@media (max-width: 788px) {
  .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    font-size: 18px;
    line-height: 130%;
  }
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--popup-bg);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--primary-accent);
}
@media (max-width: 788px) {
  .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    font-size: 18px;
    line-height: 130%;
  }
}

.accordion-button::after {
  background-image: url("../img/chevron-down.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/chevron-up.svg");
  transform: rotate(-180deg);
}

.accordion-body ul,
.accordion-body ol {
  padding-left: 0;
  margin: 0.75rem 0 1rem;
}
.accordion-body ul {
  list-style: none;
}
.accordion-body ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.accordion-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary-accent);
}
.accordion-body ol {
  list-style: none;
  counter-reset: faq-counter;
}
.accordion-body ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.accordion-body ol li::before {
  counter-increment: faq-counter;
  content: counter(faq-counter) ".";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: var(--primary-accent);
}/*# sourceMappingURL=main.css.map */