@charset "UTF-8";
.shadrin {
  padding-bottom: 90px;
}
.shadrin.-full {
  background: url("/assets/images/shadrin/bg-clean.webp") no-repeat center/cover;
}
.shadrin.-full .shadrin__jumbotron--footer {
  display: none;
}
.shadrin.-thanks {
  background: url("/assets/images/shadrin/bg-clean.webp") no-repeat center/cover;
}
.shadrin.-thanks .shadrin__jumbotron {
  display: none;
}
.shadrin.-thanks .main-content__form-wrapper {
  background: transparent;
  margin-top: 62px;
}
@media (max-width: 700px) {
  .shadrin .main-content__form-title {
    font-size: 21px;
  }
}
.shadrin + .base-candidate {
  display: none;
}
.shadrin__button {
  background: linear-gradient(0deg, #ac535e 0%, #ee8f9d 100%);
  box-shadow: 0 3px 0 0 #723139;
  color: white;
  cursor: pointer;
  display: block;
  font-family: Lazurski, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.shadrin__button.-outline {
  border: 1px solid #ee8f9d;
  color: #cf7682;
  background: white;
}
.shadrin__button.-inline {
  box-shadow: none;
  display: inline-block;
  padding: 20px 25px;
  white-space: nowrap;
  width: auto;
}
.shadrin__button.-small {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 20px;
  text-transform: none;
}
.shadrin__button.-positive {
  background: #54b650;
}
.shadrin__button.-negative {
  background: #f9f8f8;
  color: #9f9f9f;
}
.shadrin__button.-wrap {
  white-space: normal;
}
.shadrin__button.-flex {
  flex: 1 1 250px;
}
.shadrin__button.-sans {
  font-family: Geometria, sans-serif;
}
.shadrin__button.-no-wrap {
  white-space: nowrap;
}
.shadrin__button.-no-shadow {
  box-shadow: none;
  font-weight: normal;
  font-size: 16px;
  padding: 19px 20px;
}
.shadrin__button--choice {
  display: none;
}
.shadrin__button--choice + *:before {
  content: "";
  align-self: start;
  background: url(/assets/templates/new-design/svgs/check-grey.svg) no-repeat center/contain;
  flex: 0 0 20px;
  height: 16px;
  margin-right: 6px;
  width: 20px;
}
@media (min-width: 768px) {
  .shadrin__button--choice + *:before {
    align-self: center;
  }
}
.shadrin__button--choice + * {
  align-items: center;
  border-radius: 5px;
  border: 1px solid #f3f2f3;
  background: var(--Input-BG-Color, #f9f8f8);
  color: #9f9f9f;
  cursor: pointer;
  display: flex;
  font-family: Geometria, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  padding: 15px 20px;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .shadrin__button--choice + * {
    font-size: 16px;
  }
}
.shadrin__button--choice:checked + *:before {
  background: url(/assets/templates/new-design/svgs/check-white.svg) no-repeat center/contain;
}
.shadrin__button--choice:checked + * {
  background-color: #54b650;
  color: white;
}
.shadrin__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.shadrin__jumbotron {
  background: url("/assets/images/shadrin/bg@2x.webp") no-repeat center/cover;
  padding: 30px 0 140px;
  margin-bottom: -140px;
}
@media (max-width: 479px) {
  .shadrin__jumbotron {
    margin-bottom: -150px;
  }
}
.shadrin__jumbotron--about {
  display: none;
  margin-top: 5px;
}
.shadrin__jumbotron--about .shadrin__jumbotron--more {
  display: none;
}
.shadrin__jumbotron--about.-opened {
  display: block;
}
.shadrin__jumbotron--container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
.shadrin__jumbotron--col {
  flex: 1 1 350px;
}
.shadrin__jumbotron--col.-left {
  padding: 0;
}
@media (min-width: 800px) {
  .shadrin__jumbotron--col.-left {
    padding: 50px 0;
  }
}
.shadrin__jumbotron--col.-right {
  align-self: end;
  text-align: center;
}
.shadrin__jumbotron--description {
  color: #000;
  font-family: Geometria, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
@media (min-width: 800px) {
  .shadrin__jumbotron--description {
    font-size: 21px;
    text-align: left;
    max-width: 584px;
  }
}
.shadrin__jumbotron--footer {
  color: #000;
  font-family: Geometria, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 800px) {
  .shadrin__jumbotron--footer {
    font-size: 21px;
    max-width: 584px;
    text-align: left;
  }
}
.shadrin__jumbotron--heading {
  color: #1d1d1d;
  display: none;
  font-family: Lazurski, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px !important;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  .shadrin__jumbotron--heading {
    display: block;
    font-size: 36px;
    margin-bottom: 30px !important;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .shadrin__jumbotron--heading {
    font-size: 56px;
  }
}
.shadrin__jumbotron--heading span {
  color: #cc6978;
}
@media (max-width: 1023px) {
  .shadrin__jumbotron--img {
    max-width: 50vw;
  }
}
@media (max-width: 400px) {
  .shadrin__jumbotron--img {
    max-width: 300px;
  }
}
.shadrin__jumbotron--more {
  align-items: center;
  display: inline-flex;
  color: #c86675;
  cursor: pointer;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 5px;
  line-height: 1;
  margin-bottom: 0;
  text-decoration: underline;
}
.shadrin__jumbotron--more.-opened svg {
  transform: rotate(0deg);
}
.shadrin__jumbotron--more svg {
  height: 12px;
  transition: 0.3s all;
  transform: rotate(-90deg);
  width: 12px;
}
.shadrin__jumbotron--question {
  border-radius: 50%;
  background: #54b650;
  color: #fff;
  display: inline-block;
  font-family: "Geometria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: -3px;
  width: 16px;
}
@media (min-width: 800px) {
  .shadrin__jumbotron--question {
    font-size: 12px;
    height: 22px;
    line-height: 25px;
    margin: 0 0 0 0;
    width: 22px;
    top: -3px;
  }
}
.shadrin__jumbotron--subtitle {
  color: #000;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px !important;
  text-align: center;
}
@media (min-width: 800px) {
  .shadrin__jumbotron--subtitle {
    font-size: 21px;
    margin-bottom: 16px !important;
    text-align: left;
  }
}
.shadrin__form--control {
  flex: 1 1 250px;
}
.shadrin__form--control.-max-half {
  max-width: 520px;
}
.shadrin__form--input {
  background: #f9f8f8;
  border: 1px solid #f3f2f3;
  border-radius: 5px;
  display: block;
  font-size: 13px;
  font-family: Geometria, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 18px 20px;
  width: 100%;
}
.shadrin__form--input::placeholder {
  color: #9f9f9f;
}
.shadrin__form--group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.shadrin__form--label {
  color: #fff;
  display: block;
  font-family: Geometria, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}
.shadrin__form--label.-dark {
  color: #333;
}
.shadrin__form--legal {
  color: rgba(0, 0, 0, 0.25);
  font-family: Geometria, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  flex: 1 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .shadrin__form--legal {
    font-size: 12px;
    text-align: left;
  }
}
.shadrin__form--legal a {
  color: #cc6978;
  text-decoration: underline;
}
.shadrin__form--radio {
  display: block;
  flex: 1 1 115px;
  margin: 0;
}
.shadrin__form--radio [type=radio] {
  display: none;
}
.shadrin__form--radio [type=radio]:checked + span {
  border-radius: 5px;
  background: #54b650;
  color: white;
}
.shadrin__form--radio [type=radio]:checked + span::before {
  background-image: url(/assets/images/shadrin/check-done-white.svg);
}
.shadrin__form--radio span {
  align-items: center;
  border-radius: 5px;
  background: white;
  color: #9f9f9f;
  cursor: pointer;
  display: flex;
  font-family: Geometria, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  gap: 6px;
  padding: 15px;
  transition: 0.3s all;
}
.shadrin__form--radio span::before {
  content: "";
  background: url(/assets/images/shadrin/check-done-grey.svg) no-repeat center/cover;
  height: 22px;
  width: 22px;
}
.shadrin__form--row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.shadrin__form--row.-align-end {
  align-items: end;
}
.shadrin__form--rows {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.shadrin__nav {
  border-top: 2px solid #f8f4f4;
  margin-top: 25px;
  padding-top: 25px;
}
@media (min-width: 748px) {
  .shadrin__nav {
    border: 0;
    padding: 0 50px;
    margin-top: 50px;
  }
}
.shadrin__nav.-no-border {
  border: 0;
}
.shadrin__nav--choice {
  flex: 1 1 250px;
  margin: 0;
}
.shadrin__nav--choice:first-of-type {
  order: 1;
}
.shadrin__nav--group {
  display: flex;
  flex-wrap: wrap;
  /*gap: 15px 20px;*/
  justify-content: space-between;
}
@media (min-width: 748px) {
  .shadrin__nav--group {
    justify-content: center;
  }
}
.shadrin__nav--group + .shadrin__nav--group {
  border-top: 2px solid #f8f4f4;
  padding-top: 25px;
  margin-top: 25px;
}
@media (min-width: 748px) {
  .shadrin__nav--group + .shadrin__nav--group {
    padding-top: 45px;
    margin-top: 45px;
  }
}
.shadrin__pink {
  color: #cc6978;
}
.shadrin__page {
  display: none;
}
.shadrin__page.-current {
  display: block;
}
.shadrin__splide--buttons {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 32px;
}
@media (min-width: 641px) {
  .shadrin__splide--buttons {
    display: none;
  }
}
.shadrin__splide--prev {
  border-radius: 5px 0 0;
}
.shadrin__splide--next {
  border-radius: 0 0 5px 0;
}
.shadrin__splide--prev, .shadrin__splide--next {
  color: white;
  background-color: #cc6978;
  display: block;
  padding: 10px;
}
.shadrin__self--form .main-content__form-info {
  justify-content: start;
}
.shadrin__self--radio {
  display: block;
  flex: 1 1;
  margin: 0;
}
.shadrin__self--radio [type=radio] {
  display: none;
}
.shadrin__self--radio [type=radio]:checked + span {
  border: 1px solid #f3f2f3;
  background: linear-gradient(0deg, #ac535e 0%, #ee8f9d 100%);
  color: white;
}
.shadrin__self--radio [type=radio]:checked + span::before {
  background-image: url(/assets/images/shadrin/done-white.svg);
}
.shadrin__self--radio span {
  align-items: center;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: #f9f8f8;
  color: #6b6b6b;
  cursor: pointer;
  display: flex;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  gap: 6px;
  padding: 15px;
}
.shadrin__self--radio span::before {
  content: "";
  background: url(/assets/images/shadrin/done-grey.svg) no-repeat center/cover;
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
}
.shadrin__step {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 30px 100px 0 rgba(47, 13, 30, 0.06);
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 748px) {
  .shadrin__step {
    padding: 50px 20px;
  }
}
.shadrin__step.-thanks {
  background-color: transparent;
  box-shadow: none;
  padding: 50px 0 0;
}
@media (min-width: 1280px) {
  .shadrin__step.-thanks {
    padding: 50px 0 0;
  }
}
.shadrin__step--caption {
  border-bottom: 1px solid #f7f2f2;
  background: white;
  color: #c2b5b8;
  display: block;
  font-size: 12px;
  font-family: Geometria, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 748px) {
  .shadrin__step--caption {
    border: 0;
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    left: -10px;
    margin-bottom: 0;
    padding: 0 10px;
    top: -40px;
  }
}
.shadrin__step--description {
  color: #191919;
  font-family: Geometria, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 140%;
}
@media (min-width: 748px) {
  .shadrin__step--description {
    font-size: 15px;
    line-height: 160%;
    max-width: 750px;
  }
}
.shadrin__step--description.-bold {
  font-weight: 500;
}
.shadrin__step--description.-sub {
  margin-bottom: 25px;
}
.shadrin__step--description.-sup {
  margin-top: 25px;
}
@media (min-width: 748px) {
  .shadrin__step--description.-max {
    max-width: 750px;
  }
}
.shadrin__step--description + .shadrin__step--description {
  margin-top: 16px;
}
@media (min-width: 748px) {
  .shadrin__step--description.-center-desktop {
    text-align: center;
  }
}
.shadrin__step--description li {
  list-style: disc inside;
}
.shadrin__step--divider {
  border-top: 2px solid #f8f4f4;
  margin: 20px 0;
}
@media (min-width: 748px) {
  .shadrin__step--divider {
    margin: 32px 0;
  }
}
.shadrin__step--heading {
  color: #2c0e16;
  font-family: Lazurski, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}
@media (min-width: 748px) {
  .shadrin__step--heading {
    font-size: 27px;
  }
}
@media (min-width: 748px) {
  .shadrin__step--heading.-max {
    max-width: 750px;
  }
}
@media (min-width: 748px) {
  .shadrin__step--inner {
    border: 2px solid #f8f4f4;
    border-radius: 5px;
    padding: 30px 50px 50px;
  }
}
.shadrin__step--inner > *:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.shadrin__start {
  border-radius: 5px 40px;
  box-shadow: 0 48px 111px -44px rgba(51, 13, 20, 0.08);
  align-items: stretch;
  background: url(/assets/images/shadrin/texture.webp), #523d44;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 748px) {
  .shadrin__start {
    border-radius: 6px 100px;
  }
}
.shadrin__start--col {
  flex: 1 1 450px;
  padding: 30px 20px;
}
@media (min-width: 748px) {
  .shadrin__start--col {
    padding: 70px 60px;
  }
}
@media (max-width: 919px) {
  .shadrin__start--col.-left {
    padding-bottom: 0;
  }
}
@media (min-width: 920px) {
  .shadrin__start--col.-right {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.shadrin__start--description {
  color: #fff;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 748px) {
  .shadrin__start--description {
    font-size: 19px;
    line-height: 130%;
  }
}
.shadrin__start--heading {
  color: #fff;
  font-family: Lazurski, serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px !important;
  text-transform: none;
}
@media (min-width: 748px) {
  .shadrin__start--heading {
    font-size: 32px;
    line-height: 110%;
  }
}
.shadrin__type--choose:before {
  content: "";
  background: url(/assets/templates/new-design/svgs/check-white.svg) no-repeat center/contain;
  flex: 0 0;
  height: 18px;
}
.shadrin__type--choose {
  align-items: center;
  display: inline-flex;
  border-radius: 5px;
  border: 1px solid #1D1D1D;
  color: #1D1D1D;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  gap: 6px;
  justify-content: center;
  max-width: 300px;
  opacity: 0.5;
  padding: 13px 14px;
  transition: 0.3s all;
  width: 100%;
}
@media (min-width: 580px) {
  .shadrin__type--choose {
    max-width: none;
  }
}
.shadrin__type--choose.-desktop {
  display: none;
  margin-top: auto;
  max-width: 320px;
}
@media (min-width: 580px) {
  .shadrin__type--choose.-desktop {
    display: flex;
    max-width: none;
  }
}
.shadrin__type--choose.-mobile {
  display: flex;
}
@media (min-width: 580px) {
  .shadrin__type--choose.-mobile {
    display: none;
  }
}
.shadrin__type--col {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
}
.shadrin__type--col.-left {
  flex: 1 1;
  gap: 5px;
  width: 100%;
}
@media (min-width: 580px) {
  .shadrin__type--col.-left {
    flex: 1 1 200px;
    gap: 10px;
    width: auto;
  }
}
.shadrin__type--col.-right {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (min-width: 580px) {
  .shadrin__type--col.-right {
    flex: 0 0 160px;
    width: auto;
  }
}
.shadrin__type--col.-bottom {
  flex: 1 1 auto;
  width: 100%;
}
.shadrin__type--col img {
  display: inline-block;
  max-height: 140px;
}
@media (min-width: 580px) {
  .shadrin__type--col img {
    max-height: none;
  }
}
.shadrin__type--example {
  color: #9f9f9f;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}
.shadrin__type--heading {
  color: #2c0e16;
  font-family: Geometria, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
@media (min-width: 748px) {
  .shadrin__type--heading {
    font-size: 27px;
    line-height: 130%;
  }
}
.shadrin__type--heading.-pink {
  color: #cc6978;
  margin-bottom: 25px;
}
.shadrin__type--heading.-small {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 748px) {
  .shadrin__type--heading.-center-desktop {
    text-align: center;
  }
}
@media (min-width: 748px) {
  .shadrin__type--heading.-max {
    max-width: 750px;
  }
}
.shadrin__type--features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 25px;
}
.shadrin__type--features span {
  border-radius: 50px;
  border: 2px solid #6bbf67;
  color: #2c0e16;
  display: inline-block;
  font-family: Geometria, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 6px 12px;
}
.shadrin__type--features span:before {
  content: "● ";
  color: #6bbf67;
}
.shadrin__type--features.-negative span {
  border-color: #fb4b48;
}
.shadrin__type--features.-negative span:before {
  color: #fb4b48;
}
.shadrin__type--features.-bad span {
  border-color: #333;
  color: #333;
}
.shadrin__type--features.-bad span:before {
  color: #333;
}
.shadrin__type--item {
  cursor: pointer;
  display: flex;
  flex: 1 1 400px;
  margin-bottom: 0;
}
.shadrin__type--item [type=radio] {
  display: none;
}
.shadrin__type--item [type=radio]:checked + span {
  border: 2px solid #54b650;
}
.shadrin__type--item [type=radio]:checked + span::after {
  content: "";
  background: url(/assets/images/shadrin/check.svg) no-repeat center/contain;
  position: absolute;
  right: 8px;
  top: 8px;
  height: 24px;
  width: 24px;
}
.shadrin__type--item [type=radio]:checked + span .shadrin__type--choose {
  border: 1px solid #54B650;
  background: #54B650;
  color: #FFF;
  opacity: 1;
}
.shadrin__type--item [type=radio]:checked + span .shadrin__type--choose:before {
  content: "";
  background: url(/assets/templates/new-design/svgs/check-white.svg) no-repeat center/contain;
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}
.shadrin__type--item [type=radio] + span {
  align-items: stretch;
  border-radius: 5px;
  border: 2px solid #f8f4f4;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px 40px;
  justify-content: center;
  margin: 0;
  padding: 30px 20px;
  position: relative;
}
@media (min-width: 748px) {
  .shadrin__type--item [type=radio] + span {
    padding: 30px;
  }
}
@media (min-width: 580px) {
  .shadrin__type--item [type=radio] + span {
    flex-direction: row;
  }
}
.shadrin__type--list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 0;
}
.shadrin__type--text {
  color: #000;
  font-family: Geometria, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 1200px) {
  .shadrin__type--text {
    max-width: 230px;
  }
}
.shadrin__type--splide {
  border-bottom: 2px solid #f8f4f4;
  margin: 32px 0;
  padding-bottom: 32px;
  position: relative;
}
.shadrin__type--splide img {
  border-radius: 5px;
  max-width: 100%;
}
.shadrin__type--title {
  color: #000;
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .shadrin__type--title {
    max-width: 230px;
  }
}
.shadrin__type--title.-lg {
  font-size: 20px;
}
.shadrin__thanks--description {
  color: var(--Secondary-Text-Color, #191919);
  font-family: Geometria, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  text-align: center;
}
@media (min-width: 1024px) {
  .shadrin__thanks--description {
    font-size: 21px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.shadrin__thanks--description + .shadrin__thanks--description {
  margin-top: 10px;
}
.shadrin__thanks--heading {
  color: #1d1d1d;
  font-family: Lazurski;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .shadrin__thanks--heading {
    font-size: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
}
.shadrin__thanks--features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .shadrin__thanks--features {
    margin: 50px 0;
  }
}
.shadrin__thanks--feature {
  align-items: start;
  color: #222;
  display: flex;
  flex: 1 1 420px;
  gap: 8px;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.shadrin__thanks--feature::before {
  content: "";
  background: url(/assets/images/shadrin/ok.svg) no-repeat center/contain;
  height: 16px;
  width: 16px;
}
@media (min-width: 748px) {
  .shadrin__thanks--feature {
    flex: 0 0 calc(50% - 20px);
    font-size: 21px;
  }
  .shadrin__thanks--feature::before {
    height: 20px;
    width: 20px;
  }
}

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