@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: Onest;
  font-display: swap;
  src:
    url("../fonts/Onest-Bold.woff2") format("woff2"),
    url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

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

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

.checkbox__input:checked + .checkbox__content::before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-send:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90f";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-book:before {
  content: "\e901";
}

.icon-check:before,
.checkbox__input:checked + .checkbox__content:before {
  content: "\e902";
}

.icon-copy:before {
  content: "\e903";
}

.icon-download:before {
  content: "\e904";
}

.icon-download-alternate:before {
  content: "\e905";
}

.icon-map-pin:before {
  content: "\e906";
}

.icon-message-square:before {
  content: "\e907";
}

.icon-play:before {
  content: "\e908";
}

.icon-quotes:before {
  content: "\e909";
}

.icon-telegram:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "";
  background: url("../img/icons/instagram.svg") center no-repeat;
  width: 63%;
  height: 63%;
  background-size: contain;
}

.icon-vk:before {
  content: "\e90b";
}

.icon-whatsapp:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\e90d";
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #39bc28;
  border-radius: 0.5rem;
}

body {
  font-family: "Onest", sans-serif;
  color: #43525a;
  font-size: 1rem;
  min-width: 320px;
  min-height: 100%;
  line-height: normal;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  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;
}

[class*="__container"] {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  max-width: 113.75rem;
  padding: 0 1rem;
}

[class*="__container"].container-sm {
  max-width: 107.5rem;
}

h1,
.title-xxl {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 700;
}

h2,
.title-xl {
  font-size: 2.25rem;
  line-height: 130%;
  font-weight: 700;
}

h3,
.title-lg {
  font-size: 1.75rem;
  line-height: 130%;
  font-weight: 700;
}

h4,
.title-md {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 700;
}

h5,
.h5,
.title-sm {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 700;
}

h6,
.title-xs {
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 700;
}

.subtitle {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 38em;
  color: #969696;
  text-align: center;
  line-height: 130%;
  font-size: 0.875rem;
}

.text-xl {
  line-height: 150%;
  font-size: 1.125rem;
}

.text-lg {
  line-height: 150%;
}

.text-md {
  line-height: 130%;
  font-size: 0.875rem;
}

.text-sm {
  line-height: 130%;
  font-size: 0.75rem;
}

.text-xs {
  font-size: 0.625rem;
  line-height: 130%;
}

.text-center {
  text-align: center;
}

.font-bold {
  font-weight: 700;
}

.color-accent {
  color: #39bc28;
}

.decor-item {
  position: relative;
}

.decor-item::before {
  content: "";
  position: absolute;
  top: -10%;
  left: calc(100% + 0.55rem);
  width: 0.5833333333em;
  height: 0.8125em;
  background: url("../img/icons/stars.svg") center/contain no-repeat;
}

.decor-b > b {
  position: relative;
  padding-right: 0.29em;
}
.decor-b > b::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -1.55rem;
  width: 0.5833333333em;
  height: 0.8125em;
  background: url("../img/icons/stars.svg") center/contain no-repeat;
}
.color-span > span {
  color: #39bc28;
}
.background-span > span {
  background: #1d262b;
  border-radius: 1rem;
  display: inline-block;
  line-height: 0.83;
}
.mobile-none {
  display: none;
}

.more-link {
  position: relative;
  display: inline-block;
  color: #39bc28;
  line-height: 130%;
  padding: 0.38rem 0 0.5rem;
}

.more-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.copy-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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #39bc28;
  color: #fff;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.time-label {
  border-radius: 6.25rem;
  padding: 0.38rem 0.94rem;
  background: #f2f2f2;
  color: #969696;
  display: block;
}

.back-btn {
  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;
  gap: 1.5rem;
  color: #39bc28;
  line-height: 130%;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.back-btn::before {
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  font-size: 1.25rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #f2f2f2;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

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

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

._loading::after,
form._sending button[type="submit"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: inherit;
  z-index: 2;
}

._loading::before,
form._sending button[type="submit"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 3px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  z-index: 3;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.socials__item {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-color: #39bc28;
  border-radius: 50%;
  font-size: 1.25rem;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.form__field {
  position: relative;
  display: block;
}

.form__input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition:
    border-color 0.3s ease 0s,
    color 0.3s ease 0s;
  -o-transition:
    border-color 0.3s ease 0s,
    color 0.3s ease 0s;
  transition:
    border-color 0.3s ease 0s,
    color 0.3s ease 0s;
  width: 100%;
  border: 1px solid #f8f8f8;
  color: #39bc28;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #b8b8b8;
  padding: 1.075rem 1rem;
  caret-color: #0d77d3;
  font-size: 1rem;
}

.form__input._input {
  padding: 1.3875rem 1rem 0.7625rem;
}

.form__input._input + .form__field-placeholder {
  font-size: 0.75rem;
  top: 0.25rem;
  color: #7a7a7a;
  -webkit-transition:
    top 0.3s ease 0s,
    font-size 0.3s ease 0s;
  -o-transition:
    top 0.3s ease 0s,
    font-size 0.3s ease 0s;
  transition:
    top 0.3s ease 0s,
    font-size 0.3s ease 0s;
}

.form__input:-webkit-autofill + .form__field-placeholder,
.form__input:not(:placeholder-shown) + .form__field-placeholder {
  font-size: 0.75rem;
  top: 0.25rem;
}

.form__input:hover,
.form__input:focus {
  border-color: #39bc28;
}

.form__input::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form__input::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form__input::-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form__input::placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.form__input:disabled {
  background: #ddd;
  border-color: #ddd;
}

.form__input._error {
  background: #fff;
  border-color: #ba2028;
}

.form__input.form__input-rounded {
  border-radius: 1rem;
}

.form__textarea {
  resize: vertical;
  height: 5.9375rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition:
    border-color 0.3s ease 0s,
    color 0.3s ease 0s;
  -o-transition:
    border-color 0.3s ease 0s,
    color 0.3s ease 0s;
  transition:
    border-color 0.3s ease 0s,
    color 0.3s ease 0s;
  width: 100%;
  border: 1px solid #f8f8f8;
  color: #323c42;
  background: #fff;
  border-radius: 0.75rem;
  line-height: 1.625;
  padding: 1rem 1rem;
  caret-color: #232c32;
  font-size: 1rem;
}

.form__textarea._input {
  padding: 1.2625rem 1rem 0.5125rem;
}

.form__textarea:-webkit-autofill + .form__field-placeholder,
.form__textarea:not(:placeholder-shown) + .form__field-placeholder {
  font-size: 0.75rem;
  top: -0.25rem;
  background: #fff;
  color: #646d70;
  border-radius: 0.75rem;
}

.form__textarea:hover,
.form__textarea:focus {
  border-color: #039;
}

.form__textarea::-webkit-input-placeholder {
  color: #89939e;
  opacity: 1;
}

.form__textarea::-moz-placeholder {
  color: #89939e;
  opacity: 1;
}

.form__textarea:-ms-input-placeholder {
  color: #89939e;
  opacity: 1;
}

.form__textarea::-ms-input-placeholder {
  color: #89939e;
  opacity: 1;
}

.form__textarea::placeholder {
  color: #89939e;
  opacity: 1;
}

.form__textarea:disabled {
  background: #dfe0e1;
  border-color: #dfe0e1;
}

.form__textarea._error {
  background: #fff1ed;
  border-color: #fff1ed;
}

.form__field-placeholder {
  position: absolute;
  top: 1.2rem;
  left: 0.3125rem;
  padding: 0 0.75rem;
  color: #b6bbc0;
  display: block;
  -webkit-transition:
    top 0.3s ease 0s,
    font-size 0.3s ease 0s;
  -o-transition:
    top 0.3s ease 0s,
    font-size 0.3s ease 0s;
  transition:
    top 0.3s ease 0s,
    font-size 0.3s ease 0s;
  font-size: 1rem;
  pointer-events: none;
  width: calc(100% - 0.625rem);
}

.form__checkbox,
.form__radio {
  margin-top: 1.5rem;
  display: block;
}

.form__checkbox.form__checkbox-white
  .form__checkbox-input:checked
  + .form__checkbox-content::before {
  background-color: #fff;
  border-color: #fff;
}

.form__checkbox.form__checkbox-white .form__checkbox-content::before {
  border-color: #fff;
  color: #43525a;
}

.form__checkbox-input._error + .form__checkbox-content::before {
  border-color: #ba2028;
  background: #fff1ed;
}

.form__checkbox-input:checked + .form__checkbox-content::before {
  color: #fff;
}

.form__checkbox-input:checked._error + .form__checkbox-content::before {
  background-color: #323c42;
  border-color: #323c42;
}

.form__checkbox-content,
.form__radio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__checkbox-content::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  background: #39bc28;
  color: transparent;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
}

.form__checkbox-text,
.form__radio-text {
  font-size: 0.75rem;
  max-width: 23.9375rem;
  text-align: left;
}

.form__checkbox-text a {
  color: #39bc28;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.icon-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-radio:before {
  content: "";
  background: #39bc28;
  border: 4px solid #39bc28;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
}
.form__radio-input:checked + .icon-radio:before {
  background: #fff;
}
.form__btn {
  margin-top: 1.5rem;
}

.btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-clip: padding-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  gap: 0.63rem;
  border-radius: 6.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 130%;
  padding: 0.85rem 1.45rem;
}

.btn::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1.25rem;
}

.btn.btn-primary {
  border: 1px solid #39bc28;
  background: #39bc28;
  color: #fff;
}

.btn.btn-primary:hover {
  background-color: #43525a;
  border-color: #43525a;
}

.btn.btn-primary:active {
  background-color: #2d373d;
  border-color: #2d373d;
}

.btn.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-secondary:active {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.btn.btn-gray {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #39bc28;
}

.btn.btn-gray:hover {
  background: #39bc28;
  color: #fff;
}

.btn.btn-gray:active {
  background: #15827e;
  color: #fff;
}

.btn:disabled,
.btn[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

.checkbox {
  display: block;
}

.checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}

.checkbox__input:checked + .checkbox__content::before {
  background: #4770ff;
  border-color: #4770ff;
}

.checkbox__content {
  position: relative;
  padding-left: 2rem;
  line-height: 160%;
  font-size: 0.75rem;
  gap: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox__content::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  font-size: 0.5rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: transparent;
  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;
  color: #43525a;
  border: 0.125rem solid #b6bbc0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
}

.checkbox__content a {
  text-decoration: underline;
}

.tabs__header {
  overflow: visible;
}

.tabs__btn {
  line-height: 150%;
  padding: 0.696em 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.504em;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border-bottom: 2px solid #f2f2f2;
  position: relative;
}

.tabs__btn span {
  border-radius: 8.3333333333em;
  padding: 0.5em 0.8333333333em;
  color: #43525a;
  font-size: 0.6em;
  font-weight: 600;
  line-height: 110%;
  background: #f2f2f2;
  text-align: center;
  min-width: 2.9166666667em;
  -webkit-transition:
    background-color 0.3s ease 0s,
    color 0.3s ease 0s;
  -o-transition:
    background-color 0.3s ease 0s,
    color 0.3s ease 0s;
  transition:
    background-color 0.3s ease 0s,
    color 0.3s ease 0s;
}

.tabs__btn::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #39bc28;
  -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;
}

.tabs__btn.active {
  pointer-events: none;
}

.tabs__btn.active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tabs__btn.active span {
  background: #39bc28;
  color: #fff;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tags {
  padding: 3.125rem 0;
}

.tags__items {
  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;
  gap: 0.5rem;
}

.fancybox__container {
  max-width: 100% !important;
  padding: 0 !important;
}

.fancybox__backdrop {
  background: rgba(22, 28, 36, 0.6);
}

.fancybox__content {
  color: inherit;
  background: none;
  padding: 0;
}

.fancybox__content:focus:not(.carousel__button.is-close) {
  outline: none;
}

.popup {
  display: none;
  width: 100%;
  padding: 0;
  background: none;
  max-width: 36.75rem;
}

.popup__body {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 1.5rem;
  color: #43525a;
  padding: 2rem 0.5rem;
}

.popup__title {
  margin-bottom: 2rem;
}

.popup__close {
  position: absolute;
  width: 2rem;
  height: 1.6rem;
  font-size: 1.5rem;
  top: 0.62rem;
  right: 0.62rem;
  background: none;
  border-radius: 50%;
  background: #f2f2f2;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.popup__btn {
  margin-top: 2rem;
  width: 100%;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pt-2r {
  padding-top: 2rem;
}
.pb-2r {
  padding-bottom: 2rem;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.col-6 {
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.col-12 {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.column-2 {
  column-count: 2;
}
.slide-container {
  width: 100%;
  position: relative;
  padding-top: 3rem;
}

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #39bc28;
  cursor: pointer;
}
.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #39bc28;
  cursor: pointer;
}
#ploshad-value {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 7px;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 0.5rem;
  transform: translateX(-50%);
}
.justify-content-between {
  justify-content: space-between;
}
@media (min-width: 469.98px) {
  .mobile-none {
    display: inline;
  }
}

@media (min-width: 575.98px) {
  [class*="__container"] {
    padding: 0 2rem;
  }

  h1,
  .title-xxl {
    font-size: 3rem;
  }

  h2,
  .title-xl {
    font-size: 2rem;
  }

  h3,
  .title-lg {
    font-size: 2rem;
  }

  h4,
  .title-md {
    font-size: 1.75rem;
  }

  h5,
  .h5,
  .title-sm {
    font-size: 1.75rem;
  }

  .checkbox__content {
    gap: 0.75rem;
    font-size: 0.875rem;
  }

  .checkbox__content::before {
    border-radius: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .popup__body {
    padding: 2rem;
  }
}

@media (min-width: 767.98px) {
  body.lock {
    overflow: visible;
  }

  .subtitle {
    font-size: 1rem;
  }

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

  .text-sm {
    font-size: 0.875rem;
  }

  .text-xs {
    font-size: 0.75rem;
  }

  .form__field-placeholder {
    font-size: 0.875rem;
  }

  .form__checkbox-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
  }

  .form__checkbox-content::before {
    border-radius: 0.5rem;
    font-size: 1.25rem;
    width: 2rem;
    height: 2rem;
  }

  .form__checkbox-text {
    font-size: 0.8125rem;
  }
}

@media (min-width: 991.98px) {
  .tabs__btn {
    font-size: 1.125rem;
  }
}

@media (min-width: 1199.98px) {
  h1,
  .title-xxl {
    font-size: 3.5rem;
  }

  h2,
  .title-xl {
    font-size: 2.75rem;
  }

  h3,
  .title-lg {
    font-size: 2.25rem;
  }

  h4,
  .title-md {
    font-size: 2rem;
  }

  h5,
  .h5,
  .title-sm {
    font-size: 1.75rem;
  }

  h6,
  .title-xs {
    font-size: 1.5rem;
  }

  .text-xl {
    font-size: 1.125rem;
  }

  .text-lg {
    font-size: 1.125rem;
  }

  .form__field-placeholder {
    font-size: 1rem;
  }
}

@media (min-width: 1439.98px) {
  h1,
  .title-xxl {
    font-size: 4rem;
  }

  h2,
  .title-xl {
    font-size: 3rem;
  }

  h3,
  .title-lg {
    font-size: 2.5rem;
  }

  h4,
  .title-md {
    font-size: 2.25rem;
  }

  h5,
  .h5,
  .title-sm {
    font-size: 2rem;
  }

  .text-xl {
    font-size: 1.25rem;
  }

  .tabs__btn {
    font-size: 1.25rem;
  }
}

@media (any-hover: hover) {
  ::-webkit-scrollbar-thumb:hover {
    background: #15827e;
  }

  .more-link:hover::before {
    width: 100%;
  }

  .copy-btn:hover {
    background-color: #15827e;
  }

  .back-btn:hover {
    color: #15827e;
  }

  .back-btn:hover::before {
    background: #d9d9d9;
  }

  .socials__item:hover {
    background-color: #43525a;
  }

  .form__checkbox-text a:hover {
    color: #15827e;
  }

  .checkbox__content a:hover {
    text-decoration: none;
  }

  .tabs__btn:hover {
    background: #f2f2f2;
  }

  .tabs__btn:hover span {
    background: #969696;
    color: #fff;
  }

  .popup__close:hover {
    background: #d9d9d9;
  }
}
@media (max-width: 600px) {
  .calculator-row .col-6 {
    width: 100%;
  }
  .calculator-row.form__row {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.responsive-table {
  width: 100%;
  overflow-x: auto; 
}
table {
  width: 100%;
  border-collapse: collapse; 
}
th,
td {
  text-align: left;
  padding: 8px; 
  border-bottom: 1px solid #ddd; 
}
th {
  background-color: #f8f8f8; 
  color: #333; 
}

td span.color-accent {
  font-weight: bold; 
}
td:hover {
  background-color: #f1f1f1; 
}
td:nth-child(2),
td:nth-child(3),
td:nth-child(4) {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  th,
  td {
    padding: 4px; 
    font-size: 14px; 
  }
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;

  margin: 0px auto;
  
  width: 75%;
}
.video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .video-responsive {
    width: 100%;
  }
}
