@charset "UTF-8";

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.container {
  width: 90%;
  max-width: 1270px;
  margin: auto;
}

section {
  padding: 75px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  text-decoration: none;
  color: #272622;
  font-family: "Onest", sans-serif;
  line-height: 120%;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
          font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #E9E9E9;
}

body footer {
  margin-top: auto;
  margin-bottom: 0;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

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

@font-face {
  font-family: 'Benzin';
  src: url("../fonts/Benzin-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border-radius: 100px;
  background: var(--Primary, #D1FD04);
  width: 100%;
  padding: 25px;
  max-width: 400px;
}

.btn:hover {
  background: #c1e313;
}

h1,
h2 {
  font-family: "Benzin", sans-serif;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-left: 80px;
}

h2 b {
  font: inherit;
}

.header {
  padding: 40px 0;
}

.header__logo img {
  display: block;
  height: 24px;
  width: auto;
}

.footer {
  padding: 40px 0;
}

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

.footer p {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
}

.footer__logo img {
  display: block;
  height: 24px;
  width: auto;
}

.hero {
  padding-top: 20px;
}

.hero .container {
  position: relative;
  border-radius: 40px;
  background: var(--Secondary, #272622);
  padding: 90px 80px;
  overflow: hidden;
}

.hero .container:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 414px;
  height: 414px;
  border-radius: 414px;
  background: #FCE420;
  -webkit-filter: blur(325.98425px);
          filter: blur(325.98425px);
}

.hero__left {
  max-width: 670px;
}

.hero__ttl {
  color: var(--Main-400, #959595);
  font-size: 48px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}

.hero__ttl b {
  font: inherit;
  color: white;
}

.hero__list {
  margin-top: 24px;
  display: flex;
  gap: 20px;
}

.hero__list li {
  border-radius: 100px;
  background: var(--grey-50, rgba(85, 84, 80, 0.5));
  position: relative;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--Main-100, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}

.hero__list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 70.69px;
  background: var(--Primary, #D1FD04);
}

.hero__btn {
  margin-top: 130px;
}

.hero__img {
  position: absolute;
  display: block;
  height: 100%;
  width: auto;
  left: 450px;
  top: 0;
}

.order__window {
  border-radius: 40px;
  background: var(--Main-100, #FFF);
  padding: 60px;
}

.order .calc {
  max-width: 890px;
  margin: 0 auto;
}

.howWork .container {
  display: flex;
  align-items: center;
  gap: 44px;
  padding: 0 80px;
}

.howWork h2 {
  padding-left: 0;
}

.howWork .left {
  width: calc(50% - 22px);
}

.howWork img {
  display: block;
  width: calc(50% - 22px);
  height: auto;
}

.howWork__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.howWork__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 40px;
  border-radius: 24px;
  background: var(--Main-100, #FFF);
}

.howWork__box span {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 99px;
  background: #272622;
}

.howWork__box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.terms ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 40px;
  background: var(--Secondary, #272622);
  padding: 90px 80px;
}

.terms li {
  border-radius: 24px;
  background: var(--grey-50, rgba(85, 84, 80, 0.5));
  padding: 28px 40px;
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--Main-100, #FFF);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.terms li span {
  border-radius: 100px;
  background: var(--Primary, #D1FD04);
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
}

.howPay__list {
  display: flex;
  gap: 24px;
}

.howPay__box {
  display: flex;
  gap: 50px;
  border-radius: 40px;
  background: var(--Main-100, #FFF);
  padding: 62px 30px;
}

.howPay__box img {
  display: block;
  width: 100px;
  min-width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  align-self: center;
}

.howPay__box .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 38px;
  justify-content: space-between;
}

.howPay__box .txt h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.howPay__box .txt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.reviews .slider {
  width: calc(100% + 24px);
  margin: 0 -12px;
}

.reviews .slick-slide {
  padding: 12px;
}

.reviews .box {
  border-radius: 30px;
  background: var(--Main-100, #FFF);
  padding: 36px 30px;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.03);
}

.reviews .box .author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews .box .author img {
  display: block;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 99px;
}

.reviews .box .author .right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviews .box .author .right p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.reviews .box .author .right .stars {
  display: flex;
}

.reviews .box .author .right .stars * {
  fill: #D1FD04;
}

.reviews .box .comment {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.offer .container {
  border-radius: 40px;
  background: var(--Secondary, #272622);
  padding: 112px 95px;
  position: relative;
  overflow: hidden;
}

.offer .container:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 414px;
  height: 414px;
  border-radius: 414px;
  background: #FCE420;
  -webkit-filter: blur(325.98425px);
          filter: blur(325.98425px);
}

.offer .container > * {
  position: relative;
  z-index: 3;
}

.offer .container > img {
  z-index: 1;
}

.offer h2 {
  color: var(--Main-100, #FFF);
  font-size: 48px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  max-width: 700px;
  padding-left: 0;
  margin-bottom: 77px;
}

.offer h2 b {
  color: #959595;
}

.offer img {
  display: block;
}

.offer img.pc {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.offer img.mob {
  width: calc(100% + 50px);
  margin: -70px -25px 0 -25px;
}

.calc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.calc .range-item .label-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calc .range-item .label-row label {
  color: var(--Secondary, #272622);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.calc .range-item .label-row input {
  display: block;
  width: 370px;
  border-radius: 100px;
  border: 2px solid var(--Secondary, #272622);
  padding: 18px;
  color: var(--Secondary, #272622);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 41.6px */
  text-align: center;
}

.calc .range-item .bottom-row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.calc .range-item .bottom-row p {
  color: var(--Main-400, #959595);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.calc .range-item .slider-row {
  margin-top: 32px;
}

.calc .range-item .slider-row .ui-slider {
  width: 100%;
  background: transparent;
  height: 5px;
  position: relative;
  border-radius: 30px;
  background: var(--Main-300, #D9D9D9);
}

.calc .range-item .slider-row .ui-slider-range {
  height: 100%;
  border-radius: 30px;
  background: var(--Secondary, #272622);
  position: absolute;
}

.calc .range-item .slider-row .ui-slider-handle {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: var(--Primary, #272622);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.calc .input-item {
  margin-top: 10px;
}

.calc .input-item label {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 12px;
  display: block;
  color: var(--Main-300, #272622);
}

.calc .input-item input {
  display: block;
  width: 100%;
  border: 1px solid var(--Main-300, #D9D9D9);
  background: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  border-radius: 12px;
  padding: 18px;
}

.calc .input-text-message {
  align-items: center;
  margin-top: 4px;
  gap: 4px;
  display: none;
}

.calc .input-text-message svg {
  display: block;
  width: 12px;
  height: 12px;
}

.calc .input-text-message p {
  font-size: 12px;
  font-weight: 500;
}

.calc .input-text-message.red p {
  color: #DE4B4B;
}

.calc .checkbox-item input {
  display: none;
}

.calc .checkbox-item input:checked + label:after {
  background: #272622;
}

.calc .checkbox-item label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #272622;
  padding-top: 1px;
}

.calc .checkbox-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid var(--Main-300, #272622);
  transition: 0.4s;
}

.calc .checkbox-item label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 3px;
  transition: .4s;
}

.calc .checkbox-item label a {
  font: inherit;
  text-decoration: underline;
  transition: 0.4s;
  color: #272622;
}

.calc .checkbox-item label a:hover {
  color: #D1FD04;
}

.calc .btn {
  max-width: unset;
  margin-top: 12px;
}

.calc .error .input-text-message {
  display: flex;
}

.calc .error.input-item input {
  border-color: #DE4B4B;
}

.calc .error.checkbox-item label:before {
  border-color: #DE4B4B;
}

.calc .outpuss {
  display: none;
}

.calc .outpuss .flex {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 6px;
  padding: 12px;
  background: rgba(54, 178, 137, 0.2);
  border-radius: 12px;
}

.calc .outpuss .flex svg {
  width: 20px;
  height: 20px;
}

.calc .outpuss .flex svg * {
  fill: #36b289;
}

.calc .outpuss .flex p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .offer img.mob {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 500px;
  }

  section {
    padding: 30px 0;
  }

  .btn {
    font-size: 16px;
    padding: 24px;
  }

  h2 {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .header {
    padding: 24px 0;
  }

  .header__logo img {
    height: 10px;
  }

  .footer {
    padding: 24px 0;
  }

  .footer p {
    font-size: 10px;
  }

  .footer__logo img {
    height: 10px;
  }

  .hero {
    padding-bottom: 20px;
    background: white;
    border-radius: 20px 20px 40px 40px;
  }

  .hero .container {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .hero .container:before {
    display: none;
  }

  .hero__left {
    border-radius: 20px;
    background: var(--Secondary, #272622);
    width: 100%;
    padding: 33px 25px 0;
    overflow: hidden;
  }

  .hero__ttl {
    font-size: 24px;
  }

  .hero__ttl br {
    display: none;
  }

  .hero__list {
    margin-top: 16px;
  }

  .hero__list li {
    font-size: 14px;
    gap: 10px;
    padding: 0;
    background: transparent;
  }

  .hero__btn {
    margin-top: 24px;
  }

  .hero__img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-55%, 0);
            transform: translate(-55%, 0);
    width: 130%;
    margin: 0;
  }

  .order__window {
    padding: 20px;
    border-radius: 20px 20px 40px 40px;
    width: calc(100% + 10vw);
    margin: 0 -5vw;
  }

  .howWork .container {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0;
  }

  .howWork .left {
    width: 100%;
  }

  .howWork img {
    width: 100%;
  }

  .howWork__list {
    gap: 12px;
  }

  .howWork__box {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 16px 40px;
    border-radius: 16px;
  }

  .howWork__box p {
    font-size: 16px;
    text-align: left;
  }

  .terms ul {
    gap: 12px;
    padding: 32px 20px;
    width: calc(100% + 10vw);
    margin: 0 -5vw;
    border-radius: 20px;
  }

  .terms li {
    border-radius: 20px;
    padding: 10px 25px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }

  .terms li span {
    font-size: 20px;
    height: 32px;
    width: 32px;
    min-width: 32px;
  }

  .howPay__list {
    flex-direction: column;
    gap: 12px;
  }

  .howPay__box {
    gap: 20px;
    padding: 22px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .howPay__box img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    align-self: flex-start;
  }

  .howPay__box .txt {
    gap: 12px;
  }

  .howPay__box .txt h3 {
    font-size: 20px;
  }

  .howPay__box .txt p {
    font-size: 14px;
  }

  .reviews .box {
    padding: 32px 24px;
    border-radius: 14px;
    box-shadow: none;
  }

  .reviews .box .author .right p {
    font-size: 18px;
  }

  .reviews .box .comment {
    font-size: 14px;
  }

  .offer .container {
    border-radius: 20px 20px 40px 40px;
    padding: 22px 20px;
    width: 100%;
    background: white;
  }

  .offer .container:before {
    display: none;
  }

  .offer .l {
    background: var(--Secondary, #272622);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 27px 25px 0;
  }

  .offer .l:before {
    content: "";
    position: absolute;
    right: -100%;
    top: -100%;
    width: 414px;
    height: 414px;
    border-radius: 414px;
    background: #FCE420;
    -webkit-filter: blur(325.98425px);
            filter: blur(325.98425px);
  }

  .offer h2 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .offer img.pc {
    display: none;
  }

  .offer .btn {
    margin-top: 12px;
  }

  .calc {
    gap: 20px;
  }

  .calc .range-item .label-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .calc .range-item .label-row label {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .calc .range-item .label-row input {
    font-size: 20px;
    padding: 17px;
    width: 100%;
  }

  .calc .range-item .bottom-row {
    margin-top: 16px;
  }

  .calc .range-item .bottom-row p {
    font-size: 12px;
  }

  .calc .range-item .slider-row {
    margin-top: 24px;
  }

  .calc .range-item .slider-row .ui-slider-handle {
    width: 24px;
    height: 24px;
  }

  .calc .input-item label {
    font-size: 20px;
  }

  .calc .input-item input {
    font-size: 20px;
    padding: 17px 12px;
    border-radius: 8px;
  }

  .calc .checkbox-item label {
    font-size: 14px;
  }

  .calc .outpuss .flex {
    border-radius: 8px;
  }

  .calc .outpuss .flex p {
    font-size: 16px;
    padding-top: 1px;
  }
}