@charset "UTF-8";
.container {
  width: 100%;
  max-width: 360px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1080px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.container-custom {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 640px) {
  .container-custom {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1080px) {
  .container-custom {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1540px) {
  .container-custom {
    padding-right: 126px;
    padding-left: 126px;
  }
}

body {
  font-family: "PT Root UI", sans-serif;
  letter-spacing: 0;
  color: #939393;
  font-weight: 400;
  font-style: normal;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  scrollbar-width: unset;
  scrollbar-width: thin;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.125);
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.125);
}

@media (max-width: 639.98px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .show-only-mob {
    display: none !important;
  }
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

input {
  color: #2d2d2d;
  font-size: 18px;
  font-size: clamp(14px, 11.1555555556px + 0.4444444444vw, 18px);
  font-weight: 500;
  border-radius: 32px;
  border: 1px solid #fff;
  background: #f4f4f4;
  padding: 18px 23px;
  width: 100%;
}
input:hover, input:focus-visible, input:active {
  outline: none;
}
input::placeholder {
  color: #939393;
}
@media (min-width: 1920px) {
  input {
    font-size: max(18px, 0.9375vw);
  }
}
input.has-error, input.incomplete {
  color: #ff3b30;
  border-color: #ff3b30;
}
input.without-bg {
  background: none;
  border: 1px solid #2d2d2d;
}

@media (max-width: 639.98px) {
  .hide-sm {
    display: none;
  }
}

.hide-overflow {
  overflow: hidden;
}

.hide-overflow__sm {
  overflow: hidden;
}
@media (min-width: 640px) {
  .hide-overflow__sm {
    overflow: initial;
  }
}

.hide-overflow__lg {
  overflow: hidden;
}
@media (min-width: 1080px) {
  .hide-overflow__lg {
    overflow: initial;
  }
}

@keyframes animationImg1 {
  0% {
    transform: translateX(0) translateY(0) rotate(0);
  }
  25% {
    transform: translateY(-0.1rem) translateX(-0.4rem) rotate(-3deg);
  }
  50% {
    transform: translateY(-1.1rem) translateX(-0.7rem) rotate(-5deg);
  }
  75% {
    transform: translateY(-1.5rem) translateX(-0.4rem) rotate(-3deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes animationImg2 {
  0% {
    transform: translateX(0) translateY(0) rotate(0);
  }
  25% {
    transform: translateY(0.5rem) translateX(1rem) rotate(6deg);
  }
  50% {
    transform: translateY(-1.1rem) translateX(0rem) rotate(0);
  }
  75% {
    transform: translateY(-2.1rem) translateX(-0.9rem) rotate(-6deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes animationImg3 {
  0% {
    transform: translateX(0) translateY(0) rotate(0);
  }
  25% {
    transform: translateY(2.2rem) translateX(1.1rem) rotate(12deg);
  }
  50% {
    transform: translateY(-2.9rem) translateX(1rem) rotate(20deg);
  }
  75% {
    transform: translateY(-1.7rem) translateX(1.1rem) rotate(12deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0);
  }
}
@media (min-width: 1080px) {
  @keyframes animationImg1 {
    0% {
      transform: translateX(0) translateY(0) rotate(0);
    }
    25% {
      transform: translateY(1.2rem) translateX(-1.2rem) rotate(-3deg);
    }
    50% {
      transform: translateY(2.2rem) translateX(-1.9rem) rotate(-5deg);
    }
    75% {
      transform: translateY(0.1rem) translateX(-1.2rem) rotate(-3deg);
    }
    100% {
      transform: translateX(0) translateY(0) rotate(0);
    }
  }
  @keyframes animationImg2 {
    0% {
      transform: translateX(0) translateY(0) rotate(0);
    }
    25% {
      transform: translateY(0) translateX(2.1rem) rotate(6deg);
    }
    50% {
      transform: translateY(2.8rem) translateX(-0.2rem) rotate(0);
    }
    75% {
      transform: translateY(5.1rem) translateX(-1.8rem) rotate(-6deg);
    }
    100% {
      transform: translateX(0) translateY(0) rotate(0);
    }
  }
  @keyframes animationImg3 {
    0% {
      transform: translateX(0) translateY(0) rotate(0);
    }
    25% {
      transform: translateY(0) translateX(-2.6rem) rotate(12deg);
    }
    50% {
      transform: translateY(-1rem) translateX(-4.4rem) rotate(20deg);
    }
    75% {
      transform: translateY(-0.3rem) translateX(1rem) rotate(2deg);
    }
    100% {
      transform: translateX(0) translateY(0) rotate(0);
    }
  }
}
@media (max-width: 1539.98px) {
  body:has(.header__menu .header__burger-toogle:checked) {
    overflow: hidden;
  }
  body:has(.header__menu .header__burger-toogle:checked):before {
    content: "";
    opacity: 0.4;
    background: #2d2d2d;
    position: fixed;
    inset: 0;
  }
}
.header {
  padding: 12px 0;
  z-index: 100;
}
.header .header__inner {
  padding: 11px 20px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media (min-width: 640px) {
  .header .header__inner {
    padding: 12px 13px 12px 24px;
  }
}
@media (min-width: 1080px) {
  .header .header__inner {
    padding: 8px 8px 8px 24px;
    border-radius: 80px;
  }
}
.header .header__logo {
  width: 130px;
  order: 1;
}
@media (min-width: 640px) {
  .header .header__logo {
    width: 140px;
    width: clamp(140px, 61.7777777778px + 12.2222222222vw, 250px);
    margin-right: auto;
  }
}
@media (min-width: 1540px) {
  .header .header__logo {
    order: 0;
    margin-right: 0;
  }
}
@media (min-width: 1920px) {
  .header .header__logo {
    width: max(250px, 13.0208333333vw);
  }
}
.header .header__logo img, .header .header__logo picture, .header .header__logo svg {
  width: 100%;
  height: auto;
}
.header .header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  order: 5;
}
@media (min-width: 640px) {
  .header .header__actions {
    gap: 24px;
  }
}
.header .header__socials {
  display: none;
  gap: 12px;
  gap: clamp(6px, -0.8694096601px + 1.0733452594vw, 12px);
}
@media (min-width: 640px) {
  .header .header__socials {
    display: flex;
  }
}
.header .header__socials .header__socials-item {
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__socials .header__socials-item:hover .icon {
  color: #e66500;
}
.header .header__socials .header__socials-item .icon {
  width: 20px;
  width: clamp(20px, 15.4203935599px + 0.7155635063vw, 24px);
  height: auto;
  color: #ff7000;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (min-width: 1920px) {
  .header .header__socials .header__socials-item .icon {
    width: max(24px, 1.25vw);
  }
}
@media (min-width: 1540px) {
  .header .header__socials .header__socials-item .icon {
    display: block;
  }
}
.header .header__socials .header__socials-item .icon.icon_m {
  display: block;
}
@media (min-width: 1540px) {
  .header .header__socials .header__socials-item .icon.icon_m {
    display: none;
  }
}
.header .header__socials-mobile {
  display: flex;
  margin-top: 8px;
  gap: 6px;
}
@media (min-width: 640px) {
  .header .header__socials-mobile {
    display: none;
  }
}
.header .header__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7000;
  font-family: "PT Root UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header .header__phone:hover {
  color: #e66500;
}
@media (min-width: 640px) {
  .header .header__phone {
    color: #fff;
    background: #ff7000;
    padding: 12px 24px;
    border-radius: 20px;
  }
  .header .header__phone:hover {
    background: #e66500;
    color: #fff;
  }
}
@media (min-width: 1920px) {
  .header .header__phone {
    font-size: max(14px, 0.7291666667vw);
  }
}
.header .header__phone .btn_icon {
  width: 22px;
  height: 22px;
}
@media (min-width: 640px) {
  .header .header__phone .btn_icon {
    display: none;
  }
}
.header .header__phone .btn-text {
  display: none;
}
@media (min-width: 640px) {
  .header .header__phone .btn-text {
    display: block;
  }
}
.header .header-bottom__phone {
  display: none;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1080px) {
  .header .header-bottom__phone {
    display: flex;
  }
}
@media (min-width: 1920px) {
  .header .header-bottom__phone {
    font-size: max(14px, 0.7291666667vw);
  }
}
.header .header-bottom__phone:hover {
  color: #e66500;
}
.header .header-bottom__modal {
  background: #ff7000;
  color: #fff;
  font-size: 14px;
  font-size: clamp(13px, 12.737704918px + 0.0819672131vw, 14px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 24px;
  border-radius: 36px;
  border: none;
  order: 2;
  min-height: 32px;
}
@media (min-width: 640px) {
  .header .header-bottom__modal {
    height: 44px;
  }
}
@media (min-width: 1080px) {
  .header .header-bottom__modal {
    height: 58px;
  }
}
@media (min-width: 1920px) {
  .header .header-bottom__modal {
    font-size: max(14px, 0.7291666667vw);
    transition: all 0.3s ease-in-out;
  }
}
.header .header-bottom__modal:hover {
  background: #e66500;
}

.header__bottom {
  position: fixed;
  bottom: 16px;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header__bottom .header__inner {
  border: 1px solid #e0e0e0;
  padding: 8px 24px;
}
.header__bottom .header__actions {
  display: none !important;
}
@media (min-width: 640px) {
  .header__bottom .header__actions {
    display: flex !important;
  }
}

.header__menu {
  order: 0;
}
@media (min-width: 1540px) {
  .header__menu {
    order: 1;
  }
}
.header__menu .button-burger-container {
  display: flex;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 1540px) {
  .header__menu .button-burger-container {
    display: none;
  }
}
.header__menu .button-burger-container .burger-line,
.header__menu .button-burger-container .burger-line::before,
.header__menu .button-burger-container .burger-line::after {
  display: block;
  background-color: #2d2d2d;
  position: absolute;
  height: 2px;
  width: 18px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 0;
}
.header__menu .button-burger-container .burger-line {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 18px;
}
.header__menu .button-burger-container .burger-line::before {
  content: "";
  margin-top: -4px;
}
.header__menu .button-burger-container .burger-line::after {
  content: "";
  margin-top: 4px;
}
.header__menu .header__burger-toogle {
  display: none;
}
.header__menu .header__burger-toogle:checked + .button-burger-container .burger-line::before {
  margin-top: 0;
  transform: rotate(405deg);
}
.header__menu .header__burger-toogle:checked + .button-burger-container .burger-line {
  background: transparent;
}
.header__menu .header__burger-toogle:checked + .button-burger-container .burger-line::after {
  margin-top: 0;
  transform: rotate(-405deg);
}
@media (max-width: 1539.98px) {
  .header__menu .header__burger-toogle:checked ~ .header__menu-items {
    transform: translate(0, 80px);
  }
}
@media (max-width: 639.98px) {
  .header__menu .header__burger-toogle:checked ~ .header__menu-items {
    transform: translate(0, 64px);
  }
}
@media (max-width: 1539.98px) {
  .header__menu .header__burger-toogle:checked ~ .header__menu-items__bottom {
    transform: translate(0, -100px);
  }
}
@media (max-width: 639.98px) {
  .header__menu .header__burger-toogle:checked ~ .header__menu-items__bottom {
    transform: translate(0, -100px);
  }
}
.header__menu .header__menu-items {
  display: flex;
  column-gap: 48px;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1539.98px) {
  .header__menu .header__menu-items {
    position: fixed;
    left: 80px;
    right: 80px;
    top: 0;
    z-index: 0;
    flex-direction: column;
    row-gap: 20px;
    justify-content: start;
    align-items: start;
    background: #fff;
    border-radius: 24px;
    width: calc(100% - 160px);
    transform: translate(0, 200vh);
    transition: transform 0.5s ease;
    padding: 30px;
  }
}
@media (max-width: 1079.98px) {
  .header__menu .header__menu-items {
    left: 40px;
    right: 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 639.98px) {
  .header__menu .header__menu-items {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    padding: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 1539.98px) {
  .header__menu .header__menu-items.header__menu-items__bottom {
    top: auto;
    bottom: 0;
  }
}
.header__menu .header__menu-items .header__menu-item {
  color: #2d2d2d;
  font-family: "PT Root UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header__menu .header__menu-items .header__menu-item.active {
  color: #e66500;
}
.header__menu .header__menu-items .header__menu-item:hover {
  color: #e66500;
}
@media (min-width: 1920px) {
  .header__menu .header__menu-items .header__menu-item {
    font-size: max(16px, 0.8333333333vw);
  }
}

a {
  text-decoration: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 8px;
  padding: clamp(4px, 1.1555555556px + 0.4444444444vw, 8px) clamp(4px, 1.1555555556px + 0.4444444444vw, 8px);
  font-family: "PT Root UI", sans-serif;
  font-size: 14px;
  font-size: clamp(12px, 10.5777777778px + 0.2222222222vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 1920px) {
  .btn {
    font-size: max(14px, 0.7291666667vw);
  }
}
.btn.br-0 {
  border-radius: 0;
}
.btn .btn__text {
  text-align: start;
}
.btn .btn__text__up-sm {
  display: none;
}
@media (min-width: 640px) {
  .btn .btn__text__up-sm {
    display: block;
  }
}
@media (min-width: 640px) {
  .btn .btn__text__sm {
    display: none;
  }
}
.btn .btn__icon {
  width: 42px;
  height: 42px;
  padding: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.btn .btn__icon svg {
  transition: all 0.3s ease-in-out;
}

.btn-orange {
  background: #ff7000;
  border-radius: 48px;
  color: #fff;
  text-transform: uppercase;
}
.btn-orange .btn__text {
  white-space: nowrap;
}
.btn-orange .btn__icon {
  background: #fff;
  color: #ff7000;
}
.btn-orange:hover, .btn-orange:focus-visible {
  background: #e66500;
}
.btn-orange:hover .btn__icon svg, .btn-orange:focus-visible .btn__icon svg {
  transform: rotate(-45deg);
}
.btn-orange:active {
  background: #cc5a00;
}
.btn-orange:active .btn__icon svg {
  transform: rotate(-45deg);
}
.btn-orange.with-icon {
  padding-left: 26px;
  justify-content: space-between;
  gap: 20px;
}

.btn-white {
  background: #fff;
  border-radius: 36px;
  color: #ff7000;
  text-transform: uppercase;
}
.btn-white .btn__icon {
  background: #ff7000;
  color: #fff;
}
.btn-white:hover, .btn-white:focus-visible {
  color: #e66500;
}
.btn-white:hover .btn__icon, .btn-white:focus-visible .btn__icon {
  background-color: #e66500;
}
.btn-white:hover .btn__icon svg, .btn-white:focus-visible .btn__icon svg {
  transform: rotate(-45deg);
}
.btn-white:active {
  color: #cc5a00;
  background-color: #cc5a00;
}
.btn-white:active .btn__icon svg {
  transform: rotate(-45deg);
}
.btn-white.with-icon {
  padding-left: 26px;
  justify-content: space-between;
  gap: 20px;
}

.btn-link {
  padding: 0;
  color: #2d2d2d;
  justify-content: start;
  text-align: start;
}
.btn-link:hover, .btn-link:focus-visible, .btn-link:active {
  color: #000;
}
.btn-link.light {
  color: #fff;
}

.btn-link-alt {
  justify-content: start;
  text-align: start;
  padding: 0;
  color: #ff7000;
}
.btn-link-alt:hover, .btn-link-alt:focus-visible, .btn-link-alt:active {
  color: #e66500;
}
.btn-link-alt.light {
  color: #fff;
}

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

.btn-icon {
  width: 42px;
  height: 42px;
  padding: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.section {
  padding: 32px 0;
}
@media (min-width: 640px) {
  .section {
    padding: 40px 0;
  }
}
@media (min-width: 1199px) {
  .section {
    padding: 80px 0;
  }
}

.section--white {
  background: #fff;
}

.section__title {
  font-size: 32px;
  font-size: clamp(24px, 16px + 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.48px;
  letter-spacing: clamp(-0.92px, -0.26px + -0.034375vw, -0.48px);
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 24px;
}
.section__title.section__title-white {
  color: #fff;
}
@media (min-width: 640px) {
  .section__title {
    font-size: 46px;
    font-size: clamp(32px, 25px + 1.09375vw, 46px);
    letter-spacing: -0.64px;
    letter-spacing: clamp(-0.64px, -0.4px + -0.0125vw, -0.48px);
    margin-bottom: 32px;
  }
}
@media (min-width: 1920px) {
  .section__title {
    font-size: max(46px, 2.3958333333vw);
    letter-spacing: -0.92px;
    letter-spacing: min(-0.92px, -0.0479166667vw);
  }
}

.hero {
  padding: 20px 0;
  overflow: hidden;
}
@media (min-width: 640px) {
  .hero {
    padding: 40px 0;
  }
}
@media (min-width: 1199px) {
  .hero {
    padding: 48px 0 80px;
    overflow: initial;
  }
}
.hero .hero__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "images" "subtitle" "bottom";
  row-gap: 16px;
  column-gap: 20px;
  position: relative;
}
@media (min-width: 640px) {
  .hero .hero__content {
    row-gap: 20px;
    row-gap: clamp(20px, -52.5px + 11.328125vw, 165px);
  }
}
@media (min-width: 1080px) {
  .hero .hero__content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text images" "bottom bottom";
    align-content: space-between;
  }
}
@media (min-width: 1540px) {
  .hero .hero__content {
    grid-template-columns: 4fr 1fr;
  }
}
@media (min-width: 1920px) {
  .hero .hero__content {
    row-gap: max(165px, 8.59375vw);
  }
}
.hero .hero__text {
  display: contents;
}
@media (min-width: 1080px) {
  .hero .hero__text {
    grid-area: text;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.hero .hero__title {
  grid-area: title;
  color: #2d2d2d;
  font-size: 48px;
  font-size: clamp(32px, 16px + 5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.96px;
  letter-spacing: clamp(-1.44px, -0.48px + -0.15vw, -0.96px);
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .hero .hero__title {
    font-size: 76px;
    font-size: clamp(48px, 34px + 2.1875vw, 76px);
    letter-spacing: -2.28px;
    letter-spacing: clamp(-2.28px, -1.02px + -0.065625vw, -1.44px);
  }
}
@media (min-width: 1920px) {
  .hero .hero__title {
    font-size: clamp(76px, 3.9583333333vw, 90px);
    letter-spacing: -2.28px;
    letter-spacing: min(-2.28px, -0.11875vw);
  }
}
.hero .hero__subtitle {
  grid-area: subtitle;
  color: #939393;
  /* Desktop/Heading/H3 */
  font-size: 24px;
  font-size: clamp(18px, 12px + 1.875vw, 24px);
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.24px;
  letter-spacing: clamp(-0.24px, -0.1642622951px + -0.0049180328vw, -0.18px);
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .hero .hero__subtitle {
    font-size: 24px;
    font-size: clamp(18px, 15px + 0.46875vw, 24px);
  }
}
@media (min-width: 1540px) {
  .hero .hero__subtitle {
    max-width: 70%;
  }
}
@media (min-width: 1920px) {
  .hero .hero__subtitle {
    font-size: max(24px, 1.25vw);
  }
}
.hero .hero__bottom {
  grid-area: bottom;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 16px;
}
@media (min-width: 640px) {
  .hero .hero__bottom {
    flex-wrap: nowrap;
  }
}
.hero .hero__bottom .btn-orange {
  order: 5;
}
@media (min-width: 1199px) {
  .hero .hero__bottom .btn-orange {
    min-width: 364px;
  }
}
.hero .hero__tags {
  order: 1;
  display: flex;
  row-gap: 4px;
  column-gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .hero .hero__tags {
    order: 10;
    row-gap: 8px;
  }
}
.hero .hero__tag {
  background: #fff;
  border-radius: 24px;
  padding: 12px 16px;
  font-size: 16px;
  font-size: clamp(14px, 12.5777777778px + 0.2222222222vw, 16px);
  font-weight: 500;
  color: #939393;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 1920px) {
  .hero .hero__tag {
    font-size: max(16px, 0.8333333333vw);
  }
}
.hero .hero__images {
  grid-area: images;
  position: relative;
  pointer-events: none;
  z-index: -1;
  min-height: 300px;
  min-height: clamp(280px, 260px + 6.25vw, 300px);
}
@media (min-width: 640px) {
  .hero .hero__images {
    min-height: 380px;
    min-height: clamp(300px, 183.6363636364px + 18.1818181818vw, 380px);
  }
}
@media (min-width: 1080px) {
  .hero .hero__images {
    min-height: auto;
  }
}
.hero .hero__img {
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: contain;
  pointer-events: none;
  transform-origin: center;
}
.hero .hero__img img {
  width: 100%;
  height: auto;
}
.hero .hero__img-1 {
  width: 146px;
  width: clamp(120px, 94px + 8.125vw, 146px);
  z-index: 4;
  transform: translate(-50%, -50%);
}
@media (min-width: 640px) {
  .hero .hero__img-1 {
    z-index: 1;
    width: 264px;
    width: clamp(146px, -25.6363636364px + 26.8181818182vw, 264px);
    left: 0;
    top: 0;
    transform: translate(25%, 0%) rotate(-15.78deg);
  }
}
@media (min-width: 1080px) {
  .hero .hero__img-1 {
    transform: translate(-200%, 15%) rotate(-15.78deg);
    right: 0;
    left: auto;
    width: 264px;
    width: clamp(146px, -5.7142857143px + 14.0476190476vw, 264px);
  }
}
@media (min-width: 1920px) {
  .hero .hero__img-1 {
    width: max(264px, 13.75vw);
  }
}
.hero .hero__img-1 img {
  animation: animationImg3 6s linear infinite;
}
.hero .hero__img-2 {
  width: 213px;
  width: clamp(175px, 137px + 11.875vw, 213px);
  z-index: 5;
  transform: translate(-100%, 0) rotate(-12deg);
  top: 0;
}
@media (min-width: 640px) {
  .hero .hero__img-2 {
    width: 385px;
    width: clamp(213px, -37.1818181818px + 39.0909090909vw, 385px);
    transform: translate(-50%, -50%);
    z-index: 2;
    left: 50%;
    top: 50%;
  }
}
@media (min-width: 1080px) {
  .hero .hero__img-2 {
    transform: translate(-60%, 5%);
    right: 0;
    left: auto;
    top: 0;
    width: 385px;
    width: clamp(213px, -8.1428571429px + 20.4761904762vw, 385px);
  }
}
@media (min-width: 1920px) {
  .hero .hero__img-2 {
    width: max(385px, 20.0520833333vw);
  }
}
.hero .hero__img-2 img {
  animation: animationImg2 6s linear infinite;
}
.hero .hero__img-3 {
  width: 351px;
  width: clamp(160px, 126px + 10.625vw, 194px);
  transform: translate(0, 0);
  bottom: 0;
  top: auto;
  z-index: 3;
}
@media (min-width: 640px) {
  .hero .hero__img-3 {
    width: 351px;
    width: clamp(194px, -34.3636363636px + 35.6818181818vw, 351px);
    transform: translate(-25%, -50%);
    right: 0;
    left: auto;
    top: 50%;
  }
}
@media (min-width: 1080px) {
  .hero .hero__img-3 {
    transform: translate(0, 0);
    top: 0;
    width: 351px;
    width: clamp(194px, -7.8571428571px + 18.6904761905vw, 351px);
  }
}
@media (min-width: 1920px) {
  .hero .hero__img-3 {
    width: max(351px, 18.28125vw);
  }
}
.hero .hero__img-3 img {
  animation: animationImg1 6s linear infinite;
}

.section--why .why__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}
@media (min-width: 640px) {
  .section--why .why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1199px) {
  .section--why .why__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
    column-gap: 32px;
  }
}
.section--why .card {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
}
@media (min-width: 640px) {
  .section--why .card {
    gap: 12px;
    padding: 24px;
  }
}
@media (min-width: 1199px) {
  .section--why .card {
    gap: 16px;
    padding: 32px 40px;
  }
}
.section--why .card:after {
  content: "";
  width: 44px;
  height: 7px;
  border-radius: 12px;
  background: #ff7000;
  justify-self: end;
}
.section--why .card .card__num {
  padding: 4px 16px;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: clamp(12px, 11.4754098361px + 0.1639344262vw, 14px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #939393;
  background: #f4f4f4;
  border-radius: 6px;
}
@media (min-width: 1920px) {
  .section--why .card .card__num {
    font-size: max(14px, 0.7291666667vw);
  }
}
.section--why .card .card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #2d2d2d;
}
@media (min-width: 640px) {
  .section--why .card .card__title {
    font-size: 24px;
    font-size: clamp(20px, 17.1555555556px + 0.4444444444vw, 24px);
    letter-spacing: -0.24px;
    letter-spacing: clamp(-0.24px, -0.1715555556px + -0.0044444444vw, -0.2px);
  }
}
@media (min-width: 1920px) {
  .section--why .card .card__title {
    font-size: max(24px, 1.25vw);
    letter-spacing: min(-0.24px, -0.0125vw);
  }
}
.section--why .card .card__desc {
  font-size: 16px;
  font-size: clamp(14px, 12px + 0.625vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  color: #939393;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 640px) {
  .section--why .card .card__desc {
    font-size: 18px;
    font-size: clamp(16px, 14.5777777778px + 0.2222222222vw, 18px);
    line-height: 1.4;
  }
}
@media (min-width: 1920px) {
  .section--why .card .card__desc {
    font-size: max(18px, 0.9375vw);
  }
}

.contact-banner {
  background: #ff7000;
  border-radius: 16px;
  color: #fff;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media (min-width: 640px) {
  .contact-banner {
    border-radius: 20px;
    border-radius: clamp(20px, 17.1555555556px + 0.4444444444vw, 24px);
    padding: 40px;
  }
}
@media (min-width: 1080px) {
  .contact-banner {
    padding: 80px 128px;
    padding: 80px clamp(40px, -4px + 6.875vw, 128px);
  }
}
.contact-banner .section__title {
  z-index: 2;
}
.contact-banner .contact-banner__form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  align-items: center;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1080px) {
  .contact-banner .contact-banner__form {
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
  }
}
.contact-banner .contact-banner__form .btn {
  margin-top: 4px;
}
@media (min-width: 640px) {
  .contact-banner .contact-banner__form .btn {
    margin-top: 8px;
  }
}
@media (min-width: 1080px) {
  .contact-banner .contact-banner__form .btn {
    margin-top: 0;
  }
}
.contact-banner .contact-banner__images {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.contact-banner .contact-banner__img {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  transform-origin: center;
}
.contact-banner .contact-banner__img img {
  width: 100%;
  height: auto;
}
.contact-banner .contact-banner__img-1 {
  right: 0;
  bottom: 50%;
  width: 93px;
  width: clamp(93px, -14px + 33.4375vw, 200px);
  transform: translate(25%, 40%) rotate(15deg);
}
@media (min-width: 1080px) {
  .contact-banner .contact-banner__img-1 {
    right: 0;
    bottom: 0;
    width: 251px;
    width: clamp(200px, 163.7333333333px + 5.6666666667vw, 251px);
    transform: translateX(-140%) rotate(-14deg);
  }
}
@media (min-width: 1920px) {
  .contact-banner .contact-banner__img-1 {
    width: clamp(251px, 13.0729166667vw, 290px);
  }
}
.contact-banner .contact-banner__img-1 img {
  animation: animationImg1 6s linear infinite;
}
.contact-banner .contact-banner__img-2 {
  display: none;
  right: 0;
  bottom: 0;
  width: 242px;
  width: clamp(190px, 153.0222222222px + 5.7777777778vw, 242px);
  transform: translateX(-50%) rotate(14deg);
}
@media (min-width: 1080px) {
  .contact-banner .contact-banner__img-2 {
    display: block;
    width: 242px;
    width: clamp(190px, 153.0222222222px + 5.7777777778vw, 242px);
  }
}
@media (min-width: 1920px) {
  .contact-banner .contact-banner__img-2 {
    width: clamp(242px, 12.6041666667vw, 280px);
  }
}
.contact-banner .contact-banner__img-2 img {
  animation: animationImg2 6s linear infinite;
}

.section-partners .partners__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .section-partners .partners__header {
    margin-bottom: 32px;
  }
}
.section-partners .partners__title {
  margin-bottom: 0;
}
.section-partners .partners__desc {
  flex: 1;
  font-size: 18px;
  font-size: clamp(16px, 14.5777777778px + 0.2222222222vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  color: #939393;
  text-align: right;
  display: none;
}
@media (min-width: 1080px) {
  .section-partners .partners__desc {
    display: block;
  }
}
@media (min-width: 1920px) {
  .section-partners .partners__desc {
    font-size: max(18px, 0.9375vw);
  }
}
.section-partners .partners__card {
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  height: 0;
  overflow: hidden;
  padding-top: 50.2814258912%;
  background: transparent;
  position: relative;
  max-height: unset;
  max-width: unset;
}
.section-partners .partners__card img, .section-partners .partners__card picture, .section-partners .partners__card svg, .section-partners .partners__card video {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: unset;
  max-width: unset;
  object-position: center;
}
@media (min-width: 1080px) {
  .section-partners .partners__card {
    border-radius: 24px;
  }
}
.section-partners .partners__card .partners__img {
  transition: transform 0.3s ease-in-out;
}
.section-partners .partners__card .partners__img:hover {
  transform: scale(1.05);
}
.section-partners .partners__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 32px;
}
@media (min-width: 640px) {
  .section-partners .partners__grid {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .section-partners .partners__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1080px) {
  .section-partners .partners__grid {
    gap: 32px;
  }
}
@media (min-width: 1920px) {
  .section-partners .partners__grid {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
}

.catalog-banner {
  background: #ff7000;
  color: #fff;
  position: relative;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 640px) {
  .catalog-banner {
    border-radius: 20px;
    border-radius: clamp(20px, 17.1555555556px + 0.4444444444vw, 24px);
    padding: 60px 40px;
    align-items: start;
    gap: 32px;
  }
}
@media (min-width: 1080px) {
  .catalog-banner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 128px 128px;
    padding: 128px clamp(40px, -4px + 6.875vw, 128px);
  }
}
.catalog-banner .section__title {
  z-index: 2;
  margin-bottom: 0;
}
.catalog-banner .btn {
  z-index: 2;
}
.catalog-banner .catalog-banner__images {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.catalog-banner .catalog-banner__images .catalog-banner__img {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  transform-origin: center;
  right: 0;
  bottom: 50%;
  width: 400px;
  width: clamp(400px, 332px + 21.25vw, 468px);
  transform: translate(0%, 50%) rotate(-24.53deg);
}
@media (min-width: 640px) {
  .catalog-banner .catalog-banner__images .catalog-banner__img {
    width: 857px;
    width: clamp(468px, 191.3777777778px + 43.2222222222vw, 857px);
    transform: translate(0%, 50%) rotate(-24.53deg);
  }
}
@media (min-width: 1920px) {
  .catalog-banner .catalog-banner__images .catalog-banner__img {
    width: clamp(500px, 44.6354166667vw, 857px);
  }
}
.catalog-banner .catalog-banner__images .catalog-banner__img img {
  width: 100%;
  height: auto;
  animation: animationImg1 6s linear infinite;
}

.consultation {
  background: #ff7000;
  border-radius: 16px;
  color: #fff;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 640px) {
  .consultation {
    border-radius: 20px;
    border-radius: clamp(20px, 17.1555555556px + 0.4444444444vw, 24px);
    padding: 40px;
    gap: 40px;
  }
}
@media (min-width: 1080px) {
  .consultation {
    padding: 64px 64px;
    padding: 64px clamp(40px, 28px + 1.875vw, 64px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.consultation .consultation__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.consultation .consultation__badge {
  background: #fff;
  border-radius: 6px;
  padding: 6px 8px 4px;
  font-size: 14px;
  font-size: clamp(12px, 11.4754098361px + 0.1639344262vw, 14px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff7000;
  margin-bottom: 16px;
  width: max-content;
}
@media (min-width: 1920px) {
  .consultation .consultation__badge {
    font-size: max(14px, 0.7291666667vw);
  }
}
.consultation .consultation__title {
  margin-bottom: 12px;
}
.consultation .consultation__subtitle {
  font-size: 24px;
  font-size: clamp(18px, 16.4262295082px + 0.4918032787vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.24px;
  letter-spacing: clamp(-0.24px, -0.1642622951px + -0.0049180328vw, -0.18px);
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .consultation .consultation__subtitle {
    font-size: max(24px, 1.25vw);
    letter-spacing: min(-0.24px, -0.0125vw);
  }
}
.consultation .consultation__text {
  font-size: 20px;
  font-size: clamp(15px, 13.6885245902px + 0.4098360656vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.consultation .consultation__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.consultation .consultation__tag {
  background: #e66500;
  border-radius: 32px;
  padding: 6px 12px 8px;
  font-size: 18px;
  font-size: clamp(14px, 12.9508196721px + 0.3278688525vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .consultation .consultation__tag {
    padding: 6px 16px 8px;
  }
}
@media (min-width: 1920px) {
  .consultation .consultation__tag {
    font-size: max(18px, 0.9375vw);
  }
}
.consultation .consultation__images {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.consultation .consultation__img {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
  transform-origin: center;
  left: 50%;
  top: 50%;
  width: 300px;
  width: clamp(180px, 60px + 37.5vw, 300px);
  transform: translate(-5%, -100%) rotate(10deg);
}
@media (min-width: 1080px) {
  .consultation .consultation__img {
    transform: translate(-50%, -60%) rotate(10deg);
    width: 360px;
    width: clamp(300px, 257.3333333333px + 6.6666666667vw, 360px);
  }
}
@media (min-width: 1920px) {
  .consultation .consultation__img {
    width: clamp(360px, 18.75vw, 400px);
  }
}
.consultation .consultation__img img {
  width: 100%;
  height: auto;
  animation: animationImg2 6s linear infinite;
}
.consultation .consultation__form {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 640px) {
  .consultation .consultation__form {
    border-radius: 20px;
    padding: 40px;
  }
}
@media (min-width: 1080px) {
  .consultation .consultation__form {
    border-radius: 24px;
    gap: 64px;
    padding: 32px 40px;
  }
}
.consultation .consultation__form-title {
  font-size: 24px;
  font-size: clamp(18px, 16.4262295082px + 0.4918032787vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.24px;
  letter-spacing: clamp(-0.24px, -0.1642622951px + -0.0049180328vw, -0.18px);
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 16px;
}
@media (min-width: 1080px) {
  .consultation .consultation__form-title {
    gap: 32px;
  }
}
@media (min-width: 1920px) {
  .consultation .consultation__form-title {
    font-size: max(24px, 1.25vw);
    letter-spacing: min(-0.24px, -0.0125vw);
  }
}
.consultation .consultation__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.consultation .consultation__form-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1540px) {
  .consultation .consultation__form-footer {
    flex-direction: row;
    gap: 32px;
    align-items: end;
  }
}
.consultation .consultation__privacy {
  font-size: 16px;
  font-size: clamp(14px, 13.4754098361px + 0.1639344262vw, 16px);
  font-weight: 500;
  color: #939393;
  order: 5;
}
@media (min-width: 1540px) {
  .consultation .consultation__privacy {
    order: initial;
  }
}
.consultation .consultation__privacy a {
  text-decoration: underline;
  color: #939393;
}

.section-calculator {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 640px) {
  .section-calculator {
    gap: 40px;
  }
}
@media (min-width: 1080px) {
  .section-calculator {
    gap: 48px;
  }
}
.section-calculator .section__title {
  margin-bottom: 0;
}
.section-calculator .calculator__tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 480px) {
  .section-calculator .calculator__tabs {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1080px) {
  .section-calculator .calculator__tabs {
    justify-content: start;
  }
}
.section-calculator .calculator__tab-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (min-width: 480px) {
  .section-calculator .calculator__tab-group {
    display: flex;
    width: auto;
  }
}
.section-calculator .calculator__tab {
  height: 44px;
  padding: 12px 24px;
  font-size: 14px;
  font-size: clamp(12px, 11.4754098361px + 0.1639344262vw, 14px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  background: #e0e0e0;
  color: #2d2d2d;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1080px) {
  .section-calculator .calculator__tab {
    height: 56px;
  }
}
@media (min-width: 1920px) {
  .section-calculator .calculator__tab {
    font-size: max(14px, 0.7291666667vw);
  }
}
.section-calculator .calculator__tab.tab--active {
  background: #ff7000;
  color: #fff;
}
.section-calculator .calculator__tab--currency {
  padding: 4px 18px;
  font-size: 14px;
  font-size: clamp(12px, 11.4754098361px + 0.1639344262vw, 14px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 44px;
  border-radius: 30px;
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1080px) {
  .section-calculator .calculator__tab--currency {
    padding: 4px 18px;
    height: 56px;
  }
}
@media (min-width: 1920px) {
  .section-calculator .calculator__tab--currency {
    font-size: max(14px, 0.7291666667vw);
  }
}
.section-calculator .calculator__tab--currency:first-child {
  padding-left: 22px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.section-calculator .calculator__tab--currency:last-child {
  padding-right: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.section-calculator .calculator__tab--currency.tab--active {
  background: #2d2d2d;
  color: #fff;
}
.section-calculator .calculator__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1080px) {
  .section-calculator .calculator__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-calculator .slider {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.section-calculator .slider__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-calculator .slider__label {
  font-size: 20px;
  font-size: clamp(16px, 14.9508196721px + 0.3278688525vw, 20px);
  font-weight: 500;
  letter-spacing: -0.2px;
  letter-spacing: clamp(-0.2px, -0.1495081967px + -0.0032786885vw, -0.16px);
  text-transform: uppercase;
  color: #939393;
}
@media (min-width: 1920px) {
  .section-calculator .slider__label {
    font-size: max(20px, 1.0416666667vw);
    letter-spacing: min(-0.2px, -0.0104166667vw);
  }
}
.section-calculator .slider__value {
  font-size: 40px;
  font-size: clamp(26px, 22.3278688525px + 1.1475409836vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #2d2d2d;
}
@media (min-width: 1920px) {
  .section-calculator .slider__value {
    font-size: max(40px, 2.0833333333vw);
  }
}
.section-calculator .slider__track {
  position: relative;
  padding: 10px 0;
}
.section-calculator .slider__input {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: linear-gradient(to right, #2d2d2d 0%, #2d2d2d 50%, #e0e0e0 50%, #e0e0e0 100%);
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
}
.section-calculator .slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #2d2d2d;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: -1px;
}
.section-calculator .slider__input::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  background: #ff7000;
}
.section-calculator .slider__input::-moz-range-thumb {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #2d2d2d;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
}
.section-calculator .slider__input::-moz-range-thumb:hover {
  transform: scale(1.2);
  background: #ff7000;
}
.section-calculator .slider__input::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: transparent;
}
.section-calculator .slider__range {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-size: clamp(14px, 12.9508196721px + 0.3278688525vw, 18px);
  font-weight: 500;
  color: #2d2d2d;
}
.section-calculator .calculator__result {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.section-calculator .calculator__result-label {
  font-size: 20px;
  font-size: clamp(16px, 14.9508196721px + 0.3278688525vw, 20px);
  font-weight: 500;
  letter-spacing: -0.2px;
  letter-spacing: clamp(-0.2px, -0.1495081967px + -0.0032786885vw, -0.16px);
  text-transform: uppercase;
  color: #939393;
}
@media (min-width: 1920px) {
  .section-calculator .calculator__result-label {
    font-size: max(20px, 1.0416666667vw);
    letter-spacing: min(-0.2px, -0.0104166667vw);
  }
}
.section-calculator .calculator__result-value {
  font-size: 40px;
  font-size: clamp(26px, 22.3278688525px + 1.1475409836vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #e66500;
}
@media (min-width: 1920px) {
  .section-calculator .calculator__result-value {
    font-size: max(40px, 2.0833333333vw);
  }
}
.section-calculator .calculator__note {
  font-size: 16px;
  font-size: clamp(14px, 13.4754098361px + 0.1639344262vw, 16px);
  font-weight: 500;
  color: #434343;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .section-calculator .calculator__note {
    font-size: max(14px, 0.7291666667vw);
  }
}

.section-how {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "tabs" "text" "content" "btn";
  gap: 20px;
}
@media (min-width: 1080px) {
  .section-how {
    grid-template-columns: 2fr 3fr;
    grid-template-areas: "tabs content" "text content" "btn content";
    grid-template-rows: auto 1fr auto;
    gap: 32px;
  }
}
@media (min-width: 1540px) {
  .section-how {
    grid-template-columns: 1fr 1fr;
  }
}
.section-how .how__tabs {
  grid-area: tabs;
  display: flex;
}
.section-how .how__tabs .how__tab {
  padding: 18px;
  font-size: 14px;
  font-size: clamp(12px, 11.4754098361px + 0.1639344262vw, 14px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1920px) {
  .section-how .how__tabs .how__tab {
    font-size: max(14px, 0.7291666667vw);
  }
}
.section-how .how__tabs .how__tab:first-child {
  padding-left: 22px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.section-how .how__tabs .how__tab:last-child {
  padding-right: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.section-how .how__tabs .how__tab.how__tab--active {
  background: #2d2d2d;
  color: #fff;
}
.section-how .how__tab-content {
  display: none;
}
.section-how .how__tab-content.active {
  display: contents;
}
.section-how .how__btn {
  grid-area: btn;
  margin-top: auto;
}
@media (min-width: 1080px) {
  .section-how .how__btn {
    max-width: 80%;
  }
}
.section-how .how__btn .btn__text {
  white-space: normal;
}
.section-how .how__text {
  grid-area: text;
}
.section-how .how__desc {
  font-size: 18px;
  font-size: clamp(14px, 12.9508196721px + 0.3278688525vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  color: #939393;
}
@media (min-width: 1920px) {
  .section-how .how__desc {
    font-size: max(18px, 0.9375vw);
  }
}
.section-how .how__content {
  grid-area: content;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .section-how .how__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .section-how .how__content {
    gap: 32px;
  }
}
.section-how .step-card {
  background: #f4f4f4;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
@media (min-width: 640px) {
  .section-how .step-card {
    gap: 24px;
    border-radius: 20px;
    padding: 24px 32px;
  }
}
@media (min-width: 1080px) {
  .section-how .step-card {
    gap: 24px;
    border-radius: 24px;
    padding: 32px 40px;
    min-height: 360px;
  }
}
@media (min-width: 640px) {
  .section-how .step-card:last-child {
    grid-column: span 2;
  }
}
.section-how .step-card__num {
  font-size: 40px;
  font-size: clamp(26px, 22.3278688525px + 1.1475409836vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ff7000;
  text-align: right;
  margin-left: auto;
}
@media (min-width: 1920px) {
  .section-how .step-card__num {
    font-size: max(40px, 2.0833333333vw);
  }
}
.section-how .step-card__title {
  font-size: 24px;
  font-size: clamp(18px, 16.4262295082px + 0.4918032787vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.24px;
  letter-spacing: clamp(-0.24px, -0.1642622951px + -0.0049180328vw, -0.18px);
  text-transform: uppercase;
  color: #2d2d2d;
}
@media (min-width: 1920px) {
  .section-how .step-card__title {
    font-size: max(24px, 1.25vw);
    letter-spacing: min(-0.24px, -0.0125vw);
  }
}
.section-how .step-card__desc {
  font-size: 18px;
  font-size: clamp(14px, 12.9508196721px + 0.3278688525vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  color: #939393;
}
@media (min-width: 1920px) {
  .section-how .step-card__desc {
    font-size: max(18px, 0.9375vw);
  }
}

.footer {
  padding: 40px 0;
}
@media (min-width: 640px) {
  .footer {
    padding: 64px 0 40px;
  }
}
@media (min-width: 1199px) {
  .footer {
    padding: 128px 0 140px;
  }
}
.footer .btn {
  font-size: 16px;
  font-size: clamp(14px, 13.4754098361px + 0.1639344262vw, 16px);
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 1920px) {
  .footer .btn {
    font-size: max(16px, 0.8333333333vw);
  }
}
.footer .footer__inner {
  font-size: 16px;
  font-size: clamp(14px, 13.4754098361px + 0.1639344262vw, 16px);
  color: #939393;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo logo" ". ." "nav social" ". ." "phone phone" "address address" "email email" ". ." "privacy privacy" ". ." "info info" ". ." "copyright btn-top";
  row-gap: 12px;
  column-gap: 40px;
}
@media (min-width: 640px) {
  .footer .footer__inner {
    grid-template-columns: 2fr auto auto;
    grid-template-areas: "logo nav social" "info nav social" "info . ." "info address address" "info email email" ". . ." ". . ." ". . ." ". . ." "copyright privacy privacy" ". . ." ". . ." "btn-top phone phone";
    row-gap: 12px;
    column-gap: 40px;
    grid-template-rows: 1fr auto auto auto auto;
  }
}
@media (min-width: 1540px) {
  .footer .footer__inner {
    grid-template-columns: 2fr auto auto;
    grid-template-areas: "logo nav phone" "info nav ." "info nav social" "info nav email" "info nav ." "info nav btn-top" ". . ." ". . ." ". . ." "copyright privacy address";
    row-gap: 20px;
    column-gap: 40px;
    grid-template-rows: auto 1fr auto auto auto auto auto auto auto auto;
  }
}
@media (min-width: 1920px) {
  .footer .footer__inner {
    font-size: max(16px, 0.8333333333vw);
  }
}
.footer .footer__logo {
  grid-area: logo;
  width: 140px;
}
@media (min-width: 1080px) {
  .footer .footer__logo {
    width: 250px;
  }
}
.footer .footer__logo svg {
  width: 100%;
  height: auto;
}
.footer .footer__company-info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer__nav {
  grid-area: nav;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .footer .footer__nav {
    gap: 20px;
  }
}
.footer .footer__phone {
  grid-area: phone;
  font-size: 40px;
  font-size: clamp(26px, 22.3278688525px + 1.1475409836vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .footer .footer__phone {
    justify-self: end;
  }
}
@media (min-width: 1920px) {
  .footer .footer__phone {
    font-size: max(40px, 2.0833333333vw);
  }
}
.footer .footer__social {
  grid-area: social;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1540px) {
  .footer .footer__social {
    flex-direction: row;
    gap: 32px;
  }
}
.footer .footer__email {
  grid-area: email;
}
@media (min-width: 640px) {
  .footer .footer__email {
    justify-self: end;
  }
}
@media (min-width: 1540px) {
  .footer .footer__email {
    justify-self: start;
  }
}
.footer .footer__copyright {
  grid-area: copyright;
  align-self: end;
}
.footer .footer__address {
  grid-area: address;
}
@media (min-width: 640px) {
  .footer .footer__address {
    justify-self: end;
  }
}
.footer .footer__privacy-link {
  grid-area: privacy;
}
@media (min-width: 640px) {
  .footer .footer__privacy-link {
    justify-self: end;
  }
}
@media (min-width: 1540px) {
  .footer .footer__privacy-link {
    justify-self: start;
  }
}
.footer .footer__scroll-top {
  justify-self: end;
  grid-area: btn-top;
  gap: 8px;
  font-size: 24px;
  font-size: clamp(18px, 16.4262295082px + 0.4918032787vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.24px;
  letter-spacing: clamp(-0.24px, -0.1642622951px + -0.0049180328vw, -0.18px);
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .footer .footer__scroll-top {
    justify-self: start;
  }
}
@media (min-width: 1920px) {
  .footer .footer__scroll-top {
    font-size: max(24px, 1.25vw);
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #939393;
  margin-bottom: 20px;
  overflow-x: auto;
}
@media (min-width: 640px) {
  .breadcrumbs {
    margin-bottom: 32px;
  }
}
@media (min-width: 1920px) {
  .breadcrumbs {
    font-size: max(14px, 0.7291666667vw);
  }
}
.breadcrumbs .breadcrumb-link {
  color: #939393;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.breadcrumbs .breadcrumb-link:hover {
  color: #2d2d2d;
}
.breadcrumbs .breadcrumb-separator {
  color: #939393;
}
.breadcrumbs .breadcrumb-current {
  color: #2d2d2d;
}

.page-container {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: clamp(14px, 12px + 0.625vw, 16px);
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 640px) {
  .page-container {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1080px) {
  .page-container {
    margin-top: 64px;
    margin-bottom: 80px;
  }
}
@media (min-width: 640px) {
  .page-container {
    font-size: 18px;
    font-size: clamp(16px, 14.5777777778px + 0.2222222222vw, 18px);
  }
}
.page-container h2 {
  font-size: 18px;
  font-size: clamp(15px, 14.2131147541px + 0.2459016393vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  color: #2d2d2d;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .page-container h2 {
    font-size: 20px;
    font-size: clamp(18px, 16.5777777778px + 0.2222222222vw, 20px);
    margin-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .page-container h2 {
    font-size: max(20px, 1.0416666667vw);
  }
}
.page-container p {
  margin-bottom: 16px;
}
.page-container ol, .page-container ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px 0;
  counter-reset: item;
}
.page-container ol ol, .page-container ol ul, .page-container ul ol, .page-container ul ul {
  margin-left: 0;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .page-container ol ol, .page-container ol ul, .page-container ul ol, .page-container ul ul {
    margin-left: 0;
  }
}
.page-container ol > li {
  position: relative;
  padding-left: 0;
  margin-bottom: 16px;
  counter-increment: item;
}
.page-container ol > li::before {
  content: counters(item, ".") ".";
}
.page-container ol > li > ol > li::before {
  content: counters(item, ".") ".";
  margin-right: 12px;
}
.page-container ul > li {
  position: relative;
  padding-left: 0;
  margin-bottom: 8px;
}
.page-container ul > li::before {
  content: "–";
}
.page-container ul > li > ul > li {
  padding-left: 0;
  margin-bottom: 6px;
}
.page-container ol > li:last-child,
.page-container ul > li:last-child {
  margin-bottom: 0;
}

.page__title {
  font-size: 48px;
  font-size: clamp(32px, 16px + 5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.96px;
  letter-spacing: clamp(-1.44px, -0.48px + -0.15vw, -0.96px);
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .page__title {
    font-size: 76px;
    font-size: clamp(48px, 34px + 2.1875vw, 76px);
    letter-spacing: -2.28px;
    letter-spacing: clamp(-2.28px, -1.02px + -0.065625vw, -1.44px);
    margin-bottom: 40px;
  }
}
@media (min-width: 1080px) {
  .page__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1920px) {
  .page__title {
    font-size: clamp(76px, 3.9583333333vw, 90px);
    letter-spacing: min(-2.28px, -0.11875vw);
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .accordion {
    gap: 20px;
  }
}
@media (min-width: 1080px) {
  .accordion {
    gap: 24px;
  }
}
.accordion__item {
  border-bottom: 1px solid #e0e0e0;
}
.accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "PT Root UI", sans-serif;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 640px) {
  .accordion__trigger {
    padding: 14px 0;
  }
}
@media (min-width: 1080px) {
  .accordion__trigger {
    padding: 16px 0;
  }
}
.accordion__trigger::after {
  content: "→";
  flex-shrink: 0;
  font-size: 24px;
  font-size: clamp(20px, 18.9508196721px + 0.3278688525vw, 24px);
  font-weight: 400;
  line-height: 1;
  color: #ff7000;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1920px) {
  .accordion__trigger::after {
    font-size: max(24px, 1.25vw);
  }
}
.accordion__trigger:hover .accordion__title {
  color: #e66500;
}
.accordion__trigger--active .accordion__title {
  color: #cc5a00;
}
.accordion__trigger--active::after {
  transform: rotate(90deg);
}
.accordion__title {
  font-size: 18px;
  font-size: clamp(16px, 15.4754098361px + 0.1639344262vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.18px;
  letter-spacing: clamp(-0.18px, -0.1547540984px + -0.0016393443vw, -0.16px);
  text-transform: uppercase;
  color: #2d2d2d;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1080px) {
  .accordion__title {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
@media (min-width: 1920px) {
  .accordion__title {
    font-size: max(20px, 1.0416666667vw);
    letter-spacing: min(-0.2px, -0.0104166667vw);
  }
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion__content--open {
  max-height: 10000px;
}
.accordion__content-inner {
  padding: 4px 0 20px;
  color: #333;
}
@media (min-width: 640px) {
  .accordion__content-inner {
    padding: 6px 0 24px;
  }
}
@media (min-width: 1080px) {
  .accordion__content-inner {
    padding: 8px 0 24px;
  }
}

@media (min-width: 640px) {
  .container-custom__up_sm {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .container-custom__up_sm {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 640px) and (min-width: 1080px) {
  .container-custom__up_sm {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 640px) and (min-width: 1540px) {
  .container-custom__up_sm {
    padding-right: 126px;
    padding-left: 126px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.custom-modal .modal-content {
  border: none;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 640px) {
  .custom-modal .modal-content {
    border-radius: 20px;
    padding: 40px;
  }
}
@media (min-width: 1080px) {
  .custom-modal .modal-content {
    padding: 48px;
    border-radius: 24px;
  }
}
.custom-modal .modal-header {
  padding: 0 0 12px;
  gap: 16px;
  border: none;
}
.custom-modal .modal-title {
  font-size: 46px;
  font-size: clamp(24px, 18.2295081967px + 1.8032786885vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.92px;
  letter-spacing: clamp(-0.92px, -0.26px + -0.034375vw, -0.48px);
  text-transform: uppercase;
  color: #2d2d2d;
  margin: 0;
}
@media (min-width: 1920px) {
  .custom-modal .modal-title {
    font-size: max(46px, 2.3958333333vw);
    letter-spacing: min(-0.92px, -0.0479166667vw);
  }
}
.custom-modal .modal-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f4f4;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.custom-modal .modal-close:hover {
  background: #939393;
}
.custom-modal .modal-close .icon {
  color: #2d2d2d;
  width: 22px;
  height: 22px;
}
@media (min-width: 640px) {
  .custom-modal .modal-close {
    width: 54px;
    height: 54px;
  }
  .custom-modal .modal-close .icon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1080px) {
  .custom-modal .modal-close {
    width: 72px;
    height: 72px;
  }
  .custom-modal .modal-close .icon {
    width: 30px;
    height: 30px;
  }
}
.custom-modal .modal-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1080px) {
  .custom-modal .modal-body {
    gap: 36px;
  }
}
.custom-modal .modal-subtitle {
  font-size: 20px;
  font-size: clamp(16px, 14.9508196721px + 0.3278688525vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  color: #434343;
  margin: 0;
  max-width: 400px;
}
@media (min-width: 640px) {
  .custom-modal .modal-subtitle {
    font-size: 20px;
  }
}
.custom-modal .modal-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-modal .modal-input {
  width: 100%;
}
.custom-modal .modal-footer-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
@media (min-width: 640px) {
  .custom-modal .modal-footer-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
}
.custom-modal .modal-privacy {
  font-size: 16px;
  font-size: clamp(14px, 13.4754098361px + 0.1639344262vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  color: #939393;
}
.custom-modal .modal-privacy a {
  text-decoration: underline;
  color: #939393;
}
.custom-modal .modal-bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 640px) {
  .custom-modal .modal-bottom-info {
    gap: 32px;
  }
}
.custom-modal .modal-socials {
  display: flex;
  gap: 16px;
}
@media (min-width: 1080px) {
  .custom-modal .modal-socials {
    gap: 32px;
  }
}
.custom-modal .modal-social-link {
  font-size: 16px;
  font-size: clamp(14px, 13.4754098361px + 0.1639344262vw, 16px);
  font-weight: 500;
  color: #939393;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.custom-modal .modal-social-link:hover {
  color: #e66500;
}
.custom-modal .modal-phone {
  font-size: 24px;
  font-size: clamp(18px, 16.4262295082px + 0.4918032787vw, 24px);
  font-weight: 500;
  color: #939393;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.custom-modal .modal-phone:hover {
  color: #e66500;
}

@font-face {
  font-family: "PT Root UI";
  src: url("../css/fonts/PT-Root-UI/PT-Root-UI_Bold.eot");
  src: local("PT Root UI 700 normal"), local("PT-Root-UI_Bold"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Bold.eot?#iefix") format("embedded-opentype"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Bold.woff2") format("woff2"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Bold.woff") format("woff"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../css/fonts/PT-Root-UI/PT-Root-UI_Light.eot");
  src: local("PT Root UI 300 normal"), local("PT-Root-UI_Light"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Light.eot?#iefix") format("embedded-opentype"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Light.woff2") format("woff2"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Light.woff") format("woff"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../css/fonts/PT-Root-UI/PT-Root-UI_Medium.eot");
  src: local("PT Root UI 500 normal"), local("PT-Root-UI_Medium"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Medium.eot?#iefix") format("embedded-opentype"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Medium.woff2") format("woff2"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Medium.woff") format("woff"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../css/fonts/PT-Root-UI/PT-Root-UI_Regular.eot");
  src: local("PT Root UI 400 normal"), local("PT-Root-UI_Regular"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Regular.woff2") format("woff2"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Regular.woff") format("woff"), url("../css/fonts/PT-Root-UI/PT-Root-UI_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../css/fonts/suisseintl/suisseintl.eot");
  src: local("SuisseIntl 400 normal"), local("suisseintl"), url("../css/fonts/suisseintl/suisseintl.eot?#iefix") format("embedded-opentype"), url("../css/fonts/suisseintl/suisseintl.woff2") format("woff2"), url("../css/fonts/suisseintl/suisseintl.woff") format("woff"), url("../css/fonts/suisseintl/suisseintl.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}

img,
picture {
  display: block;
  max-width: 100%;
}

p {
  margin-bottom: 8px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/*# sourceMappingURL=app.css.map */
