@font-face {
    font-family: 'Montserrat';
    src: url('../css/fonts/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


body {
  font-family: Montserrat;
  background-color: #ffffff;
  color: #3c3e3f;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.banner img {
    width: 100%;
    height: auto;
}
.site-logo{
padding: 10px;  
box-shadow: 5px 5px 5px 0px #740000,  inset 4px 4px 15px 0px #740000, 5px 5px 15px 5px rgba(0,0,0,0);
text-align: center;
}
.product-img img{
    width: 100%;
    height: auto;
    margin: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

h1{
        font-size: 42px;
    color: #1a1a1a;
    font-weight: 800;
    margin-top: 10px;
}
h1 a{
        font-size: 42px;
    color: #1a1a1a;
    font-weight: 800;
    margin-top: 10px;
    text-decoration: none;
}
h2{
        font-size: 28px;
    color: #1a1a1a;
    font-weight: 800;
    margin-top: 10px;
}
h3{
        font-size: 28px;
    color: #1a1a1a;
    font-weight: 800;
    margin-top: 10px;
}
p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1em;
  text-align: justify;
  
}
.hospital-eto-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.hospital-eto-section .product-info {
  margin-bottom: 20px;
}

.hospital-eto-section h2 {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: bold;
}

.hospital-eto-section ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.hospital-eto-section ul li {
  margin-bottom: 8px;
}

.well-heading ul li {
    font-size: 18px;
    line-height: 32px;
    padding-left: 25px;
    background-position: 0px 12px;
    display: block;
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
}

.faq-heading{padding: 20px; text-align:center;font-weight:400;font-size:30px;color: #1a1a1a;}.faq-card{border:1px solid black;border-radius:6px;padding:24px 20px;margin-bottom:12px;list-style:none;position:relative;cursor:pointer;font-size: 18px;}.faq-open-icon{font-size:22px;position:absolute;top:18px;right:24px;font-weight:700}details[open] .faq-open-icon{top:18px;right:24px}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}details[open] summary{color:#024C92;font-weight:500}details[open] .faq-card-spoiler{display:inline-block;padding-top:8px;color:#585865}.faq-aftertext{text-align:center;color:#8b8b9a}

  .faqs-russia{
	padding-bottom: 30px;
  }
.image-scroll-row {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
}

.scroll-track {
  display: flex;
  width: calc(300%); /* enough to scroll multiple images */
  animation: scrollRow 15s linear infinite;
}

.scroll-track img {
  
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

/* Scroll animation */
@keyframes scrollRow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.thank-you img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
}
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #740000;
    color: #fff;
    text-align: center;
    padding: 20px;
    clear: both;
    bottom: 0;
    width: 100%;
    font-size: 16px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
  .site-logo {
    text-align: left; /* or whatever alignment you want for mobile */
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
      .site-logo {
    text-align: center; /* or whatever alignment you want for mobile */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .site-logo {
    text-align: center; /* or whatever alignment you want for mobile */
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .site-logo {
    text-align: center; /* or whatever alignment you want for mobile */
  }
}
