@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/inter-v12-latin-ext-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/inter-v12-latin-ext-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* inter-700 - latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('../fonts/inter-v12-latin-ext-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/inter-v12-latin-ext-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* fira-sans-regular - latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/fira-sans-v16-latin-ext-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/fira-sans-v16-latin-ext-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* fira-sans-700 - latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('../fonts/fira-sans-v16-latin-ext-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/fira-sans-v16-latin-ext-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

figure {
  margin-bottom: 15px;
}

:root {
  --bs-body-line-height: 1.3;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px !important;
}

dl,
ol,
ul {
  margin-bottom: 15px;
}

.top-opinion {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.row>* {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  margin: 0 0 15px;
}

.ff-arial-b {
  font-family: Arial, 'sans-serif';
}

.ff-poppins-b {
  font-family: "Poppins", sans-serif;
}

.ff-roboto-b {
  font-family: "Roboto", sans-serif;
}

mark {
  background-color: #ffff00;
}


.sec-9-title-b {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #D05700;
  background-color: #FFE5D1;
  border: 1px solid #EAA675;
}

.sec-9-title-b:first-child {
  margin-top: 0 !important;
}

.text-sec-9-b {
  margin-bottom: 15px !important;
  color: #D05700;
}

.text-sec-17-b {
  color: #8491B2;
}

.text-sec-18-b {
  color: #D17F4F;
}

.text-sec-19-b {
  color: #2AAABB;
}

.text-sec-20-b {
  color: #A8B900;
}

.text-pr-1-b {
  color: #56AA41;
}

.text-pr-6-b {
  color: #D23737;
}

.text-pr-7-b {
  color: #56AA41;
}

.text-pr-5-b {
  color: #263C67;
}

.text-pr-5-b {
  color: #263C67;
}

.text-pr-9-b {
  color: #8AC83B;
}

.text-pr-10-b {
  color: #4B4B4B;
}

.bg-pr-1-b {
  background-color: #56AA41;
}

.bg-pr-4-b {
  background-color: #C31822;
}

.bg-pr-11-b {
  background-color: #2597D8;
}

.bg-pr-12-b {
  background-color: #839E18;
}

.bg-sec-21-b {
  background-color: #E2E7F5;
}

.bg-sec-8-b {
  background-color: #E9FADE;
}

.bg-sec-8-b:last-child {
  margin-bottom: 0 !important;
}

.bg-sec-16-b {
  background-color: #56AA41;
}

.bg-danger-b {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  background-color: #FFE8E8;
}

.bg-success-b {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  background-color: #F2FFE1;
}

.bg-warning-b {
  background-color: #FF9900;
}

.gradient-sec-1-b {
  background-image: linear-gradient(102.91deg, #2B8E1B 1.36%, #79B72A 98.77%);
}

.fs-lighten-b {
  /* font-size: 16px; */
}

.fs-light-b {
  /* font-size: 16px !important; */
}

.fs-medium-b {
  /* font-size: 1.125rem; */
}

.fw-800-b {
  font-weight: 800;
}

.rounded-bottom-0-b {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.warning-alert-b {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F46802;
}

.warning-alert-b-text {
  max-width: 1200px;
}

.pr-btn-b {
  min-width: 270px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  background-image: linear-gradient(180deg, #A1DD21 0%, #6A9D29 100%);
}

.break-spaces-b {
  white-space: break-spaces !important;
}

/* Form
--------------------------------------------- */
:target:before {
  /* content: ""; */
  display: block;
  height: 4rem;
  margin-top: -4rem;
}

.form {
  margin-top: 4rem;
}

.form__header {
  text-align: center;
  margin-bottom: 1rem;
}

.form__title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #1c1c1c;
}

.form__title::after {
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-90deg-right" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M9.896 2.396a.5.5 0 0 0 0 .708l2.647 2.646-2.647 2.646a.5.5 0 1 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0z"/><path fill-rule="evenodd" d="M13.25 5.75a.5.5 0 0 0-.5-.5h-6.5a2.5 2.5 0 0 0-2.5 2.5v5.5a.5.5 0 0 0 1 0v-5.5a1.5 1.5 0 0 1 1.5-1.5h6.5a.5.5 0 0 0 .5-.5z"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(90deg);
  position: relative;
  top: 4px;
}

.form__details {
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 1px solid #dddde1;
  padding: 0.75rem;
}

.form__image img {
  margin: 0 0.75rem 0 0;
  display: block;
  width: 80px;
  height: 80px;
  min-width: 80px;
}

.form__subtitle {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  color: #1c1c1c;
}

.form__price {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  color: #1c1c1c;
}

.form__delivery {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  border-radius: 50em;
  padding: 0.25rem 0.5rem;
  background-color: #c9e8ea;
  color: #1c1c1c;
}

.form__security {
  display: block;
  margin-bottom: 0;
}

.form__safe {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  color: #1c1c1c;
}

.form__ssl {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #59c114;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50em;
}

.form__ssl::before {
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-lock-fill" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 9a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2V9z"/><path fill-rule="evenodd" d="M4.5 4a3.5 3.5 0 1 1 7 0v3h-1V4a2.5 2.5 0 0 0-5 0v3h-1V4z"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  top: 2px;
  margin-right: 0.25rem;
}

.form .form-control {
  border-color: #9d9d9d;
  border-width: 2px;
  color: #1c1c1c;
  font-weight: 500;
}

.form .form-control:focus {
  border-color: #383838;
  box-shadow: none;
  color: #1c1c1c;
}

.form .form-control::placeholder {
  color: #9d9d9d;
}

.form .form-check:not(:last-child) {
  margin-bottom: 0.5rem;
}

.form .col-form-label {
  color: #1c1c1c;
}

.form .form-check-label {
  font-size: 0.875rem;
  color: #1c1c1c;
  font-weight: 400;
  padding: 0.25rem 0rem;
  width: 100%;
  cursor: pointer;
}

.form .form-check-label a {
  color: #1c1c1c;
  text-decoration: underline;
}

.form input[type="radio"].form-check-input {
  margin-top: 8px;
}

.form input[type="checkbox"].form-check-input {
  margin-top: 4px;
}

.form__legal {
  font-size: 0.75rem;
  color: #897b7b;
  margin-bottom: 0.5rem;
}

.form__legal a {
  font-size: 0.75rem;
  color: #897b7b;
  text-decoration: underline;
  display: block;
  margin-bottom: 0.5rem;
}

.form__submit {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.form__submit .btn {
  font-size: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 0.25rem;
  background-color: #28a745;
  border-color: #28a745;
  color: #ffffff;
  display: block;
  width: 100%;
}

.form__footer p {
  font-size: 0.875rem !important;
  font-weight: 400;
  color: #897b7b;
  margin-bottom: 0;
}

.form__error-info {
  border: 1px solid #ff4949;
  background-color: #ff4949;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.form__error-info:before {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg class="bi bi-exclamation-diamond-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 4a.905.905 0 00-.9.995l.35 3.507a.552.552 0 001.1 0l.35-3.507A.905.905 0 008 4zm.002 6a1 1 0 100 2 1 1 0 000-2z" clip-rule="evenodd"/></svg>');
  background-size: no-repeat;
  background-size: 1rem 1rem;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin-right: 0.5rem;
}

.form__error-info span {
  margin: 0;
  display: inline-block;
  width: auto;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 700;
}

.form .field_with_errors .form-control {
  border-color: #ff4949;
  box-shadow: none;
}

.form .field_with_errors:not(.field_with_errors--no-icon) .form-control {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form .error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ff4949;
  display: block;
}

.form .form-check .field_with_errors .form-check-label {
  background-color: #ffcdd2;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
}

.form .form-check .field_with_errors .form-check-label::before {
  background-color: #ffcdd2;
  position: absolute;
  width: 1.25rem;
  height: 100%;
  display: block;
  content: "";
  top: 0;
  left: -1.25rem;
}

/* Media Query - MD
--------------------------------------------- */
@media (min-width: 576px) {
  .form__header {
    text-align: left;
  }

  .form__image img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }

  .form__subtitle {
    margin-bottom: 0.5rem;
  }

  .form__price {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .form__delivery {
    margin-bottom: 0.5rem;
  }

  .form__safe {
    margin-bottom: 0;
  }

  .form .col-md-10 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: none !important;
  }
}

/* Media Query - LG
--------------------------------------------- */
@media (min-width: 992px) {
  .form__image img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .form .col-form-label {
    text-align: right;
  }
}

/* Media Query - XL
--------------------------------------------- */
@media (min-width: 1200px) {
  .form__image img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}

/* Modal
--------------------------------------------- */
.site-modal .modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.site-modal .modal-body__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.site-modal .modal-body .legal__content h2 {
  font-size: 1.355rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.site-modal .modal-body .legal__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.site-modal .modal-body .legal__content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.site-modal .modal-body .legal__content h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.site-modal .modal-body .legal__content b,
.site-modal .modal-body .legal__content strong {
  font-weight: 700;
}

.site-modal .modal-body .legal__content p {
  margin-bottom: 1rem;
}

.site-modal .modal-body .legal__content p,
.site-modal .modal-body .legal__content li {
  font-size: 0.875rem;
}

.site-modal .modal-body .legal__content ol,
.site-modal .modal-body .legal__content ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.site-modal .modal-body .legal__content ol ol,
.site-modal .modal-body .legal__content ol ul,
.site-modal .modal-body .legal__content ul ol,
.site-modal .modal-body .legal__content ul ul {
  margin-bottom: 0;
}

.site-modal .modal-body .legal__content a {
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  color: inherit;
}

.site-modal .modal-body .legal__content .form-control {
  margin-bottom: 1rem;
}

.site-modal .modal-body .legal__content .form-control:focus {
  box-shadow: none;
}

.site-modal .modal-body .legal__content .form-check:not(:last-child) {
  margin-bottom: 0.5rem;
}

.site-modal .modal-body .legal__content .form-check-label {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0rem;
  cursor: pointer;
}

.site-modal .modal-body .legal__content input[type="checkbox"].form-check-input {
  margin-top: 8px;
}

.site-modal .modal-body .legal__content .contact__legal {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.site-modal .modal-body .legal__content .contact__legal a {
  font-size: 0.75rem;
  text-decoration: underline;
}

.thank-you {
  padding: 4rem 0;
}

.thank-you h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #d05700;
  font-weight: 700;
}

.thank-you p {
  text-align: center;
  margin-bottom: 0;
}

html {
  font-size: 16px;
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #262626;
  font-family: "Roboto", sans-serif;
  background-color: #b2b9bf;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 970px !important;
  }
}

.wrapper-b {
  margin: 0 auto 15px;
  max-width: 1320px;
}

.header-b {
  margin-bottom: 140px;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
  background-image: linear-gradient(112.65deg, #253B88 22.72%, #0F1F57 88.01%);
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .header-b {
    margin-bottom: 0;
    background-image: url("../images/bg-head.png");
  }
}

.header-b__main-content {
  max-width: 450px;
}

.header-b__main-content p {
  line-height: 1.4;
}

@media (max-width: 991px) {
  .header-b__main-content {
    padding-bottom: 170px;
  }


  .warning-alert-b {
    margin-top: 0;
  }

  .wrapper-b {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .header-b__img-container {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
  }
}

.benefits-list-b__simple::before {
  content: "➤";
  margin-right: 8px;
  color: #A1DD21;
}

.list-b__simple::before {
  margin-right: 12px;
  content: url("../fonts/check.svg");
  line-height: 1;
  width: 30px;
  height: 30px;
}

.list-b__simple--theme-2::before {
  content: url("../fonts/check2.svg");
}

@media (min-width: 768px) {
  .list-b--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 55px;
  }
}

.case-study-box-b {
  margin: 15px auto !important;
  max-width: 850px;
  border: 1px solid #235BC6;
  background-color: #EEF4FA;
}

.footer-b {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  /* font-size: 0.75rem; */
  color: #C2C2C2;
}

.comments-b__simple img {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}

.check-list-b__simple::before {
  margin-right: 20px;
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(../fonts/check3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.secondary-list-b__simple:nth-child(1)::before {
  content: url("../images/logo1.png");
}

@media (min-width: 768px) {
  .secondary-list-b__simple:nth-child(1)::before {
    margin-right: 20px;
  }
}

.secondary-list-b__simple:nth-child(2)::before {
  content: url("../images/logo2.png");
}

@media (min-width: 768px) {
  .secondary-list-b__simple:nth-child(2)::before {
    margin-right: 20px;
  }
}

.secondary-list-b__simple:nth-child(3)::before {
  content: url("../images/logo3.png");
}

@media (min-width: 768px) {
  .secondary-list-b__simple:nth-child(3)::before {
    margin-right: 20px;
  }
}

.pr-btn-b {
  max-width: 280px;
  background-image: linear-gradient(180deg, #92D240 0%, #6A9D29 100%);
  box-shadow: inset 0px -11px 11px -4px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .cta-b {
    max-height: 193px;
  }
}

@media (min-width: 768px) {
  .cta-b__cta-content-container {
    padding-right: 80px;
  }
}

.chart-b {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
}

.chart-b .gl,
.chart-b .chart-b__desc1,
.chart-b .chart-b__desc2,
.chart-b .legend-b__1::before,
.chart-b .legend-b__2::before,
.chart-b .legend-b__3::before {
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.chart-b__desc1 {
  top: 80px;
  left: 12px;
  grid-column: 1/2;
  transform: rotate(-90deg);
  width: 30px;
}

@media (max-width: 991px) {
  .chart-b__desc1 {
    left: -2px;
  }
}

.chart-b__img {
  grid-column: 2/3;
  justify-self: end;
}

@media (max-width: 991px) {
  .chart-b__img {
    width: 100%;
  }
}

.chart-b__desc2 {
  grid-column: 1/3;
}

.legend-b {
  margin-bottom: 15px;
  font-size: 12px;
}

.legend-b>span {}

.legend-b .gl,
.legend-b .chart-b__desc1,
.legend-b .chart-b__desc2,
.legend-b .legend-b__1::before,
.legend-b .legend-b__2::before,
.legend-b .legend-b__3::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
}

.legend-b__1::before {
  background-color: #A8B900;
}

.legend-b__2::before {
  background-color: #D17F4F;
}

.legend-b__3::before {
  background-color: #2AAABB;
}

.form-product {
  margin: 10px auto;
  display: block;
  width: 150px;
}


.order_block {
  text-align: center;
  display: none;
}


.timer {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  text-align: center
}

.timer-text {
  /* font-size: 18px; */
}

#clock {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1;
}

#clock span {
  color: red;
  font-weight: 700
}

.prices {
  display: block;
  width: 100%
}

.form__price-wrapper {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 15px
}

.form__price-title {
  margin-bottom: 5px !important
}

.form__price {
  font-size: 18px;
  text-align: center
}

.form__price-value {
  font-size: 30px !important;
  position: relative
}

.form__price-new span,
.text-red {
  color: red;
}

.form__price-new .form__price-value,
.form__price-new .x_currency {
  font-weight: 700
}

.x_currency {
  font-size: 16px !important
}

.form__price-old .form__price-value::after,
.form__price-old .form__price-value::before {
  content: '';
  width: 110%;
  height: 2px;
  background-color: red;
  display: block;
  position: absolute;
  top: 50%;
  left: -5%
}

.form__price-old .form__price-value::after {
  transform: rotate(20deg) translateY(-50%)
}

.form__price-old .form__price-value::before {
  transform: rotate(-20deg) translateY(-50%)
}

.lead-form-subtitle {
  font-size: 14px
}

#form-block {
  max-width: 450px
}

.prod-img {
  width: 210px;
  /*margin-right: 80px;*/
  display: block
}

.lead-form-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700
}

.lead-form-box {
  box-sizing: border-box !important;
  background: #fff;
  border: 1px solid #dacec6;
  padding: 20px;
  max-width: 450px;
  font-family: Arial;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .15)
}

.lead-form-box p {
  text-align: center !important
}

.fields-box {
  margin: auto;
  width: 100%
}

#lead-form input {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  background: #fff !important;
  padding: 10px 15px !important;
  border: 2px solid #e9d7dc;
  font-weight: 400 !important
}

.name-field,
.phone-field {
  margin-bottom: 15px;
  text-align: left
}

.lead-form-warn {
  margin: 20px 0;
  border: 2px solid #c00;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.lead-form-note {
  margin-bottom: 0 !important;
  font-size: 14px !important
}

.order-wrap {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.btn3 {
  display: block;
  width: 100%;
  padding: 15px;
  background: red;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 25px 0 rgba(129, 150, 160, .45);
  border-radius: 5px;
  color: #fff;
  border: 0;
  margin: 15px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none
}

.btn3:focus,
.btn3:hover {
  background-color: #c30000;
  text-decoration: none;
  color: #fff
}

.stoma {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fat-head {
  padding-top: 20px;
}

.benefits-list-b__simple:not(:last-child) {
  margin-bottom: 10px;
}

.comments-b li {
  margin-bottom: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

.check-list-b {
  margin-bottom: 15px !important;
}

.check-list-b li {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.secondary-list-b li {
  margin: 15px 0 !important;
}

.green-list li {
  margin: 0 0 15px !important;
}

.green-list li:last-child {
  margin-bottom: 0 !important;
}

.stoma-wrap {
  margin-bottom: 15px;
}

.medals-list img {
  margin-bottom: 15px !important;
}

.chart-b__img-wrap {
  margin-bottom: 15px;
}

.group-list li:not(:last-child) {
  margin: 0 0 10px !important;
}

@media (max-width: 1199px) {
  .top-head {
    font-size: 28px !important;
  }
}

@media (max-width: 991px) {
  .fat-head {
    width: 300px;
    padding-top: 0;
  }

  .top-opinion {
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .chart-b__img-wrap {
    overflow-x: auto;
  }

  .chart-b__img-wrap img {
    width: 660px;
    max-width: none;
  }

  .top-opinion {
    margin-top: 0 !important;
  }

  .stoma-wrap {
    margin-bottom: 15px;
    overflow-x: auto;
  }

  .stoma-wrap img {
    width: 750px;
    max-width: none;
  }

  .order-wrap {
    gap: 15px;
  }

  .step-list>div:last-child h4 {
    margin-bottom: 0 !important;
  }

  .ab-part {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .check-list-b__simple::before {
    width: 35px;
  }

  .prod-img {
    width: 180px;
  }

  
}

@media (max-width: 465px) {
  .fat-head {
    width: 290px;
  }

  .header-b {
    margin-bottom: 130px;
  }

  .header-b__main-content {
    padding-bottom: 165px;
  }

  .top-head {
    font-size: 24px !important;
  }

  .medals-list {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

}