*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
  outline: none;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  font-family: "Futura PT", "Arial", sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  font-size: 18px;
  color: #e0e0e0;
  background-color: #121212;
  transition: background-color 0.3s, color 0.3s;
}

/* Dark Theme Styles */
.dark-theme {
  background-color: #121212;
  color: #e0e0e0;
}

.dark-theme .header {
  background-color: #1e1e1e;
}

.dark-theme .header__top {
  border-bottom: 1px solid #333;
}

.dark-theme .header__bottom {
  background-color: #252525;
}

.dark-theme .navigation__item {
  color: #e0e0e0;
}

.dark-theme .navigation__list::before {
  background-color: #252525;
  display: none;
}

.dark-theme .header__phone {
  color: #e0e0e0;
}

.dark-theme .header__contact-text {
  color: #b0b0b0;
}

.dark-theme .title {
  color: #ffffff;
}

.dark-theme .company,
.dark-theme .info,
.dark-theme .security,
.dark-theme .catalog,
.dark-theme .contacts {
  background-color: #121212;
}

.dark-theme .footer {
  background-color: #1a1a1a;
  border-top: 1px solid #333;
}

.dark-theme .footer__menu-item,
.dark-theme .footer__contact,
.dark-theme .footer__contact-item {
  color: #b0b0b0;
}

.dark-theme .footer__bottom {
  border-top: 1px solid #333;
}

.dark-theme .content ul li::before {
  background-color: #e0e0e0;
}

.dark-theme .submenu {
  background-color: #1e1e1e;
}

.dark-theme .submenu__item,
.dark-theme .submenu__contacts-item {
  color: #e0e0e0;
}

.dark-theme .header__toggle {
  color: #e0e0e0;
}

.dark-theme .header__toggle:hover {
  color: #AFD9D4;
}

.dark-theme .ballons__item {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.dark-theme .ballons__name {
  color: #ffffff;
}

.dark-theme .ballons__exchange-text {
  color: #cccccc;
}

.dark-theme .actions__title {
  color: #ffffff;
}

.dark-theme .features__item {
  background-color: #1e1e1e;
  padding: 20px;
  border-radius: 8px;
}

.dark-theme .features__count {
  color: #AFD9D4;
}

.dark-theme .features__name {
  color: #ffffff;
}

.dark-theme .features__text {
  color: #b0b0b0;
}

.dark-theme .company__features,
.dark-theme .features_about {
  background-color: #1e1e1e;
}

.dark-theme .catalog__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s;
}

.dark-theme .catalog__item:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.dark-theme .catalog__item {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.dark-theme .text-input {
  border-bottom-color: #555;
  color: #e0e0e0;
}

.dark-theme .text-input:focus {
  border-color: #AFD9D4;
}

.dark-theme .popup {
  background-color: #1e1e1e;
  color: #e0e0e0;
}

.dark-theme .popup__close::before,
.dark-theme .popup__close::after {
  background-color: #e0e0e0;
}

.dark-theme .breadcrumbs__item {
  color: #888;
}

.dark-theme .breadcrumbs__item_active,
.dark-theme .breadcrumbs__item:hover {
  color: #fff;
}

body.overflow {
  overflow: hidden;
}

.map {
  display: block;
  width: 60vw;
  height: 100%;
  position: absolute !important;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1230px) {
  .map {
    width: 55vw;
  }
}

@media screen and (max-width: 800px) {
  .map {
    width: 100%;
    height: 300px;
    position: relative !important;
  }
}

.map_inner {
  width: 100%;
  height: 795px;
  margin-bottom: 100px;
  position: relative !important;
}

@media screen and (max-width: 1230px) {
  .map_inner {
    height: 400px;
  }
}

@media screen and (max-width: 530px) {
  .map_inner {
    margin-bottom: 30px;
  }
}

.gm-style-pbt {
  text-align: center;
  /* Google Map center fix */
}

header {
  flex-shrink: 0;
  /* IE fix */
}

main {
  flex-shrink: 0;
  /* IE fix */
}

body>div {
  flex-shrink: 0;
  /* IE fix */
}

footer {
  flex-shrink: 0;
  /* IE fix */
  margin-top: auto;
}

img {
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}

.overlay_opened {
  display: block;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.theme-toggle {
  display: none !important;
}

.theme-toggle:hover {
  background-color: #AFD9D4;
  transform: scale(1.1);
}

.dark-theme .theme-toggle {
  background-color: #333;
  color: #fff;
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media screen and (max-width: 800px) {
  .theme-toggle {
    margin-left: 10px;
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 800px) {
  .main {
    padding-top: 70px;
  }
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-300.woff2") format("woff2"), url("../fonts/FuturaPT-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-400.woff2") format("woff2"), url("../fonts/FuturaPT-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-500.woff2") format("woff2"), url("../fonts/FuturaPT-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-600.woff2") format("woff2"), url("../fonts/FuturaPT-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-700.woff2") format("woff2"), url("../fonts/FuturaPT-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-800.woff2") format("woff2"), url("../fonts/FuturaPT-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-900.woff2") format("woff2"), url("../fonts/FuturaPT-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

.button {
  display: inline-block;
  padding: 11px 31px;
  border: none;
  border-radius: 2px;
  background-color: #afd9d4;
  font-weight: 700;
  letter-spacing: 5.4px;
  line-height: 1;
  color: black;
  text-transform: lowercase;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s;
}

.button:hover {
  background-color: #AFD9D4;
}

.button_pink {
  background-color: #AFD9D4;
  color: black;
}

.button_pink:hover {
  background-color: #9472a8;
  color: white;
}

.button_blue {
  background-color: #4753af;
  color: white;
}

.button_blue:hover {
  background-color: #AFD9D4;
}

.button_capitalize {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}

@media screen and (max-width: 800px) {
  .navigation {
    display: none;
  }
}

.navigation__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
  padding-left: 35px;
  margin: 0;
  list-style: none;
  width: 100%;
  gap: 20px;
}

@media screen and (max-width: 1660px) {
  .navigation__list {
    padding-left: 0;
  }
}

@media screen and (max-width: 1230px) {
  .navigation__list {
    padding: 15px 0;
  }
}

.navigation__list::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  background-color: #121212;
}

@media screen and (max-width: 1660px) {
  .navigation__list::before {
    content: none;
  }
}

.navigation__item {
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #e0e0e0;
  text-decoration: none;
  transition: 0.15s;
}

@media screen and (max-width: 1230px) {
  .navigation__item {
    font-weight: 700;
  }
}

.navigation__item:hover::before,
.navigation__item.active::before {
  width: 100%;
}

@media screen and (max-width: 800px) {

  .navigation__item:hover::before,
  .navigation__item.active::before {
    width: 20px;
  }
}

.navigation__item::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: black;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width 0.15s;
}

.navigation__link {
  color: inherit;
  text-decoration: inherit;
}

.title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
}

@media screen and (max-width: 530px) {
  .title {
    font-size: 26px;
  }
}

.title_inner {
  margin-bottom: 80px;
}

@media screen and (max-width: 530px) {
  .title_inner {
    margin-bottom: 30px;
  }
}

.text-input {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid black;
  color: black;
  background-color: transparent;
  resize: none;
}

.text-input:focus {
  border-color: #AFD9D4;
}

.text-input_textarea {
  height: 80px;
}

.text-input::-webkit-input-placeholder {
  color: inherit;
}

.text-input::-moz-placeholder {
  color: inherit;
}

.text-input:-ms-input-placeholder {
  color: inherit;
}

.text-input:-moz-placeholder {
  color: inherit;
}

.policy {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.policy__input {
  opacity: 0;
  position: absolute;
}

.policy__indicator {
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 13px;
  background-color: white;
}

.policy__indicator_grey {
  background-color: #f2f2f2;
}

.policy__indicator::before {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  border-left: 3px solid #afd9d4;
  border-bottom: 3px solid #afd9d4;
  position: absolute;
  left: 4px;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

.policy__input:checked+.policy__indicator::before {
  opacity: 1;
}

.policy__text {
  font-size: 14px;
}

@media screen and (max-width: 530px) {
  .policy__text {
    line-height: 18px;
  }
}

.popup {
  display: none;
  width: 430px;
  max-height: calc(100vh - 20px);
  padding: 95px 58px;
  background-color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 21;
  overflow: auto;
}

@media screen and (max-width: 530px) {
  .popup {
    width: calc(100vw - 20px);
    padding: 60px 40px;
  }
}

.popup_opened {
  display: block;
}

.popup__title {
  margin-bottom: 60px;
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 530px) {
  .popup__title {
    margin-bottom: 30px;
    font-size: 21px;
  }
}

.popup__title._call {
  margin-bottom: 10px;
}

.popup__title._phone {
  display: block;
  margin-bottom: 10px;
  color: #AFD9D4;
  text-decoration: none;
}

.popup__or {
  text-align: center;
}

.popup__input {
  width: 100%;
  margin-bottom: 10px;
}

.popup__policy {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1;
}

.popup__button {
  padding: 11px 53px;
}

.popup__close {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 45px;
  top: 45px;
  cursor: pointer;
}

@media screen and (max-width: 530px) {
  .popup__close {
    right: 35px;
    top: 35px;
  }
}

.popup__close:hover {
  opacity: 0.5;
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 50%;
  top: 50%;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.recatpach {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 75px;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 800px) {
  .breadcrumbs {
    padding-top: 30px;
  }
}

.breadcrumbs__item {
  color: #a2a2a2;
  text-decoration: none;
}

.breadcrumbs__item_active,
.breadcrumbs__item:hover {
  color: black;
}

.breadcrumbs__link {
  color: inherit;
  text-decoration: inherit;
}

.breadcrumbs__dash {
  margin: 0 23px;
  color: #a2a2a2;
}

.header {
  width: 100%;
  padding-top: 20px;
  background-color: #121212;
  z-index: 11;
}

@media screen and (max-width: 1660px) {
  .header {
    padding-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
  }
}

.header__top {
  padding: 16px 0;
}

@media screen and (max-width: 1230px) {
  .header__top {
    padding: 10px 0;
  }
}

.header__top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  left: -201px;
  top: -17px;
  z-index: 1;
}

@media screen and (max-width: 1660px) {
  .header__logo {
    width: 90px;
    height: 90px;
    position: relative;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 1230px) {
  .header__logo {
    width: 60px;
    height: 60px;
    overflow: hidden;
  }
}

@media screen and (max-width: 530px) {
  .header__logo {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 800px) {
  .header__logo {
    margin-right: auto;
  }

  .header__telegram {
    margin-right: auto;
  }
}

@media screen and (max-width: 530px) {
  .header__logo {
    margin: 0;
  }

  .header__telegram {
    margin: 0;
  }
}

.header__contact {
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  cursor: default;
}

@media screen and (max-width: 1230px) {
  .header__contact {
    max-width: 250px;
    padding-left: 20px;
    line-height: 1;
  }
}

@media screen and (max-width: 800px) {
  .header__contact {
    display: none;
  }
}

@media screen and (max-width: 1230px) {
  .header__contact_worktime {
    display: none;
  }
}

.header__contact-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1230px) {
  .header__contact-icon {
    width: 15px;
    height: 15px;
  }
}

.header__phone {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #e0e0e0;
  transition: 0.15s;
}

@media screen and (max-width: 1230px) {
  .header__phone {
    font-size: 18px;
  }
}

@media screen and (max-width: 530px) {
  .header__phone {
    color: #AFD9D4;
    border: 1px solid currentColor;
    padding: 2px 5px;
  }
}

.header__phone:hover {
  color: #AFD9D4;
}

@media screen and (max-width: 530px) {
  .header__phone:hover {
    color: black;
  }
}

.header__toggle {
  width: 40px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -203px;
  top: 10px;
  cursor: pointer;
  color: black;
  transition: color 0.15s;
  z-index: 12;
}

@media screen and (max-width: 1660px) {
  .header__toggle {
    position: relative;
    right: 0;
    top: 0;
  }
}

.header__toggle:hover {
  color: #AFD9D4;
}

.header__toggle::before,
.header__toggle::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  transition: top 0.15s, bottom 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s, bottom 0.15s, transform 0.15s;
  transition: top 0.15s, bottom 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.header__toggle::before {
  top: 2px;
}

.header__toggle::after {
  bottom: 2px;
}

.header__toggle_open::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header__toggle_open::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}

@media screen and (max-width: 1230px) {
  .header__callback {
    font-size: 12px;
  }
}

@media screen and (max-width: 800px) {
  .header__callback {
    margin: 0 30px;
  }
}

@media screen and (max-width: 530px) {
  .header__callback {
    display: none;
  }
}

.header__bottom {
  background-color: #1a1a1a;
}

.header__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.submenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 850px;
  width: 100%;
  height: 100vh;
  padding: 160px 100px 70px;
  background-color: #121212;
  position: fixed;
  right: 0;
  top: 0;
  overflow: auto;
  z-index: 11;
  right: -100%;
  transition: right 0.3s;
}

@media screen and (max-width: 800px) {
  .submenu {
    padding: 60px 100px;
  }
}

@media screen and (max-width: 530px) {
  .submenu {
    padding: 60px 30px;
  }
}

.submenu_open {
  right: 0;
}

.submenu__menu {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}

.submenu__item {
  padding-left: 80px;
  margin-bottom: 42px;
  font-weight: 700;
  font-size: 36px;
  color: black;
  text-decoration: none;
  transition: 0.15s;
}

@media screen and (max-width: 800px) {
  .submenu__item {
    padding-left: 30px;
    margin-bottom: 7px;
    font-size: 18px;
  }
}

.submenu__item:hover,
.submenu__item.active {
  color: #00a9d3;
}

.submenu__item::before,
.submenu__item::after {
  content: '';
  display: block;
  background-color: currentColor;
  position: absolute;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.submenu__item::before {
  width: 60px;
  height: 1px;
  left: 0;
}

@media screen and (max-width: 800px) {
  .submenu__item::before {
    width: 20px;
  }
}

.submenu__item::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -2px;
}

@media screen and (max-width: 800px) {
  .submenu__item::after {
    width: 5px;
    height: 5px;
  }
}

.submenu__link {
  text-decoration: inherit;
  color: inherit;
}

.submenu__contacts-item {
  display: block;
  padding-left: 30px;
  margin-top: 6px;
  color: #e0e0e0;
  text-decoration: none;
  transition: 0.15s;
}

@media screen and (max-width: 530px) {
  .submenu__contacts-item {
    font-size: 16px;
  }
}

a.submenu__contacts-item:hover {
  color: #00a9d3;
}

a.submenu__contacts-item:hover .submenu__contacts-icon {
  fill: #00a9d3;
}

.submenu__contacts-item_phone {
  font-weight: 700;
}

.submenu__contacts-icon {
  display: block;
  width: 20px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 3px;
  transition: 0.15s;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 22px;
}

@media screen and (max-width: 530px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
}

.footer__logo {
  display: block;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

@media screen and (max-width: 1230px) {
  .footer__logo {
    margin-right: 20px;
  }
}

@media screen and (max-width: 530px) {
  .footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 680px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 800px) {
  .footer__menu {
    display: none;
  }
}

.footer__menu::before,
.footer__menu::after {
  content: "";
  display: block;
  width: 1px;
  height: 130px;
  background-color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__menu::before {
  left: 26%;
}

@media screen and (max-width: 1230px) {
  .footer__menu::before {
    left: 35%;
  }
}

.footer__menu::after {
  left: 55%;
}

@media screen and (max-width: 1230px) {
  .footer__menu::after {
    content: none;
  }
}

.footer__menu-item {
  display: flex;
  align-items: center;
  width: 33.33%;
  min-height: 36px;
  color: #e0e0e0;
  text-decoration: none;
}

.footer__menu-item:hover,
.footer__menu-item.active {
  color: #AFD9D4;
}

@media screen and (max-width: 1230px) {
  .footer__menu-item {
    width: 50%;
    min-height: 28px;
    font-size: 16px;
    line-height: 24px;
  }
}

.footer__menu-link {
  display: block;
  max-width: 140px;
  text-decoration: inherit;
  color: inherit;
  display: block;
  line-height: 1;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 1230px) {
  .footer__contacts {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 530px) {
  .footer__contacts {
    align-items: center;
  }
}

.footer__contact {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 5px;
  text-decoration: none;
  text-align: right;
  color: #e0e0e0;
}

@media screen and (max-width: 800px) {
  .footer__contact {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 530px) {
  .footer__contact {
    padding-left: 0;
  }
}

.footer__contact_phone {
  font-weight: 700;
}

.footer__contact_email {
  text-decoration: underline;
}

a.footer__contact:hover {
  color: #AFD9D4;
}

.footer__contact-icon {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -5px;
  top: 3px;
}

@media screen and (max-width: 530px) {
  .footer__contact-icon {
    display: none;
  }
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
}

@media screen and (max-width: 800px) {
  .footer__bottom {
    font-size: 16px;
  }
}

@media screen and (max-width: 530px) {
  .footer__bottom {
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.footer__copyright {
  color: #a8a8a8;
}

.footer__link {
  color: #a8a8a8;
}

.footer__link:hover {
  color: black;
}

.content_index {
  padding: 30px 0 0;
}

.content h2 a {
  text-decoration: none;
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.content p {
  margin: 0;
  margin-bottom: 30px;
}

.content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 530px) {
  .content p {
    margin-bottom: 30px;
  }
}

.content ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

.content ul li {
  padding-left: 40px;
}

@media screen and (max-width: 530px) {
  .content ul li {
    padding-left: 25px;
    line-height: 1.2;
  }
}

.content ul li::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 3px));
  transform: translateY(calc(-50% + 3px));
}

@media screen and (max-width: 530px) {
  .content ul li::before {
    width: 15px;
  }
}

.content img {
  display: block;
  width: 100%;
  height: auto;
}

.ballons {
  display: flex;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  .ballons {
    flex-direction: column;
  }
}

.ballons__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.ballons_inner {
  margin-bottom: 60px;
}

@media screen and (max-width: 530px) {
  .ballons_inner {
    margin-bottom: 30px;
  }
}

.ballons_margin-top {
  margin-top: 30px;
}

.ballons__wrap {
  width: 33.33%;
}

.ballons__wrap_big {
  display: flex;
  width: 66.67%;
}



@media screen and (max-width: 1230px) {
  .ballons__wrap {
    width: 50%;
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  .ballons__wrap {
    width: 100%;
  }
}

.ballons__item {
  height: 100%;
  padding: 40px 0px 70px 75px;
  overflow: hidden;
  box-shadow: 4px 3px 30px rgba(28, 22, 34, 0.35);
}

.ballons__wrap_big .ballons__item {
  width: 50%;
}

.popers__wrap_big {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.popers__wrap_big .popers__item {
  width: calc(20% - 10px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 0;
  height: auto;

  @media screen and (max-width: 800px) {
    width: calc(50% - 10px);
  }

}

.popers__item {
  height: 100%;
  padding: 70px 0px 70px 75px;
  overflow: hidden;
  box-shadow: 4px 3px 30px rgba(28, 22, 34, 0.35);
}

.ballons__info {
  z-index: 1;
  margin: auto;
}

.popers__wrap_big .ballons__name {
  font-size: 26px;
  line-height: 1;
  padding: 0 20px;

  @media screen and (max-width: 800px) {
    width: auto;
    font-size: 20px;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    background-color: inherit;
    text-align: center;
  }
}


.popers__wrap_big .ballons__button {
  padding: 10px 30px;
  z-index: 1;
  margin: 10px auto;
  display: block;
  width: min-content;
}


@media screen and (max-width: 1230px) {
  .ballons__wrap_big .ballons__item {
    width: 100%;
  }
}

.ballons__wrap_small .ballons__item {
  padding: 40px 0;
  padding-left: 137px;
  height: 50%;
}

@media screen and (max-width: 1230px) {
  .ballons__item {
    padding: 10px 20px 40px 120px !important;
    height: auto !important;
    min-height: 280px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 530px) {
  .ballons__item {
    padding-left: 80px !important;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
    min-height: 220px;
  }
}

.ballons__info {
  z-index: 1;
}

@media screen and (max-width: 1660px) {
  .ballons__info {
    z-index: 1;
  }
}

.ballons__subname {
  margin-bottom: 22px;
  color: #afd9d4;
  letter-spacing: 0.9px;
}

.ballons__wrap_small .ballons__subname {
  display: none;
}

@media screen and (max-width: 1230px) {
  .ballons__subname {
    display: none;
  }
}

.ballons__name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1.8px;
  color: #afd9d4;
  transition: 0.3s;
}

.ballons__name:hover {
  color: #AFD9D4;
}

.ballons__name a {
  text-decoration: none;
  color: inherit;
}

.ballons__wrap_small .ballons__name {
  width: 90px;
  height: calc(100% + 85px);
  margin-bottom: 0;
  font-size: 30px;
  letter-spacing: 1.5px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -137px;
  top: -40px;
}

.ballons__wrap_small .ballons__name a {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, calc(-50% + 40px)) rotate(-90deg);
  transform: translate(-50%, calc(-50% + 40px)) rotate(-90deg);
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__name a {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__name {
    width: 60px;
    font-size: 20px;
    left: -90px;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__name {
    width: 90px !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    font-size: 28px !important;
    letter-spacing: 1.5px !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(10px);
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .ballons__name a {
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    white-space: nowrap !important;
    transform: rotate(-90deg) !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 530px) {
  .ballons__name {
    width: 60px !important;
    font-size: 18px !important;
  }
}

.ballons__wrap_small .ballons__exchange-wrap {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__exchange-wrap {
    align-items: center;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__exchange-wrap {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 530px) {
  .ballons__exchange-wrap {
    align-items: center;
  }
}

.ballons__exchange-text {
  font-size: 24px;
  letter-spacing: 1.2px;
  color: white;
  text-transform: lowercase;
}

.ballons__exchange-wrap .ballons__exchange-text {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.9px;
}

.ballons__wrap_small .ballons__exchange-wrap .ballons__exchange-text {
  margin-right: 10px;
  top: 4px;
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__exchange-wrap .ballons__exchange-text {
    margin-bottom: 0;
    font-size: 14px;
    top: 0;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__exchange-wrap .ballons__exchange-text {
    margin-right: 10px;
    top: 4px;
  }
}

@media screen and (max-width: 530px) {
  .ballons__exchange-wrap .ballons__exchange-text {
    margin-bottom: 0;
    font-size: 14px;
    top: 0;
  }
}

.ballons__wrap_small .ballons__exchange-text {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__exchange-text {
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__exchange-text {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

@media screen and (max-width: 530px) {
  .ballons__exchange-text {
    font-size: 14px;
    line-height: 1;
  }
}

.ballons__exchange-count {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: 2.76px;
  color: white;
}

.ballons__wrap_small .ballons__exchange-count {
  margin-bottom: 0;
  font-size: 36px;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__exchange-count {
    font-size: 21px;
  }
}

.ballons__exchange-count span {
  font-size: 36px;
}

.ballons__wrap_small .ballons__exchange-count span {
  font-size: 24px;
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__exchange-count span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__exchange-count span {
    font-size: 24px;
  }
}

@media screen and (max-width: 530px) {
  .ballons__exchange-count span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__exchange-count {
    margin-bottom: 0;
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}

@media screen and (max-width: 530px) {
  .ballons__exchange-count {
    font-size: 21px;
  }
}

.ballons__sale {
  width: calc(100% + 75px);
  padding-left: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 28px;
  margin-bottom: 34px;
  margin-left: -75px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #afd9d4;
}

.ballons__wrap_small .ballons__sale {
  width: 100%;
  padding: 0;
  margin: 17px 0;
  background-color: transparent;
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__sale {
    margin: 10px 0;
  }
}

@media screen and (max-width: 1660px) {
  .ballons__sale {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__sale {
    width: 100%;
    padding: 0;
    margin: 17px 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 530px) {
  .ballons__sale {
    margin: 10px 0;
  }
}

.ballons__sale-count {
  margin-bottom: 2px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.ballons__wrap_small .ballons__sale-count {
  font-size: 24px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__sale-count {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__sale-count {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 530px) {
  .ballons__sale-count {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1;
  }
}

.ballons__sale-text {
  font-size: 24px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}

.ballons__wrap_small .ballons__sale-text {
  font-size: 18px;
}

@media screen and (max-width: 530px) {
  .ballons__wrap_small .ballons__sale-text {
    font-size: 16px;
    line-height: 1;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__sale-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 530px) {
  .ballons__sale-text {
    font-size: 16px;
    line-height: 1;
  }
}

.ballons__button {
  padding: 20px 50px;
  z-index: 1;
}

.ballons__wrap_small .ballons__button {
  padding: 11px 25px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 4.7px;
}

@media screen and (max-width: 1230px) {
  .ballons__button {
    padding: 11px 25px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 4.7px;
  }
}

.ballons__image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1660px) {
  .ballons__image {
    opacity: 0.2;
  }
}

@media screen and (max-width: 800px) {
  .ballons__image {
    opacity: 1;
  }
}

@media screen and (max-width: 530px) {
  .ballons__image {
    opacity: 0.2;
  }
}

.ballons__image img {
  max-height: 500px;
  width: auto;
}

@media screen and (max-width: 1660px) {
  .ballons__image img {
    max-height: 350px;
  }
}



@media screen and (max-width: 1660px) {
  .company {
    overflow: hidden;
  }
}

.company__about {
  width: 50%;
  padding: 92px 80px 100px 0;
}

.company__about::before {
  content: "";
  display: block;
  width: 424px;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -248px;
  top: -36px;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 530px) {
  .company__about::before {
    z-index: 0;
    opacity: 0.3;
  }
}

@media screen and (max-width: 1660px) {
  .company__about {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .company__about {
    padding: 30px 0;
  }
}

.company__title {
  margin-bottom: 70px;
}

@media screen and (max-width: 530px) {
  .company__title {
    margin-bottom: 30px;
  }
}

.company__about-text {
  margin-bottom: 76px;
}

@media screen and (max-width: 530px) {
  .company__about-text {
    margin-bottom: 30px;
  }
}

.company__button {
  padding: 20px 29px;
}

.company__features {
  width: 50%;
  min-height: 100%;
  padding: 91px 102px 30px;
  background-color: #1e1e1e;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 1660px) {
  .company__features {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 1230px) {
  .company__features {
    padding: 90px 15px 30px;
  }
}

@media screen and (max-width: 530px) {
  .company__features {
    padding: 30px 15px;
  }
}

.features_inner {
  padding-top: 90px;
}

@media screen and (max-width: 530px) {
  .features_inner {
    padding: 30px 0;
  }
}

.features__title {
  margin-bottom: 70px;
}

@media screen and (max-width: 530px) {
  .features__title {
    margin-bottom: 30px;
  }
}

.features_about {
  margin-top: 90px;
  background-color: #1e1e1e;
}

@media screen and (max-width: 530px) {
  .features_about {
    margin-top: 30px;
  }
}

.features__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features__item {
  width: calc(25% - 50px);
  margin-bottom: 65px;
}

.company__features .features__item {
  width: calc(50% - 43px);
}

@media screen and (max-width: 1660px) {
  .company__features .features__item {
    width: calc(25% - 50px);
  }
}

@media screen and (max-width: 1230px) {
  .company__features .features__item {
    width: calc(50% - 43px);
  }
}

@media screen and (max-width: 530px) {
  .company__features .features__item {
    width: 100%;
  }
}

@media screen and (max-width: 1230px) {
  .features__item {
    width: calc(50% - 43px);
  }
}

@media screen and (max-width: 530px) {
  .features__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .features__item:last-child {
    margin-bottom: 0;
  }
}

.features__count {
  height: 48px;
  font-size: 100px;
  font-weight: 700;
  line-height: 75px;
  color: #5da7d0;
  overflow: hidden;
}

@media screen and (max-width: 530px) {
  .features__count {
    height: 45px;
    font-size: 64px;
  }
}

.features__name {
  margin: 0;
  padding-top: 27px;
  font-size: 24px;
  font-weight: 700;
}

.features__name::before {
  content: "";
  display: block;
  width: 94%;
  height: 2px;
  background-color: #5da7d0;
  position: absolute;
  left: 5px;
  top: 12px;
}

.features__name::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5da7d0;
  position: absolute;
  left: 1px;
  top: 10px;
}

@media screen and (max-width: 530px) {
  .features__name {
    font-size: 21px;
  }
}

.features__text {
  line-height: 30px;
}

@media screen and (max-width: 530px) {
  .features__text {
    font-size: 16px;
    line-height: 21px;
  }
}

.info {
  padding: 92px 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1660px) {
  .info {
    background-size: contain;
  }

  .info::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 530px) {
  .info {
    padding: 30px 0;
  }
}

.info__title {
  margin-bottom: 70px;
}

@media screen and (max-width: 530px) {
  .info__title {
    margin-bottom: 30px;
  }
}

.actions {
  display: flex;
}

@media screen and (max-width: 800px) {
  .actions {
    flex-direction: column;
  }
}

@media screen and (max-width: 530px) {
  .actions {
    padding-top: 60px;
  }
}

.actions__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.actions__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 175px;
  overflow: hidden;
}

@media screen and (max-width: 1230px) {
  .actions__item {
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  .actions__item {
    padding: 50px 0;
  }
}

.actions__item_full {
  padding-left: 0;
  padding-right: 65px;
}

@media screen and (max-width: 800px) {
  .actions__item_full {
    padding: 50px 0;
  }
}

.actions__count {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 147px;
  top: 78px;
}

@media screen and (max-width: 1660px) {
  .actions__count {
    top: 30px;
    left: 110px;
  }
}

@media screen and (max-width: 800px) {
  .actions__count {
    left: 80px;
  }
}

@media screen and (max-width: 530px) {
  .actions__count {
    left: 15px;
    top: 15px;
  }
}

.actions__count_full {
  left: 80px;
}

@media screen and (max-width: 1660px) {
  .actions__count_full {
    left: 50px;
  }
}

@media screen and (max-width: 800px) {
  .actions__count_full {
    left: 80px;
  }
}

@media screen and (max-width: 530px) {
  .actions__count_full {
    left: 15px;
  }
}

.actions__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 530px) {
  .actions__picture {
    margin-bottom: 60px;
  }
}

.actions__picture_full {
  margin-bottom: 0;
}

.action__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  margin: 0 65px;
}

@media screen and (max-width: 1660px) {
  .action__image {
    width: 60px;
    margin: 0 30px;
  }
}

@media screen and (max-width: 1230px) {
  .action__image {
    width: 40px;
    margin: 0 10px;
  }
}

.action__image img {
  margin: 5px 0;
}

.action__image_more {
  margin: 0 25px;
}

@media screen and (max-width: 1230px) {
  .action__image_more {
    margin: 0 10px;
  }
}

.action__image_ten {
  height: 300px;
  margin-right: 120px;
  text-align: center;
}

@media screen and (max-width: 1230px) {
  .action__image_ten {
    margin-right: 60px;
  }
}

@media screen and (max-width: 530px) {
  .action__image_ten {
    height: 210px;
  }
}

.action__image_ten img {
  max-height: 100%;
}

.action__plus {
  width: 32px;
  height: 32px;
}

.action__plus::before,
.action__plus::after {
  content: "";
  display: block;
  width: 32px;
  height: 6px;
  border-radius: 6px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
}

.action__plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.action__plus::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.action__bracket {
  width: 160px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.action__bracket_big {
  width: 230px;
  height: 70px;
  bottom: -70px;
}

@media screen and (max-width: 530px) {
  .action__bracket_big {
    width: 160px;
    height: 50px;
    bottom: -50px;
  }
}

.actions__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
}

.actions__price-text {
  margin-right: 20px;
  text-transform: lowercase;
}

@media screen and (max-width: 530px) {
  .actions__price-text {
    margin-right: 10px;
  }
}

.actions__price-count {
  font-weight: 700;
  font-size: 48px;
}

@media screen and (max-width: 530px) {
  .actions__price-count {
    font-size: 32px;
  }
}

.actions__price-count span {
  font-size: 32px;
}

@media screen and (max-width: 530px) {
  .actions__price-count span {
    font-size: 24px;
  }
}

.actions__picture-item {
  margin: 65px 0;
}

.actions__name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 1230px) {
  .actions__name {
    font-size: 21px;
    right: -20px;
  }
}

@media screen and (max-width: 530px) {
  .actions__name {
    margin-top: 10px;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.action__image-text {
  display: flex;
  justify-content: center;
  width: 1px;
  font-size: 30px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  color: white;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  text-align: center;
}

@media screen and (max-width: 1660px) {
  .action__image-text {
    font-size: 21px;
    right: -15px;
  }
}

.action__equal {
  display: block;
  width: 44px;
  height: 44px;
}

.action__equal::before,
.action__equal::after {
  content: "";
  display: block;
  width: 44px;
  height: 5px;
  border-radius: 6px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.action__equal::before {
  -webkit-transform: translateY(calc(-50% + 7px));
  transform: translateY(calc(-50% + 7px));
}

.action__equal::after {
  -webkit-transform: translateY(calc(-50% - 7px));
  transform: translateY(calc(-50% - 7px));
}

.actions__title {
  width: 95px;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.actions__title span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: white;
  letter-spacing: 1.8px;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 130px;
}

@media screen and (max-width: 1230px) {
  .actions__title span {
    font-size: 24px;
    top: 70px;
  }
}

@media screen and (max-width: 530px) {
  .actions__title span {
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
}

@media screen and (max-width: 1230px) {
  .actions__title {
    width: 60px;
  }
}

@media screen and (max-width: 530px) {
  .actions__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    background-color: #1A1A1A;
  }
}

.security {
  padding: 80px 0;
}

@media screen and (max-width: 530px) {
  .security {
    padding: 30px 0;
  }
}

.security__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 55px;
}

@media screen and (max-width: 1230px) {
  .security__head {
    flex-direction: column;
  }
}

@media screen and (max-width: 530px) {
  .security__head {
    margin-bottom: 30px;
  }
}

.security__title {
  flex-shrink: 0;
  max-width: 500px;
  padding-bottom: 40px;
  margin: 0;
  margin-right: 90px;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  text-transform: lowercase;
}

@media screen and (max-width: 1230px) {
  .security__title {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    text-transform: none;
  }
}

@media screen and (max-width: 530px) {
  .security__title {
    padding-bottom: 30px;
    font-size: 26px;
  }
}

.security__title::before {
  content: "";
  display: block;
  width: 100vw;
  height: 8px;
  background-color: #AFD9D4;
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 1230px) {
  .security__title::before {
    display: none;
  }
}

.security__announce {
  padding-top: 10px;
}

@media screen and (max-width: 1230px) {
  .security__announce {
    padding-top: 0;
  }
}

.catalog__title {
  margin-bottom: 80px;
}

@media screen and (max-width: 530px) {
  .catalog__title {
    margin-bottom: 30px;
  }
}

.catalog__wrap {
  display: flex;
  flex-wrap: wrap;
}

.catalog__item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 33.333%;
  height: 318px;
  padding: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1660px) {
  .catalog__item {
    height: 260px;
    padding: 40px;
    font-size: 26px;
  }
}

@media screen and (max-width: 800px) {
  .catalog__item {
    height: 210px;
    padding: 20px;
    font-size: 21px;
  }
}

@media screen and (max-width: 530px) {
  .catalog__item {
    width: 100%;
    font-size: 26px;
  }
}

.catalog__item:hover {
  opacity: 0.8;
}

.contraindication {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/contraindication.jpg");
}

@media screen and (max-width: 800px) {
  .contraindication {
    padding: 0;
  }
}

.contraindication__wrap {
  max-width: 1020px;
  margin-left: auto;
  padding: 80px;
  background-color: #1e1e1e;
  box-shadow: 23px 19px 40px rgba(0, 0, 0, 0.05);
  left: 110px;
}

@media screen and (max-width: 1660px) {
  .contraindication__wrap {
    left: 0;
  }
}

@media screen and (max-width: 800px) {
  .contraindication__wrap {
    padding: 80px 0;
    background-color: transparent;
    box-shadow: none;
  }
}

@media screen and (max-width: 530px) {
  .contraindication__wrap {
    padding: 30px 0;
  }
}

.contraindication__title {
  margin-bottom: 65px;
}

@media screen and (max-width: 530px) {
  .contraindication__title {
    margin-bottom: 30px;
  }
}

.order {
  padding: 90px 0;
}

@media screen and (max-width: 530px) {
  .order {
    padding: 30px 0;
  }
}

.order p {
  margin-bottom: 30px;
}

.order_inner {
  box-shadow: 0 -15px 35px rgba(28, 22, 34, 0.07);
}

@media screen and (max-width: 530px) {
  .order_inner {
    box-shadow: none;
  }
}

.order__title {
  margin-bottom: 65px;
}

@media screen and (max-width: 530px) {
  .order__title {
    margin-bottom: 30px;
  }
}

.contacts {
  background-color: #f2f2f2;
}

.contacts__wrap {
  max-width: 410px;
  padding: 70px 0 80px;
}

@media screen and (max-width: 800px) {
  .contacts__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none;
  }
}

@media screen and (max-width: 530px) {
  .contacts__wrap {
    padding: 30px 0;
  }
}

.contacts__title {
  margin-bottom: 42px;
  line-height: 1.15;
}

@media screen and (max-width: 530px) {
  .contacts__title {
    margin-bottom: 30px;
    text-align: center;
  }
}

.contacts__info {
  margin-bottom: 60px;
}

@media screen and (max-width: 530px) {
  .contacts__info {
    margin-bottom: 30px;
  }
}

.contacts__contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  color: black;
}

.dark-theme .contacts__contact {
  color: white;
}

.dark-theme .contacts__contact-icon {
  fill: white;
}

.contacts__contact_phone {
  font-weight: 700;
}

.contacts__contact_phone:hover {
  text-decoration: underline;
}

.contacts__contact-icon {
  width: 22px;
  height: 22px;
  margin-right: 13px;
  fill: #5da7d0;
}

.contacts__subtitle {
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 700;
}

.contacts__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts__input {
  width: 285px;
  margin-bottom: 12px;
}

@media screen and (max-width: 800px) {
  .contacts__input {
    width: 100%;
  }
}

.contacts__policy {
  margin-top: 13px;
  margin-bottom: 25px;
}

.contacts__button {
  padding: 11px 53px;
}

@media screen and (max-width: 530px) {
  .contacts__button {
    margin: 0 auto;
  }
}

.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_price {
  flex-direction: column;
  padding-bottom: 75px;
}

@media screen and (max-width: 530px) {
  .item {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .item_price {
    padding-bottom: 30px;
  }
}

.item__price-block {
  display: flex;
  align-items: flex-start;
}

.item__price-callback {
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  .item__price-block {
    flex-direction: column;
    align-items: center;
  }

  .item__price-callback {
    margin-left: 0;
    margin-top: 5px;
  }
}

.item__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.item__price-wrap .item__block {
  width: 100%;
  max-width: 560px;
}

@media screen and (max-width: 800px) {
  .item__price-wrap {
    width: 100%;
  }

  .item__price-wrap .item__block {
    max-width: none;
  }
}

.item__price-name {
  margin-bottom: 15px;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.item__price-name:hover {
  color: #AFD9D4;
}

.item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46%;
  padding: 100px 30px 70px;
  border: 1px solid #e8e8e8;
}

@media screen and (max-width: 1230px) {
  .item__image {
    width: 35%;
  }
}

@media screen and (max-width: 530px) {
  .item__image {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
}

.item__plus {
  display: block;
  width: 47px;
  height: 47px;
  border: 1px solid #AFD9D4;
  border-radius: 50%;
  position: absolute;
  top: 55px;
  right: 55px;
  transition: 0.15s;
}

@media screen and (max-width: 1230px) {
  .item__plus {
    display: none;
  }
}

.item__image:hover .item__plus {
  background-color: #AFD9D4;
}

.item__image:hover .item__plus::before,
.item__image:hover .item__plus::after {
  background-color: white;
}

.item__plus::before,
.item__plus::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #AFD9D4;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.15s;
}

.item__plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.item__info {
  width: 49%;
}

@media screen and (max-width: 1230px) {
  .item__info {
    width: 60%;
  }
}

@media screen and (max-width: 530px) {
  .item__info {
    width: 100%;
  }
}

.item__title {
  margin-bottom: 70px;
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 530px) {
  .item__title {
    margin-bottom: 30px;
  }
}

.item__prices {
  margin-bottom: 85px;
}

@media screen and (max-width: 530px) {
  .item__prices {
    margin-bottom: 30px;
  }
}

.item__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1230px) {
  .item__block {
    padding-left: 30px;
  }
}

@media screen and (max-width: 800px) {
  .item__block {
    flex-direction: column;
    align-items: flex-start;
  }
}

.item__exchange {
  margin-bottom: 5px;
  background-color: #f9f9f9;
}

.item__sell {
  background-color: #f2f2f2;
}

.item__text {
  width: 100%;
  max-width: 200px;
  font-size: 24px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}

@media screen and (max-width: 1230px) {
  .item__text {
    font-size: 18px;
    line-height: 1;
  }
}

.item__count {
  display: flex;
  align-items: flex-end;
  width: 280px;
  line-height: 1;
}

@media screen and (max-width: 1230px) {
  .item__count {
    align-items: center;
  }
}

@media screen and (max-width: 800px) {
  .item__count {
    align-self: flex-end;
    width: auto;
  }
}

.item__count-text {
  margin-right: 20px;
  letter-spacing: 0.9px;
  text-transform: lowercase;
}

.item__count-exchange {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

@media screen and (max-width: 1230px) {
  .item__count-exchange {
    font-size: 21px;
  }
}

.item__count-exchange span {
  font-size: 30px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1230px) {
  .item__count-exchange span {
    font-size: 21px;
  }
}

.item__count-sell {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #5da7d0;
}

@media screen and (max-width: 1230px) {
  .item__count-sell {
    font-size: 21px;
  }
}

.item__button {
  padding: 20px 50px;
}

.item__description {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 530px) {
  .item__description {
    margin-top: 30px;
  }
}

.item__description p {
  margin-bottom: 30px;
}

.item__subtitle {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 530px) {
  .item__subtitle {
    margin-bottom: 30px;
  }
}

.contact {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.contact__item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  color: black;
  text-decoration: none;
  line-height: 1;
}

@media screen and (max-width: 530px) {
  .contact__item {
    width: 100%;
  }
}

.contact__item_phone {
  font-weight: 700;
}

.contact__item a {
  color: black;
  text-decoration: none;
}

.contact__item a:hover {
  text-decoration: underline;
}

.contact__icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  fill: #5da7d0;
}

.reviews {
  padding-bottom: 100px;
}

@media screen and (max-width: 530px) {
  .reviews {
    padding-bottom: 30px;
  }
}

.reviews__item {
  margin-bottom: 67px;
}

@media screen and (max-width: 530px) {
  .reviews__item {
    margin-bottom: 30px;
  }
}

.reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 530px) {
  .reviews__head {
    margin-bottom: 10px;
  }
}

.reviews__author {
  display: flex;
  align-items: center;
}

.reviews__author-avatar {
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 40px;
}

@media screen and (max-width: 530px) {
  .reviews__author-avatar {
    margin-right: 10px;
  }
}

.reviews__author-name {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 530px) {
  .reviews__author-name {
    font-size: 21px;
  }
}

@media screen and (max-width: 530px) {
  .reviews__date {
    font-size: 14px;
  }
}

.reviews__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews__title {
  margin-bottom: 38px;
}

@media screen and (max-width: 530px) {
  .reviews__title {
    margin-bottom: 30px;
  }
}

.reviews__input {
  max-width: 605px;
  width: 100%;
  margin-bottom: 23px;
}

@media screen and (max-width: 530px) {
  .reviews__input {
    margin-bottom: 15px;
  }
}

.reviews__button {
  padding: 11px 54px;
  margin-top: 50px;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 95px;
}

@media screen and (max-width: 530px) {
  .articles {
    padding-bottom: 30px;
  }
}

.articles__item {
  width: 50%;
  height: 300px;
  display: flex;
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 800px) {
  .articles__item {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .articles__item {
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
}

.articles__item:hover {
  opacity: 0.8;
}

.articles__item:nth-child(4n - 1),
.articles__item:nth-child(4n) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 800px) {

  .articles__item:nth-child(4n - 1),
  .articles__item:nth-child(4n) {
    flex-direction: row;
  }
}

@media screen and (max-width: 530px) {

  .articles__item:nth-child(4n - 1),
  .articles__item:nth-child(4n) {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 800px) {
  .articles__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 530px) {
  .articles__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.articles__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 30px 40px 35px;
  background-color: #1e1e1e;
}

@media screen and (max-width: 1230px) {
  .articles__info {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 800px) {
  .articles__info {
    padding: 30px 40px 35px;
  }
}

@media screen and (max-width: 530px) {
  .articles__info {
    width: 100%;
    height: 50%;
    padding: 20px;
  }
}

.articles__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

@media screen and (max-width: 1230px) {
  .articles__name {
    font-size: 21px;
    line-height: 24px;
  }
}

@media screen and (max-width: 800px) {
  .articles__name {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 530px) {
  .articles__name {
    font-size: 18px;
    line-height: 21px;
  }
}

.articles__link {
  font-weight: 700;
  text-decoration: underline;
  text-transform: lowercase;
}

@media screen and (max-width: 1230px) {
  .articles__link {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .articles__link {
    font-size: 18px;
  }
}

@media screen and (max-width: 530px) {
  .articles__link {
    font-size: 14px;
  }
}

.articles__image {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 530px) {
  .articles__image {
    width: 100%;
    height: 50%;
  }
}

.certificates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.certificates__link {
  width: calc(50% - 10px);
}

.errors {
  color: red;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
  min-height: 100%;
}

@media screen and (max-width: 800px) {
  .not-found {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 530px) {
  .not-found {
    justify-content: center;
    padding: 30px 20px;
  }
}

.not-found__logo {
  display: block;
  width: 120px;
  height: 130px;
  margin-bottom: 75px;
}

@media screen and (max-width: 530px) {
  .not-found__logo {
    margin-bottom: 10px;
  }
}

.not-found__image {
  margin-bottom: 40px;
}

.not-found__text {
  max-width: 200px;
  color: #353c6f;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 55px;
  top: 0;
}

@media screen and (max-width: 800px) {
  .not-found__text {
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: 0;
  }
}

.not-found__button {
  padding: 11px 49px;
}

/* .ballons__wrap_big .ballons__item:first-child span {
	display: none;
} */

/* FEEDBECK FORM */
.rating-area {
  overflow: hidden;
  width: 50%;
  padding-right: 10%;
}

.rating-area:not(:checked)>input {
  display: none;
}

.rating-area:not(:checked)>label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked)>label:before {
  content: '★';
}

.rating-area>input:checked~label {
  color: gold;
  text-shadow: 1px 1px #c60;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
  color: gold;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
  color: gold;
  text-shadow: 1px 1px goldenrod;
}

.rate-area>label:active {
  position: relative;
}

.feedback_form {
  width: 50%;
  min-height: 100%;
  padding: 91px 102px 30px;
  background-color: #1e1e1e;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.form_feedback form>input,
.form_feedback form>textarea {
  width: 50%;
}

.form_feedback form input.submit {
  background-color: #AFD9D4;
  color: white;
  padding: 11px 31px;
  border: none;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 5.4px;
  line-height: 1;
  text-transform: lowercase;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s;
}

.container-reviews {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
}

.h-captcha {
  margin: 20px 0;
}

@media screen and (max-width: 1660px) {
  .feedback_form {
    width: 100%;
    position: relative;
  }

  .company__about {
    width: 100%;
  }

  .rating-area {
    padding-right: 17%;
  }
}


.telegram-widget {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0088cc;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  z-index: 9999;
  overflow: visible;
}

.telegram-widget::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 136, 204, 0.5);
  animation: pulse 1.5s ease-out infinite;
  z-index: -1;
}

.telegram-widget:hover {
  transform: scale(1.2);
}

.telegram-widget img {
  width: 60%;
  height: 60%;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .telegram-widget {
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 20px;
  }

  .telegram-widget img {
    width: 65%;
    height: 65%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* Modern Ballons Styles */
.ballons__item {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.ballons__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.ballons__item_10l {
  background: linear-gradient(135deg, #1e1e1e 0%, #121212 100%);
}

.ballons__item_3-5l {
  background: linear-gradient(135deg, #252525 0%, #1a1a1a 100%);
}

.ballons__item_2l {
  background: linear-gradient(135deg, #1c1c1c 0%, #111111 100%);
}

.ballons__item_5l {
  background: linear-gradient(135deg, #151515 0%, #0a0a0a 100%);
}

.ballons__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #AFD9D4;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 5;
  pointer-events: none;
}

.ballons__image {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s ease;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.ballons__image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ballons__item:hover .ballons__image::before {
  opacity: 1;
}

.ballons__item:hover .ballons__image {
  transform: translateY(-50%) scale(1.08) rotate(2deg);
  opacity: 1 !important;
}

.button_modern {
  background: #afd9d4 !important;
  color: #1c1622 !important;
  border-radius: 50px !important;
  padding: 14px 35px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.button_modern:hover {
  background: #AFD9D4 !important;
  color: white !important;
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(209, 153, 186, 0.5);
}

/* Fix for images on all screens */
@media screen and (max-width: 1660px) {
  .ballons__image {
    opacity: 0.9;
  }
}

@media screen and (max-width: 1230px) {
  .ballons__item {
    height: auto;
    min-height: 400px;
  }

  .ballons__image {
    opacity: 1;
    max-width: 50%;
  }
}

@media screen and (max-width: 530px) {
  .ballons__item {
    min-height: 300px;
  }

  .ballons__image {
    opacity: 0.4;
    max-width: 60%;
  }
}

/* Glassmorphism for price labels in small cards */
.ballons__wrap_small .ballons__name {
  background-color: rgba(0, 0, 0, 0.15) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.ballons__subname {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.ballons__exchange-count {
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.ballons__sale {
  border-radius: 8px;
  margin-top: 20px !important;
  margin-bottom: 25px !important;
}

.ballons__item_10l .ballons__sale,
.ballons__item_3-5l .ballons__sale,
.ballons__item_2l .ballons__sale,
.ballons__item_5l .ballons__sale {
  background-color: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(5px);
  padding: 15px 20px !important;
  width: fit-content !important;
  margin-left: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Mobile Styles for Cylinder Block (Target Design) */
@media screen and (max-width: 800px) {
  .ballons {
    flex-direction: column;
    gap: 0;
  }

  .ballons__wrap,
  .ballons__wrap_big,
  .ballons__wrap_small {
    width: 100%;
    display: block;
  }

  .ballons__item {
    width: 100% !important;
    height: auto !important;
    min-height: 220px;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* Background Colors */
  .ballons__item_10l,
  .ballons__item_2l {
    background-color: #445e93 !important;
    /* Blue */
  }

  .ballons__item_3-5l,
  .ballons__item_5l {
    background-color: #464b99 !important;
    /* Purple */
  }

  /* Left Side: Volume Name */
  .ballons__name {
    width: 50px !important;
    height: auto !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    flex-shrink: 0;
    backdrop-filter: none !important;
  }

  .ballons__name a {
    transform: rotate(-90deg) !important;
    white-space: nowrap !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: static !important;
    display: block !important;
    background: none !important;
  }

  /* Right Side: Info */
  .ballons__info {
    flex-grow: 1;
    padding: 20px 15px 20px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    position: relative;
  }

  /* Hide Subname */
  .ballons__subname {
    display: none !important;
  }

  /* Exchange Price Block */
  .ballons__exchange-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    margin-bottom: 5px;
    flex-wrap: wrap;
  }

  .ballons__exchange-text {
    font-size: 14px !important;
    color: #fff !important;
    margin-right: 5px !important;
    text-transform: none !important;
    opacity: 0.9;
    top: 0 !important;
  }

  .ballons__exchange-count {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    letter-spacing: 1px !important;
  }

  .ballons__exchange-count span {
    font-size: 16px !important;
  }

  /* "Обмен пустого на полный" text */
  .ballons__info>.ballons__exchange-text {
    font-size: 12px !important;
    margin-bottom: 10px !important;
    display: block !important;
    width: 100%;
    opacity: 0.8;
  }

  /* Sale Price Block */
  .ballons__sale {
    background: none !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    width: auto !important;
    display: block !important;
  }

  .ballons__sale-count {
    font-size: 18px !important;
    color: #afd9d4 !important;
    /* Light blue/green */
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 0 !important;
    letter-spacing: 1px !important;
  }

  .ballons__sale-text {
    font-size: 12px !important;
    color: #afd9d4 !important;
    display: block !important;
    text-transform: lowercase;
  }

  /* Hide the "цена" span inside sale-count */
  .ballons__sale-count>span:first-child {
    display: none !important;
  }

  /* Button */
  .ballons__button {
    width: 100% !important;
    max-width: 180px !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    background-color: #afd9d4 !important;
    color: #000 !important;
    border-radius: 4px !important;
    margin-top: 5px !important;
    letter-spacing: 3px !important;
  }

  /* Image */
  .ballons__image {
    position: absolute !important;
    right: -10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 2000px !important;
    height: auto !important;
    opacity: 1 !important;
    z-index: 1 !important;
  }

  .ballons__image img {
    width: 100%;
    height: auto;
  }

  /* Badge (Popular) */
  .ballons__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #AFD9D4;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 10px;
    z-index: 3;
  }
}

/* Mobile Styles for Cylinder Block (Target Design) */
@media screen and (max-width: 800px) {
  .ballons {
    flex-direction: column;
    gap: 0;
  }

  .ballons__wrap,
  .ballons__wrap_big,
  .ballons__wrap_small {
    width: 100%;
    display: block;
  }

  .ballons__item {
    width: 100% !important;
    height: auto !important;
    min-height: 220px;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* Background Colors */
  .ballons__item_10l,
  .ballons__item_2l {
    background-color: #445e93 !important;
    /* Blue */
  }

  .ballons__item_3-5l,
  .ballons__item_5l {
    background-color: #464b99 !important;
    /* Purple */
  }

  /* Left Side: Volume Name */
  .ballons__name {
    width: 50px !important;
    height: auto !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    flex-shrink: 0;
    backdrop-filter: none !important;
  }

  .ballons__name a {
    transform: rotate(-90deg) !important;
    white-space: nowrap !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: static !important;
    display: block !important;
    background: none !important;
  }

  /* Right Side: Info */
  .ballons__info {
    flex-grow: 1;
    padding: 20px 15px 20px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    position: relative;
  }

  /* Hide Subname */
  .ballons__subname {
    display: none !important;
  }

  /* Exchange Price Block */
  .ballons__exchange-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    margin-bottom: 5px;
    flex-wrap: wrap;
  }

  .ballons__exchange-text {
    font-size: 14px !important;
    color: #fff !important;
    margin-right: 5px !important;
    text-transform: none !important;
    opacity: 0.9;
    top: 0 !important;
  }

  .ballons__exchange-count {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    letter-spacing: 1px !important;
  }

  .ballons__exchange-count span {
    font-size: 16px !important;
  }

  /* "Обмен пустого на полный" text */
  .ballons__info>.ballons__exchange-text {
    font-size: 12px !important;
    margin-bottom: 10px !important;
    display: block !important;
    width: 100%;
    opacity: 0.8;
  }

  /* Sale Price Block */
  .ballons__sale {
    background: none !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    width: auto !important;
    display: block !important;
  }

  .ballons__sale-count {
    font-size: 18px !important;
    color: #afd9d4 !important;
    /* Light blue/green */
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 0 !important;
    letter-spacing: 1px !important;
  }

  .ballons__sale-text {
    font-size: 12px !important;
    color: #afd9d4 !important;
    display: block !important;
    text-transform: lowercase;
  }

  /* Hide the "цена" span inside sale-count */
  .ballons__sale-count>span:first-child {
    display: none !important;
  }

  /* Button */
  .ballons__button {
    width: 100% !important;
    max-width: 180px !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    background-color: #afd9d4 !important;
    color: #000 !important;
    border-radius: 4px !important;
    margin-top: 5px !important;
    letter-spacing: 3px !important;
  }

  /* Image */
  .ballons__image {
    position: absolute !important;
    right: -10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 120px !important;
    height: auto !important;
    opacity: 1 !important;
    z-index: 1 !important;
  }

  .ballons__image img {
    width: 100%;
    height: auto;
    max-height: none !important;
  }

  /* Badge (Popular) */
  .ballons__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #AFD9D4;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 10px;
    z-index: 3;
  }
}