* {
  margin: 0;
  padding: 0;
  border: 0;
}

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

html,
body {
  min-width: 320px;
  height: 100%;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background: #000;
  overflow-y: scroll;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: normal;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

input,
button,
textarea {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
}

address {
  font-style: inherit;
}

input {
  outline: none;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  display: block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

li {
  list-style: none;
}

ol,
ul {
  padding-left: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

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

.button-85 {
  padding: 1.2em 2.5em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: #b0b313;
  color: black;
}

.nav_header .nav__list {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.nav_burger-menu .nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.nav__link {
  transition: color 0.3s ease;
}
.nav__link:hover {
  color: #ffff23;
}

.social {
  color: #fff;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.social__link {
  font-size: 25px;
  transition: color 0.3s ease;
}
.social__link:hover {
  color: #ffff23;
}

.block-scroll {
  overflow: hidden;
}

.title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.title:not(:last-child) {
  margin-bottom: 40px;
}

.i-container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: content-box;
}

.i-container-wide {
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: content-box;
}

.swiper-pagination-bullet-active {
  background: #ffff23 !important;
}

.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
}

.carousel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.carousel__wrapper {
  position: relative;
  align-items: center;
}
.carousel__image {
  border-radius: 4px;
}
.carousel__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 767.98px) {
  .carousel__controls {
    justify-content: center;
  }
}
.carousel__button {
  border: 1px solid #ffff23;
  width: 50px;
  height: 50px;
  background-color: #ffff23;
  border-radius: 50%;
}
@media (min-width: 767.98px) {
  .carousel__button {
    position: absolute;
    z-index: 100000;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
  }
  .carousel__button_next {
    right: 20px;
  }
  .carousel__button_prev {
    left: 20px;
  }
}
.carousel__button:hover {
  opacity: 0.5;
}

.modal-header {
  background-color: #fbff1e;
  color: black;
}

.modal-title {
  margin: 0 auto;
}

.modal-header .btn-close {
  background-color: rgb(213, 213, 193);
  position: absolute;
  top: 22px;
  right: 15px;
}

.modal-body label {
  font-weight: bold;
  color: white;
}

.modal-body .form-control {
  margin-bottom: 10px;
}

.modal-body button {
  background-color: #fbff1e;
  margin: 10px auto;
  border: none;
  color: black;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fbff1e;
}

#authorsModal .btn-close {
  top: 15px;
}

.modal-body .table {
  color: white;
}

.modal-body thead {
  font-size: 1.1rem;
  font-weight: bold;
}

#priceListModal .modal-content {
  background-color: black;
}

#priceListModal .modal-body {
  padding-bottom: 0;
}

.burger-menu {
  position: fixed;
  z-index: 100;
  right: -100%;
  top: 50px;
  height: 100%;
  width: min(100%, 250px);
  background: rgba(0, 0, 0, 0.9);
  transition: right 0.3s ease;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.burger-menu_opened {
  right: 0;
}

.burger-button {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.burger-button::before,
.burger-button::after {
  content: "";
  transform: rotate(0);
  transform-origin: 1.5px 50%;
}
.burger-button__item,
.burger-button::before,
.burger-button::after {
  width: 24px;
  height: 3px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  background: #fff;
}
.burger-button_opened .burger-button__item {
  opacity: 0;
}
.burger-button_opened::after {
  transform: rotate(-45deg);
}
.burger-button_opened::before {
  transform: rotate(45deg);
}

@media (min-width: 1119.98px) {
  .main {
    margin-top: -70px;
  }
}

.header {
  position: relative;
  z-index: 1;
}
@media (min-width: 1119.98px) {
  .header {
    margin-top: 15px;
  }
}
.header__container {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (min-width: 991.98px) {
  .header__container {
    justify-content: end;
  }
}
@media (max-width: 1119.98px) {
  .header__container {
    justify-content: space-between;
  }
}
.header__logo {
  height: 50px;
  margin-left: -20px;
  display: block !important;
}
@media (min-width: 1119.98px) {
  .header__logo {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header__social {
    display: none !important;
  }
}
@media (min-width: 991.98px) {
  .header__burger-button {
    display: none !important;
  }
}

.welcome-section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1119.98px) {
  .welcome-section {
    padding: 48px 0;
  }
}
.welcome-section__container {
  display: flex;
  justify-content: end;
}
@media (max-width: 1119.98px) {
  .welcome-section__container {
    justify-content: center;
  }
}
.welcome-section__logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 1119.98px) {
  .welcome-section__logo {
    display: none;
  }
}
@media (min-width: 1300px) {
  .welcome-section__button {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
.welcome-section__info {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1119.98px) {
  .welcome-section__info {
    text-align: center;
    align-items: center;
  }
}
.welcome-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1119.98px) {
  .welcome-section__wrapper {
    align-items: center;
  }
}
.welcome-section__title {
  font-size: 50px;
  color: #ffff23;
  font-weight: 500;
}
.statistics-section {
  padding: 48px 0;
  background: #1c1c1c;
}
.statistics-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 767.98px) {
  .statistics-list {
    grid-template-columns: 1fr;
  }
}
.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.statistics-list__item {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #2c2c2c;
  gap: 10px;
}
.statistics-list__title {
  font-size: 40px;
  color: #ffff23;
  font-weight: 500;
}
.service-section {
  padding: 48px 0;
}
.service-list__item {
  border: 1px solid #e6e6e6;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.service-list__icon {
  font-size: 42px;
  color: #ffff23;
}
.service-list__title {
  font-size: 18px;
  font-weight: 600;
}
.service-list__button {
  transition: color 0.3s ease;
}
.service-list__button:hover {
  color: #ffff23;
}
@media (max-width: 991.98px) {
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .service-list {
    grid-template-columns: 1fr;
  }
}
.about-section {
  background: #fff;
  color: #000;
  padding: 48px 0;
}
.about-section__text {
  font-size: 22px;
  text-align: justify;
}
@media (min-width: 991.98px) {
  .about-section__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 50px 20px;
  }
}
@media (max-width: 991.98px) {
  .about-section__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 40px;
  }
}
.about-section__next {
  grid-column: 1/2;
  grid-row: 2/3;
  display: inline-flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .about-section__next {
    display: none;
  }
}
.about-section__sub-title {
  margin-top: -12px;
  font-size: 27px;
}
.about-section__arrow {
  max-width: 100px;
}
@media (min-width: 991.98px) {
  .about-section__benefits-list {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.benefits-list {
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  font-size: 20px;
}
.benefits-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row: reapeat(2, auto);
  align-items: center;
  gap: 4px;
}
.benefits-list__title {
  font-weight: 500;
}
.benefits-list__text {
  grid-column: 1/3;
  text-align: justify;
}
.benefits-list__icon-wrapper {
  width: 40px;
  height: 40px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.reviews-section {
  padding: 48px 0;
  background-color: #fff;
  color: #000;
}
.footer {
  position: relative;
}
.footer__container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
  height: 120px;
}
.footer__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .footer__nav {
    display: none;
  }
}
.authors-modal {
  text-align: center;
}

.authors-modal__text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
}

.authors-modal__telegram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #229ed9;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.authors-modal__telegram:hover {
  color: #fff;
  opacity: 0.75;
}

.authors-modal__telegram i {
  font-size: 24px;
}

#authorsModal .modal-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

#authorsModal .modal-body {
  padding-bottom: 48px;
}

#priceListModal .modal-title {
  font-size: 30px;
  font-weight: 800;
}

#priceListModal .modal-body {
  padding: 24px;
}

#priceListModal .table {
  margin-bottom: 0;
  color: #fff;
  background-color: #000;
  border-color: #ffff23;
}

#priceListModal .table th {
  background-color: #1c1c1c;
  color: #ffff23;
  font-size: 20px;
  font-weight: 700;
  border-color: #ffff23;
  padding: 14px 16px;
  text-align: center;
  vertical-align: middle;
}

#priceListModal .table td {
  background-color: #000;
  color: #fff;
  border-color: rgba(255, 255, 35, 0.45);
  padding: 12px 16px;
  font-size: 18px;
}

#priceListModal .table tbody tr:hover td {
  background-color: #1c1c1c;
}

table thead {
  text-align: center;
}

#orderModal .modal-title {
  font-size: 30px;
  font-weight: 800;
}

.order-modal__body {
  padding: 28px;
  text-align: center;
}

.order-modal__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 28px;
}

.order-modal__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.order-modal__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.order-modal__link:hover {
  color: #fff;
  opacity: 0.82;
  transform: translateY(-2px);
}

.order-modal__link i {
  font-size: 28px;
}

.order-modal__link_telegram {
  background-color: #229ed9;
}

.order-modal__link_instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.order-modal__link_email {
  background-color: #ffff23;
  color: #000;
}

.order-modal__link_email:hover {
  color: #000;
}

.order-modal__link_viber {
  background-color: #7360f2;
}

.order-modal__link_facebook {
  background-color: #1877f2;
}
