html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 100% "Open Sans", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: auto;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font: 16px/1.5 "Open Sans", sans-serif;
  color: #4a4a4a;
}
body * {
  font-family: sans-serif !important;
}
a {
  background: 0 0;
}
img {
  vertical-align: middle;
  border: 0;
  height: auto;
  max-width: 100%;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
@-ms-viewport {
  width: device-width;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
main a:hover {
  color: #0098fe;
}

main {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1px 20px 0px;
  max-width: 900px;
  background-color: #fff;
  font-family: "Roboto";
  padding-top: 20px;
  padding-bottom: 40px;
}

h1 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Roboto";
}

main p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Roboto";
}

main a {
  color: #2170ad;
}

main ul {
  padding: 0;
  margin-left: 25px;
}

main ul li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style: disc;
  font-family: "Roboto";
}

main ol li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style: decimal;
  font-family: "Roboto";
}

main img {
  display: block;
  max-width: 100%;
  margin: 5px auto;
  max-width: 700px;
}

.table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid green;
  border-collapse: collapse;
}

.table td {
  border: 1px solid green;
  background: #d8ead3;
  padding: 6px;
}

@media (min-width: 576px) {
  .table {
    font-size: 18px;
  }

  .table td {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  main h1 {
    font-size: 32px;
  }

  main {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    box-shadow: 0 0 3px #cacaca;
  }

  .table td {
    padding: 15px;
  }
}
.red-txt {
  color: red;
}
.gray-bg {
  background: rgba(128, 128, 128, 0.17);
  padding: 10px;
}
figure {
  margin: 0 auto 20px;
  max-width: 600px;
}
figure img {
  margin-bottom: 6px;
}
figcaption {
  text-align: center;
  font-style: italic;
  font-size: 17px;
}
.cap-bold figcaption {
  font-weight: 600;
  font-style: normal;
}
.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

main h2 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
header {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.photo2 {
  display: none !important;
}

@media (max-width: 700px) {
  .photo2 {
    display: block !important;
  }
  .photo1 {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .bg-image {
    text-align: center;
  }
  .bg-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  .text-container {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .bg-image img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .text-container {
    display: block;
    margin-top: 20px;
  }
}
.head-one-part {
  color: red;
}

.head-two-part {
  margin-top: 3px;
  display: block;
}

.head-main-date {
  display: block;
  padding: 0px 14px;
}

.head-main-date-title {
  display: block;
  font-style: italic;
}

.main-subtitle {
  display: block;
  padding: 6px 10px;
  color: #1e3651;
  font-size: 18px;
  border-radius: 2px;
  font-weight: 500;
  border: 1px solid #29466645;
  margin-bottom: 16px;
  margin-top: 10px;
  font-style: italic;
  box-shadow: 1px 2px 10px #2946661a;
  background: #ffffff;
  line-height: 1.4;
  font-style: italic;
}

input,
button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:active {
  outline: 0;
}
li {
  display: list-item;
}
img {
  width: 100%;
  height: auto;
}

.h1-bg {
  position: relative;
  background: #fdf0b087;
  padding-top: 0px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 22px;
}

.title_h1 {
  position: relative;
  background-color: rgb(255 255 255 / 0%);
  border-radius: 5px;
  padding: 10px 14px;
  font-style: normal;
  border-bottom: 2px solid;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #3d3d3df5;
  display: block;
  padding-top: 24px;
}

.recept {
  background: #d8d8d8;
  padding: 10px 18px;
  box-shadow: 1px 1px 11px 0 #00000024;
  border-radius: 4px;
  border: 3px solid white;
  margin-bottom: 26px;
}
.my-ul-0-green {
  margin-left: 0;
}

.my-ul-0-green li {
  position: relative;
  display: list-item;
  padding-left: 24px;
  margin-bottom: 7px;
  list-style: none;
  line-height: 1.2;
}

.my-ul-0-green li:before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
  color: #1ba023;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.my-ul-0-green font {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.table-block {
  font-family: "Sceptica", "Roboto", sans-serif !important;
  display: block;
  box-shadow: 0 0 9px #00000045;
  border: 8px solid #ffffff;
  border: 8px solid #ffffff;
  border-radius: 4px;
  max-width: 548px;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  background-position: center center;
  margin-top: 24px;
  width: 100%;
}

.table-block h1 {
  font-family: "FS Jack Poster", "Roboto", sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
  color: #373737;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #8d8d8d;
  padding: 14px 10px;
  border-bottom: 0;
  font-weight: 400;
  background: #ffbc0047;
}

@media print {
  .table {
    display: table;
  }
  table {
    width: 100%;
    color: #32313a;
    border-radius: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 23px;
    margin: 40px 0;
  }
}
@media print {
  .table {
    display: table;
  }
  table {
    width: 100%;
    color: #32313a;
    border-radius: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 23px;
    margin: 40px 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  .table {
    border-collapse: collapse !important;
  }
}
table {
  background-color: transparent;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
tbody,
td,
th,
tr {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px !important;
  overflow: hidden;
  border: 0px solid black;
}
td,
th {
  border: 0.1px solid black !important;
}
.table td {
  border: 1px solid #000;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.1rem;
  vertical-align: middle;
  font-size: 16px;
}
.table td {
  background: none !important;
}
.table td.one {
  text-align: left;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  border-radius: 0;
  color: #093640;
}
.table td.two {
  font-size: 20px;
  font-family: "Sceptica", "Roboto", sans-serif !important;
  color: #33a641;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .table {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  .table {
    font-size: 16px;
  }
}

.table-unique1 {
  font-family: Roboto, sans-serif;
  margin-bottom: 15px;
  margin-top: 24px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px !important;
  overflow: hidden;
  border: 0px solid black;
  width: 100%;
}

.table-unique1 td,
.table-unique1 th {
  border: 1px solid #000;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.1rem;
  vertical-align: middle;
  font-size: 16px;
}

.table-unique1 th {
  background-color: rgb(255, 216, 145);
}

.table-unique1 td.disease-unique1 {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .table-unique1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 460px) {
  .table-unique1 {
    font-size: 16px;
  }
}

.issled-title {
  font-size: 15px !important;
  line-height: 1.25 !important;
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  color: red;
}

.issled-h4 {
  font-size: 18px !important;
  margin-bottom: 0;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#popup3 {
  z-index: 1000;
  background-size: cover;
  background-position: center;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  z-index: 101;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 800px;
  width: 93%;
  height: 87%;
  overflow-y: auto;
  max-height: 100vh;
  z-index: 999999;
}
#closePopup {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

@media all {
  .pachinoform input {
    font-size: 14px;
  }
}
.pachinoform {
  padding: 10px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  border: 6px solid #166ca7;
  background-color: #fff;
  background-image: url("bg-form.svg");
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  width: 100%;
  max-width: 781px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 18px;
}
.pachinoform_title {
  display: flex;
  gap: 30px;
  max-width: 400px;
  align-self: center;
  text-align: center;
}
.pachinoform_title_logo {
  flex-shrink: 0;
}
.pachinoform_title_text {
  align-self: center;
}
.pachinoform_title_text > b {
  display: block;
  line-height: 1.3;
}
.pachinoform_order {
  max-width: 600px;
  font-weight: bold;
  font-size: 16px;
  list-style: 1.4;
  margin: 15px 0;
  text-align: center;
}
.pachinoform_order > b {
  color: #ed1b24;
}
#order_form {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.pachinoform_footer {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin: 10px 0;
}
.pachinoform_footer > img {
  margin-top: 10px;
}
.pachinoform_value {
  display: flex;
  color: #166ca7;
  font-weight: bold;
  font-size: 20px;
  align-items: center;
  align-self: center;
}
.pachinoform_value_current {
  border: 1px solid #000;
  color: #ff5858;
  line-height: 1;
  font-size: 24px;
  padding: 5px 20px;
  margin: 0 15px;
}
.pachinoform_value_total {
  font-size: 24px;
}
.pachinoform_price {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.pachinoform_price_old span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  position: relative;
  line-height: 1;
}
.pachinoform_price_old span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 4px solid #ed1b24;
  transform: rotate(-15deg);
}
.pachinoform_price_new span {
  display: block;
  background-color: #ed1b24;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  font-size: 44px;
  padding: 5px 15px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 500px) {
  .pachinoform_title {
    gap: 5px;
  }
  .pachinoform_title_text {
    font-size: 16px;
  }
  .pachinoform_value {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pachinoform .name-input,
.pachinoform .phone-input {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}
.pachinoform .name-input label,
.pachinoform .phone-input label {
  font-weight: bold;
  margin-top: 10px;
}
.pachinoform .name-input input,
.pachinoform .phone-input input {
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  min-width: 0;
  background: #fff;
  border: 2px solid #68beff;
  padding-left: 24px;
  font-size: 20px !important;
}
.pachinoform .button-submit:focus,
.pachinoform input:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #b2af42a6;
}

.pachinoform .button-submit {
  text-align: center;
  width: 100%;
  min-height: 58px;
  margin: 20px auto;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #ffc9c9;
  padding: 14px 0;
  cursor: pointer;
  background: #ff0d17;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.pachinoform .button-submit:hover {
  background: #bf080f;
  transition: 0.2s;
}

@media screen and (max-width: 500px) {
  .blc-pck {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .pachinoform_value_current {
    margin: 0;
  }
}

body input[name="phone"] {
  background-repeat: no-repeat !important;
  background-position: left 15px center !important;
}

.doc-block {
  padding: 10px;
  border: 3px #004478 dashed;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.doc-block p {
  padding-left: 12px;
  padding-right: 12px;
}
.rev-block {
  margin-bottom: 20px;
  padding: 16px;
  background: #ffbc0047;
  box-shadow: 2px 2px 9px #0000002b;
  border: 2px solid #f2dda2;
  border-radius: 5px;
}

.rev-block font {
  display: block;
  margin-bottom: 16px;
}

.block-offer-actions-block {
  padding: 16px;
  border: 1px solid #979797;
  border-top: none;
}
.stat-footer img {
  width: 100%;
  max-width: 180px;
}
.stat-footer-banner {
  text-align: center;
}
.obertk512 {
  font-family: "Sceptica", "Roboto", sans-serif !important;
  display: block;
  box-shadow: 0 0 9px #00000045;
  border: 8px solid #ffffff;
  border-radius: 4px;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  background-position: center center;
  margin-top: 24px;
  border-radius: 4px;
  width: 100%;
}

.obertk512 h1 {
  font-family: "FS Jack Poster", "Roboto", sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
  color: #373737;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #8d8d8d;
  padding: 14px 10px;
  font-weight: 400;
  background: #ffbc0047;
}
.obertk512 ol {
  padding-left: 22px;
  margin-top: 4px;
}
.obertk512 li {
  line-height: 1.2;
}
.obertk512 li::marker {
  font-weight: 600;
  color: #33a641;
}
.obertk512 li font {
  line-height: 1.28;
  font-family: "Sceptica", "Roboto", sans-serif !important;
  color: #33a641;
  text-align: left;
  font-weight: 500;
}

.block-offer-actions-block li span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #6c6d6d;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 4px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 16px;
}

.pachino-ramka {
  border: 3px solid #ff7000;
  padding: 14px;
  border-radius: 4px;
  background: #ffa5000a;
}

.ramka-title {
  display: block;
  background: #ff4d0021;
  color: #191515;
  padding: 6px 8px;
  margin-bottom: 12px;
  font-weight: 400 !important;
  background: hsla(24, 89%, 82%, 1);
  background: linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(24, 89%, 82%, 1) 0%, hsla(30, 100%, 99%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FACAAA", endColorstr="#FFFDFB", GradientType=1 );
}

.pachino-ramka font {
  color: red;
}

.pachino-ramka2 {
  box-shadow: 3px 3px 12px rgb(51 51 51 / 12%);
  text-align: left;
  color: #199751;
  font-weight: 600;
  border: 2px solid;
  border-radius: 4px;
  padding: 15px;
  background: #f8fff973;
}

.pachino-ramka312 {
  box-shadow: 3px 3px 12px rgb(51 51 51 / 12%);
  text-align: left;
  color: red;
  font-weight: 600;
  border: 2px solid red;
  border-radius: 4px;
  padding: 15px;
  background: #ff000005;
  margin-bottom: 24px;
}

.nowrap {
  text-wrap: nowrap;
}

.img-card {
  margin-top: 28px;
  border: 12px solid #fff;
  box-shadow: 3px 2px 9px #00000021;
  border-radius: 4px;
  outline: 1px solid #c4c4c47d;
}

.img-card2 {
  border-radius: 4px;
  border: 8px solid #fff;
}

h2 span {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pre-cta {
  display: block;
  color: green;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
}

.noclose-cta {
  font-size: 19px;
  max-width: 778px;
  margin: 0 auto;
  display: block;
  margin-bottom: 12px;
}
.pachino-btn {
  background-color: #ef3333 !important;
  transition: all 0.2s ease-in 0s !important;
  display: block;
  text-align: center;
  text-wrap: balance;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 8px;
  border-radius: 10px;
  border: 2px solid #ef3d3d;
  width: 100%;
  max-width: 448px;
  margin: 30px auto 0;
  text-decoration: none !important;
}

.pachino-btn:hover {
  color: #fff !important;
  background-color: #f52b2b !important;
  transform: scale(1.02) !important;
}

.order__input:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.order__input:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
}
@keyframes changeOfSize {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes movement {
  to {
    transform: translateX(15px);
  }
}
.preloader {
  position: relative;
  display: none;
  width: 40px;
  height: 10px;
  margin: auto;
  font-size: 20px;
}
.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation: 1s ease infinite;
}
.dot1,
.dot2 {
  left: 0;
}

.dot3 {
  left: 15px;
}
.dot4 {
  left: 30px;
}
.dot1 {
  animation-name: changeOfSize;
}
.dot2,
.dot3 {
  animation-name: movement;
}
.dot4 {
  animation-name: changeOfSize;
  animation-direction: reverse;
}
.preloader.preloader-active {
  display: flex;
}
