*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #414141;
  background-color: white;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #414141;
}

.text-bold-26 {
  font: normal normal bold 26px/34px Space Grotesk;
}

.text-18 {
  font-size: 18px;
}

.text-red {
  color: #ce2a00;
}

.text-green {
  color: #07aa58;
}

.text-line-thru {
  text-decoration: line-through;
}

.text-blue {
  color: #00a1c6;
  font: normal normal bold 44px/54px Space Grotesk;
}

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

.fonttext {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 500px) {
  .fonttext {
    font-size: 16px;
    line-height: 24px;
  }
}

.mb16 {
  margin-bottom: 16px;
}

.mt32 {
  margin-top: 32px;
}

.mt16 {
  margin-top: 16px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb32 {
  margin-bottom: 32px;
}

.fonttitles {
  font-size: 30px;
  color: #4f3960;
  font-weight: bold;
}
@media (max-width: 500px) {
  .fonttitles {
    font-size: 24px;
    line-height: 32px;
  }
}

.body-container {
  padding: 0 20px;
}

.nav {
  background-image: url(../img/head_bg.png);
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding-bottom: 20rem;
  background-position: top center;
  justify-content: center;
}
@media (max-width: 1361px) {
  .nav {
    min-height: unset;
    padding-bottom: 14rem;
  }
}
.nav__container {
  margin: 0 10px;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  gap: 5.5rem;
  padding: 30px 70px;
}
@media (max-width: 1361px) {
  .nav__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.nav__container-links {
  cursor: pointer;
  align-items: center;
  font-size: 20px;
  display: flex;
  gap: 68px;
}
@media (max-width: 1050px) {
  .nav__container-links {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .nav__container-links {
    gap: 12px;
  }
}
@media (max-width: 825px) {
  .nav__container-links {
    display: none;
  }
}
.nav__container-logo {
  display: flex;
  align-items: center;
}
.nav__container-logo p:first-of-type {
  font: normal normal normal 40px/47px Rubik;
}
.nav__container-logo p:nth-of-type(2) {
  font-family: pf-signskript, sans-serif;
  font-size: 56px;
  line-height: 60px;
  font-weight: bold;
  color: #c27c77;
}

.content {
  display: flex;
  justify-content: center;
  margin-top: -7rem;
}
@media (max-width: 1361px) {
  .content {
    margin-top: 0;
  }
}

.main {
  margin-right: 35px;
  max-width: 960px;
}
@media (max-width: 1400px) {
  .main {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .main {
    width: 100%;
    margin-right: 0;
  }
}

.line {
  width: 1px;
  height: 500rem;
  border-left: 1px solid #414141;
  margin: 0 35px;
}
@media (max-width: 1480px) {
  .line {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .line {
    display: none;
  }
}

.aside {
  max-width: 350px;
  position: relative;
  margin-left: 35px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .aside {
    display: none;
  }
}
.aside-line {
  width: 350px;
  height: 1px;
  background-color: #414141;
  margin: 32px 0;
}
.aside-text {
  color: #4f3960;
  font: normal normal bold 22px/32px Raleway;
  margin-bottom: 16px;
}

.articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article {
  display: flex;
  gap: 10px;
  align-items: center;
}
.article p {
  text-decoration: underline;
  font: normal normal normal 20px/27px Segoe UI;
}

.banner-img {
  max-width: unset;
}
.banner-red {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 140px;
  background: #9b2226;
  z-index: 2;
  pointer-events: none;
  -webkit-clip-path: ellipse(320px 140px at 50% 0%);
          clip-path: ellipse(320px 140px at 50% 0%);
}
.banner-red-text-y {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
  color: #fff943;
  font: normal normal 800 18px/28px Muli;
}
.banner-red-text-w {
  color: white;
  max-width: 350px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 82px;
  font: normal normal bold 29px/28px Muli;
}
.banner-red-text-w:nth-of-type(2) {
  top: 52px;
}
.banner-redeem {
  margin-top: -8rem;
  margin-left: 6.5rem;
  background-color: #11a70b;
  display: inline-flex;
  padding: 16px;
  gap: 11px;
  border-radius: 24px;
  color: white;
  font: normal normal 600 19px/26px Segoe UI;
}

.main-title {
  font: normal normal bold 47px/60px Raleway;
}
@media (max-width: 500px) {
  .main-title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
}

.main-img {
  max-width: 100%;
}

.main-img-text {
  margin-top: -8rem;
  margin-left: 4rem;
  display: inline-flex;
  font: normal normal 600 22px/32px Raleway;
  background-color: #4f3960;
  color: white;
  padding: 16px;
  border-radius: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1400px) {
  .main-img-text {
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .main-img-text {
    margin-left: 4rem;
  }
}
@media (max-width: 980px) {
  .main-img-text {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .main-img-text {
    margin-top: -2rem;
    font-size: 16px;
    line-height: 24px;
  }
}

.checkboxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkboxes div {
  display: flex;
  gap: 18px;
}
.checkboxes div img {
  -o-object-fit: contain;
     object-fit: contain;
}

.box-after {
  display: flex;
  flex-direction: column;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #f5dacf;
  border-radius: 25px;
  padding: 16px;
}
.box-after-box {
  display: flex;
  gap: 4px;
}
@media (max-width: 600px) {
  .box-after-box {
    flex-direction: column;
  }
}
.box-after-one, .box-after-two {
  text-align: center;
  position: relative;
}
.box-after-one__text, .box-after-two__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  background-color: #38062c;
  border-radius: 15px;
  color: white;
  padding: 10px 25px;
  font: normal normal bold 18px/28px Muli;
}

.testimonial {
  display: flex;
  border: 1px solid #707070;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 25px;
  padding: 16px;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .testimonial {
    flex-direction: column;
  }
}
.testimonial:nth-of-type(2), .testimonial:nth-of-type(4) {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .testimonial:nth-of-type(2), .testimonial:nth-of-type(4) {
    flex-direction: column;
  }
}
.testimonial img:first-of-type {
  max-height: 270px;
}
.testimonial img:nth-of-type(2) {
  max-height: 244px;
}
.testimonial img:nth-of-type(3) {
  max-height: 300px;
}
.testimonial img:nth-of-type(4) {
  max-height: 328px;
}
.testimonial-title {
  color: #4f3960;
  font-size: 22px;
  font-weight: 600;
}
.testimonial-text {
  color: #414141;
  font-size: 18px;
}
.testimonial-author {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

.link {
  font: normal normal bold 30px/35px Raleway;
  text-decoration: underline;
  color: #0000ff;
}
@media (max-width: 500px) {
  .link {
    font-size: 22px;
    line-height: 28px;
  }
}

.comments-section {
  margin: 3rem 0;
}

.hr-line {
  background-color: #414141;
  margin-top: 32px;
}

.comment-title {
  font-size: 30px;
  font-weight: bold;
}

.comments-list {
  margin-bottom: 2rem;
}
.comments-list .comment-item {
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.comments-list .comment-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.comments-list .comment-item-name {
  font: normal normal bold 18px/28px Muli;
}
.comments-list .comment-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.comment-box {
  margin-top: 92px;
  background: #f2f2f2;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0666666667);
  padding: 2rem 2rem 1.2rem 2rem;
  position: relative;
}

.comment-input {
  width: 100%;
  min-height: 150px;
  border: 0px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 1rem;
  font-size: 16px;
  resize: vertical;
  margin-bottom: 1.2rem;
  font-family: inherit;
}

.comment-name-input {
  width: 100%;
  border: 0px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 1rem;
  font-size: 16px;
  resize: vertical;
  margin-bottom: 1.2rem;
  font-family: inherit;
}

.comment-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.toolbar-left {
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
}
.toolbar-left img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 460px) {
  .toolbar-left {
    gap: 16px;
  }
}

.toolbar-divider {
  width: 1px;
  height: 28px;
  background: #e0e0e0;
}

.toolbar-left img {
  width: 22px;
  height: 22px;
  opacity: 0.7;
}

.photo-error {
  margin-top: 16px;
  color: #ce2a00;
  font-size: 13px;
  margin-left: 0.7rem;
  display: none;
}

.comment-btn {
  background: #edb39d;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 0.7rem 2.2rem;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  margin-left: 1.5rem;
}

.comment-btn:hover {
  background: #e09a7b;
}

.summary-header {
  background-image: url(../img/head_bg_callpage.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.summary-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
}
.summary-header-logo p:first-of-type {
  font: normal normal normal 40px/47px Rubik;
}
.summary-header-logo p:nth-of-type(2) {
  font-family: pf-signskript, sans-serif;
  font-size: 56px;
  line-height: 60px;
  font-weight: bold;
  color: #c27c77;
}
.summary-content {
  padding: 0 20px;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
.summary-content-title {
  margin-top: 5rem;
  color: #317761;
  font: normal normal bold 47px/60px Raleway;
}
@media (max-width: 600px) {
  .summary-content-title {
    margin-top: 1rem;
    font-size: 32px;
    margin-bottom: 1rem;
  }
}
.summary-content-undertitle {
  font: normal normal 600 22px/32px Raleway;
}
.summary-content-undertitle span {
  color: #208824;
  font-weight: 800;
}
@media (max-width: 600px) {
  .summary-content-undertitle {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 1rem;
  }
}

.above-button {
  font: normal normal bold 22px/28px Muli;
}
.above-button span {
  color: #208824;
}

.button-visible {
  background-color: #317761;
  border-radius: 25px;
  color: white;
  font-size: 30px;
  padding: 35px 0;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.button-visible:hover {
  background-color: #37aa86;
}
@media (max-width: 600px) {
  .button-visible {
    font-size: 24px;
  }
}

.button-hidden {
  display: none;
  border: 5px solid #317761;
  font-size: 75px;
  border-radius: 25px;
}
@media (max-width: 600px) {
  .button-hidden {
    font-size: 48px;
  }
}

.button-pixel {
  border: 5px solid #317761;
  font-size: 75px;
  border-radius: 25px;
}
@media (max-width: 600px) {
  .button-pixel {
    font-size: 48px;
  }
}

.footer {
  padding: 50px 0 40px;
  text-align: center;
  margin-bottom: 2rem;
}
.footer__text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.copyright {
  margin-bottom: 2.3rem;
}

.attachments {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
.attachments a {
  text-decoration: underline;
}

@media (max-width: 1160px) {
  .body-container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .body-container {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .body-container {
    max-width: 100%;
  }
  .attachments {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */