colors {
  color: #ffffff;
  color: #d9f8d3;
  color: #fed1e0;
  color: #c8effe;
  color: #151531;
  color: #f8e1fa;
  color: #7856fe;
  color: #00affe;
  color: #c564d3;
}

.hero {
  margin: 0;
  position: relative;
}

.hero__wrapper {
  padding: 60px 0 0 0;
  height: 100%;
}

.hero__wrapper h1 {
  font-weight: 800;
  font-size: 90px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;

  line-height: 78px;
}

.hero__top {
  padding-top: 80px;
}

.hero__top p {
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
}

.hero__top .btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  height: 68px;
  width: 300px;
  font-size: 24px;
  line-height: 68px;
}

.hero__request p {
  max-width: 400px;
  font-size: 16px;
  color: white;
  margin-bottom: 20px;
  line-height: 16px;
}

.hero__request .btn {
  width: fit-content;
}

.hero__wrapper .hero__title span {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  margin-bottom: 20px;
}

.hero__slider-phrase {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #cccccc;
  font-size: 14px;
  position: relative;
}

.hero__slider-phrase .swiper-slide {
  width: fit-content;
}

.hero__slider-phrase::after {
  content: "";
  height: 120px;
  width: 80px;
  background: linear-gradient(to right, #1a1a1a, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hero__slider-phrase::before {
  content: "";
  height: 120px;
  width: 80px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #1a1a1a);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.hero__slider-phrase a {
  width: fit-content;
  color: #cccccc;
}

@media all and (max-width: 1024px) {
  .hero__wrapper {
    padding: 0;
  }

  .hero__wrapper h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .hero__top {
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero__top .btn {
    width: fit-content;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }
}

/* hero__slider */
.hero__slider-box {
  height: 360px;
  margin-top: 40px;
}

.hero__slider .swiper-slide {
  height: 360px;
  width: fit-content;
}

.hero__slider .swiper-slide img {
  height: 100%;
  width: auto;
  border-radius: 6px;
}

.special-slide {
  height: 100%;
  width: 220px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.special-slide-content {
  background: rgb(62, 88, 217);
  background: linear-gradient(137deg,
      rgba(62, 88, 217, 1) 40%,
      rgba(225, 87, 44, 1) 100%);
  height: calc(50% - 5px);
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.special-slide p {
  font-size: 32px;
  font-weight: 700;
  color: white;
}

.special-slide span {
  color: #cccccc;
}

.special-slide img {
  height: calc(50% - 5px) !important;
}

/* Calculator */
.calculator {
  background: url("/assets/icons/samopis1.svg") 90% 0 / 220px auto no-repeat;
}

@media all and (max-width: 580px) {
  .calculator {
    margin-top: 40px;
  }

  .hero__top {
    padding-top: 60px;
  }
}

.steps {
  margin: 0;
  padding: 100px 0;
}

.steps h2 {
  font-size: 50px;
  font-weight: 800;
}

.steps__wrapper {
  margin: 0 auto;
}

.steps__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.steps__card {
  padding: 30px;
  width: 100%;
  min-height: 320px;
  background: white;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: relative;
  display: flex;
  cursor: crosshair;
  overflow: hidden;
}

.steps__card figure {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.steps__card:nth-child(1) {
  /* background: #d9f8d3; */
  color: #3b6f30;
  border: 4px solid #d9f8d3;
}

.steps__card:nth-child(2) {
  /* background: #fed1e0; */
  color: #672e41;
  border: 4px solid #fed1e0;
}

.steps__card:nth-child(3) {
  /* background: #c8effe; */
  color: #2d5868;
  border: 4px solid #c8effe;
}

.steps__card h3 {
  margin-bottom: 2px;
  text-align: left;
  font-weight: 800;
  font-size: 32px;
}

.steps__card p {
  font-size: 16px;
  text-align: left;
  transition: all 0.3s;
}

.steps__card span {
  text-align: left;
  margin-bottom: 10px;
}

.steps__card-left {
  max-width: 40%;
}

.steps__card img {
  height: 280px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (max-width: 860px) {
  .steps__card-left {
    max-width: 100%;
  }

  .steps__card h3 {
    line-height: 32px;
    margin: 10px 0;
  }

  .steps__card img {
    display: none;
  }
}

/* otasky */

.otasky h2 {
  font-size: 50px;
  font-weight: 800;
}

.otasky h4 {
  font-size: 24px;
  font-weight: 500;
}

.otasky p {
  font-size: 18px;
}

.otasky__wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.otasky-box {
  margin-bottom: 20px;
}

.otasky__wrapper summary {
  font-size: 32px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}

.otasky__wrapper-content {
  padding-left: 32px;
  margin-bottom: 20px;
}

.otasky__blog {
  margin-top: 60px;
}

.otasky__blog button {
  background: #151531;
  font-size: 26px;
  font-weight: 800;
  color: white;
  border-radius: 10px;
  height: 80px;
  width: 100%;
  max-width: 340px;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transform: rotate(-3deg);
  transition: all 0.3s;
}

.otasky__blog img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 60px auto;
}

.otasky__blog-wrapper {
  display: none;
}

.otasky__blog-links {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 1px 1px 4px #00affe;
}

.otasky__blog-links a {
  color: #151531;
  font-size: 18px;

  text-align: center;
  margin: 10px 0;
  display: block;
}

.otasky__blog button:hover {
  transform: rotate(0deg);
}

@media all and (max-width: 860px) {
  .otasky h2 {
    font-size: 28px;
  }

  .otasky__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .otasky__wrapper summary {
    font-size: 24px;
    line-height: 32px;
  }

  .otasky__wrapper-content {
    padding: 0;
  }

  .otasky__wrapper h4 {
    margin-top: 10px;
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .otasky__blog button {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }
}

.reviews {
  margin: 0;
  padding: 100px 0;
}

.reviews__wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 30px 0 30px;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background: rgb(62, 88, 217);
  background: linear-gradient(137deg,
      rgba(62, 88, 217, 1) 40%,
      rgba(225, 87, 44, 1) 100%);
}

.reviews__wrapper h2 {
  text-align: center;
  color: white;
  font-size: 24px;
  width: 100%;
}

.reviews__wrapper .btn {
  margin: 0 auto;
  width: fit-content;
  background: white;
}

.reviews__wrapper .reviews__part {
  max-width: 340px;
  flex-shrink: 0;
  margin: 0 auto;
  position: relative;
  bottom: -80px;
  height: 340px;
  transition: all 0.3s;
}

.reviews__wrapper .reviews__part:hover {
  bottom: -40px;
}

.reviewSlider .swiper-slide {
  padding: 20px;
}

.reviewSlider .swiper-slide img {
  width: 100%;
}

.reviews-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media all and (max-width: 768px) {
  .steps h2 {
    font-size: 28px;
  }

  .steps__card p {
    font-size: 14px;
    text-align: left;
    height: auto;
    overflow: hidden;
    transition: all 0.3s;
  }
}

/* SEO */

.seoSlider .swiper-wrapper {
  padding-bottom: 50px;
}

.seoSlider .swiper-slide {
  padding: 5px;
}

.seoSlider .swiper-slide a {
  display: block;
  text-decoration: none;
  padding: 30px;
  border-radius: 20px 0 20px 0;
  background: url("/assets/icons/arrow.svg") 96% 90%/22px auto no-repeat, white;
  color: black;
  box-shadow: 2px 2px 8px #ab92ee;
}