/* Надпись внутри каждого таба */
.tabs__note{
  margin: 12px 0 16px;
  padding: 10px 14px;
  background: #f6f7f9;
  border-left: 4px solid #f3752c;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.35;
}



.telegram-button {
    position: fixed;
    right: 50px;
    bottom: 150px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #2CA5E0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e");
    background-size: 50%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #2CA5E0;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.telegram-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
color:#9f0019;  }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Inter", sans-serif;
  background: #ffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #181816; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #229a9d; }

.green {
  color: #229a9d; }

.container {
  padding: 0 15px;
  max-width: 1439px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  font-size: 51px;
  font-weight: 500;
  letter-spacing: 0.09rem;
  line-height: normal;
  margin: 0; }

h2 {
  font-size: 51px;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: normal;
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #229a9d; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #229a9d;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #229a9d; }

.arcticmodal-overlay, .arcticmodal-container {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #229a9d;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: 231px;
  height: 63px;
  box-sizing: border-box;
  background: #229a9d;
  color: white;
  font-size: 24px;
  font-weight: 500;
  border-radius: 30px; }
  .btn:hover {
    color: white;
    background: #9f0019; }
  .btn_2 {
    background: #9f0019; }
    .btn_2:hover {
      color: white;
      background: #229a9d; }

input::-webkit-input-placeholder {
  color: #333 !important; }

input::-moz-placeholder {
  color: #333 !important; }

input:-ms-input-placeholder {
  color: #333 !important; }

input:-moz-placeholder {
  color: #333 !important; }

.menu-btn, .menu {
  display: none; }

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s; }
  .box-modal__close:hover {
    transition: 0.5s;
    transform: rotate(90deg); }

.box-modal {
  position: relative; }

.popup-call__box {
  position: absolute;
  top: -25rem;
  left: 50%;
  height: auto;
  margin-left: -465px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  height: auto;
  padding: 40px 50px;
  width: 930px;
  box-sizing: border-box;
  background: white; }
  .popup-call__box table {
    border-collapse: separate;
    width: 100%;
    border-spacing: 0;
    margin-bottom: 40px;
    border: solid 1px #adadad; }
    .popup-call__box table td {
      padding: 30px 50px;
      font-size: 24px;
      color: #191919;
      background-color: #ebebeb; }
      .popup-call__box table td:first-child {
        border-right: 1px solid #c1c3d1; }
    .popup-call__box table tr:nth-child(2n) td {
      background: white; }

.popup__name {
  font-size: 36px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 50px;
  line-height: 110%; }

.popup__row {
  display: flex;
  margin-bottom: 40px;
  align-items: center; }

.popup__pic {
  width: 282px;
  height: auto;
  object-fit: contain;
  margin-right: 60px; }

.popup__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .popup__info img {
    margin-right: 12px;
    margin-bottom: 16px; }

.popup__text {
  margin-bottom: 48px; }
  .popup__text p {
    font-size: 21px;
    line-height: 110%;
    color: #191919;
    margin-bottom: 20px; }
    .popup__text p:last-child {
      margin-bottom: 0; }

.popup__btn {
  margin: 0 auto; }

.menu-btn, .menu {
  display: none; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #229a9d !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0;
  pointer-events: none; }

.nav {
  padding: 20px 0; }
  .nav__box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .nav__logo {
    display: flex;
    align-items: center; }
    .nav__logo img {
      width: 100%;
      height: auto;
      object-fit: contain; }
  .nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    top: 0px;
    left: -19px; }
    .nav__list li {
      margin-right: 24px; }
      .nav__list li:last-child {
        margin-right: 0; }
      .nav__list li a {
        font-size: 18.5px;
        font-weight: 500;
        color: #181816; }
      .nav__list li:hover a {
        color: #229a9d; }
  .nav__btn {
    font-size: 21px;
    position: relative;
    top: 0px; }

.header__wrap {
  position: relative; }

.header__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.header__box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 20px; }

.header__content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  flex: 1 0 auto;
  max-width: 800px;
  width: 100%; }
.sh {
	background: #ffffffa8;
    padding: 10px;
	text-align: center;
}
.sub_h1 {
	font-size: 2.2rem;
    line-height: 2.5rem;
}
.header__btn {
  margin-top: 181px; }

.header__pic {
  margin-top: -104px;
  margin-left: -39px; }

.main__row {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.main__pic {
  flex: 1 0 auto;
  width: 784px;
  height: 599px;
  max-width: 784px;
  object-fit: cover;
  margin-left: -170px; }

.main__content {
  margin-left: 100px;
  margin-top: 155px;
  width: 100%;
  max-width: 539px; }
  .main__content p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #202020;
    letter-spacing: 0.03rem;
    margin-bottom: 29px; }
    .main__content p:last-child {
      margin-bottom: 0; }

.prod .main__content {
  max-width: 665px;
  margin-left: 6px;
  margin-right: 24px;
  margin-top: 69px; }
  .prod .main__content p {
    margin-bottom: 23px;
    letter-spacing: initial; }

.prod .main__row {
  justify-content: flex-start; }

.prod .main__pic {
  width: 815px;
  height: 755px;
  max-width: 815px;
  margin-left: 0;
  margin-right: -98px; }

.prod__text {
  width: 100%;
  max-width: 601px; }
  .prod__text p {
    font-size: 18px; }

.prod__btn {
  margin-top: 48px; }

.prod__content {
  border-top: 2px solid #e3e3e3;
  padding-top: 62px;
  margin-top: 49px; }

.eco__flex {
  display: flex;
  align-items: center;
  margin-bottom: 51px;
  margin-left: -20px; }
  .eco__flex h2 {
    margin-left: 20px; }

.eco .main__pic {
  height: 755px;
  margin-left: -144.5px; }

.eco .main__content {
  max-width: 604px;
  margin-left: 60px;
  margin-top: 183px; }
  .eco .main__content p {
    font-size: 21px;
    margin-bottom: 45px;
    letter-spacing: 0.015rem; }

.item {
  padding: 42px 0 77px;
  background-color: #2c2c2c; }

.promo-ticker {
  width: 100%;
  margin-bottom: 20px;
  background-color: #9f0019;
  border-radius: 0;
  overflow: hidden;
}

.promo-ticker__viewport {
  overflow: hidden;
  width: 100%;
}

.promo-ticker__track {
  display: flex;
  width: max-content;
  animation: promo-ticker-scroll 28s linear infinite;
}

.promo-ticker__text {
  flex: 0 0 auto;
  padding: 14px 48px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #ffffff;
  white-space: nowrap;
}

.promo-ticker__accent {
  color: #229a9d;
}

@keyframes promo-ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-ticker__track {
    animation: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .promo-ticker__text[aria-hidden="true"] {
    display: none;
  }
  .promo-ticker__text {
    white-space: normal;
    text-align: center;
    padding: 14px 20px;
  }
}

@media (max-width: 767px) {
  .promo-ticker__text {
    font-size: 16px;
    padding: 12px 32px;
  }
}

.item h2 {
	text-align: center;
    margin-bottom: 25px;
    color: #229a9d;
    font-size: 3rem;
}  
  .price_cat {
	  text-align: center;
    color: #9f0019;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    padding-top: 25px;
  }
  .item .tabs__nav {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 63px; }
    .item .tabs__nav a {
      padding: 0 40px;
      width: max-content;
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid 3px #fff;
      background: transparent;
      height: 52px;
      font-size: 29.5px;
      color: #fcfdff;
      border-radius: 30px;
      margin: 13px 21px; }
      .item .tabs__nav a:hover {
        opacity: 0.7; }
  .item .swiper {
    overflow: hidden; }
    .item .swiper .swiper-wrapper {
      flex-wrap: wrap;
      justify-content: center;
      align-items: initial; }
    .item .swiper .swiper-slide {
      overflow: hidden;
      height: auto;
      margin: 15px !important;
      width: 438px !important; }
      .item .swiper .swiper-slide a {
        display: block;
        width: 100%;
        border: 4px solid #fff;
        height: 100%;
        padding: 41px 30px 60px;
        border-radius: 10.2px;
        background-color: #fff; }
        .item .swiper .swiper-slide a img {
          display: block;
          margin: 0 auto 27px;
          width: 227px;
          height: 156px;
          object-fit: contain; }
        .item .swiper .swiper-slide a h3 {
          font-size: 30px;
          font-weight: bold;
          color: #181816;
          text-align: center;
          margin: 0 auto 23px;
          width: 100%;
          max-width: 68%;
          transition: 0.5s;
          line-height: 109%; }
        .item .swiper .swiper-slide a p {
          padding-top: 23px;
          font-size: 23.7px;
          line-height: 115%;
          font-weight: 500;
          color: #181816;
          border-top: 1px solid #d3d3d3; }
        .item .swiper .swiper-slide a:hover {
          border: 4px solid #229a9d; }
          .item .swiper .swiper-slide a:hover h3 {
            color: #229a9d; }
  .item .tabs__btn_active {
    color: #229a9d !important;
    border: solid 3px #229a9d !important;
    opacity: 1 !important; }

.van {
  padding-top: 99px; }
  .van .main__content {
    margin-right: 56px;
    margin-top: 53px; }
  .van .main__pic {
    height: 660px; }
  .van__item {
    margin-bottom: 18px;
    display: flex;
    align-items: center; }
    .van__item div {
      display: flex;
      width: 91px;
      flex: 1 0 auto;
      max-width: 91px;
      height: 91px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #229a9d;
      margin-right: 40px; }
    .van__item p {
      font-size: 24px;
      font-weight: 500;
      color: #181816;
      margin-bottom: 0 !important; }
    .van__item:last-child {
      margin-bottom: 0; }

.info h2 {
  text-transform: uppercase;
  margin-bottom: 31px; }

.info .main__content {
  max-width: 571px;
  margin-top: 116px; }
  .info .main__content p {
    margin-bottom: 0;
    line-height: 135%;
    font-size: 24px; }

.info .main__pic {
  margin-left: -176.5px;
  height: 660px; }

.order {
  padding: 78px 0 62px;
  background-color: #a3192a; }
  .order__title {
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 0.06rem; }
  .order__sub {
    margin-bottom: 48px;
    font-size: 20.5px;
    font-weight: 500;
    line-height: 1.73;
    text-align: center;
    color: #fff;
    letter-spacing: 0.03rem; }
  .order__form {
    display: flex;
    justify-content: center; }
    .order__form input {
      margin-right: 13px;
      width: 328px;
      height: 63px;
      padding-left: 20px;
      border-radius: 7.4px;
      background-color: #fff;
      font-size: 18px;
      font-weight: 500;
      color: black;
      border: 2px solid white; }
      .order__form input:focus {
        border: 2px solid #229a9d; }
    .order__form button {
      border: none;
      margin-left: 5px; }
      .order__form button:hover {
        background: black; }
  .order__text {
    margin-top: 46px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    color: #fff; }

label.error {
  display: none !important; }

input.error {
  border: 2px solid red; }

.footer {
  padding: 35px 0;
  overflow: hidden;
  background-color: #1c1c1c; }
  .footer .container {
    overflow: hidden; }
  .footer__row {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    .footer__row ul {
      display: flex;
      flex-wrap: wrap; }
      .footer__row ul li {
        margin-right: 20px; }
        .footer__row ul li a {
          font-size: 18px;
          font-weight: 500;
          color: #fcfdff; }
          .footer__row ul li a:hover {
            color: #229a9d; }
        .footer__row ul li:last-child {
          margin-right: 0; }
  .footer__info {
    display: flex;
    align-items: flex-end; }
    .footer__info div a {
      display: block;
    margin-bottom: 3px; }
    .footer__info div {
      position: relative;
      top: 5px;
    }
    .footer__info div p {
      color: white;
    }
  .footer__tel {
    margin-right: 34px;
    font-size: 18.5px;
    font-weight: bold;
    line-height: 1.15;
    color: #fff; }
    .footer__tel:hover {
      color: #229a9d; }
  .footer__mail {
    font-size: 18px;
    font-weight: 500;
    color: #fff; }
    .footer__mail:hover {
      color: #229a9d; }
  .footer__text {
    margin-top: 36px;
    font-size: 15px;
    font-weight: 500;
    color: #fcfdff;
    position: relative; }
    .footer__text:after {
      content: "";
      display: block;
      position: absolute;
      width: 102%;
      background: #2a2a2a;
      height: 1px;
      right: -107px;
      top: 10px; }

#popup-thank p {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase; }

@media screen and (max-width: 1920px) {
  .header__btn {
    margin-top: 238px; } }

@media screen and (max-width: 1450px) {
  .header__btn {
    margin-top: 181px; }
  .container {
    max-width: 1200px !important; }
  .nav__list li a {
    font-size: 16px; }
  .nav__list li {
    margin-right: 20px; }
  .nav__btn {
    width: 219px;
    height: 60px; }
  .nav__list {
    left: 0; }
  .header__pic {
    width: 64%; }
  .header__box {
    padding-bottom: 40px; }
  #main .main__content {
    margin-left: 40px; }
  .prod .main__pic {
    max-width: 703px;
    margin-right: -147px;
    height: 697px; }
  .eco .main__content {
    margin-left: 40px; }
  h2 {
    font-size: 42px; }
  .eco .main__pic {
    margin-left: -169.5px; }
  .item .tabs__nav a {
    font-size: 24px; }
  .item .tabs__nav a {
    padding: 0 33px; }
  .van__item div {
    width: 80px;
    height: 80px;
    max-width: 80px;
    margin-right: 20px; }
  .van__item p {
    font-size: 21px; }
  .van .main__pic {
    max-width: 630px;
    margin-right: -12px; }
  .info .main__pic {
    margin-left: -237.5px; }
  .footer__tel {
    font-size: 16px;
    margin-right: 20px; }
    .footer__info div p {
      font-size: 16px;
    }
  .footer__row ul li a {
    font-size: 15px; }
  .footer__logo {
    width: 150px; }
  .footer__mail {
    font-size: 16px; }
  .footer__row ul li {
    margin-right: 16px; } }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px !important; }
  .menu-btn, .menu {
    display: block; }
  .menu-btn {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 20px;
    top: 33px;
    z-index: 11;
    overflow: hidden;
    background: #229a9d;
    border-radius: 50%; }
  .menu-btn span {
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: all 0.5s; }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 25px;
    height: 2px; }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 25px;
    height: 2px; }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 40px 40px;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 10;
    overflow: hidden; }
    .menu .nav__btn {
      display: flex;
      margin: 60px auto 0; }
    .menu ul {
      text-align: center; }
      .menu ul li {
        margin-bottom: 25px; }
        .menu ul li a {
          color: #000;
          font-size: 18px; }
    .menu.active {
      transform: initial; }
  .menu-btn.active span:nth-of-type(1) {
    display: none; }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg); }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg); }
  .nav__list {
    display: none; }
  .nav__btn {
    display: none; }
  .header__pic {
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 600px;
    margin-left: -300px; }
  .header__box {
    padding: 30px 0; }
  .header__btn {
    margin: 400px auto 0; }
  .header__content {
    max-width: 100%; }
  .main__row {
    flex-direction: column;
    align-items: center; }
  .main__pic {
    flex: 1 0 auto;
    width: 131% !important;
    height: 500px !important;
    max-width: 128% !important;
    object-fit: cover;
    margin-left: 0 !important; }
  #main .main__content {
    margin-left: 0;
    margin-top: 40px; }
  .main__content {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .prod__content {
    padding-top: 20px;
    margin-top: 20px; }
  .prod__text {
    max-width: 100%; }
  .prod__btn {
    margin-top: 25px;
    margin-bottom: 40px; }
  .eco .main__row {
    flex-direction: column-reverse; }
  .eco .main__content {
    margin-top: 40px;
    margin-bottom: 40px; }
  .eco__flex {
    margin-left: 0;
    margin-bottom: 25px; }
  .item .swiper .swiper-wrapper {
    justify-content: space-between; }
  .item .swiper .swiper-slide {
    width: 46.7% !important; }
  .item .tabs__nav {
    margin-bottom: 35px; }
  .van .main__content {
    margin-top: 0 !important; }
  .van {
    padding-top: 40px; }
  .van__list {
    margin-bottom: 40px; }
  .footer__row {
    flex-direction: column; }
  .footer__row ul {
    margin: 30px auto; }
  .footer__text {
    text-align: center; }
    .footer__text:after {
      display: none; } }

@media (max-width: 991px) {
  .container {
    max-width: 720px !important; }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  h1 {
    font-size: 44px; }
  .header__btn {
    margin-top: 425px; }
  h2 {
    font-size: 35px; }
  .item .swiper .swiper-wrapper {
    flex-wrap: initial; }
  .item .swiper .swiper-slide {
    width: 100% !important;
    margin: 0 5px 0 0 !important; }
  .item .swiper .swiper-slide a {
    padding: 30px 20px; }
  .item {
    padding: 40px 0; }
  .item .swiper .swiper-slide a p {
    font-size: 21px; }
  .item .swiper .swiper-slide a h3 {
    font-size: 25px; }
  .pag {
    display: flex;
    justify-content: center;
    margin-top: 25px; }
  .item .tabs__nav a {
    font-size: 21px;
    margin: 10px; }
  .main__pic {
    width: 133% !important;
    max-width: 133% !important; }
  .order__title {
    letter-spacing: initial;
    line-height: 120%;
    font-size: 32px; }
  .order__sub {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 30px; }
  .order__form {
    flex-direction: column; }
  .order__form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .order__form button {
    width: 100%; }
  .order {
    padding: 40px 0; }
  .popup-call__box {
    width: 700px;
    margin-left: -350px; }
  .popup__row {
    flex-direction: column;
    margin-bottom: 20px; }
  .popup__pic {
    margin-right: 0;
    margin-bottom: 20px; }
  .popup-call__box table td {
    padding: 20px;
    font-size: 18px; }
  .popup-call__box table {
    margin-bottom: 25px; }
  .popup__text p {
    font-size: 18px;
    margin-bottom: 15px; }
  .popup__text {
    margin-bottom: 25px; }
  .popup__btn {
    width: 100%; }
  .popup__name {
    font-size: 28px;
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .popup-call__box {
    width: 95%;
    margin-left: 0;
    left: 11px;
    padding: 30px 20px; }
  .arcticmodal-container_i {
    width: 100%; }
  .container {
    max-width: 540px !important; }
	.header__wrap video {
    display: none;
  }
  .header__wrap {
	  background-image: url('/video/poster.jpg');
    background-size: cover;
  }
  .header__pic {
    bottom: 127px;
    width: 500px;
    margin-left: -250px; }
  .main__pic {
    height: 350px !important; }
  .main__content p {
    font-size: 18px;
    margin-bottom: 15px; }
  .prod .main__content img {
    width: 100%; }
  .prod .main__pic {
    position: relative;
    left: -33px; }
  .van__item {
    flex-direction: column;
    text-align: center; }
  .van .main__content img {
    width: auto; }
  .van__item {
    margin-bottom: 25px; }
    .van__item div {
      margin-right: 0;
      margin-bottom: 10px; }
  .van .main__pic {
    left: 0 !important; }
  .info h2 {
    margin-bottom: 20px; }
  .info .main__content p {
    font-size: 18px; }
  h2 {
    font-size: 30px; }
  .order__text {
    margin-top: 25px; }
  .footer__row ul {
    flex-direction: column; }
    .footer__row ul li {
      margin-right: 0;
      margin-bottom: 15px;
      text-align: center; }
  .order__form button {
    margin-left: 0; } }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .menu-btn {
    top: 39px; }
  h1 {
    font-size: 30px; }
  .menu {
    padding-top: 120px; }
  .header__btn {
    margin-top: 324px;
    width: 100%; }
  .header__pic {
    bottom: 127px;
    width: 350px;
    margin-left: -175px; }
  .prod__btn {
    width: 100%; }
  .eco__flex {
    flex-direction: column;
    text-align: center; }
    .eco__flex h2 {
      margin-left: 0;
      margin-top: 10px; }
  .eco .main__content p {
    margin-bottom: 30px; }
  .eco__btn {
    width: 100%; }
  .item .tabs__nav a {
    font-size: 19px;
    margin: 0 auto 10px;
    width: 100%;
    padding: 0; }
  .item .swiper .swiper-wrapper {
    align-items: flex-start; }
  .item .swiper .swiper-slide a p {
    font-size: 18px; }
  .item .swiper .swiper-slide a h3 {
    font-size: 22px; }
  .van .main__content p br {
    display: none; }
  h2 {
    font-size: 28px; }
  .info .main__content {
    margin-bottom: 0; }
  .order__title {
    font-size: 28px; }
  .order__text {
    font-size: 12px; }
  .footer__info {
    flex-direction: column;
    align-items: center; }
  .footer__tel {
    margin-right: 0;
    margin-bottom: 10px; }
  .popup-call__box {
    width: 100%;
    left: 0;
    padding-top: 60px; }
  .box-modal__close {
    top: 15px;
    right: 15px; }
  .arcticmodal-container_i2 {
    padding: 24px 10px; }
  .popup__pic {
    width: 270px; }
  .popup-call__box table td {
    padding: 15px 10px;
    font-size: 16px; }
  .popup__text p {
    font-size: 16px; }
  #popup-thank p {
    font-size: 24px;
    margin-top: -26px; }
    .footer__info div {
      position: relative;
      top: 0;
      margin-bottom: 10px;
      text-align: center;
  }
  
  }



.advantages {
  display: flex;
  justify-content: space-between; /* равномерное распределение */
  flex-wrap: wrap; /* перенос на новую строку при нехватке места */
  gap: 20px; /* отступы между элементами */
  max-width: 1200px; /* ограничение ширины */
  margin: 0 auto; /* центрирование */
  padding: 40px 20px 20px;
}

.advantage {
  flex: 1; /* гибкие элементы */
  min-width: 200px; /* минимальная ширина элемента */
  text-align: center;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.advantage:hover {
  transform: translateY(-5px);
}

.but_ord {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
}
.advantage__icon {
  font-size: 40px;
  margin-bottom: 15px;
  text-align: center;
    align-items: center;
    justify-content: center;
    display: flex
;
}
.advantage__icon div {
	display: flex;
    width: 91px;
    flex: 1 0 auto;
    max-width: 91px;
    height: 91px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #229a9d;

}
.advantage__title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.advantage__text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.two-columns {
  display: flex; /* Включаем Flexbox */
  gap: 30px; /* Расстояние между колонками */
  max-width: 1200px; /* Максимальная ширина контейнера */
  margin: 0 auto; /* Центрирование */
  padding: 20px;
}

/* Стили для каждой колонки */
.column {
  flex: 1; /* Равномерное распределение места */
  padding: 10px;
  
}


/* Адаптация для мобильных */
@media (max-width: 768px) {
  .advantages {
    flex-direction: column; /* столбец на мобильных */
  }
  
  .advantage {
    margin-bottom: 20px;
  }
  .two-columns {
    flex-direction: column; /* Колонки становятся вертикальными */
    gap: 20px;
  }
}