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;
}
html * {
  font-family: sans-serif !important;
}
body {
  background: #fafafa;
  margin: 0;
  font: 16px/1.5 "Open Sans", sans-serif;
  color: #4a4a4a;
}
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;
}
a:hover {
  color: #0098fe;
}

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

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: 15px auto;
  max-width: 700px;
}
.link-offer {
  color: #0098fe;
  font-weight: 600;
  text-decoration: none;
}
.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;
}
@media (min-width: 769px) {
  .text-container {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .text-container {
    display: block;
    margin-top: 150px;
  }
}
@media (max-width: 600px) {
  .text-container {
    display: block;
    margin-top: 110px;
  }
}
@media (max-width: 425px) {
  .text-container {
    display: block;
    margin-top: 90px;
  }
}
@media (max-width: 375px) {
  .text-container {
    display: block;
    margin-top: 80px;
  }
}
.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: #eed7ff;
  padding: 20px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  max-width: 900px;
  margin: 0 auto;

  margin-bottom: 22px;
}
.h1-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.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: 0px;
}

.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-image: url(images/formbg-nobord.webp);
  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("data:image/svg+xml,%3Csvg width='48' height='32' viewBox='0 0 48 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23DDD' fill-opacity='0.4'%3E%3Cpath d='M27 32c0-3.314 2.686-6 6-6 5.523 0 10-4.477 10-10S38.523 6 33 6c-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 6.627 0 12 5.373 12 12s-5.373 12-12 12c-2.21 0-4 1.79-4 4h-2zm-6 0c0-3.314-2.686-6-6-6-5.523 0-10-4.477-10-10S9.477 6 15 6c3.314 0 6-2.686 6-6h-2c0 2.21-1.79 4-4 4C8.373 4 3 9.373 3 16s5.373 12 12 12c2.21 0 4 1.79 4 4h2z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  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;
}
.order_form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.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;
}
.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;
  align-items: center;
  align-self: center;
  gap: 30px;
  margin-top: 30px;
}
.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;
  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 0;
  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;
  }
}

.custom-form {
  max-width: 980px;
  margin: 0 auto;
  padding: 15px;
  box-shadow: 0 0 8px rgb(81 81 81 / 34%);
  border: 1px solid #c51e1e59;
  box-sizing: border-box;
  font-family: Tahoma, Arial, Helvetica, sans-serif !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgb(0 0 0 / 3%);
}

.custom-form__top-field {
  display: flex;
  gap: 20px;
  align-items: center;
}

.custom-form__ava-block {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(227 196 196);
  transition: 0.3s;
  flex: 0 0 auto;
}

.custom-form__ava-block:hover {
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}
.custom-form__ava-block .error-box {
  display: none;
}
.custom-form__ava-input {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  display: none;
}

.custom-form__ava-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  height: 100%;
  width: 100%;
  line-height: 12px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 100;
}

.custom-form__ava-label_red-text {
  color: red;
  line-height: 4px;
}

.custom-form__name {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  outline: none;
  border: 1px solid rgb(134 0 0 / 46%);
  padding: 12px 16px;
  font-size: 14px;
  text-indent: 0;
  height: 43px;
  box-sizing: border-box;
  font-family: inherit;
}

.custom-form__message {
  resize: none;
  width: 100%;
  outline: none;
  border: 1px solid rgb(134 0 0 / 46%);
  padding: 10px 12px;
  min-height: 100px;
  text-indent: 0;
  font-size: 14px;
  line-height: unset;
  font-family: inherit;
  box-sizing: border-box;
}

.custom-form__bottom-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-form__btn {
  width: 100%;
  max-width: 300px;
  outline: none;
  border: none;
  padding: 10px 8px;
  background: #ffffff;
  color: #df0000;
  font-weight: bold;
  font-size: 15px;
  transition: background-color 300ms ease;
  cursor: pointer;
  text-transform: uppercase;
  font-family: inherit;
  border: 1px solid;
  font-family: cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;
  margin-top: 10px;
  text-decoration: none !important;
}

.custom-form__btn:hover {
  color: #fff;
  background-color: #df0000;
}

.custom-form__photo-block {
  position: relative;
}

.custom-form__photo-input {
  width: 20px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
}

.custom-form__photo-label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 100;
  border: none;
  text-decoration: underline;
  color: #3858f5;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
