@charset "UTF-8";

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

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

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-inst:before {
  content: "\e900";
}

._icon-location:before {
  content: "\e901";
  color: #00ffb7;
}

._icon-mail:before {
  content: "\e902";
  color: #00ffb7;
}

._icon-phone:before {
  content: "\e903";
  color: #00ffb7;
}

._icon-tg:before {
  content: "\e904";
}

._icon-viber:before {
  content: "\e906";
}

._icon-whatapp:before {
  content: "\e905";
}

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

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

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

body {
  color: #fff;
  line-height: 1;
  font-family: "EurofontExtended";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  background-color: #000000;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

html.menu-open .page {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

html.menu-open .menu__list {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  z-index: 9999;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 85.625rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
}

input[type=text]:focus,
input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=tel]:focus,
input[type=tel]:active,
textarea:focus,
textarea:active {
  outline: none;
}

.input._form-focus {
  border-color: #01ffb7;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.form__input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1px;
  height: auto;
  padding: 0 7px;
  margin-bottom: 20px;
}

.form__input .form__error {
  left: 7px;
  position: absolute;
  color: #b22222;
  top: 100%;
  margin-top: 3px;
}

.form__input input {
  width: 100%;
  padding-top: 21px;
  padding-bottom: 17px;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3.4375rem;
  background: #1a1a1a;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 17px;
  color: #7b7b7b;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border: 2px solid #1a1a1a;
}

.form__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  height: auto;
  padding: 0 7px;
}

.form__textarea textarea {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #1a1a1a;
  border: none;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 17px;
  color: #7b7b7b;
  height: 175px;
  max-height: 175px;
  resize: none;
  border: 2px solid #1a1a1a;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

select {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.select {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
}

.select__body {
  position: relative;
  height: 100%;
}

.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  color: #000;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.4375rem;
  padding: 0 0.9375rem;
  gap: 0.625rem;
}

.select__value > * {
  padding-top: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 3.4375rem;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 10px 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 8px 15px 5px;
  color: inherit;
  height: 3.4375rem;
}

.select__option._select-selected {
  background-color: #eee;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup__title {
  font-size: 1.75rem;
  color: #000;
  text-align: center;
}

@supports (padding-bottom: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem )) {
  .popup__title {
    padding-bottom: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem );
  }
}

@supports not (padding-bottom: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem )) {
  .popup__title {
    padding-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 67.5);
  }
}

.popup__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup__close svg {
  height: 20px;
  width: 20px;
}

.popup__close:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.popup .button__black {
  color: #fff;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

#thanks .popup__title {
  padding-bottom: 0;
}

#thanks .popup__content {
  background-color: #01ffb7;
}

[data-fullscreen] {
  min-height: 100vh;
}

.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img,
[class*=-ibg] source,
[class*=-ibg] video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img,
[class*=-ibg_contain] source {
  -o-object-fit: contain;
     object-fit: contain;
}

.section__title {
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

@supports (padding-top: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem )) {
  .section__title {
    padding-top: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem );
  }
}

@supports not (padding-top: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem )) {
  .section__title {
    padding-top: calc(3.75rem + 2.5 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-bottom: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem )) {
  .section__title {
    padding-bottom: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem );
  }
}

@supports not (padding-bottom: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem )) {
  .section__title {
    padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem) / 67.5);
  }
}

@supports (margin-top: clamp( 0.0000000625rem , -1.8518517708rem  +  9.2592591667vw , 6.25rem )) {
  .section__title {

  }
}

@supports not (margin-top: clamp( 0.0000000625rem , -1.8518517708rem  +  9.2592591667vw , 6.25rem )) {
  .section__title {
    margin-top: calc(0.0000000625rem + 6.2499999375 * (100vw - 20rem) / 67.5);
  }
}

@supports (font-size: clamp( 1.625rem , 0.9583333333rem  +  3.3333333333vw , 3.875rem )) {
  .section__title {
    font-size: clamp( 1.625rem , 0.9583333333rem  +  3.3333333333vw , 3.875rem );
  }
}

@supports not (font-size: clamp( 1.625rem , 0.9583333333rem  +  3.3333333333vw , 3.875rem )) {
  .section__title {
    font-size: calc(1.625rem + 2.25 * (100vw - 20rem) / 67.5);
  }
}

.section-title__bg {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  opacity: 0.12;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 4px #01ffb7;
  text-fill-color: transparent;
  text-stroke: 1px #01ffb7;
  z-index: -1;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 144px;
  width: 100%;
  height: 2.6875rem;
  background: #00ffb7;
  border: 2px solid #00ffb7;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  color: #000;
  font-size: 1rem;
}

.btn:hover {
  color: #fff;
  background: none;
}

.button__black {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border-radius: 10px 14px 14px;
  color: #939393;
  border: 2px solid #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 1);
}

@supports (max-width: clamp( 8.125rem , 5.8472222222rem  +  11.3888888889vw , 15.8125rem )) {
  .button__black {
    max-width: clamp( 8.125rem , 5.8472222222rem  +  11.3888888889vw , 15.8125rem );
  }
}

@supports not (max-width: clamp( 8.125rem , 5.8472222222rem  +  11.3888888889vw , 15.8125rem )) {
  .button__black {
    max-width: calc(8.125rem + 7.6875 * (100vw - 20rem) / 67.5);
  }
}

@supports (line-height: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 3.625rem )) {
  .button__black {
    line-height: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 3.625rem );
  }
}

@supports not (line-height: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 3.625rem )) {
  .button__black {
    line-height: calc(1.875rem + 1.75 * (100vw - 20rem) / 67.5);
  }
}

@supports (font-size: clamp( 0.875rem , 0.6712962963rem  +  1.0185185185vw , 1.5625rem )) {
  .button__black {
    font-size: clamp( 0.875rem , 0.6712962963rem  +  1.0185185185vw , 1.5625rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.6712962963rem  +  1.0185185185vw , 1.5625rem )) {
  .button__black {
    font-size: calc(0.875rem + 0.6875 * (100vw - 20rem) / 67.5);
  }
}

@supports (margin-top: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
  .button__black {
    margin-top: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem );
  }
}

@supports not (margin-top: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
  .button__black {
    margin-top: calc(0.625rem + 0.625 * (100vw - 20rem) / 67.5);
  }
}

.button__black:hover {
  background: rgba(0, 0, 0, 0);
  color: #000;
}

.callback__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  background: #01ffb7;
  z-index: 999999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@supports (width: clamp( 3.125rem , 2.9398148148rem  +  0.9259259259vw , 3.75rem )) {
  .callback__phone {
    width: clamp( 3.125rem , 2.9398148148rem  +  0.9259259259vw , 3.75rem );
  }
}

@supports not (width: clamp( 3.125rem , 2.9398148148rem  +  0.9259259259vw , 3.75rem )) {
  .callback__phone {
    width: calc(3.125rem + 0.625 * (100vw - 20rem) / 67.5);
  }
}

@supports (height: clamp( 3.125rem , 2.9398148148rem  +  0.9259259259vw , 3.75rem )) {
  .callback__phone {
    height: clamp( 3.125rem , 2.9398148148rem  +  0.9259259259vw , 3.75rem );
  }
}

@supports not (height: clamp( 3.125rem , 2.9398148148rem  +  0.9259259259vw , 3.75rem )) {
  .callback__phone {
    height: calc(3.125rem + 0.625 * (100vw - 20rem) / 67.5);
  }
}

.callback__phone svg {
  width: 2rem;
}

.callback__phone:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (min-height: clamp( 5rem , 3.9814814815rem  +  5.0925925926vw , 8.4375rem )) {
  .header__container {
    min-height: clamp( 5rem , 3.9814814815rem  +  5.0925925926vw , 8.4375rem );
  }
}

@supports not (min-height: clamp( 5rem , 3.9814814815rem  +  5.0925925926vw , 8.4375rem )) {
  .header__container {
    min-height: calc(5rem + 3.4375 * (100vw - 20rem) / 67.5);
  }
}

.header {
  position: relative;
  padding: 20px 0;
}

@supports (max-width: clamp( 5rem , 3.9814814815rem  +  5.0925925926vw , 8.4375rem )) {
  .header__logo {
    max-width: clamp( 5rem , 3.9814814815rem  +  5.0925925926vw , 8.4375rem );
  }
}

@supports not (max-width: clamp( 5rem , 3.9814814815rem  +  5.0925925926vw , 8.4375rem )) {
  .header__logo {
    max-width: calc(5rem + 3.4375 * (100vw - 20rem) / 67.5);
  }
}

.header__logo img {
  display: block;
  max-width: 100%;
  min-width: 80px;
  width: 100%;
  height: auto;
  /* aspect-ratio: 2 / 1; */
}

/* .menu {
  margin-top: 23px;
} */
.menu-bod__text{
  display: flex;
  text-transform: uppercase;
  align-items: center;
  color: #00ffb7;
  margin-right: 20px;
}
.menu-bod__text SVG{
  max-width: 40px;
}
.menu-bod__text span{
  margin-right: 20px;
}

@supports (font-size: clamp( 1.25rem , 1.0833333333rem  +  0.8333333333vw , 1.8125rem )) {
  .menu__body {
    font-size: clamp( 1.25rem , 1.0833333333rem  +  0.8333333333vw , 1.8125rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.0833333333rem  +  0.8333333333vw , 1.8125rem )) {
  .menu__body {
    font-size: calc(1.25rem + 0.5625 * (100vw - 20rem) / 67.5);
  }
}

.menu__list {
  text-transform: uppercase;
}

.menu__item .menu__link {
  display: block;
  line-height: 40px;
  
}

.menu__link {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-body__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack:  flex-end;
      -ms-flex-pack:  flex-end;
          justify-content: flex-end;
  /* padding: 0 0 0 30px; */
}

@supports (font-size: clamp( 1rem , 0.7592592593rem  +  1.2037037037vw , 1.8125rem )) {
  .menu-body__links {
    font-size: clamp( 1rem , 0.7592592593rem  +  1.2037037037vw , 1.8125rem );
  }
}

@supports not (font-size: clamp( 1rem , 0.7592592593rem  +  1.2037037037vw , 1.8125rem )) {
  .menu-body__links {
    font-size: calc(1rem + 0.8125 * (100vw - 20rem) / 67.5);
  }
}

.menu-body__phone {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@supports (padding-left: clamp( 1.25rem , 0.9907407407rem  +  1.2962962963vw , 2.125rem )) {
  .menu-body__phone {
    padding-left: clamp( 1.25rem , 0.9907407407rem  +  1.2962962963vw , 2.125rem );
  }
}

@supports not (padding-left: clamp( 1.25rem , 0.9907407407rem  +  1.2962962963vw , 2.125rem )) {
  .menu-body__phone {
    padding-left: calc(1.25rem + 0.875 * (100vw - 20rem) / 67.5);
  }
}

.menu-body__phone:hover {
  color: #01ffb7;
}

.menu-body__phone ._icon-phone {
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-body__social {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #01ffb7;
}

.menu-body__social:not(:last-child) {
  margin-right: 10px;
}

.menu-body__social:hover {
  color: #fff;
}

.icon-menu {
  display: none;
}

.footer {
  background: #131313;
}

@supports (padding-bottom: clamp( 3.75rem , 3.287037037rem  +  2.3148148148vw , 5.3125rem )) {
  .footer {
    padding-bottom: clamp( 3.75rem , 3.287037037rem  +  2.3148148148vw , 5.3125rem );
  }
}

@supports not (padding-bottom: clamp( 3.75rem , 3.287037037rem  +  2.3148148148vw , 5.3125rem )) {
  .footer {
    padding-bottom: calc(3.75rem + 1.5625 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-top: clamp( 3.75rem , 3.287037037rem  +  2.3148148148vw , 5.3125rem )) {
  .footer {
    padding-top: clamp( 3.75rem , 3.287037037rem  +  2.3148148148vw , 5.3125rem );
  }
}

@supports not (padding-top: clamp( 3.75rem , 3.287037037rem  +  2.3148148148vw , 5.3125rem )) {
  .footer {
    padding-top: calc(3.75rem + 1.5625 * (100vw - 20rem) / 67.5);
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 40px;
}

.footer-text {
  margin: auto;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #4f4f4f;
  text-align: center;
}

.footer-box .footer-box__icon {
  font-size: 2.1875rem;
  padding: 0 10px;
  color: #4f4f4f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-box .footer-box__icon:hover {
  color: #01ffb7;
}

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

@-webkit-keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }

  100% {
    -webkit-transform: translateX(-120%) translateZ(0);
    transform: translateX(-120%) translateZ(0);
  }
}

@keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
  }

  100% {
    -webkit-transform: translateX(-120%) translateZ(0);
    transform: translateX(-120%) translateZ(0);
  }
}

.tickerTextBlock {
  overflow: hidden;
}

.string {
  width: 100%;
  margin: 0 0;
  overflow: hidden;
  font-size: 0;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@supports (margin-top: clamp( 0.9375rem , 0.7523148148rem  +  0.9259259259vw , 1.5625rem )) {
  .string {
    margin-top: clamp( 0.9375rem , 0.7523148148rem  +  0.9259259259vw , 1.5625rem );
  }
}

@supports not (margin-top: clamp( 0.9375rem , 0.7523148148rem  +  0.9259259259vw , 1.5625rem )) {
  .string {
    margin-top: calc(0.9375rem + 0.625 * (100vw - 20rem) / 67.5);
  }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.7523148148rem  +  0.9259259259vw , 1.5625rem )) {
  .string {
    margin-bottom: clamp( 0.9375rem , 0.7523148148rem  +  0.9259259259vw , 1.5625rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.7523148148rem  +  0.9259259259vw , 1.5625rem )) {
  .string {
    margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 67.5);
  }
}

.string__inner {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

@supports (font-size: clamp(1.375rem, 0.7407407407rem + 1.2962962963vw, 1.875rem)) {
  .string__inner {
    font-size: clamp(1.375rem, 0.7407407407rem + 1.2962962963vw, 1.875rem);
  }
}

@supports not (font-size: clamp(1.375rem, 0.7407407407rem + 1.2962962963vw, 1.875rem)) {
  .string__inner {
    font-size: calc(1.375rem + 0.5 * (100vw - 20rem) / 67.5);
  }
}


.string__inner .green {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  -webkit-text-stroke: 2px #01ffb7;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-stroke: 1px #01ffb7;
  opacity: 0.8;
}

.section-product {
  position: relative;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 30px;
}

.section-product::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.71;
}

.product__container {
  position: relative;
}

.product__slide.swiper-slide-active .product-item {
  background-color: #01ffb7;
  color: #000;
}

.product__slide.swiper-slide-active .button__black {
  color: #fff;
}

.product__slide:not(.swiper-slide-active) .button__black {
  background: rgba(0, 0, 0, 0);
  color: #939393;
}

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 15px 15px 15px;
  border-radius: 30px;
  background-color: #3c3b3b;
  color: #939393;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.product-item source {
  z-index: -1;
}

.product-item .product-item__bg {
  z-index: -1;
      aspect-ratio: 1 / 2;
}

.product-item__title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}

@supports (font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem )) {
  .product-item__title {
    font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem )) {
  .product-item__title {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 67.5);
  }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.5671296296rem  +  1.8518518519vw , 2.1875rem )) {
  .product-item__title {
    margin-bottom: clamp( 0.9375rem , 0.5671296296rem  +  1.8518518519vw , 2.1875rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.5671296296rem  +  1.8518518519vw , 2.1875rem )) {
  .product-item__title {
    margin-bottom: calc(0.9375rem + 1.25 * (100vw - 20rem) / 67.5);
  }
}

.product-item span {
  display: block;
}

@supports (font-size: clamp( 1.375rem , 1.1898148148rem  +  0.9259259259vw , 2rem )) {
  .product-item span {
    font-size: clamp( 1.375rem , 1.1898148148rem  +  0.9259259259vw , 2rem );
  }
}

@supports not (font-size: clamp( 1.375rem , 1.1898148148rem  +  0.9259259259vw , 2rem )) {
  .product-item span {
    font-size: calc(1.375rem + 0.625 * (100vw - 20rem) / 67.5);
  }
}

.product-item__img {
  /* z-index: -1; */
  /* z-index: 1; */
  aspect-ratio: 5 / 8;
  position: static !important;
}

@supports (height: clamp( 9.375rem , 7.1527777778rem  +  11.1111111111vw , 16.875rem )) {
  .product-item__img {
    height: clamp( 9.375rem , 7.1527777778rem  +  30.1111111111vw , 16.875rem );
  }
}

@supports not (height: clamp( 9.375rem , 7.1527777778rem  +  30.1111111111vw , 16.875rem )) {
  .product-item__img {
    height: calc(9.375rem + 7.5 * (100vw - 20rem) / 67.5);
  }
}

.product-item__img picture {
  height: 100%;
}

.product-item__img img {
  /* position: relative;
  max-width: 100%;
  width: 100%;
  height: inherit; */
  width: min(80%, 350px);
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);  
  object-fit: contain;
  height: auto;
}

.product-item__img video {
  height: auto;
  top: 50%;
  width: min(80%, 350px);
  display: block;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.product-item__footer {
  margin-top: 20px;
  z-index: 1;
  transition: all 0.3s linear;
}

.product-item__price {
  font-weight: 700;
  text-align: center;
}

@supports (font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem )) {
  .product-item__price {
    font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem )) {
  .product-item__price {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 67.5);
  }
}

.product-item .button__black {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  margin-top: 20px;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-wrapper__gallery {
  position: relative;
  z-index: 2;
}

.portfolio-wrapper__gallery.vertical .portfolio-box__item {
  width: clamp(580px, 50vw, 250px);
}

.portfolio-wrapper__gallery.vertical .portfolio-box__item .portfolio-box__content {
  height: clamp(580px, 50vw, 250px);
}

.portfolio-wrapper {
  position: relative;
}

.portfolio-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.71;
}

.no-webp .portfolio-wrapper__contain{
  background-image: url("../img/birds_bg.png"); }

.portfolio-wrapper__contain {
  position: relative;
  background-position: 0 0;
}

@supports (padding-top: clamp( 1.875rem , 0.2083333333rem  +  8.3333333333vw , 7.5rem )) {
  .portfolio-wrapper__contain {
    padding-top: clamp( 1.875rem , 0.2083333333rem  +  8.3333333333vw , 3.5rem );
  }
}

@supports not (padding-top: clamp( 1.875rem , 0.2083333333rem  +  8.3333333333vw , 3.5rem )) {
  .portfolio-wrapper__contain {
    padding-top: calc(1.875rem + 5.625 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-bottom: clamp( 1.875rem , 0.2083333333rem  +  8.3333333333vw , 3.5rem )) {
  .portfolio-wrapper__contain {
    padding-bottom: clamp( 1.875rem , 0.2083333333rem  +  8.3333333333vw , 3.5rem );
  }
}

@supports not (padding-bottom: clamp( 1.875rem , 0.2083333333rem  +  8.3333333333vw , 7.5rem )) {
  .portfolio-wrapper__contain {
    padding-bottom: calc(1.875rem + 5.625 * (100vw - 20rem) / 67.5);
  }
}

.portfolio-wrapper__contain .portfolio__container {
  overflow: hidden;
}

.portfolio-gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.portfolio-box__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(1200px, 50vw, 800px);
}

@supports (padding-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
  .portfolio-box__item {
    padding-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem );
  }
}

@supports not (padding-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
  .portfolio-box__item {
    padding-bottom: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-top: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
  .portfolio-box__item {
    padding-top: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem );
  }
}

@supports not (padding-top: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
  .portfolio-box__item {
    padding-top: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-left: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
  .portfolio-box__item {
    padding-left: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem );
  }
}

@supports not (padding-left: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
  .portfolio-box__item {
    padding-left: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-right: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
  .portfolio-box__item {
    padding-right: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem );
  }
}

@supports not (padding-right: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
  .portfolio-box__item {
    padding-right: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 67.5);
  }
}

.portfolio-box__item img {
  background: #f0f0f0;
}

.portfolio-box__content {
  height: 30vh;
  min-height: 300px;
}

.section-quote {
  display: flex;
  align-items: center;
  min-height: 130px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  background-color: #01ffb7;
  border-radius: 10px;
  height: 170px;
}


@supports (padding-top: clamp( 0.9375rem , 0.6597222222rem  +  1.3888888889vw , 1.875rem )) {
  .section-quote {
    padding-top: clamp( 0.9375rem , 0.6597222222rem  +  1.3888888889vw , 1.875rem );
  }
}

@supports not (padding-top: clamp( 0.9375rem , 0.6597222222rem  +  1.3888888889vw , 1.875rem )) {
  .section-quote {
    padding-top: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-bottom: clamp( 0.9375rem , 0.6597222222rem  +  1.3888888889vw , 1.875rem )) {
  .section-quote {
    padding-bottom: clamp( 0.9375rem , 0.6597222222rem  +  1.3888888889vw , 1.875rem );
  }
}

@supports not (padding-bottom: clamp( 0.9375rem , 0.6597222222rem  +  1.3888888889vw , 1.875rem )) {
  .section-quote {
    padding-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 67.5);
    height: 130px;
  }
}

@supports (font-size: clamp( 0.875rem , 0.5231481481rem  +  1.7592592593vw , 2.0625rem )) {
  .section-quote {
    font-size: clamp( 0.875rem , 0.5231481481rem  +  1.7592592593vw , 2.0625rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.5231481481rem  +  1.7592592593vw , 2.0625rem )) {
  .section-quote {
    font-size: calc(0.875rem + 1.1875 * (100vw - 20rem) / 67.5);
  }
}

.quote .quote__text {
  position: relative;
  display: inline;
}

.no-webp .quote .quote__text:after{
  background-image: url(../img/quote__01.png); }

.quote .quote__text:after {
  content: "";
  left: -50px;
  top: -20px;
  position: absolute;
  width: 37px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@supports (left: clamp( -3.125rem , -0.0462962963rem  +  -3.5185185185vw , -0.75rem )) {
  .quote .quote__text:after {
    left: clamp( -3.125rem , -0.0462962963rem  +  -3.5185185185vw , -0.75rem );
  }
}

@supports not (left: clamp( -3.125rem , -0.0462962963rem  +  -3.5185185185vw , -0.75rem )) {
  .quote .quote__text:after {
    left: calc(-0.75rem + -2.375 * (100vw - 20rem) / 67.5);
  }
}

@supports (top: clamp( -1.25rem , -0.0347222222rem  +  -1.3888888889vw , -0.3125rem )) {
  .quote .quote__text:after {
    top: clamp( -1.25rem , -0.0347222222rem  +  -1.3888888889vw , -0.3125rem );
  }
}

@supports not (top: clamp( -1.25rem , -0.0347222222rem  +  -1.3888888889vw , -0.3125rem )) {
  .quote .quote__text:after {
    top: calc(-0.3125rem + -0.9375 * (100vw - 20rem) / 67.5);
  }
}

@supports (width: clamp( 0.625rem , 0.125rem  +  2.5vw , 2.3125rem )) {
  .quote .quote__text:after {
    width: clamp( 0.625rem , 0.125rem  +  2.5vw , 2.3125rem );
  }
}

@supports not (width: clamp( 0.625rem , 0.125rem  +  2.5vw , 2.3125rem )) {
  .quote .quote__text:after {
    width: calc(0.625rem + 1.6875 * (100vw - 20rem) / 67.5);
  }
}

@supports (height: clamp( 0.625rem , 0.162037037rem  +  2.3148148148vw , 2.1875rem )) {
  .quote .quote__text:after {
    height: clamp( 0.625rem , 0.162037037rem  +  2.3148148148vw , 2.1875rem );
  }
}

@supports not (height: clamp( 0.625rem , 0.162037037rem  +  2.3148148148vw , 2.1875rem )) {
  .quote .quote__text:after {
    height: calc(0.625rem + 1.5625 * (100vw - 20rem) / 67.5);
  }
}

.portfolio .section-title {
  margin-top: -25px;
}

@supports (padding-bottom: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem )) {
  .contact {
    padding-bottom: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem );
  }
}

@supports not (padding-bottom: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem )) {
  .contact {
    padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem) / 67.5);
  }
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  min-height: 1px;
  padding: 0 0.9375rem;
}

.contacts-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.contacts-info [class*=_icon-] {
  font-size: 1.425rem;
}

.contacts-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin-bottom: 34px;
}

.contacts-info__img {
  margin-bottom: 9px;
  max-width: 18px;
  width: 100%;
  height: auto;
}

.contacts-info__title {
  color: #fff;
  font-weight: 700;
}

@supports (font-size: clamp( 1.125rem , 1.1064814815rem  +  0.0925925926vw , 1.1875rem )) {
  .contacts-info__title {
    font-size: clamp( 1.125rem , 1.1064814815rem  +  0.0925925926vw , 1.1875rem );
  }
}

@supports not (font-size: clamp( 1.125rem , 1.1064814815rem  +  0.0925925926vw , 1.1875rem )) {
  .contacts-info__title {
    font-size: calc(1.125rem + 0.0625 * (100vw - 20rem) / 67.5);
  }
}

@supports (margin-top: clamp( 0.625rem , 0.3657407407rem  +  1.2962962963vw , 1.5rem )) {
  .contacts-info__title {
    margin-top: clamp( 0.625rem , 0.3657407407rem  +  1.2962962963vw , 1.5rem );
  }
}

@supports not (margin-top: clamp( 0.625rem , 0.3657407407rem  +  1.2962962963vw , 1.5rem )) {
  .contacts-info__title {
    margin-top: calc(0.625rem + 0.875 * (100vw - 20rem) / 67.5);
  }
}

@supports (margin-bottom: clamp( 0.625rem , 0.3657407407rem  +  1.2962962963vw , 1.5rem )) {
  .contacts-info__title {
    margin-bottom: clamp( 0.625rem , 0.3657407407rem  +  1.2962962963vw , 1.5rem );
  }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.3657407407rem  +  1.2962962963vw , 1.5rem )) {
  .contacts-info__title {
    margin-bottom: calc(0.625rem + 0.875 * (100vw - 20rem) / 67.5);
  }
}

.contacts-info__text {
  line-height: 20px;
  color: #5f6870;
}

@supports (margin-top: clamp( 0.0000000625rem , -1.8518517708rem  +  9.2592591667vw , 6.25rem )) {
  .section-advantages {
    margin-top: clamp( 0.0000000625rem , -1.8518517708rem  +  9.2592591667vw , 6.25rem );
  }
}

@supports not (margin-top: clamp( 0.0000000625rem , -1.8518517708rem  +  9.2592591667vw , 6.25rem )) {
  .section-advantages {
    margin-top: calc(0.0000000625rem + 6.2499999375 * (100vw - 20rem) / 67.5);
  }
}

.advantages-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-bottom: 25px;
}

.advantages-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages-blocks .advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 50px 15px;
  width: 100%;
  border: 1px solid #353535;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}

.advantages-block .advantages-block__img {
  margin: 0 auto 30px;
  max-width: 55px;
  width: 100%;
  height: auto;
  /** background: $color-1 **/
}

.advantages-blocks {
  margin: 0 -15px 0;
}

.advantages-blocks .advantages-block {
  max-width: 100%;
}

@supports (font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem )) {
  .advantages-block_text {
    font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem );
  }
}

@supports not (font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem )) {
  .advantages-block_text {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 67.5);
  }
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #01ffb7;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {border-radius: 30px;
    overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  /* height: 100%; */
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 40px;
}
@media (max-width: 480px) {
  :root {
    --swiper-navigation-size: 20px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 x=%270px%27 y=%270px%27 width=%2720px%27 height=%2720px%27 viewBox=%270 0 306 306%27 store=%27%2301ffb7%27 xml:space=%27preserve%27%3E%3Cg fill=%27%2301ffb7%27 id=%27keyboard-arrow-right%27%3E%3Cpolygon points=%2758.65,267.75 175.95,153 58.65,35.7 94.35,0 247.35,153 94.35,306 %27/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "lg";
  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  -o-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  -o-transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-medium-zoom-item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

@media (min-width: 29.99875em) {
  .form__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-text {
    font-size: 1rem;
  }

  .portfolio-gallery__box {
    padding-left: 1rem;
  }
}

@media (min-width: 47.99875em) {
  .menu-body__phone {
    margin-right: 23px;
  }

  .contacts-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

@supports (padding-left: clamp( 0.0000000625rem , -1.4814814005rem  +  7.4074073148vw , 5rem )) {
    .contacts-info {
      padding-left: clamp( 0.0000000625rem , -1.4814814005rem  +  7.4074073148vw , 5rem );
    }
}

@supports not (padding-left: clamp( 0.0000000625rem , -1.4814814005rem  +  7.4074073148vw , 5rem )) {
    .contacts-info {
      padding-left: calc(0.0000000625rem + 4.9999999375 * (100vw - 20rem) / 67.5);
    }
}
}

@media (min-width: 61.99875em) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 23px;
  }

  .menu__item:not(:last-child) .menu__link {
    padding: 0 18px 0 23px;
  }

  .menu__item:last-child .menu__link {
    padding-left: 23px;
  }

  .menu__link::after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    background-color: #01ffb7;
    width: 5px;
    height: calc(100% - 2px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
  }

  .menu__link:hover {
    color: #000;
  }

  .menu__link:hover::after {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }

  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media (min-width: 1024px) {
  .no-webp .section-quote{
    background-image: url(../img/bust.png); }
  .section-quote {
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}

@media (max-width: 720px) {
  .contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .contacts-info__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .contacts-info__box:last-child {
    margin-bottom: 0;
  }

  .contacts-info__img {
    margin: 0 auto;
  }
}

@media (max-width: 425px) {
  .menu-body__phone {
    font-size: 14px;
  }
}

@media (max-width: 61.99875em) {
  
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .menu__list {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #01ffb7;
    z-index: -1;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    text-align: right;
  }

  .menu__item .menu__link {
    color:#000;
    padding-right: 0.9375rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

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

  .contacts-info__box {
    width: 100%;
    min-height: 1px;
    padding: 0 0.9375rem;
  }
  .menu-body__links {
        margin-right: 10px;
  }
}

@media (max-width: 47.99875em) {
  .touch [data-fullscreen] {
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
  }

  .section-title__bg {
    -webkit-text-stroke: 2px #01ffb7;
  }

  .header {
    padding: 10px 0;
  }

  .menu-body__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 10px;
  }

  .menu-body__phone {
    font-size: 1rem;
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
  }
  .menu-bod__text svg{
    display: none;
  }
  .menu-bod__text{font-size: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  /* right: 0.9375rem; */
  top: 0.9375rem;
margin-right: 0;

  width: 100%;
  text-align: center;
  justify-content: center;}
.menu-bod__text span{
  margin-right: 0;
}

@supports (margin-top: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem )) {
    .contacts-info {
      margin-top: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem );
    }
}

@supports not (margin-top: clamp( 3.75rem , 3.0092592593rem  +  3.7037037037vw , 6.25rem )) {
    .contacts-info {
      margin-top: calc(3.75rem + 2.5 * (100vw - 20rem) / 67.5);
    }
}

  .advantages-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 29.99875em) {
  .form__input input {
    font-size: 0.875rem;
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .form__textarea textarea {
    font-size: 0.875rem;
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .section-title__bg {
    -webkit-text-stroke: 1px #01ffb7;
  }

@supports (font-size: clamp( 1.25rem , 1.1388888889rem  +  0.5555555556vw , 1.625rem )) {
    .section-title__bg {
      font-size: clamp( 1.25rem , 1.1388888889rem  +  0.5555555556vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1388888889rem  +  0.5555555556vw , 1.625rem )) {
    .section-title__bg {
      font-size: calc(1.25rem + 0.375 * (100vw - 20rem) / 67.5);
    }
}

  .btn {
    font-size: 0.875rem;
  }

  .callback__phone svg {
    width: 1.5rem;
  }

  .menu__list {
    width: 100%;
  }

  .footer-box .footer-box__icon {
    font-size: 1.875rem;
  }

  .product-item .button__black {
    margin-top: 10px;
  }

  .portfolio-wrapper__gallery.vertical .portfolio-box__item {
    width: 50vw;
    height: auto;
  }

  .portfolio-wrapper__gallery.vertical .portfolio-box__item img {
    position: relative;
  }

  .portfolio-wrapper__gallery.vertical .portfolio-box__item .portfolio-box__content {
    height: auto;
  }

  .no-webp .portfolio-wrapper__contain{
    background-image: url("../img/gallery/bg_mob.jpg"); }

  .portfolio-gallery__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .portfolio-box__item {
    width: 100vw;
  }

  .portfolio-box__item img {
    position: relative;
  }

  .portfolio-box__content {
    height: auto;
    min-height: auto;
  }

  .advantages-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 61.99875em) and (min-width: 29.99875em) {
  .menu__list {
    min-width: 320px;
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
}

.webp .portfolio-wrapper__contain{ background-image: url(../img/birds_bg.webp); }

.webp .quote .quote__text:after{ background-image: url(../img/quote__01.webp); display: none;}

@media (min-width: 1024px){

  /* .webp .section-quote{ background-image: url(../img/bust.webp); } */
}

@media (max-width: 29.99875em){

  /* .webp .portfolio-wrapper__contain{ background-image: url(../img/gallery/bg_mob.webp); } */
}



.gallery .advantages__container {
  clear: both; }
  .gallery .advantages__container img {
    max-width: 100%;
    width: 100%;
    object-fit: cover; 
    position: absolute;
    height: 100%;
   
  height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0; }

.gallery ul li {
  float: left;
  margin: 0 0.8771929824561403%;
  overflow: hidden; 
z-index: 1;}


.gallery {
  position: relative;
  overflow: hidden; }
  .gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    position: relative; }
    .gallery ul li {
      margin-bottom: 20px;
      width: 300px;
      position: relative; }
      .gallery ul li a {
    border-radius: 15px;
overflow: hidden;
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding-top: 250px;
        
        line-height: 0; }
        @media (max-width: 526px) {
          .gallery ul li{
            margin-left: 0;
            margin-right: 0;
          }
          .gallery ul li a{
            padding-top: 84%;
          }
        }
        .gallery ul li a:before {
          position: absolute;
          width: 32px;
          height: 32px;
          top: 40%;
          left: 50%;
          margin: -14px 0 0 -16px;
          background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;
          content: '';
          opacity: 0;
          z-index: 1;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .gallery ul li a:hover:before {
          top: 50%;
          opacity: 1; }
        .gallery ul li a:after {
          position: absolute;
          width: 100%;
          top: 0;
          left:0;
          bottom: 0;
          content: '';
          opacity: 0;
          /* filter: blur(0.4rem); */
          /* backdrop-filter: blur(1px); */
          background: rgba(255, 255, 255, 0.2);
          -webkit-backdrop-filter: blur(1px);
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .gallery ul li a:hover:after {
          opacity: 1; }

.portfolio-wrapper__contain .btn{
z-index: 2;
margin: 0 auto;
position: relative;
}

.port {

  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  background-color: #000000;
  z-index: 103;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #000000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .port img {
    width: 50%; }
  .port .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: left;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
padding: 30px 0; }
  .port .description-title {
    font-size: clamp( 1.625rem , 0.9583333333rem  +  2.3333333333vw , 2.875rem );
    line-height:1.4;
    padding: 0; }
  .port > * {
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .port.item_open {
    overflow: scroll;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .port > * {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }

.close {
 
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
.close svg{
  width: 30px;
  height: 30px;
}
.folder-buttons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;

}
@media (min-width: 425px) {
  .folder-buttons{
    width: 80vw;}
}
.folder-buttons .btn {
  margin: 5px;
}
@media (max-width: 425px) {
  .folder-buttons .btn {
    zoom: 0.7;
  }
}



.iframe-viewer {
  margin: 40px 0;
  display: none;
}
#load-more-btn{
    max-width: 200px !important;}
   .blog-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .blog-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .blog-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    grid-template-columns: repeat(3, 1fr); /* 3 колонки */

    gap: 20px;
  }
  @media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: repeat(1, 1fr); /* Для экранов поменьше — 2 колонки */
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr; /* Для самых маленьких экранов — 1 колонка */
    }
}
  .blog-card {
    padding: 0x;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
  }
  .blog-card:hover {
    transform: translateY(-5px);
  }
  .blog-card__img {
    display: block;
    width: 100%;
    height: 310px;
    object-fit: cover;
  }
  @media (max-width: 600px) {
  .blog-card__img{
height: 235px;
  }
}
  .blog-content {
    color:#000;
    padding: 15px 15px 30px 15px;
    background: #01ffb7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

  }
  .blog-heading {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .blog-description {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
  .blog-link {
    display: inline-block;
    text-decoration: underline !important;
    font-weight: bold;

  }
  .blog-link:hover {
    text-decoration: underline;
  }
  .blog-btn{
    margin: 20px auto 0;
    max-width: max-content;
  }
  .article{

    border: 5px solid #01ffb7;
    border-radius: 15px;
    font-family: "Inter", sans-serif;
  }
    .article-container {
        border-top: 0px;
        padding: 1.5rem;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        color: #fff;
    }
    .article__img{
      padding:25% 0 ;
    }
    .article-title {
      margin-top: 20px;
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: left;
        color: #fff;
    }
    @media (max-width: 425px) {
      .article-title{
        font-size: 1.8rem;
      }
    }
    .article-image {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .article-content {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .back-link {
        display: inline-block;
        margin-top: 30px;
        text-decoration: none;
        font-size: 1.1rem;
        color: #fff;
        font-weight: 600;
        transition: color 0.3s;
    }
    .back-link:hover {
        color: #fff;
        text-decoration: underline;
    }

    .article-container h3 {
      font-size: 1.5rem;
      font-weight: 900;
      margin-top: 20px;
    }

    @media (max-width: 425px) {
      .article-container h3 {
        font-size: 1.5rem;
    }
  }

    .article-container ul {
      list-style: auto;
      margin-top: 10px;
      padding-left: 20px;
    }
    .article-container ul li {
      list-style: auto;
      margin-bottom: 10px;
      font-size: 1rem;
    }
    .article-container p{
      font-size: 1rem;
      padding-bottom: 20px;
    }

    .article-author {
      display: flex;
      align-items: center;
      margin-top: 30px;
      padding: 20px;
      background: #f9f9f9;
      border-radius: 10px;
      color:#000;
  }

  .author-image {
      flex-shrink: 0;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 20px;
  }
  .author-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .author-info h4 {
      margin: 0 0 5px;
      font-size: 18px;
      font-weight: bold;
  }
  .author-info p {
      margin: 0;
      font-size: 14px;
      color: #555;
  }
  @media (max-width: 425px) {
    .article-author{
     flex-wrap: wrap;
    }
    .author-info h4 {
      font-size: 16px;
    }
  }

   
.scroll-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAADZUlEQVR4nO1aa4hMYRh+rFta1Gq1UmpXkvwSRRStckvZ2rRqCyEi+cEPEj9WrEhKWvJHWpfE+LPWzPeeYbd1LQkJLeuWhIhcyv326Jzz7cyZmaWZOWfOzmHe+mrmPd/3Pe9z3u/yfu93gIL8q0I1B5QToFwAZRvYXIrACWUtKEwqj0EpR2CEzaWgfLWNV1vAyEJQ3dP/L4HsgUAIZab2wHWHrhyUj5rMDARCKDXa4LZEvTqgCe5HwIlUayI3EWwiMlbr3yHYRMJDtEd+IuBDa3BsKQ6EsEAkz4QFj+SZ8H/yCFVfMDwFVLNBY1C8Tl0RGJ5gR87RCgSAyDPH78+gWg+Gx4DqjkP/C5QQqAba7VvKQKkE1eg8ImI9fwSq2w7dF61/Dapr8QhaoqAc0cQ6614BIyPzgIjaGQvnKUsdBp4D2/rbestDHxxtvoHSDsonrXuaMCy7h0i4JOnZc92mOkl/VLd5ExtSdqjTrutv7F4iKW1iQ6wySb9H99WQhLFC148EjIhsSgsjAB6pSwvDHyKhnqC6AUprahvVYE/elrKkvmpBeZ9yPM6aCI3xoNSDcsw6qlKWp0xY1yCZ2CMZYphLIVVTF6kds7wFZZF7EF+IqH3a6B+gOg7KBlBtTdrI1rkD8YfILW1sbaK+rRco2x2b1crsQfwhckgb29plYo1qc+wcTpmWHYgvRMLD42FCZFnXddQOTaQqO5AshNlgUK2JT+7TQ7uuEy12B+ILkboiO2drNTyVG5AMhdnvI6PiYbbU5AYkE3vEBYYZ79iNX/w1fKYxS9c76c7anBEJ9XHsH41/rsceoMwDjWHurM2l12mep83NsZuvB2jFYKYNZ9x0sit+A9U0wEv7slhJD7voJFpsn7etN7LbS/vSt0F13rXUu+zImK6TAeZGONEr+9LDvtobVC81kclevpV2MNTPCxvTwzVW6dHwxDrjuO8wXOLITzX6cslJY4SdiDAxjcVedjwVVN/jZByhitfCaIUjgXfWG28kAKj5jiX5rhUFe+kdmiGSLADllSbxIHcfH9hX0p1A1PfqZiRQZS0GjI7LrBiTQGOu/cWEdDgOcRdTzvU5+lBgryMT6GFRZhp1tRVd+CZmHEa1BJSDoFwG1X1QHmZYOkB13k50mJ7J4dwrSEGQkfwGnVrfMAcUumUAAAAASUVORK5CYII=");

  background-size: contain;
  background-repeat: no-repeat;
  animation: handMove 2s infinite;
  z-index: 10;
}
/* Анимация движения руки */
@keyframes handMove {
  0% { transform: translateX(0); opacity: 1; }
  50% { transform: translateX(-10px); opacity: 0.7; }
  100% { transform: translateX(0); opacity: 1; }



}
#adblock-warning {
  position: fixed;
  align-items: center;
  width: 100%;
  z-index: 99999999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  /* max-width: 144px; */
  width: 100%;
  min-height: 2.6875rem;
  background: #00ffb7;
  /* border: 2px solid #00ffb7; */
  /* border-radius: 50px; */
  text-align: center;
  -webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  color: #000;
  font-size: 1rem;
}
@media(max-width:526px){
  #adblock-warning {
    font-size: 10px;
  }
  #adblock-warning .close svg{
    width: 15px;
    height: 15px;
  }
  .adblock-close{
    right: 5px;
  }
  .gallery ul li{
     width: 100%;
  }
}
#cookie-warning {
  align-items: center;
  justify-content: center;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #131313;
  padding: 15px;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
}
#cookie-warning .btn{
  margin-left: 10px;
}

.adblock-close{
  top: 50% !important;
  transform: translateY(-50%);
  cursor: pointer;
}
 .widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999999;

}
.widget-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: #01ffb7;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(1, 255, 183, 0.5);
  transition: transform 0.3s;
  position: relative;
  transition: all 0.3s;
}
.widget.active .widget-button{

  background-color: rgba(1, 255, 183, 0.2);
  box-shadow: 0 0 15px rgba(1, 255, 183, 0.1);

}

.widget:not(.active) .widget-button::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(1, 255, 183, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.widget:not(.active) .widget-button:before{
  animation: pulse 1.5s infinite ease-in-out;
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid rgba(1, 255, 183, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}
@keyframes pulse {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
  }
  50% {
      transform: translate(-50%, -50%) scale(1.3);
      opacity: 0.5;
  }
  100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
  }
}

.widget:not(.active) .widget-button:hover {
  transform: scale(1.1);
}
.widget-button svg {
  position: relative;
  width: 50px;
  height: 50px;
  fill: white;
  transition: transform 0.3s;
}
.widget.active .widget-button svg {
  transform: rotate(90deg) scale(0.7);
  fill: black;
}
.social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
  height: 0;
}
.widget.active .social-icons {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  height: auto;
}
.widget .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #01ffb7;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(1, 255, 183, 0.5);
}
.widget .social-icons a i {
  font-size: 1.3rem;
  color: #000;
}
/* Делаем первые два блока (Исполнитель и Реквизиты) полновременными на десктопе, 
   чтобы они не выглядели узкими и не ломали сетку с контактами. */
@media (min-width: 47.99875em) {
    
    /* Блоки с ФИО/Адресом и Реквизитами делаем полной ширины */
    .contacts-info__box:nth-child(1),
    .contacts-info__box:nth-child(2),
    .contacts-info__box:nth-child(3),
    .contacts-info__box:nth-child(4) {
        /* Принудительно занимаем полную ширину контейнера */
        flex: 0 0 100%;
        max-width: 100%;
        
        /* Снимаем отступ, который, возможно, был добавлен для боковой колонки */
        padding-left: 0.9375rem; 
        padding-right: 0.9375rem;
    }
    
    /* Добавляем небольшой отступ между блоками Исполнителя и Реквизитов */
    .contacts-info__box:nth-child(1) {
        margin-bottom: 20px;
    }
    
    /* Уменьшаем вертикальный отступ между реквизитами и контактами (Почта/Телефон) */
    .contacts-info__box:nth-child(2) {
        /* Убедимся, что реквизиты хорошо отделены от следующих элементов */
        margin-bottom: 30px; 
    }
    
    /* Применяем существующие стили сетки для Почты и Телефона (они должны занять 50% каждый) 
       Если ваши контакты были 41.666667% (как в старых стилях), возможно, потребуется их настроить:
    .contacts-info__box:nth-child(3),
    .contacts-info__box:nth-child(4) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    */
}

/* Общий стиль для юридических текстов */
.contacts-info__box .contacts-info__text {
    line-height: 1.4; /* Улучшаем интервал для читаемости */
}
.g-recaptcha{
      margin: 0 0 20px 7px;
}
.contacts-info__icon svg {
    width: 100%;
    height: auto;
}
.contacts-info__icon{
  width: 30px;
  height: auto;

}
.google-reviews {
display: none !important;
  background: #f7f8fa;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 15px 0;
  font-size: 14px;
  color: #333;
}
.google-reviews__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 8px;
}
.google-review {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
.google-review__author {
  font-weight: 500;
  color: #0e7afe;
}
.google-review__text {
  font-style: italic;
}
.footer-box__icon svg {
    height: auto;
    max-width: 35px;
}
.footer-box__icon svg path{
  fill: #4f4f4f;
-webkit-transition: all 0.3s 
ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s 
ease 0s;}

  .footer-box__icon:hover svg path{
 fill: #01ffb7
  }


  .footer-payments {
    position: relative;
    width: 100%;
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
  margin: 0 auto 20px;
  flex-wrap: wrap;
}

/* каждая иконка в аккуратной круглой плашке */
.payment-item {
  width: 72px;            /* фиксированный размер плашки */
  height: 44px;           /* слегка прямоугольная форма для логотипов карт */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255,255,255,0.03); /* лёгкая плашка на тёмном фоне */
  box-shadow: 0 2px 8px rgba(0,0,0,0.55) inset;
  transition: transform 0.22s ease, background 0.22s ease;
  padding: 6px;
}

/* адаптируем размер для маленьких экранов */
@media (max-width: 420px) {
  .payment-item { width: 60px; height: 36px; padding: 4px; }
}

/* иконка внутри — масштабируем, SVG предпочтительнее */
.payment-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  filter: grayscale(100%) brightness(0.95); /* монотонный стиль */
  transition: filter .22s ease, transform .22s ease, opacity .22s ease;
  opacity: 0.92;
}

/* hover — цветная подсветка и лёгкий подъём */
.payment-item:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.04);
}
.payment-item:hover .payment-img {
  filter: none;
  opacity: 1;
  transform: scale(1.02);
}

/* подпись / копирайт */


/* если нужен тонкий разделитель сверху платежей */
.footer-payments::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 1px;
  background: rgba(255,255,255,0.02);
  display: block;
  margin: -18px auto 12px;
}

.google-review-block {
  margin-top: 20px;
    max-width: 500px; /* Ограничиваем ширину для имитации */
    background-color: white;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Тень для имитации карточки */
    border: 1px solid #dadce0; /* Легкая рамка */
}

.google-review-block__content { font-family: "Inter", sans-serif;
  display: block;
  font-weight: Medium;
    display: flex;
    gap: 30px; /* Расстояние между лого и текстом */
}

.google-review-block__logo {
    width: 106px; /* Размер логотипа Google */
    height: 106px;
    flex-shrink: 0; /* Не сжимать логотип */
}
@media (max-width: 526px) {
  .google-review-block__logo {
    display: none;
  }
}
.google-review-block__info{    display: flex;
    flex-direction: column;
    justify-content: space-between;}
.google-review-block__logo svg {
    width: 100%;
    height: 100%;
}

.google-review-block__url {
   font-family: "Inter", sans-serif;
    font-size: clamp(1.4rem, 0.9412rem + 0.1961vw, 1.25rem);
    font-weight: 500;
    line-height: 1.3;
    color: #202124; /* Цвет текста */
    margin: 0 0 5px 0;
}

.google-review-block__url {
   font-family: "Inter", sans-serif;
    color: #202124;
    text-decoration: none;
}

.google-review-block__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.stars {
color: #fbbc05;
    font-size: 20px;
    line-height: 1;
    background: #0D0D0D;
    padding: 0 8px;
    border-radius: 8px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.star-filled{
  display: block;
  padding: 0 3px;
}
.reviews-count {
    color: #5f6368; /* Серый цвет счетчика */
    font-size: 13px;
}

.blog-grid_btns{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px
}
@media (max-width: 526px) {
  .blog-grid_btns {
   flex-direction: column;
   align-items: center;
  }
}
.blog-grid_btns .btn {
    margin: 0;
    font-size: 1rem;
    line-height: 1;
    align-items: center;
    display: flex;
}
.blog-grid_btns .button__black{
  color: #00ffb7;
  border: 2px solid #00ffb7;
  border-radius: 50px;
}
@media (max-width: 526px) {
    .blog-grid_btns .button__black {
        max-width: max-content;
    }
}
.blog-grid_btns .button__black:hover{
  color: #000000;
  border: 2px solid #00ffb7;
  background-color: #00ffb7;
  border-radius: 50px;
}

.popup__content .g-recaptcha{
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 7px;
}

.description__btn{
  max-width: 200px;
}


.contacts-info__text--mail{
  font-size: 1rem;
}
.calc {
  padding: 60px 20px;
}

.calc__container {
  max-width: 900px;
  margin: 0 auto;
}

.calc__title {
  font-size: 34px;
  margin-bottom: 12px;
  text-align: center;
}

.calc__subtitle {
  color: #7b7b7b;
  margin-bottom: 28px;
  text-align: center;
}

.calc__block {
  background: #1a1a1a;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,.1);
}

.calc__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: start;
}

.calc__right {
  position: sticky;
  top: 20px;
}

.calc__block#step-urgency {
  background: #151515;
  border-color: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}

.calc__block#step-urgency .calc__option {
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.18)),
    #1f1f1f;
}

.calc__block#step-urgency .calc__option:hover {
  border-color: rgba(255,255,255,.2);
}

.calc__block-title {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7b7b7b;
  margin-bottom: 16px;
}

.calc__option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.12)),
    #1a1a1a;
  transition: border-color .2s, transform .2s, box-shadow .2s, background .2s;
}

.calc__option:hover {
  border-color: rgba(1,255,183,.55);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
  transform: translateY(-2px);
}

.calc__option input {
  accent-color: #01ffb7;
}

.calc__card {
  padding: 0;
  border: none;
  background: transparent;
  width: 100%;
}

.calc__option input:checked + .calc__card {
  color: #f3f3f3;
}

.calc__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.calc__card-head b {
  color: #01ffb7;
}

.calc__hints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calc__hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7b7b7b;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}

.calc__hint::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(1,255,183,.9);
  box-shadow: 0 0 6px rgba(1,255,183,.35);
}

.calc__option input:checked + .calc__card .calc__card-head span {
  color: #01ffb7;
}

.calc__option input:checked + .calc__card {
  text-shadow: 0 0 0 transparent;
}

.calc__option input:checked {
  filter: drop-shadow(0 0 6px rgba(1,255,183,.6));
}

.calc__card small {
  display: block;
  margin: 6px 0;
  color: #7b7b7b;
}

.calc__card em {
  font-style: normal;
  color: #7b7b7b;
}

/* RESULT */
.calc__result {
  display: none;
  margin-top: 20px;
}

.calc__price {
  font-size: 40px;
  color: #01ffb7;
  margin: 12px 0;
}

.calc__meta {
  color: #7b7b7b;
  margin-bottom: 8px;
  display: none;
  font-size: 7px;
  text-transform: uppercase;
}

.calc__meta.is-visible {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(1, 255, 183, 0.08);
  border: 1px solid rgba(1, 255, 183, 0.25);
  color: #fff;
}

.calc__alert {
  color: #fff;
  background: rgba(255, 204, 0, 0.2);
  border: 1px solid rgba(255, 204, 0, 0.45);
  padding: 8px 10px;
  border-radius: 8px;
  display: none;
  margin-bottom: 12px;
}

.calc__alert.is-visible {
  display: inline-block;
}

.calc__note {
  font-size: 13px;
  color: #7b7b7b;
  background: linear-gradient(135deg, rgba(1,255,183,.14), rgba(1,255,183,.03));
  border: 1px solid rgba(1,255,183,.28);
  border-radius: 12px;
  padding: 10px 12px;
}

/* BUTTONS */
.calc__buttons {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.calc__messengers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #161616;
  border: 1px solid rgba(255,255,255,.08);
}

.calc__messengers.is-disabled .calc__messenger {
  opacity: 0.5;
  filter: grayscale(1);
  cursor: not-allowed;
}

.calc__messengers-label {
  grid-column: 1 / -1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7b7b7b;
}

.calc__messenger {
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.1);
  transition: border-color .2s, transform .2s, box-shadow .2s, background .2s;
  width: 100%;
}

.calc__messenger:hover {
  border-color: rgba(1,255,183,.55);
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
  transform: translateY(-1px);
  background: #181818;
}

.calc__messenger i {
  font-size: 13px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(1,255,183,.12);
  color: #01ffb7;
}

.calc .btn {
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
}

#step-urgency .calc__option {
  padding: 10px 12px;
}

#step-urgency .calc__card {
  font-size: 13px;
}

#step-urgency .calc__option--std {
  background:
    linear-gradient(180deg, rgba(1,255,183,.08), rgba(0,0,0,.12)),
    #1a1a1a;
}

#step-urgency .calc__option--fast {
  background:
    linear-gradient(180deg, rgba(1,255,183,.18), rgba(0,0,0,.14)),
    #1a1a1a;
}

#step-urgency .calc__option--rush {
  background:
    linear-gradient(180deg, rgba(1,255,183,.28), rgba(0,0,0,.16)),
    #1a1a1a;
}

#step-urgency.is-disabled .calc__option {
  opacity: 0.45;
  filter: grayscale(1);
  border-color: rgba(255,255,255,.05);
  background: #141414;
  box-shadow: none;
  transform: none;
  cursor: not-allowed;
}

#step-urgency.is-disabled .calc__option:hover {
  border-color: rgba(255,255,255,.05);
  box-shadow: none;
  transform: none;
}

#step-urgency.is-disabled input {
  pointer-events: none;
}

#step-urgency.is-disabled {
  background: #141414;
  border-color: rgba(255,255,255,.06);
  box-shadow: none;
}

.calc__urgency {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.calc__urgency-title {
  font-weight: 600;
  color: #fff;
}

.calc__urgency-term {
  font-size: 8px;
  color: #7b7b7b;
}

.calc__urgency-note {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #01ffb7;
}

.calc .btn--primary {
  background: #01ffb7;
  color: #1a1a1a;
}

.calc .btn--ghost {
  border: 1px solid #01ffb7;
  color: #01ffb7;
}

/* STEPS */
.calc .step {
  display: block;
}

@media (max-width: 600px) {
  .calc__title {
    text-align: center;
    font-size: 32px;
  }

  .calc {
    padding: 36px 16px;
  }

  .calc__subtitle {
    margin-bottom: 20px;
  }

  .calc__block {
    padding: 14px;
    margin-bottom: 16px;
  }

  .calc__right {
    position: static;
  }

  .calc__option {
    padding: 10px 10px;
  }

  .calc__hints {
    gap: 6px;
  }

  .calc__hint {
    font-size: 7px;
    padding: 5px 8px;
  }

  .calc__price {
    font-size: 32px;
  }

  .calc .btn {
    height: 44px;
  }

  .calc__messenger {
    font-size: 9px;
  }
  .calc__messenger {
    height: 42px;
  }

  .calc__urgency {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .calc__urgency-note {
    font-size: 8px;
  }
}

@media (max-width: 900px) {
  .calc__layout {
    grid-template-columns: 1fr;
  }
}
.form__agree {
    margin: 0 0 20px 6px !important;

}
.form__agree a{
     color: #00ffb7 !important;
}
.popup__form .form__agree{
  margin: 20px 7px 0 !important;
  color: #000;
  width: 100%;
}
.popup__form  .form__agree a{
     color: #000 !important;
     text-decoration: underline;
}
