

/* Start:/local/templates/sejaro/css/style.css?1752848131105426*/
* {
  box-sizing: border-box;
  outline: none;
  /*color: #1e1e1e;*/
  text-align: center;
  /*font-family: Unbounded, sans-serif;*/
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body,
html {
  background: white;
  color: #1e1e1e;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.fixed {
  overflow: hidden;
}

html.fixed {
  overflow: hidden;
}

@font-face {
  font-family: "Circe";
  src: url("/local/templates/sejaro/css/../fonts/Circe/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"),
    url("/local/templates/sejaro/css/../fonts/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype"),
    url("/local/templates/sejaro/css/../fonts/Circe/Circe-Regular.woff2") format("woff2"),
    url("/local/templates/sejaro/css/../fonts/Circe/Circe-Regular.woff") format("woff"),
    url("/local/templates/sejaro/css/../fonts/Circe/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  src: url("/local/templates/sejaro/css/../fonts/Unbounded/Unbounded-Regular.ttf");
  src: local("Unbounded"), local("Unbounded-Regular"),
    url("/local/templates/sejaro/css/../fonts/Unbounded/Unbounded-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #32b4a5;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track-piece {
  border-radius: 10px;
  background-color: #ececec;
}

p {
  color: #1e1e1e;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-top: 26px;
}

@media (max-width: 1280px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 760px) {
  p {
    font-size: 14px;
    margin-top: 20px;
  }
}

h2 {
  letter-spacing: 0.35px;
}

@media (max-width: 760px) {
  h2 {
    letter-spacing: 0;
  }
}

strong {
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1308px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

.header {
  margin: 10px auto;
  padding: 0 74px;
}

.header__inner {
  width: 100%;
  height: 80px;
  border-radius: 15px;
  background: rgba(231, 98, 14, 0.8);
  display: flex;
  flex-direction: row;
  gap: 128px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  margin: 0 auto;
}

.logo img {
  width: 137px;
  height: auto;
}

.header__right-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.header__middle-section {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
}

.header__middle-section a {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.header__middle-section a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header__adaptive {
  display: none;
}

.header__background {
  display: none;
  background: rgba(30, 30, 30, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.action-btn {
  height: 45px;
  padding: 0 20px;
  border-radius: 14px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-btn:hover {
  border-radius: 14px;
  background: #fff;
  color: #32b4a5;
}

@media (max-width: 1440px) {
  .header__inner {
    gap: 64px;
  }
}

@media (max-width: 1280px) {
  .logo img {
    width: 108px;
  }
  .header__inner {
    padding: 0 30px;
  }
  .header__right-section a {
    font-size: 16px;
  }
  .header__middle-section a {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .header__inner {
    height: 50px;
    padding: 14px;
  }
}
@media (max-width: 760px) {
  .header {
    padding: 0 38px;
  }

  .header__inner {
    padding: 15px 10px;
  }
}

#menuToggle {
  display: block;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  display: block;
  width: 30px;
  height: 4px;
  cursor: pointer;
  opacity: 0;
  z-index: 7;
  position: relative;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  position: relative;
  background: #fff;
  margin-bottom: 3px;
  height: 2px;
  z-index: 6;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:nth-last-child(0) {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#bur1 {
  width: 25px;
  margin-left: auto;
}
#bur2 {
  width: 0;
}
#bur3 {
  width: 15px;
  margin-left: auto;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, -6px);
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, 7px);
  width: 25px;
}
#menu {
  position: absolute;
  width: 294px;
  min-width: 294px;
  height: 100%;
  top: 0;
  right: 0;
  padding: 30px;
  border-radius: 15px 0px 0px 15px;
  background: rgba(231, 98, 14, 0.8);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: none;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  z-index: 5;
}
#menu li {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
#menu li:last-child {
  display: flex;
  gap: 5px;
}
#menu li:last-child .action-btn {
  height: 35px;
  width: 82px;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 10px;
}
#menu li:last-child .action-btn:last-child {
  height: 35px;
  width: 142px;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: transparent;
}
#menu li::before {
  content: none;
}
#menu a {
  text-decoration: none;
}
#menuToggle input:checked,
#menuToggle input:checked ~ #bur1,
#menuToggle input:checked ~ #bur3 {
  position: fixed;
}
#menuToggle input:checked ~ #menu {
  position: fixed;
  display: flex;
  align-items: flex-start;
}
#menuToggle input:checked ~ ul {
  transform: none;
  opacity: 1;
}
#menuToggle input:checked ~ .header__background {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .header__adaptive {
    display: block;
  }
  .header__right-section,
  .header__middle-section {
    display: none;
  }
  #menu {
    transform: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}

@media screen and (max-width: 760px) {
  #menu {
    width: 256px;
    min-width: 256px;
  }
  #menu li:last-child {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  #menu li:last-child .action-btn {
    width: 100% !important;
  }
}

.footer {
  margin: 10px auto;
  padding: 0 74px;
}

.footer__inner {
  width: 100%;
  height: 204px;
  border-radius: 15px;
  background: rgba(231, 98, 14, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  margin: 0 auto;
}

.footer__top,
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer__bottom img {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.footer__top {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer__bottom p {
  color: #b0b0b0;
  text-align: right;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__right-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.footer__middle-section {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
}

.footer__middle-section a {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.footer__middle-section a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer__bottom a {
  color: #ffffff;
  text-align: right;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .footer {
    height: fit-content;
  }
  .footer img {
    width: 120px;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .footer__middle-section a {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .footer__inner {
    height: fit-content;
  }
  .footer__top {
    gap: 15px;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 760px) {
  .footer {
    padding: 0 38px;
  }
  .footer__inner {
    padding: 30px 10px;
  }
  .footer__top {
    gap: 20px;
  }
  .footer__bottom p {
    width: 143px;
    font-size: 12px;
    line-height: 15px;
  }
  .footer__right-section {
    width: 100%;
  }
  .footer__right-section .action-btn {
    width: 100%;
    font-size: 12px;
    height: 35px;
    padding: 0;
  }
  .footer__middle-section {
    gap: 10px;
    flex-direction: column;
  }
  .footer__bottom a {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }
}

.where-to-buy {
  height: fit-content;
  min-height: 45vh;
  padding: 0 74px;
  /* margin: 100px auto 0; */
  margin: 100px auto;
}

.where-to-buy h1 {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
}

.where-to-buy h1 > span {
  position: relative;
}

.where-to-buy h1 > span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='127' height='6' viewBox='0 0 127 6' fill='none'%3E%3Cpath d='M1.83855 4.19798C43.8942 0.737578 84.5628 -0.703454 125.633 4.90576' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: 0;
  top: 6px;
  overflow: hidden;
}

.pharmacy {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.pharmacy-el {
  /* width: 376px;
  height: 376px; */
  /* width: 246px;
  height: 300px;
  border-radius: 50px; */
  width: 200px;
  height: 50px;
  border-radius: 30px;
  /* border: 1px solid #b0b0b0; */
}

.pharmacy-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* .pharmacy-el:hover {
  border: 1px solid #32B4A5;
} */

.pharmacy-button span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.where-map {
  width: 100%;
  margin: 110px 0 150px;
}

.where-map iframe {
  height: 90vh;
  width: 100%;
}

.where-map__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  padding: 0 74px;
  margin-bottom: 60px;
}

.where-map__row p {
  color: #1e1e1e;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1200px) {
  .where-to-buy {
    /* margin: 70px auto 0; */
    margin: 70px auto;
  }
  .where-to-buy h1 {
    font-size: 24px;
    line-height: 150%;
  }
  .pharmacy {
    gap: 10px;
    margin-top: 40px;
  }
  .pharmacy-el {
    /* width: 200px;
    height: 200px;
    border-radius: 35px; */
  }
  .where-map {
    margin: 70px auto 100px;
  }
  .where-map__row {
    margin-bottom: 40px;
  }
  .where-map__row p {
    font-size: 24px;
  }
  .where-map__apteka img {
    width: 180px;
  }
}

@media (max-width: 650px) {
  .where-map__apteka img {
    width: 160px;
  }
}

@media (max-width: 760px) {
  .where-to-buy {
    margin: 50px auto 0;
    /* margin: 50px auto; */
    padding: 0 38px;
  }
  .where-to-buy h1 {
    font-size: 20px;
  }
  .pharmacy {
    gap: 0;
    row-gap: 14px;
    margin-top: 30px;
  }
  .pharmacy-el {
    width: 144px;
    height: 50px;
    border-radius: 20px;
  }
  .where-map {
    margin: 50px auto 100px;
  }
  .where-map__row {
    margin-bottom: 30px;
  }
  .where-map__row {
    flex-direction: column;
    gap: 15px;
  }
  .where-map__row p {
    font-size: 20px;
  }
}

.terms-of-use {
  padding: 0 74px;
  margin: 70px auto 100px;
}

.terms-of-use__title {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 80px;
}

.terms-of-use__title span {
  position: relative;
}

.terms-of-use__title span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='339' height='8' viewBox='0 0 339 8' fill='none'%3E%3Cpath d='M1.31955 2.91049C113.577 0.27385 223.098 -0.323443 337.282 6.31264' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: 0px;
  top: 12px;
  overflow: hidden;
}

.terms-of-use__use-span span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='610' height='10' viewBox='0 0 610 10' fill='none'%3E%3Cpath d='M1.03165 2.50478C203.534 0.689928 401.308 0.900488 608.266 8.40125' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: 0px;
  top: 12px;
  overflow: hidden;
}

.terms-of-use .paragraph-wrapper {
  max-width: 1218px;
  margin: 0 auto;
}

.terms-of-use h3 {
  color: #32b4a5;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-top: 30px;
}

.terms-of-use p {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-top: 20px;
}

.terms-of-use a {
  color: #1e1e1e;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 30px;
  text-align: left;
  text-decoration: none;
}

.terms-of-use a:hover {
  text-decoration: underline;
  color: #32b4a5;
}

@media (max-width: 1280px) {
  .terms-of-use {
    margin: 100px auto;
  }
  .terms-of-use h1 {
    font-size: 24px;
    line-height: normal;
    margin: 0 0 40px;
  }
  .terms-of-use h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .terms-of-use p,
  .terms-of-use a {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .terms-of-use__title span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='219' height='7' viewBox='0 0 219 7' fill='none'%3E%3Cpath d='M1.23608 4.7781C73.7704 1.33148 144.402 -0.0650623 217.546 5.70463' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .terms-of-use__use-span span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='408' height='9' viewBox='0 0 408 9' fill='none'%3E%3Cpath d='M1.33315 3.82491C136.609 1.12638 268.652 0.471028 406.559 7.05514' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

@media (max-width: 800px) {
  .terms-of-use {
    margin: 50px auto 100px;
  }
  .terms-of-use h1 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .terms-of-use h3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
  }
  .terms-of-use p,
  .terms-of-use a {
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
  }
  .terms-of-use a {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .terms-of-use {
    padding: 0 38px;
  }
  .terms-of-use__title span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='187' height='6' viewBox='0 0 187 6' fill='none'%3E%3Cpath d='M1.66797 4.65886C63.596 0.904797 123.831 -0.796516 185.956 4.63769' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .terms-of-use__use-span span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292' height='7' viewBox='0 0 292 7' fill='none'%3E%3Cpath d='M1.46773 5.31396C97.9557 1.41509 192.064 -0.415822 290.081 4.92619' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

@media (max-width: 400px) {
  .terms-of-use h1 {
    font-size: 18px;
  }
}

.not-found {
  padding: 0 74px;
  margin: 130px auto 150px;
}

.not-found .mobile {
  display: none;
}

.not-found__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not-found__inner p {
  color: #1e1e1e;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 30px;
  max-width: 840px;
}

.not-found__inner a {
  width: 242px;
  height: 62px;
  background: #32b4a5;
  border-radius: 14px;
  border: 1px solid #fff;
  margin: 40px auto 0;
  padding: 20px;

  color: #fff;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}

.not-found__inner a:hover {
  background: transparent;
  border: 2px solid #32b4a5;
  color: #32b4a5;
  padding: 18px;
}

.not-found__inner img {
  width: 100%;
}

@media (max-width: 800px) {
  .not-found {
    margin: 70px auto 100px;
  }
  .not-found__inner p {
    max-width: 600px;
    font-size: 14px;
    line-height: normal;
  }
  .not-found__inner a {
    width: 300px;
    height: 50px;
    padding: 16px;
  }
}

@media (max-width: 500px) {
  .not-found {
    padding: 0 38px;
  }
  .not-found .dekstop {
    display: none;
  }
  .not-found .mobile {
    display: block;
  }

  .not-found__inner p {
    margin-top: 20px;
  }
  .not-found__inner a {
    width: 100%;
    height: 50px;
  }
}

.question {
  margin: 100px auto 150px;
  padding: 0 74px;
}

.question__heading {
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  color: #1e1e1e;
  width: 100%;
  text-align: left;
}

.question__heading span {
  position: relative;
}

.question__heading span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='157' height='8' viewBox='0 0 157 8' fill='none'%3E%3Cpath d='M1.74251 6.40556C53.5943 1.84408 103.959 -0.649755 155.649 3.94063' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: -6px;
  top: 12px;
  overflow: hidden;
}

.qustion__content {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.question__form {
  width: 560px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.question__captcha {
  width: 100%;
}

.question__captcha-body {
  width: 100%;
  display: flex;
  gap: 12px;
}

.question__captcha img {
  height: fit-content;
  margin: auto;
}

.question__input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 24px;
  border-radius: 15px;
  border: 1px solid #b0b0b0;
  /* background: #f3f3f3; */
  color: #707070;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  text-align: left;
}

.question__input:hover {
  border: 1px solid #32b4a5;
  transition: 0.3s;
}

.question__input:focus {
  border: 1px solid #32b4a5;
  transition: 0.3s;
}

.question__textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 23px 8px;
  border-radius: 15px;
  border: 1px solid #b0b0b0;
  /* background: #f3f3f3; */
  color: #707070;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  text-align: left;
  resize: none;
  outline: none;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #32b4a5 #ffffff;
}
.question__textarea::-webkit-scrollbar {
  width: 5px;
}

.question__textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px white;
  border-radius: 10px;
  margin: 5px;
}

.question__textarea::-webkit-scrollbar-thumb {
  background-color: rgba(255, 134, 35, 1);
  outline: 1px solid rgba(255, 134, 35, 1);
  border-radius: 10px;
}

.question__textarea:hover {
  border: 1px solid #32b4a5;
  transition: 0.3s;
}

.question__textarea:focus {
  border: 1px solid #32b4a5;
  transition: 0.3s;
}

.question__form-description {
  color: #707070;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.question__link {
  color: #707070;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: 0.3s;
  text-decoration: underline;
}

.question__link:hover {
  color: #32b4a5;
  transition: 0.3s;
}

.question__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  height: 60px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 14px;
  background: #32b4a5;
  border: 2px solid #32b4a5;
  background: transparent;
  color: #32b4a5;
  margin-top: 10px;
}

.question__btn:hover {
  color: #fff;
  background: #32b4a5;
  transition: 0.3s;
}

.question__btn:disabled {
  background: #b5b5b5;
  border: 2px solid #b5b5b5;
  color: #ffffff;
  transition: 0.3s;
}

.question__select {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.question__select[data-state="active"] .question__select-title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}

.question__select[data-state="active"] .question__select-title::after {
  transform: translate(3px, -50%) rotate(45deg);
}

.question__select[data-state="active"] .question__select-content {
  opacity: 1;
}

.question__select[data-state="active"]
  .question__select-label
  + .question__select-input
  + .question__select-label {
  max-height: 40px;
  /* border-top-width: 1px; */
}
.question__select[data-state="active"] .question__select-title {
  border: solid 1px #32b4a5;
  transition: 0.3s;
}

.question__select-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  border-radius: 10px;
  border: solid 1px #b5b5b5;
  cursor: pointer;
  color: #707070;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  text-align: left;
}

.question__select-title::before,
.question__select-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #707070;
  transform: translate(-3px, -50%) rotate(45deg);
}

.question__select-title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}

.question__select-title:hover {
  border: solid 1px #32b4a5;
}

.question__select-title:hover::before,
.question__select-title:hover::after {
  background-color: #32b4a5;
}

.question__select[data-state="active"] .question__select-title::before {
  background-color: #32b4a5;
}
.question__select[data-state="active"] .question__select-title::after {
  background-color: #32b4a5;
}

.question__select-content {
  position: absolute;
  top: 56px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px;
  color: #707070;
  background-color: #f3f3f3;
  border: 1px solid #32b4a5;
  border-top: none;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.question__select-input {
  display: none;
}

.question__select-input:checked + label {
  color: #32b4a5;
}

.question__select-input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.question__select-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  max-height: 0;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
  font-family: Circe, sans-serif;
  font-size: 20px;
  color: #707070;
}

.question__select-label + input + .question__select-label {
  border-top: 0 solid #b5b5b5;
}

.question__select-label:hover {
  color: #32b4a5 !important;
}
.question__error {
  border: 1px solid red;
}
.question__success {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.question__success-box {
  position: relative;
  width: 360px;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 2px solid #32b4a5;
  background: #f3f3f3;
}

.question__success-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.question__success-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.question__success-heading {
  color: #32b4a5;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  text-transform: uppercase;
}

.question__success-description {
  margin-top: 16px;
  color: #1e1e1e;
  text-align: center;
  font-family: Circe;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.question__close {
  display: none;
}
@media (max-width: 1200px) {
  .question {
    margin: 70px auto 100px;
  }
  .question__heading {
    font-size: 24px;
  }
  .question__heading span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='7' viewBox='0 0 100 7' fill='none'%3E%3Cpath d='M1.83883 5.19972C34.9004 1.65512 66.8439 -0.157289 99.0003 4.00173' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .qustion__content {
    margin-top: 50px;
  }
  .question__success-box {
    width: 300px;
    height: 160px;
  }
  .question__success-heading {
    font-size: 16px;
  }
  .question__success-description {
    margin-top: 14px;
  }
  .question__input,
  .question__select-title,
  .question__textarea {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .question__btn {
    height: 50px;
    font-size: 16px;
    margin: 0;
  }
  .question__form-description,
  .question__link {
    font-size: 12px;
  }
  .question__select[data-state="active"]
    .question__select-label
    + .question__select-input
    + .question__select-label {
    max-height: 32px;
    font-size: 14px;
    text-align: left;
  }
  .question__select-content {
    top: 42px;
  }
}

@media (max-width: 767px) {
  .question__form {
    width: 100%;
  }
  .question {
    padding: 0 38px;
    margin: 50px auto 100px;
  }
  .question__heading {
    font-size: 20px;
  }
  .question__heading span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='82' height='7' viewBox='0 0 82 7' fill='none'%3E%3Cpath d='M1.84643 5.46742C29.1694 1.62264 55.2308 -0.252746 80.2131 4.68551' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .qustion__content {
    margin-top: 30px;
  }
  .question__btn {
    font-size: 16px;
  }
}

.instruction {
  padding: 0 74px;
  text-align: left;
  margin: 0 auto 150px;
}

.instruction table {
  border-spacing: 0;
}

.instruction table th,
.instruction table td {
  border: 1px solid #007785;
  border-spacing: 0;
  text-align: left;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  padding: 8px;
}

.instruction h1 {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-align: left;
  margin: 100px 0 70px;
}

.instruction h1 span {
  position: relative;
}

.sejaro::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='215' height='10' viewBox='0 0 215 10' fill='none'%3E%3Cpath d='M1.9803 8.30932C73.3502 2.03079 142.673 -1.40178 213.821 4.91653' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: 0px;
  top: 12px;
  overflow: hidden;
}

.unopen::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='349' height='8' viewBox='0 0 349 8' fill='none'%3E%3Cpath d='M1.75123 6.09681C117.415 0.904916 230.155 -1.44844 347.315 6.06508' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: 0px;
  top: 12px;
  overflow: hidden;
}

.instruction p,
.instruction li,
.instruction li span,
.instruction p span,
.instruction a {
  text-align: left;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.instruction .small {
  font-size: 16px;
}

.instruction a {
  color: #1e1e1e;
}

.instruction a:hover {
  color: #32b4a5;
  text-decoration: underline;
}

.instruction .strong,
.instruction strong {
  color: #32b4a5;
  font-weight: 700;
  font-family: Circe, sans-serif;
}

.instruction p span,
.instruction li span {
  color: #32b4a5;
  font-family: Circe, sans-serif;
}

.instruction__button {
  width: 210px;
  height: 45px;
  border-radius: 14px;
  border: 2px solid rgba(231, 98, 14, 0.8);
  background: #f3f3f3;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 20px 0;
}

.instruction__button:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21.0002L16.657 16.6572M16.657 16.6572C17.3998 15.9143 17.9891 15.0324 18.3912 14.0618C18.7932 13.0911 19.0002 12.0508 19.0002 11.0002C19.0002 9.9496 18.7932 8.90929 18.3912 7.93866C17.9891 6.96803 17.3998 6.08609 16.657 5.34321C15.9141 4.60032 15.0321 4.01103 14.0615 3.60898C13.0909 3.20693 12.0506 3 11 3C9.94936 3 8.90905 3.20693 7.93842 3.60898C6.96779 4.01103 6.08585 4.60032 5.34296 5.34321C3.84263 6.84354 2.99976 8.87842 2.99976 11.0002C2.99976 13.122 3.84263 15.1569 5.34296 16.6572C6.84329 18.1575 8.87818 19.0004 11 19.0004C13.1217 19.0004 15.1566 18.1575 16.657 16.6572Z' stroke='%23e7620e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 24px;
  left: 170px;
  top: 8px;
  overflow: hidden;
}

.instruction__button span {
  width: 160px;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px 15px 15px 12px;
  background: rgba(231, 98, 14, 0.8);
  right: 2px;
  position: relative;
}

.instruction__button:hover span {
  border-radius: 14px;
  border: 2px solid rgba(231, 98, 14, 0.8);
  background: transparent;
  color: rgba(231, 98, 14, 0.8);
}

.instruction__button:hover {
  border-radius: 14px;
  border: 2px solid rgba(231, 98, 14, 0.8);
  background: transparent;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.collapsable__item > details > summary::marker {
  content: none;
  display: none;
}

.collapsable__item > details > summary::-webkit-details-marker {
  content: none;
  display: none;
}

.collapsable__item h2 {
  font-family: Unbounded, sans-serif;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: rgba(231, 98, 14, 0.8);
  margin-top: 24px;
}

.collapsable__button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.collapsable__item > details > summary:after {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background-image: url("/local/templates/sejaro/css/../img/icons/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: 72px;
  top: 12px;
  content: "";
}

.collapsable__item > details[open] > summary:after {
  background-image: url("/local/templates/sejaro/css/../img/icons/minus.svg");
}

.collapsable__answer {
  margin-top: 30px;
}

.italics {
  font-style: italic !important;
  color: #32b4a5;
}

.italics-def {
  font-style: italic !important;
}

ul {
  margin: 26px 0 0 20px;
  padding: 0;
  list-style-type: none;
}

li + li {
  margin-top: 20px;
}

li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

li::before {
  content: "";
  height: 20px;
  width: 20px;
  min-width: 20px;
  position: absolute;
  top: 2px;
  left: -12px;
  background-image: url("/local/templates/sejaro/css/../img/icons/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  ul {
    margin: 26px 0 0 12px;
  }
  li::before {
    height: 14px;
    width: 14px;
    min-width: 14px;
  }
  li {
    padding-left: 15px;
  }
}

.instruction li {
  display: block;
  padding-left: 24px;
}

.theme-color {
  color: #32b4a5 !important;
}

.second-theme-color {
  color: rgba(231, 98, 14, 0.8) !important;
}

.third-theme-color {
  color: rgba(255, 164, 1, 0.8);
}

.bg-theme {
  background: #32b4a5;
}

.default-color {
  color: #1e1e1e !important;
}

.up {
  text-transform: uppercase;
}

.instruction__modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
  overflow: auto;
  display: none;
}

.instruction__modal-body {
  width: 1040px;
  height: fit-content;
  padding: 70px 120px;
  border-radius: 15px;
  border: 2px solid #32b4a5;
  background: #f3f3f3;
  margin: 50px auto;
  position: relative;
}

.instruction__modal-body::after {
  content: "+";
  position: absolute;
  width: 40px;
  right: 28px;
  top: 0px;
  overflow: hidden;
  color: #32b4a5;
  font-family: Circe;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transform: rotate(45deg);
  cursor: pointer;
}

.instruction__modal img {
  width: 100%;
  height: auto;
}

.instruction__modal--dekstop {
  display: block;
}

.instruction__modal--tablet {
  display: none;
}

.instruction__modal--mobile {
  display: none;
}

@media (max-width: 1440px) {
  .collapsable__item > details > summary:after {
    left: 40px;
  }
}

@media (max-width: 1200px) {
  .instruction {
    margin: 0 auto 100px;
  }
  .instruction h1 {
    margin: 70px 0 50px;
    font-size: 24px;
  }
  .instruction p,
  .instruction li {
    font-size: 14px;
  }
  .instruction__modal-body {
    width: 500px;
    padding: 50px 20px;
  }
  .instruction__modal--dekstop {
    display: none;
  }
  .instruction__modal--tablet {
    display: block;
  }
  .instruction__modal-body::after {
    font-size: 40px;
    right: 10px;
  }
  .collapsable__item > details > summary:after {
    left: 0;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
  }
  .collapsable__item h2 {
    font-size: 14px;
    line-height: 120%;
  }
  .instruction p span,
  .instruction li span {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .instruction {
    margin: 0 auto 100px;
    padding: 0 38px;
  }
  .instruction h1 {
    margin: 50px 0 30px;
    font-size: 20px;
  }
  .instruction p,
  .instruction li {
    font-size: 14px;
  }
  .instruction li {
    padding-left: 15px;
  }
  .instruction__modal-body {
    width: 260px;
    padding: 30px 20px;
    margin: 30px auto;
  }
  .instruction__modal--tablet {
    display: none;
  }
  .instruction__modal--mobile {
    display: block;
  }
  .instruction__modal-body::after {
    font-size: 30px;
    right: 4px;
  }
}

@media (max-width: 400px) {
  .instruction h1 {
    font-size: 19px;
  }
}

.slider {
  display: flex;
  gap: 20px;
  margin-top: 70px;
}

.instruction__slider {
  position: relative;
  width: 560px;
  height: 600px;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 auto;
}

.instruction__slider ul {
  position: relative;
  list-style: none;
  height: 100%;
  width: 100000px;
  padding: 0;
  margin: 0;
  /* transition: all 1000ms ease; */
  display: flex;
}

.instruction__slider li::before {
  content: none;
}

.slider ul li {
  position: relative;
  height: fit-content;
  float: left;
}

.slider ul li::before {
  content: none;
}

.slider ul li img,
.slider ul li {
  width: 560px;
  height: auto;
}

.slider li + li {
  margin: 0;
}

.instruction__controls {
  width: 580px;
  height: 600px;
  border-radius: 15px;
  border: 2px solid #32b4a5;
  background: #f3f3f3;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin: 0 auto; */
  gap: 20px;
}

.slider__wrap {
  display: none;
}

.slider__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slider__title {
  color: #32b4a5;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-top: 0;
  max-width: 520px;
}

.slider__item p,
.slider__item span {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 0;
  max-width: 520px;
  text-align: left;
}

.slider__item span {
  font-style: italic;
}

.slider__buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.slider__numbers {
  width: 100px;
  display: flex;
  justify-content: center;
}

.slider__numbers,
.slider__numbers span {
  color: #32b4a5;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.slider-dots {
  width: 45px !important;
  padding: 2px 0;
}

.instruction-slider-prev::after,
.instruction-slider-next::after {
  position: absolute;
  width: 100%;
  top: 1px;
  overflow: hidden;
}

.instruction-slider li + li {
  margin: 0;
}

.instruction-slider li {
  padding: 0;
}

.instruction-slider-prev::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.94 5.12V7.36H6.06L1.98 7.04V5.42L6.06 5.12H14.94ZM5.98 0.0999992L7.46 1.52L1.94 7.12V5.36L7.46 10.96L5.98 12.38L0.04 6.24L5.98 0.0999992Z' fill='%23007785'/%3E%3C/svg%3E");
}

.instruction-slider-prev:hover:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.94 5.12V7.36H6.06L1.98 7.04V5.42L6.06 5.12H14.94ZM5.98 0.0999992L7.46 1.52L1.94 7.12V5.36L7.46 10.96L5.98 12.38L0.04 6.24L5.98 0.0999992Z' fill='%23fff'/%3E%3C/svg%3E");
}

.instruction-slider-next::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.18 5.12H9.06L13.14 5.42V7.04L9.06 7.36H0.18V5.12ZM9.14 0.0999992L15.08 6.24L9.14 12.38L7.66 10.96L13.18 5.36V7.12L7.66 1.52L9.14 0.0999992Z' fill='%23007785'/%3E%3C/svg%3E%0A");
}

.instruction-slider-next:hover:after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.18 5.12H9.06L13.14 5.42V7.04L9.06 7.36H0.18V5.12ZM9.14 0.0999992L15.08 6.24L9.14 12.38L7.66 10.96L13.18 5.36V7.12L7.66 1.52L9.14 0.0999992Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.instruction-slider-prev,
.instruction-slider-next {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  border: 2px solid #32b4a5;
  position: relative;
  display: flex;
  cursor: pointer;
}

.instruction-slider-prev:hover,
.instruction-slider-next:hover {
  color: #fff;
  background: #32b4a5;
}

.instruction__table-wrap {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 12px;
}

.instruction__table-wrap::-webkit-scrollbar-track-piece {
  border-radius: 10px;
  background-color: #b0b0b0;
}

.instruction__table,
.instruction__table th,
.instruction__table td {
  border: 1px solid #32b4a5;
  border-spacing: 0;
}

.instruction__table {
  max-width: 1160px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #32b4a5;
  background: rgba(154, 154, 154, 0.1);
  margin-top: 15px;
}

.instruction__table th,
.instruction__table td {
  color: #1e1e1e;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 20px;
  width: 25%;
}

.instruction__table th:first-child {
  border-radius: 15px 0 0 0;
}

.instruction__table th:last-child {
  border-radius: 0 15px 0 0;
}

.instruction__table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.instruction__table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.instruction__table th {
  font-weight: 700;
}

@media (max-width: 1366px) {
  .slider {
    gap: 8px;
  }
  .slider ul li img,
  .slider ul li {
    width: 542px;
  }
  .instruction__slider {
    width: 542px;
  }
  .instruction__controls {
    height: 581px;
    width: 542px;
  }
  .instruction__slider-item .instruction__slider img {
    width: 542px;
    height: 581px;
  }
  .slider__item p,
  .slider__item span {
    font-size: 19px;
  }
}

@media (max-width: 1249px) {
  .slider {
    flex-direction: column;
    gap: 5px;
    margin-top: 50px;
  }
  .slider ul li img,
  .slider ul li {
    width: 620px;
  }
  .slider ul li p {
    width: 620px;
  }
  .slider__title {
    font-size: 16px;
    max-width: 560px;
  }
  .slider__item p,
  .slider__item span {
    font-size: 14px;
    max-width: 560px;
  }
  .instruction__slider {
    width: 620px;
    height: 660px;
  }
  .instruction__controls {
    width: 620px;
    min-height: 254px;
    height: fit-content;
  }
  .instruction__slider-item .instruction__slider img {
    width: 620px;
    height: 660px;
  }
}

@media (max-width: 1200px) {
  .instruction__table,
  .instruction__table th,
  .instruction__table td {
    border: 1px solid #32b4a5;
  }
  .instruction__table {
    border-radius: 8px;
    max-width: 620px;
  }
  .instruction__table th,
  .instruction__table td {
    font-size: 11px;
    padding: 11px;
  }
  .slider__numbers,
  .slider__numbers span {
    font-size: 14px;
  }
  .instruction__table th:first-child {
    border-radius: 8px 0 0 0;
  }

  .instruction__table th:last-child {
    border-radius: 0 8px 0 0;
  }

  .instruction__table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }

  .instruction__table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
}

@media (max-width: 760px) {
  .slider {
    margin-top: 20px;
  }
  .slider ul li img,
  .slider ul li {
    width: 300px;
  }
  .slider ul li p {
    width: 300px;
    margin-top: 0;
  }
  .instruction__slider {
    width: 300px;
    height: 330px;
  }
  .instruction__controls {
    width: 300px;
    min-height: unset;
    height: fit-content;
    justify-content: flex-start;
    padding: 20px;
  }
  .slider__title,
  .slider__item p,
  .slider__item span {
    max-width: 260px;
  }
  .slider__buttons {
    order: 1;
    margin: 0 auto;
  }
  .slider__wrap {
    order: 2;
  }
}
.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
  overflow: auto;
}

.popup {
  background: #fff;
  border: 2px solid #32b4a5;
  max-width: 840px;
  min-height: 580px;
  border-radius: 15px;
  padding: 100px;
  width: 100%;
  text-align: center;
  margin: 50px auto 10px;
  display: flex;
}

.popup-container {
  max-width: 800px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.popup__title {
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  text-transform: uppercase;
}

.popup__title sup {
  font-family: Unbounded, sans-serif;
  color: rgba(231, 98, 14, 0.8);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.popup__title span {
  font-family: Unbounded, sans-serif;
  color: rgba(231, 98, 14, 0.8);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: none;
}

.popup__description {
  font-family: Circe, sans-serif;
  margin: 30px auto 0;
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 626px;
}

.popup__buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.popup__button {
  font-family: Unbounded, sans-serif;
  display: inline-block;
  max-width: 250px;
  height: 60px;
  color: #32b4a5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 2px solid #32b4a5;
  border-radius: 14px;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__button:hover {
  background: rgba(231, 98, 14, 0.8);
  border: 2px solid rgba(231, 98, 14, 0.8);
  color: #fff;
}

.popup__info {
  max-width: 518px;
  margin: 20px auto 0;
  font-family: Circe, sans-serif;
  color: rgba(30, 30, 30, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup__info a {
  margin: 30px 0 0;
  font-family: Circe, sans-serif;
  margin: 30px 0 0;
  color: rgba(30, 30, 30, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

@media (max-width: 1024px) {
  .popup {
    max-width: 922px;
    padding: 50px 70px;
  }
  .popup-container {
    max-width: unset;
  }
}

@media (max-width: 840px) {
  .popup {
    max-width: 90vw;
    height: fit-content;
    border-radius: 15px;
  }
  .popup__title {
    font-size: 16px;
  }
  .popup__title span {
    font-size: 28px;
  }
  .popup__title sup {
    font-size: 28px;
  }
  .popup__description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .popup__buttons {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
  .popup__button {
    max-width: 100%;
    font-size: 12px;
    line-height: normal;
  }
  .popup__info,
  .popup__info a {
    font-size: 12px;
    line-height: normal;
  }
  .popup__info {
    margin-top: 15px;
  }
}

@media (max-width: 760px) {
  .popup {
    padding: 30px 20px;
  }
  .popup__title {
    font-size: 14px;
  }
  .popup__title span {
    font-size: 24px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  padding: 0 74px;
  margin: 100px auto 150px;
}

.main__title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 52px;
}

.main__title--left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.main__title--left p {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.main__pic-section {
  display: flex;
  flex-direction: column;
  position: relative;
}

.main__title-text {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-align: left;
  max-width: 560px;
}

.main__pic-section p {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.main__title-about {
  position: absolute;
  right: 0;
  z-index: 1;
  top: -72px;

  @media only screen and (max-width: 1200px) {
    & {
      position: static;
    }
  }
}

.main__patient-support {
  max-width: 416px;
  width: 100%;
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #1E1E1E;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 25px;

  @media only screen and (max-width: 1200px) {
    & {
      max-width: 300px;
      gap: 20px;
      font-size: 22px;
      line-height: 120%;
    }
  }
  @media only screen and (max-width: 760px) {
    & {
      margin: 30px auto;
    }
  }
}

.main__patient-support a {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  position: relative;
  text-align: start;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 326px;
  height: 59px;
  background: rgba(50, 180, 165, 0.8);
  border-radius: 14px;

  @media only screen and (max-width: 960px) {
    & {
      font-size: 12px;
      width: 254px;
      height: 46px;
    }
  }
  @media only screen and (max-width: 760px) {
    & {
      margin: 0 auto;
    }
  }
}

.main__patient-support a:hover {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.main__pic-section--link {
  width: 173px;
  margin: 0 auto 8px;
  display: block;

  @media only screen and (max-width: 1200px) {
    & {
      margin: 0 auto 22px 0;
    }
  }
}

.main__title .mobile {
  display: none;
}

@media (max-width: 1440px) {
  .main__pic-section {
    max-width: 49%;
  }
}

@media (max-width: 1200px) {
  .main {
    margin: 70px auto 100px;
  }
  .main__title {
    margin: 0 auto 90px;
  }
  .main__title--left {
    gap: 20px;
  }
  .main__title-text {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .main {
    margin: 20px auto 100px;
    padding: 0 38px;
  }
  .main__title {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    margin: 0 auto 50px;
  }
  .main__title--left {
    gap: 0;
  }
  .main__title-text {
    font-size: 20px;
    width: 100%;
  }
  .main__pic-section {
    max-width: 290px;
    position: absolute;
    top: 236px;
  }
  .main__title .mobile {
    display: block;
  }
  .main__pic-section--link {
    width: 118px;
    margin: 0;
  }
  .main__pic-section--link img {
    width: 100%;
  }
  .main__title-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 160px;
  }
  .main__title--left p {
    font-size: 12px;
    text-align: right;
    line-height: 13px;
    margin-top: 12px;
  }
}

.main__dose-block {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 100px;
}

.main__dose-block p {
  font-size: 22px;
  font-weight: 600;
  line-height: 170%;
  margin: 0;
}

.main__med-actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px auto 100px;
  gap: 25px;
}

.main__med-actions-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 271px;
  height: 100%;
  border-radius: 15px;
  border: 2px solid #32b4a5;
  position: relative;
  padding: 60px 30px 30px;
}

.main__med-actions-item img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -20px;
}

.main__med-actions-item h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

.main__med-actions-item ul {
  margin: 0;
}

.main__med-actions-item li {
  align-items: flex-start;
}

.main__med-actions-item li p {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 0;
  text-align: left;
}

.main__med-actions-item sup {
  line-height: 10px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.main__med-actions-item li + li {
  margin-top: 15px;
}

.main__med-actions-item li::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='8.10938' r='7.5' fill='white'/%3E%3Ccircle cx='7.5' cy='8.10938' r='6.5' stroke='%2332B4A5' stroke-opacity='0.8' stroke-width='2'/%3E%3C/svg%3E%0A");
  height: 15px;
  width: 15px;
  min-width: 15px;
  top: -8px;
  left: -20px;
  background-image: none;
}

.main__med-actions-item a {
  height: 45px;
  min-height: 45px;
  max-width: 189px;
  width: 100%;
  border-radius: 14px;
  background: #32b4a5;
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__med-actions-item a:hover {
  border-radius: 14px;
  border: 2px solid #32b4a5;
  background: transparent;
  color: #32b4a5;
}

.main__med-actions-item p {
  position: relative;
}

.main__more-btn a {
  height: 45px;
  min-height: 45px;
  max-width: 252px;
  width: 100%;
  margin: 25px auto 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #c1103f 0%, #3658a1 100%);
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.main__more-btn a:hover {
  /* border-radius: 14px;
  border: 2px solid #32B4A5;
  background: transparent;
  color: #32B4A5; */
  background: transparent;
  color: #3658a1;
}

.main__more-btn a:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #c1103f 0%, #3658a1 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media (max-width: 1440px) {
  .main__med-actions-item sup {
    position: static;
  }
}

@media (max-width: 1300px) {
  .main__med-actions {
    margin: 0px auto 70px;
    column-gap: 10px;
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .main__med-actions-item {
    height: 440px;
    max-width: 49%;
    border-radius: 10px;
    padding: 56px 28px 20px;
  }
  .main__med-actions-item li p {
    font-size: 14px;
  }
  .main__med-actions-item li::before {
    top: -9px;
    left: -10px;
  }
  .main__med-actions-item a {
    max-width: 160px;
    font-size: 14px;
  }
  .article-download a {
    max-width: 160px;
    font-size: 14px;
  }
  .main__more-btn a {
    font-size: 14px;
    margin: 16px auto 0;
  }
}

@media (max-width: 760px) {
  .main__med-actions {
    flex-direction: column;
    margin: 0px auto 50px;
    gap: 37px;
  }
  .main__med-actions-item {
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: fit-content;
  }
  .main__med-actions-item a {
    max-width: unset;
    font-size: 14px;
  }
  .article-download a {
    max-width: unset;
    font-size: 14px;
  }
  .main__more-btn a {
    max-width: unset;
    font-size: 14px;
    margin: 12px auto 0;
  }
}

.main__active-substance {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-align: left;
  margin: 0 auto 50px;
}

@media (max-width: 1200px) {
  .main__active-substance {
    font-size: 18px;
  }
  .main__dose-block p {
    font-size: 18px;
  }
}

@media (max-width: 760px) {
  .main__active-substance {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main__dose-block p {
    font-size: 16px;
  }
  .main__dose-block {
    gap: 30px;
    margin-bottom: 68px;
  }
  .main__med-actions-item li::before {
    top: -12px;
    left: -10px;
    content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='white'/%3E%3Ccircle cx='5' cy='5' r='4' stroke='%2332B4A5' stroke-opacity='0.8' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
}

@media (max-width: 400px) {
  .main__active-substance {
    font-size: 15px;
  }
}

.main__effects {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-bottom: 100px;
}

.main__effects-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.main__effects-item-block:last-child {
  gap: 52px;
}

.main__effects-item-block:last-child h3 {
  position: relative;
  top: 32px;
}

.main__effects-items-image {
  width: 100%;
  max-width: 443px;
  height: 869px;
  margin: 77px 104px 0;
}

.main__effects-item-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main__effects-item-block h3 {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: rgba(50, 180, 165, 0.8);
}

.main__effects-item {
  width: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.main__effects-item p {
  font-family: Unbounded, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1e1e1e;
  margin: 0 auto 10px;
}

.main__effects-item span {
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #1e1e1e;
}

.main__effects-bubble {
  position: relative;
  font-family: Circe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  width: 225px;
  height: 50px;
  background: rgba(50, 180, 165, 0.8);
  border-radius: 35px;
}

.main__effects-bubble--theme {
  background: rgba(231, 98, 14, 0.8);
}

.main__effects-bubble--up::before {
  content: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.875' width='50' height='50' rx='25' fill='%2332B4A5' fill-opacity='0.8'/%3E%3Cpath d='M22.5734 35.625L22.5734 23.875L22.9734 18.775L25.0234 18.775L25.4234 23.875L25.4234 35.625L22.5734 35.625ZM16.3484 23.825L23.9984 16.425L31.6484 23.825L29.8734 25.675L22.9234 18.775L25.0984 18.775L18.1234 25.675L16.3484 23.825Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 50px;
  height: 50px;
  left: -56px;
}

.main__effects-bubble--down::before {
  content: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.625' width='50' height='50' rx='25' fill='%2332B4A5' fill-opacity='0.8'/%3E%3Cpath d='M25.4266 15.875V27.625L25.0266 32.725H22.9766L22.5766 27.625V15.875L25.4266 15.875ZM31.6516 27.675L24.0016 35.075L16.3516 27.675L18.1266 25.825L25.0766 32.725H22.9016L29.8766 25.825L31.6516 27.675Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  width: 50px;
  height: 50px;
  left: -56px;
}

.main__effects-bubble--up.main__effects-bubble--theme::before {
  content: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.75' width='50' height='50' rx='25' fill='%23E7620E' fill-opacity='0.8'/%3E%3Cpath d='M22.5734 35.5L22.5734 23.75L22.9734 18.65L25.0234 18.65L25.4234 23.75L25.4234 35.5L22.5734 35.5ZM16.3484 23.7L23.9984 16.3L31.6484 23.7L29.8734 25.55L22.9234 18.65L25.0984 18.65L18.1234 25.55L16.3484 23.7Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  width: 50px;
  height: 50px;
  left: -56px;
}

.main__effects-bubble--down.main__effects-bubble--theme::before {
  content: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='25' fill='%23E7620E' fill-opacity='0.8'/%3E%3Cpath d='M25.4266 15.25L25.4266 27L25.0266 32.1L22.9766 32.1L22.5766 27L22.5766 15.25L25.4266 15.25ZM31.6516 27.05L24.0016 34.45L16.3516 27.05L18.1266 25.2L25.0766 32.1L22.9016 32.1L29.8766 25.2L31.6516 27.05Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 50px;
  height: 50px;
  left: -56px;
}

.main__effects a {
  height: fit-content;
  min-height: 45px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
  background: #32b4a5;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  cursor: auto;
}

.main__effects sup {
  line-height: 12px;
  font-size: 9px;
  font-weight: 400;
  position: relative;
  letter-spacing: 1.4px;
}

.main__effects .links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.main__effects .links span {
  font-size: 20px;
  font-family: Unbounded, sans-serif;
}

.main__effects .links sup:hover {
  color: rgba(255, 255, 255, 0.5);
}

.main__effects h2 {
  color: rgba(231, 98, 14, 0.8);
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  margin-bottom: 30px;
}

.main__effects h2::after {
  content: url("data:image/svg+xml,%3Csvg width='192' height='6' viewBox='0 0 192 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00066 4.93679C64.414 1.60694 126.263 -0.270565 190.68 2.81133' stroke='%2332B4A5' stroke-opacity='0.8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 100%;
  left: 0px;
  top: 44px;
  overflow: hidden;
}

.main__effects-double-item {
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
}

.aligned--liver {
  position: relative;
  left: 80px;
}

.aligned--kidneys {
  position: relative;
  left: 80px;
}

@media (max-width: 1200px) {
  .main__effects {
    margin-bottom: 70px;
  }
  .main__effects h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* .main__effects h3 {
    font-size: 9.6px;
  }
  .main__effects a,
  .main__effects p {
    font-size: 9.6px;
    line-height: 10px;
    gap: 5px;
  } */
  .main__effects-item {
    width: 170px;
    gap: 6px;
  }
  .main__effects .links {
    gap: 2px;
  }
  .main__effects .links span {
    font-size: 11px;
  }
  .main__effects-img {
    width: 79px;
    height: 79px;
  }
  .main__effects a {
    height: 24px;
    min-height: 24px;
    padding: 5px 10px;
  }
  .main__effects sup {
    font-size: 8px;
    line-height: 4px;
  }
  .aligned--liver {
    left: 50px;
  }
  .aligned--kidneys {
    left: 50px;
  }
  .main__effects h2::after {
    top: 36px;
  }
  .main__effects-items-image {
    max-width: 265px;
    height: 461px;
    margin: 36px auto 0;
  }
  .main__effects-bubble {
    width: 100%;
    font-size: 14px;
  }
  .main__effects-item-block h3 {
    font-size: 14px;
  }
  .main__effects-item p {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
  }
  .main__effects-item-block {
    gap: 10px;
  }
  .main__effects-item span {
    font-size: 12px;
  }
  .main__effects-item-block:last-child .main__effects-bubble::before {
    left: unset;
    right: -56px;
  }
  .main__effects-items {
    align-items: center;
  }
  .main__effects-item-block:last-child {
    gap: 10px;
  }
  .main__effects-item-block:last-child h3 {
    position: static;
    top: unset;
  }
}

@media (max-width: 760px) {
  .main__effects {
    margin-bottom: 50px;
  }
  .main__effects h2 {
    font-size: 16px;
  }
  .main__effects h3 {
    font-size: 16px;
  }
  .main__effects h3 br {
    display: none;
  }
  .main__effects a,
  .main__effects p {
    font-size: 13.5px;
    line-height: 13.5px;
  }
  .main__effects-item {
    width: 100%;
    gap: 10px;
  }
  .main__effects-items {
    flex-direction: column;
  }
  .main__effects-item-block {
    gap: 20px;
  }
  .main__effects-item-block:last-child .main__effects-bubble::before {
    left: -43px;
    right: unset;
  }
  .main__effects-bubble--up::before {
    content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='37.5' height='37.5' rx='18.75' fill='%2332B4A5' fill-opacity='0.8'/%3E%3Cpath d='M17.6801 25.6875L17.6801 16.875L17.9801 13.05L19.5176 13.05L19.8176 16.875L19.8176 25.6875L17.6801 25.6875ZM13.0113 16.8375L18.7488 11.2875L24.4863 16.8375L23.1551 18.225L17.9426 13.05L19.5738 13.05L14.3426 18.225L13.0113 16.8375Z' fill='white'/%3E%3C/svg%3E");
    left: -43px;
    right: unset;
    width: 37.5px;
    height: 37.5px;
  }
  .main__effects-bubble--down::before {
    content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='37.5' height='37.5' rx='18.75' fill='%2332B4A5' fill-opacity='0.8'/%3E%3Cpath d='M19.8199 12.3125V21.125L19.5199 24.95H17.9824L17.6824 21.125V12.3125H19.8199ZM24.4887 21.1625L18.7512 26.7125L13.0137 21.1625L14.3449 19.775L19.5574 24.95H17.9262L23.1574 19.775L24.4887 21.1625Z' fill='white'/%3E%3C/svg%3E");
    left: -43px;
    right: unset;
    width: 37.5px;
    height: 37.5px;
  }
  .main__effects-bubble--up.main__effects-bubble--theme::before {
    content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='37.5' height='37.5' rx='18.75' fill='%23E7620E' fill-opacity='0.8'/%3E%3Cpath d='M17.6801 25.6875L17.6801 16.875L17.9801 13.05L19.5176 13.05L19.8176 16.875L19.8176 25.6875L17.6801 25.6875ZM13.0113 16.8375L18.7488 11.2875L24.4863 16.8375L23.1551 18.225L17.9426 13.05L19.5738 13.05L14.3426 18.225L13.0113 16.8375Z' fill='white'/%3E%3C/svg%3E");
    left: -43px;
    right: unset;
    width: 37.5px;
    height: 37.5px;
  }
  .main__effects-bubble--down.main__effects-bubble--theme::before {
    content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.25' width='37.5' height='37.5' rx='18.75' fill='%23E7620E' fill-opacity='0.8'/%3E%3Cpath d='M19.8199 12.0625V20.875L19.5199 24.7H17.9824L17.6824 20.875V12.0625H19.8199ZM24.4887 20.9125L18.7512 26.4625L13.0137 20.9125L14.3449 19.525L19.5574 24.7H17.9262L23.1574 19.525L24.4887 20.9125Z' fill='white'/%3E%3C/svg%3E%0A");
    left: -43px;
    right: unset;
    width: 37.5px;
    height: 37.5px;
  }
  .main__effects .links {
    gap: 5px;
    width: 100%;
    max-width: 300px;
  }
  .main__effects .links span {
    font-size: 16px;
  }
  .main__effects-img {
    width: 180px;
    height: 180px;
  }
  .main__effects a {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
  }
  .main__effects-bubble {
    width: 225px;
    height: 37.5px;
    margin-left: 25px;
    font-size: 13.5px;
    line-height: 13.5px;
  }
  .main__effects-items-image {
    max-width: 265px;
    height: 461px;
    margin-bottom: 30px;
  }
}

@media (max-width: 420px) {
  .main__effects h2::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='223' height='6' viewBox='0 0 223 6' fill='none'%3E%3Cpath d='M1.4312 3.72057C75.1357 1.50812 147.036 0.72209 221.974 4.94677' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.faq {
  width: 100%;
  margin: 0 auto;
}

.faq__title {
  color: #1e1e1e;
  font-family: Unbounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 70px;
}

.faq__title span {
  position: relative;
}

.faq__title span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='285' height='11' viewBox='0 0 285 11' fill='none'%3E%3Cpath d='M1.01454 9.88644C95.5569 2.59151 187.656 -1.81711 283.167 3.54079' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: -24px;
  top: 12px;
}

.faq__item {
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
  background: #fdfdfd;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.faq__item:last-child {
  border-bottom: none;
}

.faq__item > details {
  width: 100%;
}

.faq__item > details > summary::-webkit-details-marker {
  content: none;
  display: none;
}

.faq__item > details > summary::marker {
  content: none;
  display: none;
}

.faq__item > details > summary:after {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.148438' width='40' height='40' rx='15' fill='%2332B4A5' fill-opacity='0.8'/%3E%3Cpath d='M19.24 26.3724V12.9324H21.64V26.3724H19.24ZM13.72 20.8524V18.4524H27.16V20.8524H13.72Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: 0px;
  top: -2px;
  content: "";
}

.faq__item > details[open] > summary:after {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.125' width='40' height='40' rx='15' fill='white'/%3E%3Crect x='1' y='1.125' width='38' height='38' rx='14' stroke='%2332B4A5' stroke-opacity='0.8' stroke-width='2'/%3E%3Cpath d='M12.7578 21.7599V19.2266H26.9445V21.7599H12.7578Z' fill='%2332B4A5' fill-opacity='0.8'/%3E%3C/svg%3E");
}

.faq__question {
  color: rgba(231, 98, 14, 0.8);
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-align: left;
}

.faq__answer {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  margin-top: 20px;
  padding-right: 80px;
  overflow: hidden;
}

.faq__answer img {
  width: 100%;
}

.faq__button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}

@media (max-width: 1200px) {
  .faq__question {
    font-size: 16px;
    line-height: 150%;
  }
  .faq__answer {
    font-size: 14px;
    margin-top: 10px;
    padding-right: 70px;
  }
  .faq__item > details > summary:after {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
  }
  .faq__title {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 50px;
  }
  .faq__title span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164' height='8' viewBox='0 0 164 8' fill='none'%3E%3Cpath d='M1.81896 5.57216C56.4814 0.894172 109.269 -1.01526 162.31 6.74996' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    left: -4px;
  }
}

@media (max-width: 760px) {
  .faq__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .faq__answer {
    padding-right: 0px;
  }
  .faq__title span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='8' viewBox='0 0 138 8' fill='none'%3E%3Cpath d='M1.72105 6.40268C47.9995 1.31406 92.5017 -1.02012 136.517 6.21359' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

.sources {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1308px;
  padding: 50px 38px 0;
  border-top: 2px solid rgba(231, 98, 14, 0.8);
  margin: 100px auto 0;
}

.sources p,
.sources span,
.sources a {
  margin-top: 15px;
  color: #32b4a5;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  text-align: left;
  text-decoration: none;
  word-break: break-word;
}

.sources p:hover,
.sources a:hover {
  text-decoration: underline;
}

.sources span {
  position: absolute;
  left: -30px;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .sources {
    padding: 30px 0 0 24px;
    margin: 70px auto 0;
  }
  .sources p,
  .sources span,
  .sources a {
    font-size: 14px;
  }
  .sources span {
    left: -24px;
  }
}
@media (max-width: 760px) {
  .sources {
    margin: 50px auto 0;
  }
}

.main__slider {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 70px auto 100px;
}

.instruction__slider-item {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 70px auto 100px;
}

.main__slider-photo {
  width: 206px;
  height: 600px;
  border-radius: 15px 0px 0px 15px;
  border: 2px solid #32b4a5;
  background: #fff;
  padding: 25px 35px;
  cursor: pointer;
  z-index: 1;
}

.main__slider-photo img {
  width: 100%;
}

.main__slider-photo--desktop {
  display: block;
}

.main__slider-photo--tablet,
.main__slider-photo--mobile {
  display: none;
}

.main__slider .instruction__controls {
  width: 408px;
  height: 600px;
  border-radius: 0px 15px 15px 0px;
  border: 2px solid #32b4a5;
  background: #f3f3f3;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.main__slider-title h2 {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-transform: uppercase;
  text-align: left;
}

.main__slider-title span {
  position: relative;
}

.main__slider-title span:after {
  /* content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='214' height='11' viewBox='0 0 214 11' fill='none'%3E%3Cpath d='M1.00005 9.26955C72.3101 2.34423 141.599 -1.71669 212.801 3.95633' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); */
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='285' height='11' viewBox='0 0 285 11' fill='none'%3E%3Cpath d='M1.01454 9.88644C95.5569 2.59151 187.656 -1.81711 283.167 3.54079' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: -12px;
  top: 12px;
}

.slider__item a {
  width: 152px;
  height: 45px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #32b4a5;

  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main__slider .instruction__slider {
  margin: 0 -12px 0;
}

.main__slider li + li {
  margin: 0;
}

.main__slider .slider__item--dekstop {
  display: block;
}

.main__slider .slider__item--adaptive {
  display: none;
}

@media (max-width: 1366px) {
  .main__slider .instruction__slider {
    width: 560px;
    height: 600px;
  }
  .main__slider .slider__item p,
  .main__slider .slider__item span {
    font-size: 20px;
    max-width: 520px;
  }
  .main__slider .slider__title {
    font-size: 22px;
    max-width: 520px;
  }
}

@media (max-width: 1240px) {
  .main__slider,
  .instruction__slider-item {
    flex-wrap: wrap;
    gap: 10px;
    margin: 50px auto 70px;
  }
  .main__slider-title h2 {
    font-size: 24px;
    line-height: 150%;
  }
  .main__slider-title span:after {
    /* content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='8' viewBox='0 0 126 8' fill='none'%3E%3Cpath d='M1.41562 6.48385C43.902 1.07454 84.6528 -1.58594 124.567 5.25813' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); */
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164' height='8' viewBox='0 0 164 8' fill='none'%3E%3Cpath d='M1.81896 5.57216C56.4814 0.894172 109.269 -1.01526 162.31 6.74996' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    left: 0;
  }
  .main__slider .instruction__slider {
    order: 1;
    width: 460px;
    height: 492px;
    margin: 0;
  }
  .main__slider .instruction__slider img {
    width: 460px;
    height: 492px;
  }
  .main__slider-photo {
    order: 2;
    padding: 20px;
    width: 150px;
    height: 492px;
    border-radius: 10px;
  }
  .main__slider .instruction__controls {
    order: 3;
    width: 620px;
    min-height: 370px;
    height: fit-content;
    border-radius: 10px;
  }
  .main__slider-photo--desktop {
    display: none;
  }
  .main__slider-photo--tablet {
    display: block;
  }
  .slider__item a {
    width: 138px;
    font-size: 14px;
  }
  .main__slider .slider__item--dekstop {
    display: none;
  }
  .main__slider .slider__item--adaptive {
    display: block;
  }
  .main__slider .slider__item p,
  .main__slider .slider__item span {
    font-size: 14px;
  }
  .main__slider .slider__title {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .main__slider,
  .instruction__slider-item {
    width: 300px;
    gap: 5px;
    margin: 30px auto 50px;
  }
  .main__slider-title h2 {
    font-size: 20px;
  }
  .main__slider-title span:after {
    /* content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='7' viewBox='0 0 106 7' fill='none'%3E%3Cpath d='M1.86928 5.63844C37.8239 0.695302 72.0109 -1.56944 104.379 5.47019' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); */
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='8' viewBox='0 0 138 8' fill='none'%3E%3Cpath d='M1.72105 6.40268C47.9995 1.31406 92.5017 -1.02012 136.517 6.21359' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .main__slider .instruction__slider {
    width: 220px;
    height: 242px;
  }
  .main__slider .instruction__slider img {
    width: 220px;
    height: 242px;
    border: 1px solid #32b4a5;
    border-radius: 8px;
  }
  .instruction__slider-item .instruction__slider img {
    width: 300px;
    height: 325px;
    border: 1px solid #32b4a5;
    border-radius: 8px;
  }
  .main__slider-photo {
    padding: 8px 10px;
    width: 75px;
    height: 242px;
  }
  .main__slider .instruction__controls {
    width: 300px;
    min-height: unset;
    height: fit-content;
  }
  .main__slider-photo--tablet {
    display: none;
  }
  .main__slider-photo--mobile {
    display: block;
  }
  .slider__item a {
    width: 124px;
    height: 38px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .main__slider-title h2 {
    font-size: 19px;
  }
}

sup {
  cursor: pointer;
}

sup:hover {
  color: rgba(0, 119, 133, 0.5);
}

.sub-header {
  color: #1e1e1e;
  font-family: Unbounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  margin-bottom: 24px;
}

.sub-header sup {
  text-transform: none;
  position: relative;
  line-height: 10px;
}

.sub-header .prompt-answer {
  left: 18px;
  bottom: 34px;
}

.indicated {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 100px;
}

.indicated__left .text {
  text-align: left;
  font-family: Circe, sans-serif;
  font-size: 20px;
  line-height: 120%;
  margin-top: 26px;
}

.footnote {
  color: #32b4a5;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.indicated__right {
  width: 359px;
  min-width: 359px;
  height: 150px;
  border-radius: 15px;
  background: #32b4a5;
  padding: 40px 30px;
}

.indicated__right p {
  color: #fff;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  margin: 0;
}

.indicated__right sup {
  position: relative;
  line-height: 10px;
}

.indicated__right sup:hover {
  color: rgba(255, 255, 255, 0.5);
}

.hba1c p {
  text-align: left;
  font-family: Circe, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.hba1c-diagram {
  margin: 70px auto 50px;
  display: flex;
  flex-direction: column;
}

.hba1c-diagram__title-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 222px;
  margin-bottom: 50px;
}

.hba1c-diagram h3 {
  color: #32b4a5;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.hba1c-diagram h3 sup {
  position: relative;
  line-height: 10px;
}

.hba1c-diagram h5 {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  text-align: left;
  width: 120px;
}

.hba1c-diagram__pic-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.diagram-group {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.diagram-mobile {
  display: none;
}

.diagram-group .desktop {
  display: block;
}

.diagram-group .tablet,
.diagram-group .mobile {
  display: none;
}

.diagram-item {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.diagram-item h5 {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}

.diagram-item__body {
  width: 100%;
  height: 202px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.diagram-item img {
  position: absolute;
}

.diagram-item__body--wide {
  height: 225px;
}

.diagram-item__text {
  margin: 30px 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.diagram-item span {
  color: #fff;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.diagram-item h4 {
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

.weight-500 {
  font-weight: 500 !important;
}

@media (max-width: 1200px) {
  .diagram-item {
    width: 86px;
    gap: 10px;
  }
  .diagram-item h5 {
    font-size: 12px;
  }
  .diagram-item__text {
    margin: 16px 0 0;
  }
  .diagram-item span {
    font-size: 9.6px;
  }
  .diagram-item h4 {
    font-size: 14px !important;
  }
  .diagram-group .desktop {
    display: none;
  }
  .diagram-group .tablet {
    display: block;
  }
  .diagram-item__body {
    height: 108px;
  }
  .diagram-item__body--wide {
    height: 120px;
  }
}

@media (max-width: 760px) {
  .diagram-group {
    flex-direction: column;
  }
  .diagram-item {
    width: 300px;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0 auto;
    gap: 0;
  }
  .diagram-item h5 {
    font-size: 16px;
    text-align: left;
    width: 120px;
    min-width: 120px;
  }
  .diagram-item__body {
    height: 108px;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }
  .diagram-item__text {
    margin: 0 0 0 30px;
    gap: 10px;
  }
  .diagram-item span {
    font-size: 14px;
    text-align: left;
  }
  .diagram-item h4 {
    font-size: 16px !important;
    width: 126px;
    text-align: left;
  }
  .diagram-group .tablet {
    display: none;
  }
  .diagram-group .mobile {
    display: block;
  }
}

.hba1c-diagram__bottom-row {
  position: relative;
  margin-top: 17px;
}

.hba1c-diagram__pic-row p,
.hba1c-diagram__bottom-row p {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 40px 0 0;
}

.hba1c-diagram__bottom-row h4 {
  color: #32b4a5;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
}

.lower-wieght .prompt-answer,
.hba1c-diagram .prompt-answer {
  bottom: 32px;
}

.lower-wieght-diagram {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
}

.lower-wieght-diagram__title-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 50px;
}

.lower-wieght-diagram__pic-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.lower-wieght-diagram p {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 40px 0 0;
}

.lower-wieght-diagram h3 {
  color: #32b4a5;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.lower-wieght-diagram h4 {
  font-size: 30px;
}

.lower-wieght-diagram h3 sup {
  position: relative;
  line-height: 10px;
}

.lower-wieght-diagram h3:first-child {
  margin: 0 auto 0 300px;
}

.lower-wieght-diagram__pic-row .aligned {
  margin: 0 auto 0 0;
}

.blob {
  width: 100%;
  height: fit-content;
  border-radius: 15px;
  background: #32b4a5;
  padding: 30px 56px;
  margin-bottom: 20px;
}

.blob p {
  color: #fff;
  font-family: Unbounded, sans-serif !important;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 170% !important;
  text-align: center !important;
  position: relative;
  margin: 0;
}

.blob sup {
  position: relative;
  line-height: 10px;
}

.blob sup:hover {
  color: rgba(255, 255, 255, 0.5);
}

.blob .prompt-answer {
  left: 8px;
  bottom: 22px;
}

.lower-wieght p {
  text-align: left;
  font-family: Circe, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.effect-article {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.algorithm__table-wrap {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 12px;
  margin-bottom: 100px;
}

.algorithm__table-wrap::-webkit-scrollbar-track-piece {
  border-radius: 10px;
  background-color: #b0b0b0;
}

.algorithm__table {
  max-width: 1160px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #32b4a5;
  border-spacing: 0;
}

.algorithm__table th,
.algorithm__table td {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 20px;
  border: 1px solid #32b4a5;
  position: relative;
}

.algorithm__table-title {
  color: #1e1e1e;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  margin: 50px 0 30px;
}

.algorithm__table sup {
  position: relative;
  line-height: 10px;
}

.algorithm__table .prompt-answer {
  bottom: 32px;
}

.border-top-left {
  border-top-left-radius: 15px;
}

.border-top-right {
  border-top-right-radius: 15px;
}

.border-bottom-left {
  border-bottom-left-radius: 15px;
}

.border-bottom-right {
  border-bottom-right-radius: 15px;
}

/* .algorithm__table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.algorithm__table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
} */

.light-theme {
  background: rgba(0, 119, 133, 0.4);
}

.medium-theme {
  background: rgba(0, 119, 133, 0.7);
}

.dark-theme {
  background: rgba(0, 119, 133, 0.8);
}

.theme-color-back {
  background: #32b4a5;
}

.unbounded {
  font-family: Unbounded, sans-serif !important;
}

.white-color {
  color: #fff !important;
}

.align-left {
  text-align: left;
}

@media (max-width: 1280px) {
  .sub-header {
    font-size: 24px;
  }
  .footnote {
    font-size: 12px;
  }
  .indicated {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 70px;
  }
  .indicated__left .text {
    font-size: 14px;
    line-height: 140%;
  }
  .indicated__right {
    width: 100%;
    min-width: unset;
    height: 60px;
    padding: 20px 44px;
  }
  .indicated__right p {
    font-size: 14px;
    line-height: 140%;
  }
  .hba1c p {
    font-size: 14px;
    line-height: 140%;
  }
  .hba1c-diagram {
    margin: 30px auto;
  }
  .hba1c-diagram__title-row {
    justify-content: space-between;
    gap: unset;
    margin-bottom: 18px;
  }
  .hba1c-diagram h3 {
    font-size: 14px;
  }
  .hba1c-diagram h3:first-child {
    margin: 0 80px 0 20vw;
  }
  .hba1c-diagram__pic-row {
    gap: 10px;
  }
  .diagram-group {
    display: flex;
    gap: 10px;
  }
  .hba1c-diagram__pic-row p,
  .hba1c-diagram__bottom-row p {
    font-size: 12px;
    line-height: 100%;
    margin: 0;
  }
  .hba1c-diagram__bottom-row h4 {
    font-size: 14px;
  }
  .lower-wieght p {
    font-size: 14px;
    line-height: 140%;
  }
  .lower-wieght-diagram {
    margin: 30px auto 20px;
  }
  .lower-wieght-diagram__title-row {
    justify-content: space-between;
    gap: unset;
    margin-bottom: 18px;
  }
  .lower-wieght-diagram h3 {
    font-size: 14px;
  }
  .lower-wieght-diagram h3:first-child {
    margin: 0 auto 0 196px;
  }
  .blob {
    padding: 20px;
    margin-bottom: 10px;
  }
  .blob p {
    font-size: 14px !important;
  }
  .algorithm__table-title {
    font-size: 14px;
    margin: 50px 0 20px;
  }
  .algorithm__table-wrap {
    margin-bottom: 70px;
  }
  .algorithm__table th,
  .algorithm__table td {
    font-size: 11px;
    padding: 11px;
  }
}

@media (max-width: 760px) {
  .sub-header {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .lower-wieght-diagram {
    margin: 30px auto;
  }
  .blob {
    padding: 20px 10px;
  }
  .blob p {
    font-size: 12px !important;
  }
  .indicated {
    margin-bottom: 50px;
  }
  .indicated__right {
    height: fit-content;
    padding: 12px;
  }
  .indicated__right p {
    font-size: 12px;
  }
  .hba1c-diagram__title-row,
  .hba1c-diagram__pic-row--adaptive,
  .hba1c-diagram__bottom-row,
  .hba1c-diagram__line {
    display: none;
  }
  .hba1c-diagram__pic-row {
    flex-direction: column;
    gap: 20px;
  }
  .hba1c-diagram__pic-row p {
    font-size: 10px;
    width: 120px;
  }
  .diagram-mobile {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .diagram-group {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .hba1c-diagram h3 {
    text-align: left;
    margin: 0;
  }
  .lower-wieght-diagram__title-row,
  .lower-wieght-diagram__pic-row--adaptive,
  .lower-wieght-diagram__line {
    display: none;
  }
  .lower-wieght-diagram__pic-row {
    flex-direction: column;
  }
  .lower-wieght-diagram__pic-row p {
    width: 120px;
    width: 80px;
    font-size: 10px;
  }
  .lower-wieght-diagram h3 {
    text-align: left;
    margin: 0;
  }
  .algorithm__table-wrap {
    margin-bottom: 50px;
  }
  .algorithm__table-title {
    font-size: 12px;
    line-height: 150%;
  }
  .algorithm__table th,
  .algorithm__table td {
    font-size: 10.2px;
  }
  .indicated__left .text {
    margin-top: 20px;
  }
  .lower-wieght-diagram__pic-row .aligned {
    margin: 0 auto;
  }
  .lower-wieght h5 {
    width: 120px;
  }
  .border-top-left {
    border-top-left-radius: 15px;
  }
  .border-top-right {
    border-top-right-radius: 15px;
  }
  .border-bottom-left {
    border-bottom-left-radius: 15px;
  }
  .border-bottom-right {
    border-bottom-right-radius: 15px;
  }
}

@media (max-width: 400px) {
  .sub-header {
    font-size: 19px;
  }
  .algorithm__table-title {
    font-size: 11px;
  }
}

.articles {
  margin: 100px auto 150px;
  padding: 0 74px;
}

.articles__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.article {
  width: 360px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.article:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.articles__heading {
  color: #1e1e1e;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 70px;
}

.articles__heading span {
  position: relative;
}

.articles__heading span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='404' height='8' viewBox='0 0 404 8' fill='none'%3E%3Cpath d='M1.27079 6.56143C135.263 2.06089 266.078 -0.353634 402.79 4.39231' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  width: 100%;
  left: 0px;
  top: 12px;
  overflow: hidden;
}

.article__img {
  height: 300px;
  border-radius: 15px 15px 0 0;
}

.article__content {
  width: 100%;
  padding: 20px;
  background: #32b4a5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 416px;
  height: fit-content;
  gap: 20px;
  border-radius: 0 0 15px 15px;
}

.article__text {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  margin: 0;
}

.article__sub-text {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  margin: 0;
}

.article__link {
  display: flex;
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid #fff;
  background: #fff;
  color: #32b4a5;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.article__link:hover {
  color: #fff;
  border-radius: 14px;
  border: 1px solid #fff;
  background: transparent;
}

.article__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0px 0px;
}

.article-download {
  height: 45px;
  min-height: 45px;
  max-width: 250px;
  width: 100%;
  margin: 70px auto 0;
  border-radius: 14px;
  background: #32b4a5;
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-download a:hover {
  border-radius: 14px;
  border: 2px solid #32b4a5;
  background: transparent;
  color: #32b4a5;
}

@media (max-width: 1200px) {
  .articles {
    margin: 70px auto 100px;
    padding: 0 38px;
  }
  .articles__heading {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .articles__heading span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='265' height='7' viewBox='0 0 265 7' fill='none'%3E%3Cpath d='M1.32949 3.55286C89.0053 0.471991 174.467 -0.563147 263.285 5.6001' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .article {
    width: 300px;
  }
  .article__img {
    height: 200px;
  }
  .article__content {
    min-height: 300px;
  }
  .article__text,
  .article__sub-text {
    font-size: 14px;
  }
  .articles__items {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .articles {
    margin: 50px auto 100px;
  }
  .articles__heading {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .articles__heading span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191' height='6' viewBox='0 0 191 6' fill='none'%3E%3Cpath d='M1.95419 4.27678C65.0858 0.748017 126.495 -0.73338 189.845 4.93049' stroke='%23007785' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .article__img {
    width: 300px;
    /* height: 250px; */
  }
  .articles__items {
    gap: 15px;
  }
  .article__link {
    font-size: 14px;
  }
}

@media (max-width: 460px) {
  .article {
    width: 100%;
  }
}

.prompt:hover .prompt-answer {
  display: flex;
}

.prompt-answer {
  display: none;
  position: absolute;
  left: 6px;
  bottom: 16px;
  width: fit-content;
  min-width: 254px;
  min-height: 64px;
  height: fit-content;
  padding: 20px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #32b4a5;
  background: #f3f3f3;
  color: #32b4a5;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  z-index: 2;
  letter-spacing: normal;
}

.prompt-answer:hover {
  display: flex;
}

@media (max-width: 1440px) {
  .prompt-answer {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 32px;
  }
  .indicated__right sup,
  .hba1c-diagram h3 sup,
  .blob sup,
  .sub-header sup,
  .algorithm__table sup,
  .lower-wieght-diagram h3 sup,
  .main__effects sup {
    position: static;
  }
}

@media (max-width: 760px) {
  .prompt-answer {
    bottom: 24px;
  }
  .diagram-mobile .prompt-answer {
    left: -100px;
    right: 100px;
  }
  .links .prompt-answer {
    left: -40px;
    right: 0;
  }
}

.article-item section {
  padding-top: 70px;
}

.article-item p,
.article-item p > a {
  color: #1e1e1e;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  text-align: left;
}

.article-item p + p {
  margin-top: 26px;
}

.article-item h1 {
  color: #1e1e1e;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
}

.article-item h2 {
  color: #32b4a5;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  text-align: left;
  margin-bottom: 30px;
}

.article-item-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  margin-top: 50px;
}

.schema-img {
  width: 100%;
  max-width: 620px;
  height: auto;
  object-fit: cover;
  display: flex;
  margin: 10px auto 50px 0;
}

.article-item .sources p,
.article-item .sources span {
  color: #1e1e1e;
}

.article-item .sources a,
.article-item .sources-second a,
.article-item .sources-quote a {
  color: #32b4a5;
}

.article-item .link-source {
  text-decoration: none;
}

.strong,
.strong span {
  font-weight: 700 !important;
}

.sources-second {
  padding-top: 30px !important;
  margin-top: 50px;
  border-top: 2px solid #32b4a5;
}

.article-item .sources {
  border: none;
  padding: 0 38px;
  margin: 0;
}

.pt-15 {
  padding-top: 15px !important;
}

.semaglutide_pharmacokinetics__table-wrap {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 12px;
  margin: 10px 0 50px;
}

.semaglutide_pharmacokinetics__table {
  max-width: 960px;
  min-width: 620px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #32b4a5;
  border-spacing: 0;
}

.semaglutide_pharmacokinetics__table-wrap::-webkit-scrollbar-track-piece {
  border-radius: 10px;
  background-color: #b0b0b0;
}

.semaglutide_pharmacokinetics__table th {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 20px;
  border: 1px solid #32b4a5;
}

.semaglutide_pharmacokinetics__table td {
  color: #1e1e1e;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 20px;
  border: 1px solid #32b4a5;
}

.semaglutide_pharmacokinetics__table .border-top-left {
  border-top-left-radius: 6px;
}

.semaglutide_pharmacokinetics__table .border-top-right {
  border-top-right-radius: 6px;
}

.semaglutide_pharmacokinetics__table .border-bottom-left {
  border-bottom-left-radius: 6px;
}

.semaglutide_pharmacokinetics__table .border-bottom-right {
  border-bottom-right-radius: 6px;
}

.background-theme-color {
  background: #32b4a5 !important;
}

.background-light-theme-color {
  background: rgba(0, 119, 133, 0.8);
}

.background-dark-theme-color {
  background: rgba(0, 119, 133, 0.2);
}

.w-660 {
  max-width: 660px;
}

.brdr-right-ligth {
  border-right-color: #fff !important;
}

.brdr-left-ligth {
  border-left-color: #fff !important;
}

.brdr-top-ligth {
  border-top-color: #fff !important;
}

@media (max-width: 1200px) {
  .article-item section {
    padding-top: 48px;
  }
  .article-item-img {
    margin-top: 40px;
  }
  .schema-img {
    max-width: 460px;
  }
  .semaglutide_pharmacokinetics__table-wrap {
    margin: 10px 0 24px;
  }
  .semaglutide_pharmacokinetics__table th {
    font-size: 13px;
    padding: 6px 9px;
  }
  .semaglutide_pharmacokinetics__table td {
    font-size: 13px;
    padding: 13px;
  }
  .article-item h1,
  .article-item h2 {
    font-size: 24px;
  }
  .article-item p,
  .article-item p > a {
    font-size: 14px;
  }
  .article-item p + p {
    margin-top: 14px;
  }
  .article-item .sources {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .article-item section {
    padding-top: 32px;
  }
  .article-item-img {
    margin-top: 32px;
  }
  .article-item h1,
  .article-item h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .schema-img {
    max-width: unset;
  }
}

.video {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.video__title {
  color: #1e1e1e;
  font-family: Unbounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 70px;
}

.video video {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .video {
    margin-bottom: 70px;
  }
  .video__title {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 50px;
  }
}

@media (max-width: 760px) {
  .video {
    margin-bottom: 50px;
  }
  .video__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.faq__table-wrap {
  max-width: 100%;
}

.faq__table,
.faq__table th,
.faq__table td {
  border: 1px solid #32b4a5;
  border-spacing: 0;
}

.faq__table {
  max-width: 1160px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #32b4a5;
  background: rgba(154, 154, 154, 0.1);
  margin-top: 15px;
}

.faq__table th,
.faq__table td {
  color: #1e1e1e;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 20px;
  width: 25%;
}

.faq__table th:first-child {
  border-radius: 15px 0 0 0;
}

.faq__table th:last-child {
  border-radius: 0 15px 0 0;
}

.faq__table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.faq__table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.faq__table th {
  font-weight: 700;
}

.faq li {
  display: block;
  padding-left: 24px;
  text-align: left;
  line-height: 140%;
}

.faq__item .desktop {
  display: block;
}

.faq__item .mobile {
  display: none;
}

@media (max-width: 1200px) {
  .faq__table,
  .faq__table th,
  .faq__table td {
    border: 1px solid #32b4a5;
  }
  .faq__table {
    border-radius: 8px;
    max-width: 620px;
  }
  .faq__table th,
  .faq__table td {
    font-size: 11px;
    padding: 11px;
  }
  .faq__table th:first-child {
    border-radius: 8px 0 0 0;
  }

  .faq__table th:last-child {
    border-radius: 0 8px 0 0;
  }

  .faq__table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }

  .faq__table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
}

@media (max-width: 760px) {
  .faq__item .desktop {
    display: none;
  }

  .faq__item .mobile {
    display: block;
  }

  .faq li {
    padding-left: 15px;
  }
}

@media (max-width: 500px) {
  .faq__table th,
  .faq__table td {
    padding: 11px 2px;
  }
}

.main__doses-desktop {
  display: block;
}

.main__doses-mobile {
  display: none;
}

@media (max-width: 760px) {
  .main__doses-desktop {
    display: none;
  }

  .main__doses-mobile {
    display: block;
    min-width: 300px;
  }
}

.uline-green {
  text-decoration: underline !important;
  color: #32b4a5 !important;
}

.uline-green:hover {
  color: rgba(231, 98, 14, 0.8) !important;
}

/* End */
/* /local/templates/sejaro/css/style.css?1752848131105426 */
