@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Lato", sans-serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
p,
figure,
figcaption {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  display: block;
  text-decoration: none;
}

img {
  display: block;
}

.w-100 {
  max-width: 100%;
}

.underline {
  text-decoration: underline;
  color: blue;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  padding: 0 20px;
}

.desktop {
  display: none;
}

.mobile {
  display: block;
}

.link {
  color: #1349ff;
}
.link:hover {
  color: #002ab9;
}

ol {
  list-style-type: none;
  margin-bottom: 60px;
}
ol .text:not(.link) {
  margin-bottom: 0;
  color: #717171;
}
ol li {
  margin-bottom: 10px;
  text-decoration: underline;
}

.list {
  padding-left: 0;
  margin-bottom: 35px;
}
.list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.list .text {
  margin-bottom: 0;
}

.figure {
  margin-bottom: 40px;
}
.figure__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-bottom: 10px;
}
.figure__col {
  padding: 12px;
  text-align: center;
}
.figure__col .text {
  margin-bottom: 0;
  font-size: 12px;
}
.figure__col:nth-child(1) {
  background-color: #a7a7a7;
}
.figure__col:nth-child(2) {
  background-color: #a5d4fe;
}
.figure__col:nth-child(3) {
  background-color: #ffb4df;
}

.heading {
  font-family: "Times New Roman", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.title {
  font-family: "Times New Roman", sans-serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #19357e;
  margin-bottom: 15px;
}

.lead {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.lead--black {
  font-weight: 900;
  background-color: #ffe03f;
  padding: 5px;
}
.lead--center {
  text-align: center;
}
.lead--margin-small {
  margin-bottom: 20px;
}

.text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
}
.text--black {
  font-weight: 900;
}

.header {
  background: linear-gradient(90deg, rgb(25, 53, 126) 0%, rgb(3, 18, 56) 100%);
  margin-bottom: 20px;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 25px 0 35px;
}
.header__logo {
  max-width: 180px;
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.header__social {
  max-width: 24px;
}

.navigation {
  display: none;
  background-color: #fffaec;
  margin-bottom: 30px;
}
.navigation__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.navigation__col {
  width: 100%;
  max-width: 230px;
  text-align: center;
  padding: 15px 0;
  border-left: 3px solid #ff8b45;
}
.navigation__col:last-of-type {
  border-right: 3px solid #ff8b45;
}
.navigation__col--active {
  background-color: #ffe03f;
}
.navigation__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  color: black;
  text-align: center;
  text-transform: uppercase;
}

.doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.doctor__image {
  max-width: 275px;
}

.aside {
  display: none;
}
.aside__heading {
  background-color: #ffb4df;
  color: #19357e;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 10px 0;
}
.aside__row {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.aside__row img {
  max-width: 90px;
}
.aside .text {
  margin-bottom: 0;
}

.banner {
  border: 2px solid #4b1850;
}
.banner__header {
  background-color: #4b1850;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
  color: white;
  padding: 20px 10px;
}
.banner__body {
  background: linear-gradient(180deg, rgb(197, 151, 199) 0%, rgb(123, 205, 216) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.banner__btn {
  width: 100%;
  display: block;
  max-width: 350px;
  background: transparent radial-gradient(closest-side at 49% 50%, #ffffff 0%, #fff700 100%) 0% 0% no-repeat padding-box;
  font-size: 24px;
  line-height: 1.4;
  color: #4b1850;
  font-weight: 800;
  text-align: center;
  padding: 20px;
  border: 0;
  border-radius: 43px;
  margin: 20px 0;
  transition: all 0.2s ease-in-out;
}
.banner__btn:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.banner__product {
  max-width: 333px;
  width: 100%;
  margin: 80px 0 60px;
}

.comments__header {
  padding: 15px 20px;
  background-color: #ffb4df;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.comments__heading {
  color: #19357e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}
.comments__text {
  color: #19357e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.comments__row {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.comments__row--reply {
  padding-left: 40px;
}
.comments__inner {
  margin-bottom: 10px;
}
.comments__name {
  font-size: 16px;
  margin-right: 8px;
  font-weight: 700;
}
.comments__time {
  font-size: 16px;
  color: #a2a2a2;
}

.pagination {
  margin-bottom: 20px;
}
.pagination .text {
  color: #19357e;
  text-align: center;
}

.instagram {
  margin-bottom: 20px;
}
.instagram__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.instagram__col {
  width: 100%;
  max-width: 420px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.instagram__header {
  text-align: center;
  padding: 12px;
}
.instagram__header .text {
  font-weight: 900;
  margin-bottom: 0;
}
.instagram__header--before {
  background-color: #cfcfcf;
}
.instagram__header--after {
  background-color: #ffb4df;
}

.card {
  background-color: #fbebff;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 30px;
}
.card__heading {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0;
}
.card__description {
  text-align: center;
}
.card__description .text {
  margin-bottom: 0;
}
.card img {
  margin-bottom: 15px;
}

.product {
  margin-bottom: 30px;
}
.product__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.product__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.product__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product__inner:first-of-type {
  margin-bottom: 10px;
}
.product__counter-text {
  font-size: 15px;
  line-height: 22px;
  text-align: right;
}
.product__box {
  font-size: 45px;
  padding: 0 5px;
  font-weight: 700;
  border: 1px solid black;
  border-radius: 5px;
  background: #fff700;
}
.product__price {
  font-weight: 900;
}
.product__price--old {
  color: #ff0000;
  font-size: 28px;
  line-height: 40px;
  text-decoration: line-through;
}
.product__price--new {
  color: #00d26a;
  font-size: 53px;
  line-height: 70px;
}

.footer {
  margin: 40px 0;
  padding: 0 15px;
}
.footer__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer__text {
  font-size: 16px;
  line-height: 24px;
  color: gray;
}
.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (min-width: 525px) {
  .figure__col .text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 100%;
  }
  .header__social {
    max-width: 100%;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .heading {
    font-size: 45px;
    line-height: 55px;
  }
  .text {
    font-size: 18px;
    line-height: 1.4;
  }
  .figure__col .text {
    font-size: 21px;
  }
  .doctor {
    flex-direction: row;
  }
  .product__row {
    grid-template-columns: 360px 320px;
  }
}
@media (min-width: 992px) {
  .navigation {
    display: block;
  }
  .aside {
    display: block;
  }
  .header {
    margin-bottom: 0;
  }
  .title {
    font-size: 32px;
    line-height: 1.3;
  }
  .lead {
    font-size: 24px;
    line-height: 1.6;
  }
  .instagram__row {
    flex-direction: row;
    justify-content: space-between;
  }
  .content {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-gap: 20px;
    justify-content: space-between;
  }
  .comments__row--reply {
    padding-left: 90px;
  }
  .comments__heading {
    font-size: 40px;
    line-height: 50px;
  }
  .comments__text {
    font-size: 21px;
    line-height: 30px;
  }
  .comments__name {
    font-size: 21px;
  }
  .comments__time {
    font-size: 21px;
  }
  .card {
    padding: 30px 40px 40px;
  }
  .card__heading {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (min-width: 1360px) {
  .container {
    padding: 0;
  }
  .content {
    display: grid;
    grid-template-columns: 940px 320px;
    grid-gap: 40px;
    justify-content: space-between;
    padding: 0 20px;
  }
  .heading {
    font-size: 50px;
    line-height: 1.2;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  color: white;
  padding: 20px;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .cookie-banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cookie-banner .cookie-banner-text {
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}
.cookie-banner .cookie-banner-text p {
  margin: 0;
  color: white;
}
.cookie-banner .cookie-banner-text a {
  color: #85ccb1;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-text a:hover {
  color: #85a9b3;
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-buttons {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cookie-btn-accept {
  background-color: #19ae30;
  color: white;
}
.cookie-btn-accept:hover {
  background-color: #158026;
}
.cookie-btn-essential {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-essential:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-settings:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal-overlay.show {
  opacity: 1;
}

.cookie-modal {
  background-color: white;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
}
.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e3641;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.cookie-modal-close:hover {
  color: #333;
}
.cookie-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cookie-category-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e3641;
}
.cookie-category-desc {
  font-size: 13px;
  line-height: 18px;
  color: #777;
  margin: 0;
}

/* Switch Styles */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch input:checked + .cookie-slider {
  background-color: #19ae30;
}
.cookie-switch input:focus + .cookie-slider {
  box-shadow: 0 0 1px #19ae30;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.terms {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.terms label {
  cursor: pointer;
}
.terms input[type=checkbox] {
  margin-top: 2px;
  margin-left: 0px;
  cursor: pointer;
  flex-shrink: 0;
}
.terms a {
  color: #7f919e;
  text-decoration: underline;
}
.terms .terms-error {
  color: #e70000;
  font-size: 14px;
  margin: 8px 0;
  display: none;
}
.terms .terms-error.show {
  display: block;
}

.clause {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}
.clause a {
  color: #7f919e;
  text-decoration: underline;
}
.clause a:hover {
  color: #7f919e;
}

.disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 30px;
}/*# sourceMappingURL=styles.css.map */