:root {
   --bs-white-rgb: 255, 255, 255;
   --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   --bs-body-font-family: var(--bs-font-sans-serif);
   --bs-body-font-size: 1rem;
   --bs-body-font-weight: 400;
   --bs-body-line-height: 1.5;
   --bs-body-color: #212529;
   --bs-body-bg: #fff;
   --bs-secondary-color: rgba(33, 37, 41, 0.75);
   --bs-secondary-bg: #e9ecef;
   --bs-tertiary-bg: #f8f9fa;
   --bs-heading-color: inherit;
   --bs-link-color-rgb: 13, 110, 253;
   --bs-link-hover-color-rgb: 10, 88, 202;
   --bs-border-width: 1px;
   --bs-border-style: solid;
   --bs-border-color: #dee2e6;
   --bs-border-radius: 0.375rem;
}
body {
   margin: 0;
   font-family: var(--bs-body-font-family);
   font-size: var(--bs-body-font-size);
   font-weight: var(--bs-body-font-weight);
   line-height: var(--bs-body-line-height);
   text-align: var(--bs-body-text-align);
   background-color: var(--bs-body-bg);
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: transparent;
   font-family: Poppins, sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.6;
   color: #242424;
   background-color: #ebebeb;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
   margin-top: 0;
   margin-bottom: 0.5rem;
   color: var(--bs-heading-color);
}
.h1,
h1 {
   font-size: calc(1.375rem + 1.5vw);
}
.h2,
h2 {
   font-size: calc(1.325rem + 0.9vw);
}
.h3,
h3 {
   font-size: calc(1.3rem + 0.6vw);
}
.h4,
h4 {
   font-size: calc(1.275rem + 0.3vw);
}
p,
ul {
   margin-top: 0;
}
address {
   font-style: normal;
   line-height: inherit;
}
ul {
   padding-left: 2rem;
}
address,
p,
ul {
   margin-bottom: 1rem;
}
ul ul {
   margin-bottom: 0;
}
strong {
   font-weight: bolder;
}
a {
   color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
   text-decoration: underline;
}
a:hover {
   --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
   color: inherit;
   text-decoration: none;
}
img,
svg {
   vertical-align: middle;
}
label {
   display: inline-block;
}
button {
   border-radius: 0;
}
button:focus:not(:focus-visible) {
   outline: 0;
}
button,
input,
select {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}
button,
select {
   text-transform: none;
}
select {
   word-wrap: normal;
}
select:disabled {
   opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
   display: none !important;
}
[type="button"],
[type="submit"],
button {
   -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
   cursor: pointer;
}
::-moz-focus-inner {
   padding: 0;
   border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
   padding: 0;
}
::-webkit-inner-spin-button {
   height: auto;
}
::-webkit-search-decoration {
   -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
   padding: 0;
}
::file-selector-button {
   font: inherit;
   -webkit-appearance: button;
}
[hidden] {
   display: none !important;
}
.img-fluid {
   max-width: 100%;
   height: auto;
}
.container,
.row {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
}
.container {
   width: 100%;
   padding-right: calc(var(--bs-gutter-x) * 0.5);
   padding-left: calc(var(--bs-gutter-x) * 0.5);
   margin-right: auto;
   margin-left: auto;
}
.row {
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(-1 * var(--bs-gutter-y));
   margin-right: calc(-0.5 * var(--bs-gutter-x));
   margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
   flex-shrink: 0;
   width: 100%;
   max-width: 100%;
   padding-right: calc(var(--bs-gutter-x) * 0.5);
   padding-left: calc(var(--bs-gutter-x) * 0.5);
   margin-top: var(--bs-gutter-y);
}
.col-4 {
   flex: 0 0 auto;
   width: 33.33333333%;
}
.col-12,
.col-8 {
   flex: 0 0 auto;
   width: 66.66666667%;
}
.col-12 {
   width: 100%;
}
.form-control {
   display: block;
   width: 100%;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: var(--bs-body-color);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: var(--bs-body-bg);
   background-clip: padding-box;
   border: var(--bs-border-width) solid var(--bs-border-color);
   border-radius: var(--bs-border-radius);
   transition:
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
}
.form-control:focus {
   color: var(--bs-body-color);
   background-color: var(--bs-body-bg);
   border-color: #86b7fe;
   outline: 0;
   box-shadow: 0 0 0 0.25rem #0d6efd40;
}
.form-control::-webkit-date-and-time-value {
   min-width: 85px;
   height: 1.5em;
   margin: 0;
}
.form-control::-webkit-datetime-edit {
   display: block;
   padding: 0;
}
.form-control::placeholder {
   color: var(--bs-secondary-color);
   opacity: 1;
}
.form-control:disabled {
   background-color: var(--bs-secondary-bg);
   opacity: 1;
}
.form-control::file-selector-button {
   padding: 0.375rem 0.75rem;
   margin: -0.375rem -0.75rem;
   margin-inline-end: 0.75rem;
   color: var(--bs-body-color);
   background-color: var(--bs-tertiary-bg);
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: var(--bs-border-width);
   border-radius: 0;
   transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
   background-color: var(--bs-secondary-bg);
}
.btn {
   color: var(--bs-btn-color);
   background-color: var(--bs-btn-bg);
   --bs-btn-padding-x: 0.75rem;
   --bs-btn-padding-y: 0.375rem;
   --bs-btn-font-family: ;
   --bs-btn-font-size: 1rem;
   --bs-btn-font-weight: 400;
   --bs-btn-line-height: 1.5;
   --bs-btn-color: var(--bs-body-color);
   --bs-btn-bg: transparent;
   --bs-btn-border-width: var(--bs-border-width);
   --bs-btn-border-color: transparent;
   --bs-btn-border-radius: var(--bs-border-radius);
   --bs-btn-hover-border-color: transparent;
   --bs-btn-disabled-opacity: 0.65;
   --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
   display: inline-block;
   padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
   font-family: var(--bs-btn-font-family);
   font-size: var(--bs-btn-font-size);
   font-weight: var(--bs-btn-font-weight);
   line-height: var(--bs-btn-line-height);
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   -webkit-user-select: none;
   user-select: none;
   border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
   border-radius: var(--bs-btn-border-radius);
   transition:
      color 0.15s ease-in-out,
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
}
.btn:hover {
   color: var(--bs-btn-hover-color);
   background-color: var(--bs-btn-hover-bg);
   border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
   color: var(--bs-btn-hover-color);
   background-color: var(--bs-btn-hover-bg);
   border-color: var(--bs-btn-hover-border-color);
   outline: 0;
   box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
   color: var(--bs-btn-active-color);
   background-color: var(--bs-btn-active-bg);
   border-color: var(--bs-btn-active-border-color);
}
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
   box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
   color: var(--bs-btn-disabled-color);
   pointer-events: none;
   background-color: var(--bs-btn-disabled-bg);
   border-color: var(--bs-btn-disabled-border-color);
   opacity: var(--bs-btn-disabled-opacity);
}
.modal {
   --bs-modal-zindex: 1055;
   position: fixed;
   top: 0;
   left: 0;
   z-index: var(--bs-modal-zindex);
   display: none;
   width: 100%;
   height: 100%;
   overflow-x: hidden;
   overflow-y: auto;
   outline: 0;
}
.placeholder {
   display: inline-block;
   min-height: 1em;
   vertical-align: middle;
   cursor: wait;
   background-color: currentcolor;
   opacity: 0.5;
}
.placeholder.btn:before {
   display: inline-block;
   content: "";
}
.object-fit-cover {
   object-fit: cover !important;
}
.overflow-hidden {
   overflow: hidden !important;
}
.d-block {
   display: block !important;
}
.d-flex {
   display: flex !important;
}
.d-none {
   display: none !important;
}
.position-relative {
   position: relative !important;
}
.position-absolute {
   position: absolute !important;
}
.border {
   border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
   width: 100% !important;
}
.h-100 {
   height: 100% !important;
}
.flex-shrink-0 {
   flex-shrink: 0 !important;
}
.flex-wrap {
   flex-wrap: wrap !important;
}
.justify-content-center {
   justify-content: center !important;
}
.align-items-center {
   align-items: center !important;
}
.mt-4 {
   margin-top: 1.5rem !important;
}
.mt-5 {
   margin-top: 3rem !important;
}
.mb-0 {
   margin-bottom: 0 !important;
}
.mb-2 {
   margin-bottom: 0.5rem !important;
}
.mb-3 {
   margin-bottom: 1rem !important;
}
.mb-4 {
   margin-bottom: 1.5rem !important;
}
.mb-5 {
   margin-bottom: 3rem !important;
}
.p-4 {
   padding: 1.5rem !important;
}
.py-2 {
   padding-top: 0.5rem !important;
   padding-bottom: 0.5rem !important;
}
.fw-bold {
   font-weight: 700 !important;
}
.text-center {
   text-align: center !important;
}
.text-white {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
html {
   scroll-behavior: smooth;
}
.container--main {
   background-color: #fff;
}
.h5,
h5 {
   color: #d50e55;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
   line-height: 1.1;
   font-weight: 700;
}
.h1,
.h2,
a,
a:hover,
h1,
h2 {
   color: #d50e55;
}
.h1,
h1 {
   font-size: 2.625rem;
}
.h2,
h2 {
   font-size: 2rem;
}
.h3,
.h4,
h3,
h4 {
   font-size: 1.5rem;
   color: #242424;
}
.h4,
h4 {
   font-size: 1.25rem;
}
.h5,
h5 {
   font-size: 1.125rem;
   text-transform: uppercase;
}
.fs-14 {
   font-size: 14px;
}
.btn {
   font-size: 1.25rem;
   font-weight: 700;
   line-height: 1.1;
   padding: 0.75rem 1rem;
   border-radius: 6px;
   border: 1px solid #ffdb7e;
   background: var(--Color-3---CP, #ffcb45);
   box-shadow: 0 4px 10px #0000001a;
}
.btn:active,
.btn:focus {
   box-shadow: none !important;
   outline: 0 !important;
}
.list {
   list-style: none;
   padding-bottom: 0.625rem;
   padding-left: 50px;
   padding-right: 20px;
}
.list__item {
   position: relative;
   font-weight: 500;
   margin-bottom: 0.625rem;
   padding-left: 1rem;
   line-height: 1.3;
   margin-bottom: 0;
   margin-top: 1rem;
}
.list__item:before {
   position: absolute;
   content: url(../img/icon__good-3554e5cf.png);
   left: -30px;
   top: 50%;
   transform: translateY(-50%);
}
.list__item--wrong:before {
   position: absolute;
   content: url(../img/icon__wrong-9ab868be.png);
}
.list__item--good-2:before,
.list__item--good-3:before {
   position: absolute;
   content: url(../img/icon__good-2-feadee1b.png);
   top: 5px;
   transform: translateY(0);
}
.list__item--good-3:before {
   content: url(../img/icon__good-3-b2c35294.png);
}
.list__item--circle {
   font-size: 14px;
   font-weight: 400;
}
.list__item--circle:before {
   content: "";
   top: 0;
   transform: unset;
   width: 24px;
   height: 24px;
   border: 6px solid #dc1847;
   border-radius: 30px;
}
.section-title {
   border-left: 8px solid #d50e55;
   padding-left: 30px;
   margin: 1.5rem 0;
   color: #242424;
}
:target:before {
   content: "";
   display: block;
   height: 2rem;
   margin-top: -2rem;
}
.main__img {
   z-index: -1;
}
.hero {
   padding-top: 2rem;
}
.hero__title--small {
   font-size: 2rem;
   color: #242424;
}
.hero__list {
   list-style: none;
   padding-bottom: 0.625rem;
   padding-left: 2.75rem;
}
.hero__list-item {
   position: relative;
   color: #d50e55;
   font-weight: 700;
   margin-bottom: 0.625rem;
   padding-left: 1rem;
}
.hero__list-item:before {
   position: absolute;
   content: url(../img/icon__arrow-check-aaf0283b.png);
   width: 1.875rem;
   height: 1.875rem;
   left: -1.875rem;
}
.box-list {
   background-color: #fdf7f8;
   border: 2px solid #ededed;
   border-radius: 8px;
   overflow: hidden;
}
.box-list__title {
   background-color: #d50e55;
   padding: 20px;
   color: #fff;
}
.box-list__title--green {
   background-color: #06a4a4;
}
.box-list__title--green .h2,
.box-list__title--green h2 {
   color: #fff;
   font-weight: 400;
}
.box-list--green {
   background-color: #f0fbfa;
}
.box-list--yellow {
   background-color: #ffcc16;
   margin-bottom: 0;
   padding: 20px 10px;
}
.number {
   border-radius: 40px;
   background: #242424;
   box-shadow: 0 5px 20px #ffffff4d;
   color: #fff;
   width: 40px;
   height: 40px;
   padding: 8px 0;
   font-size: 1.5rem;
   font-weight: 700;
   margin-bottom: 1rem;
   display: flex;
   justify-content: center;
   align-items: center;
}
.testimonial-box {
   border-radius: 5px;
   border: 1px solid #f8e5ef;
   background: #fff6fb;
   box-shadow: 0 0 15px #0000000f;
   padding: 30px;
}
.testimonial-box__title {
   color: #d50e55;
   margin-bottom: 1rem;
}
.testimonial-box__name,
.testimonial-box__rate {
   font-weight: 700;
   color: #d50e55;
   line-height: 1;
}
.testimonial-box__age {
   font-weight: 400;
}
.image-before-after__wrapper {
   width: 100%;
   display: flex;
   flex-direction: column;
}
.image-before-after__text {
   padding: 1rem;
   font-weight: 800;
   font-size: 1rem;
   background-color: #06a4a4;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 0;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
}
.image-before-after__text--before {
   background-color: #242424;
}
.logos__item {
   padding: 0 15px;
   text-align: center;
}
.charts {
   padding-top: 30px;
   padding-bottom: 30px;
   overflow: hidden;
}
.charts__item {
   border-radius: 8px 8px 0 0;
   padding: 15px;
   border-bottom: 1px solid #fff;
   background: #cc3ac6;
}
.charts__title {
   text-transform: uppercase;
   color: #fff;
   padding: 8px;
   font-weight: 700;
}
.advantages__item {
   padding: 22px 0;
   border-bottom: 1px solid #d50e55;
}
.advantages__text {
   font-size: 14px;
   font-weight: 700;
   margin-bottom: 0;
   padding: 10px;
}
.advantages__arrow {
   display: none;
}
.old-price {
   color: #868686;
   text-decoration: line-through;
   font-weight: 400;
   font-size: 1.5rem;
   padding-right: 0.5rem;
   margin-left: 10px;
}
.new-price {
   color: #d50e79;
   font-size: 2rem;
   font-weight: 700;
   margin-left: 10px;
}
.footer {
   color: #242424;
   font-size: 12px;
   letter-spacing: 0.1em;
   padding-top: 50px;
   padding-bottom: 50px;
   font-weight: 400;
}
.pink-tag {
   display: inline-block;
   padding: 4px 10px;
   font-size: 14px;
   line-height: 18px;
   background-color: #d50e79;
   border-radius: 30px;
   margin-left: 10px;
}
.form {
   border: 1px solid #f8e5ef;
   background: #fff6fb;
   font-size: 14px;
   padding-top: 80px;
   padding-bottom: 80px;
}
.form__title {
   color: #242424;
}
.form__text {
   font-size: 18px;
   margin: 20px 0;
}
.form__req {
   color: red;
}
.form .form-control::placeholder {
   color: #ededed;
   font-size: 14px;
}
.form .form-control {
   border-color: #d1d1d1;
}
*,
:after,
:before {
   box-sizing: border-box;
}
* {
   margin: 0;
}
body,
html {
   height: 100%;
}
html {
   font-size: 16px !important;
}
body {
   color: var(--adm-font-base);
   position: relative;
}
:root {
   --adm-font-base: #111827;
}
@media (min-width: 576px) {
   .container {
      max-width: 540px;
   }
}
@media (min-width: 768px) {
   .container {
      max-width: 720px;
   }
}
@media (min-width: 992px) {
   .container {
      max-width: 960px;
   }
   .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
   }
   .col-lg-4,
   .col-lg-5 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .col-lg-5 {
      width: 41.66666667%;
   }
   .col-lg-10,
   .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
   }
   .col-lg-10 {
      width: 83.33333333%;
   }
   .offset-lg-4 {
      margin-left: 33.33333333%;
   }
   .d-lg-block {
      display: block !important;
   }
   .d-lg-flex {
      display: flex !important;
   }
   .d-lg-none {
      display: none !important;
   }
   .order-lg-0 {
      order: 0 !important;
   }
   .order-lg-1 {
      order: 1 !important;
   }
   .text-lg-end {
      text-align: right !important;
   }
   .btn {
      padding: 1rem 2rem;
   }
}
@media screen and (min-width: 992px) {
   .container--main {
      padding: 3rem 4.375rem;
      box-shadow: 0 15px 50px #0000000d;
      border-radius: 5px;
   }
   .h1,
   h1 {
      font-size: 3.25rem;
   }
   .h3,
   h3 {
      font-size: 2rem;
   }
   .h4,
   h4 {
      font-size: 1.5rem;
   }
   .w-lg-50 {
      width: 50%;
   }
   .hero__title--small {
      font-size: 2.625rem;
   }
   .hero__list-item:before {
      width: 2.75rem;
      height: 1.6875rem;
      left: -2.75rem;
   }
   .box-list .list {
      font-size: 18px;
   }
   .image-before-after__wrapper {
      width: 50%;
   }
   .advantages {
      background: url(../img/product.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      padding-top: 60px;
      padding-bottom: 60px;
   }
   .advantages__item {
      margin-top: 20px;
      border-bottom: none;
   }
   .advantages__text {
      width: 75%;
   }
   .advantages__arrow {
      display: block;
   }
}
@media (min-width: 1200px) {
   .h1,
   h1 {
      font-size: 2.5rem;
   }
   .h2,
   h2 {
      font-size: 2rem;
   }
   .h3,
   h3 {
      font-size: 1.75rem;
   }
   .h4,
   h4 {
      font-size: 1.5rem;
   }
   .container {
      max-width: 1140px;
   }
   .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
   }
}
@media (min-width: 1400px) {
   .container {
      max-width: 1320px;
   }
   .col-xxl-4,
   .col-xxl-6 {
      flex: 0 0 auto;
      width: 33.33333333%;
   }
   .col-xxl-6 {
      width: 50%;
   }
}
@media screen and (min-width: 1400px) {
   .h1,
   h1 {
      font-size: 5.625rem;
   }
}
@media screen and (min-width: 1440px) {
   .container {
      max-width: 1410px;
   }
   .container--main {
      max-width: 1070px;
   }
}
@media screen and (max-width: 991px) {
   .hero {
      background: url(../img/bg__hero-8a0c4e2b.png);
      background-size: cover;
      background-repeat: no-repeat;
      padding-bottom: 2rem;
   }
   .section-main {
      background-color: #fff;
   }
}
@media (prefers-reduced-motion: no-preference) {
   :root {
      scroll-behavior: smooth;
   }
}
@media (prefers-reduced-motion: reduce) {
   .btn,
   .form-control {
      transition: none;
   }
   .form-control::file-selector-button {
      transition: none;
   }
}
