@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
body {
  font-family: "Inter", sans-serif;
  background: #ffffff;
  height: auto !important;
}

._container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media (max-width: 1280px) {
  ._container {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

.section__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section__title {
    font-size: 18px;
  }
}

.section__subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .section__subtitle {
    font-size: 14px;
  }
}

header {
  display: grid;
  grid-template-columns: 143px 1fr;
  gap: 20px;
  padding-top: 20px !important;
  z-index: 999999;
}
@media (max-width: 1280px) {
  header {
    display: flex;
    justify-content: space-between;
  }
}
header .logo {
  cursor: pointer;
}
header .logo img {
  max-width: 143px;
}
header nav {
  display: flex;
  align-items: center;
}
header nav .menu {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  width: 100%;
}
header nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}
header nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
header nav ul li a:hover {
  color: #028ea1;
}
header nav .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}
header nav .hamburger span {
  width: 25px;
  height: 3px;
  background-color: #028ea1;
  border-radius: 2px;
}

/* Адаптивность */
@media (max-width: 1280px) {
  header nav ul {
    flex-direction: column;
  }
  header nav .menu {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    z-index: 999;
  }
  header nav .menu.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  }
  header nav .hamburger {
    display: flex;
  }
}
.section__header {
  position: sticky;
  top: 0;
  background: #ffffff;
  padding-bottom: 20px;
  z-index: 20;
  border-bottom: 1px solid #e4e4e4;
}

.btn_group {
  display: flex;
  gap: 10px;
}
@media (max-width: 479.98px) {
  .btn_group {
    flex-direction: column;
  }
}

.header__btn__primary {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  background: #028ea1;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.header__btn__primary:hover {
  color: #ffffff;
}

.header__btn__secondary {
  color: #028ea1;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  background: #e8f4f6;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.header__btn__secondary:hover {
  color: #028ea1;
}

.section__main__item {
  max-width: 675px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.section__main__item__chip {
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 479.98px) {
  .section__main__item__chip {
    font-size: 12px;
  }
}
.section__main__item__title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .section__main__item__title {
    font-size: 24px;
  }
}
.section__main__item__subtitle {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 479.98px) {
  .section__main__item__subtitle {
    font-size: 14px;
  }
}
.section__main__item__action {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.section__main__item__action__btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  background: #e8f4f6;
  color: #028ea1;
  padding: 24px;
}
@media (max-width: 479.98px) {
  .section__main__item__action__btn {
    font-size: 12px;
    padding: 12px;
  }
}
.section__main__item__action__btn:last-child {
  background: #028ea1;
  color: #ffffff;
}
.section__main__item__action__btn:first-child:hover {
  color: #028ea1;
}

.section__table {
  padding: 150px 0;
}
@media (max-width: 479.98px) {
  .section__table {
    padding: 100px 0;
  }
}
.section__table img {
  width: 100%;
}

.section__advantage__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .section__advantage__row {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.section__advantage__row__item {
  background: #d8f3dc;
  border-radius: 16px;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .section__advantage__row__item {
    padding: 20px;
  }
}
.section__advantage__row__item__title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .section__advantage__row__item__title {
    font-size: 18px;
  }
}
.section__advantage__row__item__subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .section__advantage__row__item__subtitle {
    font-size: 12px;
    margin-top: 10px;
  }
}
.section__advantage__row__item__img {
  width: 100%;
  margin-top: 50px;
}
.section__advantage__row__item:nth-child(2n) {
  position: relative;
  background: #e8f4f6;
}
.section__advantage__row__item:nth-child(2n) img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
}
@media (max-width: 767.98px) {
  .section__advantage__row__item:nth-child(2n) img {
    position: static;
    z-index: 2;
    width: 100%;
  }
}
.section__advantage__row__item:nth-child(3n) {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e8f4f6;
}
.section__advantage__row__item:nth-child(3n) img {
  width: 60%;
}
.section__advantage__row__item:nth-child(4n) {
  background: #fed;
}
.section__advantage__row__item:nth-child(4n) img {
  position: static;
  width: 100%;
}

.section__feedback {
  padding: 120px 0;
  background: #fafafa;
}
.section__feedback__form {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 300px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.section__feedback__form select {
  /* Сбрасываем стандартный вид */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: 98% center;
  outline: none;
}
.section__feedback__form__label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.section__feedback__form__input {
  display: block;
  border-radius: 12px;
  border: 1px solid var(--Disabled, #ccc);
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 14px 16px;
}
.section__feedback__form__submit {
  border-radius: 12px;
  background: #0294a5;
  padding: 14px 16px;
  color: #ffffff;
}
.section__feedback__form__subtitle {
  color: #9d9d9d;
  text-align: center;
  font-size: 12px;
}

/* Notification styles */
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 300px;
  max-width: 400px;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: slideInRight 0.3s ease-out;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .notification {
    right: 10px;
    left: 10px;
    min-width: auto;
    max-width: none;
  }
}
.notification--success {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}
.notification--error {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}
.notification--warning {
  background: #fff3cd;
  color: #856404;
  border-left: 4px solid #ffc107;
}
.notification__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.notification__message {
  flex: 1;
}
.notification__close {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
  opacity: 0.7;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.notification__close:hover {
  opacity: 1;
}
.notification.notification--hide {
  animation: slideOutRight 0.3s ease-in forwards;
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.section__service {
  padding: 150px 0;
}
@media (max-width: 479.98px) {
  .section__service {
    padding: 70px 0;
  }
}
.section__service .section__title {
  margin-bottom: 40px;
}
.section__service__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.section__service__row.three {
  margin-top: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767.98px) {
  .section__service__row {
    grid-template-columns: 1fr !important;
  }
}
.section__service__item {
  border-radius: 24px;
  background: #e8f4f6;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .section__service__item {
    padding: 20px;
  }
}
.section__service__item__title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .section__service__item__title {
    font-size: 18px;
  }
}
.section__service__item__subtitle {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .section__service__item__subtitle {
    font-size: 12px;
  }
}
.section__service__item__img {
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
}
@media (max-width: 1280px) {
  .section__service__item__img {
    margin-top: 40px;
  }
}
.section__service__item__img img {
  width: 96px;
}

.section__question {
  padding: 150px 0;
}
@media (max-width: 479.98px) {
  .section__question {
    padding: 70px 0;
  }
}
.section__question__item {
  max-width: 770px;
  display: grid;
  grid-template-columns: 1fr;
}
.section__question__row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.section__question .accordion {
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.section__question .accordion:last-child {
  border-bottom: 1px solid transparent;
}
.section__question .accordion__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 479.98px) {
  .section__question .accordion__text {
    font-size: 16px;
  }
}
.section__question .accordion__icon img {
  transition: transform 0.3s ease; /* Smooth transition */
}
.section__question .active .accordion__icon img {
  transform: rotate(135deg); /* Rotate the arrow */
}
.section__question .active.accordion {
  border-bottom: 1px solid transparent;
}
.section__question .active.panel {
  border-bottom: 1px solid #e4e4e4;
}
.section__question .active.panel:last-child {
  border-bottom: 1px solid transparent;
}
.section__question .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.section__question .panel p {
  padding: 10px 0;
  color: #aeaeae;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 479.98px) {
  .section__question .panel p {
    font-size: 13px;
  }
}

.section__footer {
  padding-top: 100px;
}
.section__footer__row {
  border-top: 1px solid #e4e4e4;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .section__footer__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .section__footer__row {
    grid-template-columns: 1fr 1fr;
  }
}
.section__footer__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.section__footer__item__title {
  font-size: 14px;
  font-weight: 500;
  color: #aeaeae;
}
.section__footer__item__list {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.section__footer__item__list:hover {
  color: #028ea1;
}

.section__jumbatron {
  border-top: 1px solid #e4e4e4;
}
.section__jumbatron__title {
  color: #aeaeae;
  font-size: 14px;
  font-weight: 500;
  padding: 30px 0;
}

.section__check {
  padding: 150px 0;
  background: #fafafa;
}
@media (max-width: 479.98px) {
  .section__check {
    padding: 70px 0;
  }
}
.section__check__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__check__title {
  max-width: 400px;
}
.section__check__subtitle {
  max-width: 600px;
  margin: 30px 0;
}
.section__check__item {
  max-width: 600px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 479.98px) {
  .section__check__item {
    padding: 20px;
  }
}
.section__check__item__form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 10px;
}
@media (max-width: 479.98px) {
  .section__check__item__form {
    display: flex;
    flex-direction: column;
  }
}
.section__check__item__form__input {
  display: block;
  border-radius: 12px;
  border: 1px solid var(--Disabled, #ccc);
  color: #333;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 14px 16px;
}
.section__check__item__form__action {
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background: #028ea1;
  padding: 15px;
}
.section__check__item__example {
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.section__check__item__example span {
  color: #028ea1;
}

.check__doc__info {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.check__doc__info__item {
  padding: 24px;
  border-radius: 16px;
  background: #fafafa;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (max-width: 479.98px) {
  .check__doc__info__item {
    padding: 12px;
  }
}
.check__doc__info__item__header {
  display: flex;
  padding: 8px 16px;
  border-bottom: 0.5px solid #e4e4e4;
  background: #e8f4f6;
  color: #0294a5;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 479.98px) {
  .check__doc__info__item__header {
    font-size: 12px;
  }
}
.check__doc__info__item__list {
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #e4e4e4;
  display: flex;
}
.check__doc__info__item__list:last-child {
  border: none;
  padding: 0;
}
.check__doc__info__item__list strong {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  width: 300px;
}
@media (max-width: 991.98px) {
  .check__doc__info__item__list strong {
    width: 50%;
  }
}
@media (max-width: 479.98px) {
  .check__doc__info__item__list strong {
    font-size: 10px;
  }
}
.check__doc__info__item__list__data {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  width: calc(100% - 300px);
}
@media (max-width: 991.98px) {
  .check__doc__info__item__list__data {
    width: 50%;
  }
}
@media (max-width: 479.98px) {
  .check__doc__info__item__list__data {
    font-size: 10px;
  }
}

.section__business__row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}
@media (max-width: 1280px) {
  .section__business__row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .section__business__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 479.98px) {
  .section__business__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.section__business__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: var(--chips, #eeefee);
  gap: 16px;
  height: 196px;
}
@media (max-width: 479.98px) {
  .section__business__item {
    padding: 10px;
    height: 150px;
  }
}
.section__business__item__title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.section__business__item__img {
  width: 56px;
  height: 56px;
}

.section__price {
  padding: 150px 0;
}
@media (max-width: 479.98px) {
  .section__price {
    padding: 70px 0;
  }
}
.section__price__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.section__price__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.section__price__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 400px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 4px;
  gap: 8px;
  margin: 0 auto;
  margin-top: 48px;
}
.section__price__tabs__item {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__price__tabs__item:hover {
  color: #333;
  background: #ffffff;
}
.section__price__tabs__item.active {
  color: #333;
  background: #ffffff;
}
.section__price__subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
  margin-top: 16px;
}
.section__price .swiper {
  display: none;
}
@media (max-width: 767.98px) {
  .section__price .swiper {
    display: block;
    margin-top: 30px;
  }
}
.section__price .swiper-pagination {
  display: none;
  bottom: -30px !important;
}
@media (max-width: 767.98px) {
  .section__price .swiper-pagination {
    display: block;
    margin-top: 30px;
  }
}
.section__price .swiper-pagination-bullet-active {
  background: #028ea1;
}
.section__price__row {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .section__price__row {
    display: none;
  }
}
.section__price__item.first .section__price__item__header {
  background: #e4e4e4;
  margin-top: 23px;
}
@media (max-width: 767.98px) {
  .section__price__item.first .section__price__item__header {
    margin-top: 0;
  }
}
.section__price__item.second .section__price__item__header {
  background: #028ea1;
  padding: 11px;
}
.section__price__item.third .section__price__item__header {
  background: #97d5df;
  margin-top: 23px;
}
@media (max-width: 767.98px) {
  .section__price__item.third .section__price__item__header {
    margin-top: 0;
  }
}
.section__price__item.first .section__price__item__action {
  background: #e4e4e4;
  color: #000000;
}
.section__price__item.second .section__price__item__action {
  background: #028ea1;
  color: #ffffff;
}
.section__price__item.third .section__price__item__action {
  background: #97d5df;
  color: #028ea1;
}
.section__price__item.first .section__price__item__body {
  border: 1px solid #e4e4e4;
}
.section__price__item.second .section__price__item__body {
  border: 1px solid #028ea1;
}
.section__price__item.third .section__price__item__body {
  border: 1px solid #97d5df;
}
.section__price__item__header {
  border-radius: 12px 12px 0px 0px;
  padding: 6px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.section__price__item__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  border: 1px solid #e4e4e4;
  border-radius: 0px 0px 12px 12px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .section__price__item__body {
    height: auto;
    gap: 24px;
    padding: 16px;
  }
}
.section__price__item__title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .section__price__item__title {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .section__price__item__title {
    font-size: 13px;
  }
}
.section__price__item__subtitle {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .section__price__item__subtitle {
    font-size: 12px;
  }
}
@media (max-width: 479.98px) {
  .section__price__item__subtitle {
    font-size: 12px;
  }
}
.section__price__item__action {
  display: flex;
  height: 56px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 16px;
  background: var(--chips, #eeefee);
}
@media (max-width: 1280px) {
  .section__price__item__action {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .section__price__item__action {
    height: 36px;
  }
}
.section__price__item__list {
  display: grid;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .section__price__item__list {
    gap: 10px;
  }
}
.section__price__item__list__item {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--Primary, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 479.98px) {
  .section__price__item__list__item {
    font-size: 12px;
    line-height: 14px;
  }
}

.section__tariff {
  padding: 150px 0;
}
@media (max-width: 479.98px) {
  .section__tariff {
    padding: 70px 0;
  }
}
.section__tariff table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .section__tariff table {
    width: 800px;
  }
}
.section__tariff ul {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
.section__tariff th,
.section__tariff td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.section__tariff th {
  font-weight: bold;
  text-align: center;
}
.section__tariff .checkmark {
  text-align: center;
}
.section__tariff .header-cell {
  text-align: left;
  font-weight: 500;
}
.section__tariff .table-container {
  width: 100%;
}
@media (max-width: 991.98px) {
  .section__tariff .table-container {
    overflow-x: auto; /* Добавляет горизонтальный скролл */
    -webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
  }
}

.section__top {
  background: #333333;
}
.section__top__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .section__top__row {
    flex-direction: column;
    gap: 10px;
  }
}
.section__top__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section__top__item__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.section__top__item__link {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .section__top__item__link {
    font-size: 12px;
  }
}
.section__top__item__link:hover {
  color: #ffffff;
}
.section__top select {
  background: transparent;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.section__top option {
  color: #000000;
}/*# sourceMappingURL=style.css.map */