body {
  margin: 0;
}
.dolyami-wrapper {
  font-family: CirceWebRegular, sans-serif;
}
.dolyami-wrapper a {
  color: #000;
}
.dolyami-title-wrapper {
  margin-bottom: 60px;
  padding: 36px 16px;
}
.dolyami-features {
  padding: 0 35px;
  margin-bottom: 60px;
}
.dolyami-title {
  font-weight: bold;
  font-size: 56px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 36px;
}
.dolyami-violet {
  color: #7a79af;
}
.dolyami-rules {
  background: #f3f9fe;
}
.dolyami-title-img img {
  width: 100%;
}
.dolyami-feature {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dolyami-feature img {
  margin-bottom: 24px;
}
.dolyami-feature-text {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 42px;
  line-height: 120%;
}
.dolyami-feature-note {
  font-weight: normal;
  font-size: 36px;
  line-height: 120%;
  opacity: 0.4;
  padding: 0 30px;
}
.dolyami-rules {
  padding: 60px 16px 30px 16px;
  margin-bottom: 38px;
}
.dolyami-rules-title {
  font-weight: bold;
  font-size: 60px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 40px;
}
.dolyami-rules-item {
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  padding: 80px 20px 20px 20px;
  background-color: #ffffff;
  margin-bottom: 32px;
  position: relative;
}
.dolyami-rules-item::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  background-image: url(images/dolyami-1.png);
  background-size: cover;
}
.dolyami-rules-item:nth-of-type(2)::before {
  background-image: url(images/dolyami-2.png);
}
.dolyami-rules-item:nth-of-type(3)::before {
  background-image: url(images/dolyami-3.png);
}
.dolyami-rules-item:nth-of-type(4)::before {
  background-image: url(images/dolyami-4.png);
}
.dolyami-brief-list {
  margin: 0;
  padding: 0;
  padding: 80px 36px 36px 50px;
  border: 1px solid #000000;
}
.dolyami-brief {
  padding: 0 16px;
  margin-bottom: 56px;
}
.dolyami-brief-img img {
  width: 100%;
  margin-bottom: 42px;
}
.dolyami-brief-section {
  position: relative;
}
.dolyami-brief-section::before {
  content: " ";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  background-image: url(images/dolyami-icon-important.png);
  background-size: cover;
}
.dolyami-brief-item {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
  line-height: 120%;
}
.dolyami-faq {
  padding: 0 16px;
}
.dolyami-faq-title {
  font-weight: bold;
  font-size: 60px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 56px;
}
.dolyami-faq-item-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 16px;
  width: 94%;
}
.dolyami-faq-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
}
.dolyami-faq-item:last-of-type {
  border-bottom: none;
}
.dolyami-faq-item-answer {
  font-weight: normal;
  font-size: 30px;
  line-height: 120%;
  display: none;
}
.dolymi-faq-note {
  margin: 70px 0 60px 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 136%;
  padding: 32px;
  background: #f3f9fe;
  font-weight: 700;
}
.dolyami-faq-item-title-wrapper {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.dolyami-faq-item-btn {
  width: 24px;
  height: 24px;
  background-image: url(images/btn-show.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.dolyami-hide-answer {
  background-image: url(images/btn-hide.png);
  margin-top: 8px;
}
.dolyami-hide {
  display: block;
}

@media (min-width: 1080px) {
  .dolyami-title {
    text-align: left;
    font-size: 82px;
    margin-bottom: 45px;
  }
  .dolyami-title-wrapper {
    padding: 67px 49px 0 49px;
    margin-bottom: 150px;
  }
  .dolyami-features {
    padding: 0 112px;
  }
  .dolyami-feature {
    flex-direction: row;
    text-align: left;
    margin-bottom: 130px;
  }
  .dolyami-feature-note {
    padding: 0;
  }
  .dolyami-feature img {
    margin-bottom: 0;
    margin-right: 66px;
  }
  .dolyami-feature-text {
    font-size: 42px;
  }
  .dolyami-feature-note {
    font-size: 32px;
  }
  .dolyami-rules {
    padding: 80px 60px 60px 60px;
  }
  .dolyami-rules-title {
    text-align: left;
    font-size: 82px;
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .dolyami-title {
    text-align: left;
    font-size: 56px;
    width: 50%;
  }
  .dolyami-title-img {
    width: 50%;
  }
  .dolyami-title-wrapper {
    display: flex;
    align-items: center;
    padding: 80px 140px 0 140px;
    margin-bottom: 130px;
  }
  .dolyami-features {
    display: flex;
    justify-content: space-between;
    padding: 0 140px;
    margin-bottom: 0;
  }
  .dolyami-feature {
    flex-direction: column;
    width: 30%;
    align-items: flex-start;
  }
  .dolyami-feature-text {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .dolyami-feature-note {
    padding: 0;
    font-size: 20px;
  }
  .dolyami-feature img {
    margin-bottom: 28px;
    margin-right: 0;
    max-width: 54px;
    height: auto;
  }
  .dolyami-feature-img-wrapper{
    height: 80px;
  }
  .dolyami-rules {
    padding: 60px 14% 60px 140px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
  }
  .dolyami-rules-title {
    text-align: left;
    font-size: 56px;
    width: 300px;
  }
  .dolyami-rules-list {
    max-width: 580px;
  }
  .dolyami-rules-item {
    padding: 90px 24px 24px 24px;
  }
  .dolyami-brief {
    padding: 0 140px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .dolyami-brief-img {
    width: 50%;
  }
  .dolyami-brief-section {
    width: 40%;
  }
  .dolyami-brief-item {
    font-size: 16px;
  }
  .dolyami-brief-list {
    padding: 90px 46px 24px 56px;
  }
  .dolyami-faq {
    padding: 0 258px;
  }
  .dolyami-faq-title {
    font-size: 56px;
    margin-bottom: 80px;
  }
  .dolyami-faq-item-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .dolyami-faq-item-answer {
    font-size: 20px;
  }
  .dolymi-faq-note {
    margin: 80px 0 105px 0;
    padding: 36px;
    font-size: 24px;
    font-weight: 400;
  }
  .dolyami-brief-section::before,
  .dolyami-rules-item::before {
    width: 32px;
    height: 32px;
  }
  .dolyami-rules-item {
    font-size: 24px;
  }
}
