/* Reset and base styles  */
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a {
  color: inherit;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  outline: none;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

ul, ul li {
  margin: 0;
}

.no-scroll {
  overflow-y: hidden;
}

.flex-shrink {
  flex-shrink: 0;
}

.no-scroll {
  overflow-y: hidden;
}

.flex-shrink {
  flex-shrink: 0;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100dvh;
}

html {
  scroll-behavior: smooth;
  font-size: 0.063vw;
}
@media (min-width: 1590px) {
  html {
    font-size: 1px;
  }
}
html:has(body.no-scroll) {
  overflow-y: hidden;
}

body {
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  font-family: Noto Sans, sans-serif;
  color: rgb(80, 108, 96);
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

main {
  flex-grow: 1;
}

.section {
  padding: 32rem 0;
}
@media (max-width: 768px) {
  .section {
    padding: 20px 0 20px;
  }
}
.section__header {
  margin-bottom: 44rem;
}
@media (max-width: 768px) {
  .section__header {
    margin-bottom: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1340rem;
  padding-inline: 20rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding-inline: 20px;
    max-width: 100%;
  }
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10rem 18rem;
  border-radius: 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9rem;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn {
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 30px;
  }
}
.btn--primary {
  color: rgb(253, 253, 253);
  background-color: rgb(80, 108, 96);
}
@media (hover: hover) {
  .btn--primary:hover {
    background-color: rgb(224, 104, 75);
    color: rgb(253, 253, 253);
  }
}
.btn--primary:active {
  background-color: rgb(224, 104, 75);
  color: rgb(253, 253, 253);
}
.btn--secondary {
  color: rgb(253, 253, 253);
  background-color: rgb(224, 104, 75);
}
@media (hover: hover) {
  .btn--secondary:hover {
    background-color: rgb(248, 227, 210);
    color: rgb(224, 104, 75);
  }
}
.btn--secondary:active {
  background-color: rgb(248, 227, 210);
  color: rgb(224, 104, 75);
}
.btn--transparent {
  border: 1px solid rgb(80, 108, 96);
  background-color: transparent;
  color: rgb(80, 108, 96);
}
@media (hover: hover) {
  .btn--transparent:hover {
    background-color: rgb(80, 108, 96);
    color: rgb(253, 253, 253);
  }
}
.btn--transparent:active {
  background-color: rgb(80, 108, 96);
  color: rgb(253, 253, 253);
}
.btn--bordered {
  color: rgb(224, 104, 75);
  border: 1px solid rgb(224, 104, 75);
}
@media (hover: hover) {
  .btn--bordered:hover {
    background-color: rgb(224, 104, 75);
    color: rgb(253, 253, 253);
  }
}
.btn--bordered:active {
  background-color: rgb(224, 104, 75);
  color: rgb(253, 253, 253);
}
.btn--disabled, .btn:disabled {
  background-color: rgb(211, 211, 211);
  color: rgb(253, 253, 253);
  cursor: none;
}
.btn--arrow {
  padding: 0;
  width: 40rem;
  height: 40rem;
  background-color: rgb(253, 253, 253);
  border-radius: 50%;
  background-image: url("../../icons/arrow.svg");
  background-size: 24rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .btn--arrow {
    width: 40px;
    height: 40px;
    background-size: 24px;
  }
}
.btn--arrow-transparent {
  background-image: url("../../icons/arrow-transparent.svg");
}
.btn--link {
  padding: 10rem 24rem;
  border-radius: 30rem;
  background-color: rgb(253, 253, 253);
}
@media (max-width: 768px) {
  .btn--link {
    padding: 8px 20px;
    border-radius: 30px;
  }
}

.title {
  font-size: 48rem;
  position: relative;
  padding-right: 50rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Tenor Sans, sans-serif;
}
@media (max-width: 768px) {
  .title {
    font-size: 20px;
    padding-right: 15px;
  }
}
.title:after, .title:before {
  content: "";
  display: block;
  background-color: rgb(80, 108, 96);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.title:before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.title:after {
  width: 100vw;
  height: 1px;
}

.radio {
  font-size: 16rem;
  padding: 10rem 20rem;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 30px;
  color: rgb(24, 52, 37);
  background-color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .radio {
    font-size: 14px;
    padding: 10px 16px;
  }
}
.radio:has(input:checked) {
  border-color: rgb(248, 227, 210);
  background-color: rgb(248, 227, 210);
}
.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox {
  --checkbox-color: rgb(80, 108, 96);
  --checkbox-hover: rgb(80, 108, 96);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
  border-color: rgb(80, 108, 96);
}
.checkbox__input:disabled + .checkbox__label {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkbox__input:disabled + .checkbox__label::before {
  background-color: rgb(253, 253, 253);
}
.checkbox__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16rem;
  position: relative;
  padding-left: calc(24rem + 8rem);
}
@media (max-width: 768px) {
  .checkbox__label {
    padding-left: 32px;
    font-size: 16px;
  }
}
.checkbox__label::before, .checkbox__label::after {
  content: "";
  position: absolute;
  left: 0;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.checkbox__label::before {
  width: 24rem;
  height: 24rem;
  border-radius: 3px;
  background: white;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  border: 1px solid rgb(80, 108, 96);
}
@media (max-width: 768px) {
  .checkbox__label::before {
    width: 24px;
    height: 24px;
  }
}
.checkbox__label::after {
  width: 4rem;
  height: 8rem;
  border: solid white;
  border-width: 0 2rem 2rem 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  left: 10rem;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .checkbox__label::after {
    width: 4px;
    height: 8px;
    left: 10px;
  }
}
@media (hover: hover) {
  .checkbox:hover .checkbox__label::before {
    border-color: var(--checkbox-color);
  }
}
.checkbox--sm {
  --checkbox-size: 16rem;
}
@media (max-width: 768px) {
  .checkbox--sm {
    --checkbox-size: 16px;
  }
}
.checkbox--sm .checkbox__label {
  font-size: 14rem;
  padding-left: calc(var(--checkbox-size) + 6px);
}
@media (max-width: 768px) {
  .checkbox--sm .checkbox__label {
    font-size: 12px;
  }
}
.checkbox--sm .checkbox__label::before {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
}
.checkbox--sm .checkbox__label::after {
  width: 4rem;
  height: 8rem;
  left: 6rem;
}
@media (max-width: 768px) {
  .checkbox--sm .checkbox__label::after {
    width: 3px;
    height: 6px;
    left: 6px;
  }
}
.checkbox--lg {
  --checkbox-size: 34rem;
}
.checkbox--lg .checkbox__label {
  font-size: 18rem;
  padding-left: calc(var(--checkbox-size) + 10rem);
}
.checkbox--lg .checkbox__label::before {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
}
.checkbox--lg .checkbox__label::after {
  width: 9rem;
  height: 18rem;
  left: 13rem;
}

.input {
  width: 100%;
  padding: 12rem 20rem;
  background-color: rgba(253, 253, 253, 0.24);
  border-radius: 10rem;
}
.input::-moz-placeholder {
  color: rgb(253, 253, 253);
}
.input::placeholder {
  color: rgb(253, 253, 253);
}
@media (max-width: 768px) {
  .input {
    padding: 12px 20px;
    border-radius: 10px;
  }
}

.input--search {
  position: relative;
}
.input--search:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12rem;
  height: 24rem;
  width: 24rem;
  background-image: url("../../icons/search--orange.svg");
  background-size: 24rem 24rem;
}
@media (max-width: 768px) {
  .input--search:before {
    left: 12px;
    height: 24px;
    width: 24px;
    background-image: url("../../icons/search--orange.svg");
    background-size: 24px 24px;
  }
}
.input--search input {
  background-color: white;
  border-radius: 30px;
  padding: 8rem 12rem 8rem 48rem;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .input--search input {
    padding: 8px 12px 8px 48px;
    font-size: 16px;
  }
}
.input--search input::-moz-placeholder {
  color: rgb(211, 211, 211);
  font-size: 20rem;
}
.input--search input::placeholder {
  color: rgb(211, 211, 211);
  font-size: 20rem;
}
@media (max-width: 768px) {
  .input--search input::-moz-placeholder {
    font-size: 16px;
  }
  .input--search input::placeholder {
    font-size: 16px;
  }
}
.input--search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 24rem;
  width: 24rem;
  background-image: url("../../icons/close.svg");
  background-size: 24rem 24rem;
}
@media (max-width: 768px) {
  .input--search input::-webkit-search-cancel-button {
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }
}

.select {
  padding: 10rem 38rem 10rem 20rem;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 20px;
  font-size: 16rem;
  width: 100%;
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../../icons/arrow-down.svg");
  background-position: right 10rem center;
  background-repeat: no-repeat;
  background-size: 24rem 24rem;
}
.select::-ms-expand {
  display: none;
}
@media (max-width: 768px) {
  .select {
    padding: 10px 38px 10px 14px;
    font-size: 14px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
}

.underline {
  text-decoration: underline;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 16rem;
  margin: 30rem 0 44rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    gap: 14px;
    margin: 16px 0 24px;
  }
}
.breadcrumbs__item {
  font-size: 20rem;
  line-height: 1.4;
  color: rgb(24, 52, 37);
  display: flex;
  align-items: center;
  gap: 16rem;
}
@media (max-width: 1080px) {
  .breadcrumbs__item {
    gap: 14px;
    font-size: 14px;
  }
}
.breadcrumbs__item:after {
  content: "";
  display: block;
  width: 24rem;
  height: 24rem;
  background-image: url("../../icons/cheron.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1080px) {
  .breadcrumbs__item:after {
    width: 14px;
    height: 14px;
  }
}
.breadcrumbs__item--active {
  color: rgb(224, 104, 75);
}
.breadcrumbs__item--active:after {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button {
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: rgba(253, 253, 253, 0.4);
  background-image: url("../../icons/cheron.svg");
  background-size: 24rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .swiper-button {
    width: 24px;
    height: 24px;
    background-size: 20px;
  }
}

.swiper-button-prev {
  rotate: -180deg;
}

.swiper-pagination-bullet {
  background-color: rgba(253, 253, 253, 0.4);
  width: 12rem;
  height: 12rem;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-pagination-bullet-active {
  background-color: rgb(214, 228, 222);
}

ul.list--circle {
  color: rgb(80, 108, 96);
  list-style: disc outside;
  padding-left: 35rem;
}
@media (max-width: 768px) {
  ul.list--circle {
    padding-left: 25px;
  }
}
ul.list--circle li {
  list-style: disc outside;
}

.nav {
  width: 100%;
  border-radius: 44px;
  padding: 12rem 22rem;
  font-size: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(80, 108, 96, 0.1);
}
@media (max-width: 768px) {
  .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 18px;
    padding: 12px 16px;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nav__item {
  padding: 0 clamp(24px, 3.542vw, 68rem);
  position: relative;
  flex-grow: 1;
  border-right: 1px solid rgb(80, 108, 96);
}
@media (max-width: 768px) {
  .nav__item {
    border-right: none;
    text-align: center;
  }
}
.nav__item:last-child {
  border-right: none;
}

.show-more {
  margin-top: 45rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .show-more {
    margin-top: 24px;
    justify-content: center;
  }
}
.show-more .btn {
  width: 385rem;
}
@media (max-width: 768px) {
  .show-more .btn {
    width: 100%;
    max-width: 375px;
  }
}

.table {
  width: 100%;
  text-align: left;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgb(211, 211, 211);
}
.table__wrapper {
  width: 100%;
  overflow-x: auto;
}
.table td {
  padding: 16rem;
  color: rgb(80, 108, 96);
  font-size: 16rem;
}
@media (max-width: 768px) {
  .table td {
    padding: 12px;
    font-size: 14px;
  }
}
.table th {
  padding: 16rem;
  background-color: white;
  color: rgb(224, 104, 75);
  font-size: 16rem;
}
@media (max-width: 768px) {
  .table th {
    padding: 12px;
    font-size: 14px;
  }
}
.table tbody tr td {
  background-color: rgb(244, 244, 244);
}
.table tbody tr:nth-child(2n) td {
  background-color: white;
}
.table .tr-last td {
  padding: 37rem 24rem 26rem;
}
@media (max-width: 768px) {
  .table .tr-last td {
    padding: 24px 16px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animate--fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}
.animate--fade-in.visible {
  opacity: 1;
}
.animate--slide-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate--slide-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.animate--slide-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate--slide-down.visible {
  opacity: 1;
  transform: translateY(0);
}
.animate--slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate--slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.animate--slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate--slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.animate--pulse {
  animation: pulse 2s infinite;
}
.animate--bounce {
  animation: bounce 2s infinite;
}

.animate-delay-1 {
  transition-delay: 0.2s;
}

.animate-delay-2 {
  transition-delay: 0.4s;
}

.animate-delay-3 {
  transition-delay: 0.6s;
}

.animate-delay-4 {
  transition-delay: 0.8s;
}

.animate-delay-5 {
  transition-delay: 1s;
}

.header {
  margin-bottom: 1.563vw;
}
.header__map-link {
  transition: color 0.15s linear;
}
.header__map-link.link {
  text-decoration: underline;
}
@media (hover: hover) {
  .header__map-link:hover {
    color: rgb(224, 104, 75);
  }
}
@media (max-width: 1080px) {
  .header__map-link {
    display: none;
  }
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 248rem;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 160px;
  }
}
.header__navigation {
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 1;
}
@media (max-width: 1080px) {
  .header__navigation {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(100vh - 68px);
    background-color: rgb(253, 253, 253);
    z-index: 11;
    transition: all 0.4s ease-in-out;
  }
  .header__navigation.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
  }
}
.header__phone {
  transition: color 0.15s linear;
}
@media (hover: hover) {
  .header__phone:hover {
    color: rgb(224, 104, 75);
  }
}
@media (max-width: 1080px) {
  .header__phone span {
    display: none;
  }
}
.header__phone-icon {
  display: none;
  transition: all 0.15s linear;
  width: 22px;
  height: 22px;
}
@media (max-width: 1080px) {
  .header__phone-icon {
    display: block;
    fill: rgb(80, 108, 96);
  }
}
@media (max-width: 1080px) and (hover: hover) {
  .header__phone-icon:hover {
    fill: rgb(224, 104, 75);
  }
}
.header__menu {
  width: 100%;
  background-color: rgba(80, 108, 96, 0.1);
  border-radius: 44rem;
  padding: 15rem 9rem;
  color: rgb(24, 52, 37);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1420px) {
  .header__menu {
    /* padding-top: 0.521vw;
     padding-bottom: 0.521vw;*/
  }
}
@media (max-width: 1080px) {
  .header__menu {
    flex-direction: column;
    background-color: transparent;
    gap: 24px;
  }
}
.header__menu-item {
  padding-inline: 30rem;
  text-align: center;
  position: relative;
  transition: all 0.15s linear;
  white-space: nowrap;
}
@media (hover: hover) {
  .header__menu-item:hover {
    color: rgb(224, 104, 75);
  }
}
@media (max-width: 1080px) {
  .header__menu-item {
    padding: 0;
    font-size: 16px;
  }
}
.header__menu-item:before, .header__menu-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.042vw;
  background-color: rgb(24, 52, 37);
}
@media (max-width: 1080px) {
  .header__menu-item:before, .header__menu-item:after {
    display: none;
  }
}
.header__menu-item:first-child:before {
  display: none;
}
.header__menu-item:last-child:after {
  display: none;
}
.header__menu-item:before {
  left: 0;
}
.header__menu-item:after {
  right: 0;
}
.header__burger {
  display: none;
}
@media (max-width: 1080px) {
  .header__burger {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header__btn--mobile {
  display: none;
}
@media (max-width: 1080px) {
  .header__btn--mobile {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .header__btn--mobile {
    display: inline-flex;
    font-weight: 500;
    width: 100%;
    max-width: 277px;
  }
}
@media (max-width: 768px) {
  .header__btn--desktop {
    display: none;
  }
}
@media (hover: hover) {
  .header__eyeglasses:hover {
    animation-name: shake;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
  }
}
@media (max-width: 768px) {
  .header__eyeglasses {
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .header__eyeglasses {
    display: none;
  }
}
.header__profile {
  width: 64rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  color: rgb(253, 253, 253);
  background-color: rgb(80, 108, 96);
  font-size: 24rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 1080px) {
  .header__profile {
    min-width: 24px;
  }
}
@media (max-width: 768px) {
  .header__profile {
    width: 38px;
    font-size: 13px;
  }
}

.header-top {
  padding-top: 28rem;
  padding-bottom: 28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-top__block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32rem;
}
@media (max-width: 1080px) {
  .header-top__block {
    gap: 16px;
  }
}

.header-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 75rem;
}
@media (max-width: 1080px) {
  .header-bottom {
    gap: 20rem;
  }
}
@media (max-width: 768px) {
  .header-bottom {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.header-bottom__block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 768px) {
  .header-bottom__block {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .header-bottom__block {
    justify-content: space-between;
  }
}

.header-search {
  display: none;
}
@media (max-width: 1080px) {
  .header-search {
    display: flex;
    order: -1;
    width: 100%;
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .header-search {
    order: unset;
  }
}
.header-search__label {
  width: 100%;
  border-radius: 30rem;
  border: 1px solid rgb(211, 211, 211);
  padding-inline: 20rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 10rem;
}
@media (max-width: 1080px) {
  .header-search__label {
    height: 42px;
    border-radius: 20px;
    padding-inline: 20px;
  }
}
.header-search__lope {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  min-width: 16px;
  min-height: 16px;
}
@media (max-width: 1080px) {
  .header-search__lope {
    width: 20px;
    height: 20px;
  }
}
.header-search__input {
  padding: 8px 0;
  width: 100%;
  flex-grow: 1;
}
.header-search__input:focus-within + button, .header-search__input:focus-visible + button {
  order: -1;
}
.header-search__btn {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1080px) {
  .header-search__btn {
    display: none;
  }
}
@media (hover: hover) {
  .header-search__btn:hover {
    scale: 1.1;
  }
}

.burger {
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 28px;
  height: 28px;
}
.burger__line {
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: rgb(80, 108, 96);
  transition: transform 0.4s ease-in-out;
}
.burger__line:first-child {
  transform-origin: 0 0;
}
.burger__line:last-child {
  transform-origin: 2px 100%;
}
.burger.is-active .burger__line:first-child {
  transform: rotate(45deg);
}
.burger.is-active .burger__line:nth-child(2) {
  transform: scaleY(0);
}
.burger.is-active .burger__line:last-child {
  transform: rotate(-45deg) translateX(-1px);
}

.footer {
  border-radius: 20rem;
  background-color: rgb(80, 108, 96);
  padding-top: 60rem;
  padding-bottom: 40rem;
  color: rgb(253, 253, 253);
}
@media (max-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
}
.footer__logo {
  display: block;
  max-width: 248rem;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .footer__logo {
    max-width: 160px;
    margin-bottom: 32px;
  }
}
.footer__desc {
  font-size: 16rem;
  color: rgb(211, 211, 211);
  max-width: 462rem;
}
@media (max-width: 768px) {
  .footer__desc {
    max-width: unset;
    font-size: 10px;
  }
}
.footer__age {
  margin-top: auto;
  font-size: 16rem;
  display: flex;
  gap: 0.521vw;
}
@media (max-width: 768px) {
  .footer__age {
    display: none;
  }
}
.footer__age strong {
  font-size: 24rem;
}
@media (max-width: 1080px) {
  .footer__age strong {
    font-size: 18px;
  }
}
.footer__age span {
  color: rgb(211, 211, 211);
}
@media (max-width: 1080px) {
  .footer__age span {
    font-size: 14px;
  }
}
.footer__navigation:first-child {
  margin-right: 176rem;
}
@media (max-width: 768px) {
  .footer__navigation:first-child {
    margin-right: 0;
  }
}
.footer__navigation-list {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  font-size: 16rem;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer__navigation-list {
    font-size: 13px;
    gap: 8px;
  }
}
.footer__navigation-item a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  font-size: 16rem;
  max-width: 279rem;
  margin-left: 131rem;
}
@media (max-width: 768px) {
  .footer__address {
    width: 100%;
    max-width: 279px;
    margin-left: 0;
    font-size: 16px;
    gap: 20px;
  }
}
.footer__address-item {
  display: flex;
  align-items: flex-start;
  gap: 12rem;
}
@media (max-width: 768px) {
  .footer__address-item {
    gap: 12px;
  }
}
.footer__address-item a {
  display: flex;
  align-items: flex-start;
  gap: 12rem;
}
@media (max-width: 768px) {
  .footer__address-item a {
    gap: 12px;
  }
}
.footer__address-icon {
  width: 28rem;
  height: 28rem;
}
@media (max-width: 768px) {
  .footer__address-icon {
    width: 28px;
    height: 28px;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .footer__socials {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__socials-link {
  width: 44rem;
  height: 44rem;
}
@media (max-width: 768px) {
  .footer__socials-link {
    width: 40px;
    height: 40px;
  }
}
.footer__develop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16rem;
  font-size: 20rem;
  padding-top: 20rem;
}
.footer__develop img {
  width: 36rem;
  height: 36rem;
}
@media (max-width: 768px) {
  .footer__develop {
    padding-top: 30px;
    font-size: 10px;
  }
  .footer__develop img {
    width: 24px;
    height: 24px;
  }
}

.footer-top {
  display: flex;
  align-items: stretch;
  gap: 13.313%;
}
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.footer-top__left {
  display: flex;
  flex-direction: column;
  width: 462rem;
}
@media (max-width: 768px) {
  .footer-top__left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }
}
.footer-top__right {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .footer-top__right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 44px 100px;
    width: 100%;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20rem;
  gap: 9.813%;
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10px;
    padding-top: 32px;
  }
}
.footer-bottom__left {
  max-width: 790rem;
  font-size: 12rem;
  padding-top: 66rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer-bottom__left {
    font-size: 10px;
    font-weight: 400;
    max-width: unset;
  }
}
.footer-bottom__right {
  display: flex;
  flex-direction: column;
  gap: 34rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer-bottom__right {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
}

.app-download {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
@media (max-width: 768px) {
  .app-download {
    text-align: center;
    gap: 10px;
  }
}
.app-download__item {
  width: 174rem;
}
@media (max-width: 768px) {
  .app-download__item {
    width: 149px;
  }
}
@media (max-width: 768px) {
  .app-download__title {
    font-weight: 700;
    font-size: 16px;
  }
}
.app-download__list {
  display: flex;
  gap: 16rem;
}
@media (max-width: 768px) {
  .app-download__list {
    gap: 12px;
  }
}

.hero {
  padding-top: 30rem;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 12px;
  }
}
.hero__video {
  width: 100%;
  height: 546rem;
  /*aspect-ratio: 1919 / 746;*/
}
@media (max-width: 768px) {
  .hero__video {
    height: auto;
    aspect-ratio: 375/234;
  }
}
.hero__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  margin-top: -8.33333%;
  overflow: hidden;
  border-radius: 20rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.hero-slider__container {
  width: 60%;
  background-color: rgb(253, 253, 253);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 42rem 42rem 32rem;
}
@media (max-width: 1080px) {
  .hero-slider__container {
    width: 100%;
    padding: 20px 20px 16px;
  }
}
.hero-slider__img {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .hero-slider__img {
    display: none;
  }
}
.hero-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .swiper-slide {
  font-size: 20rem;
  display: flex;
  flex-direction: column;
  background-color: rgb(253, 253, 253);
}
.hero-slider__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: auto;
  gap: 20rem;
}
@media (max-width: 1080px) {
  .hero-slider__navigation {
    margin-right: auto;
    margin-top: 20px;
    gap: 20px;
  }
}
.hero-slider .swiper-pagination {
  position: static;
}
.hero-slider .swiper-pagination {
  position: static;
}
.hero-slider .swiper-button {
  position: static;
  width: 100rem;
  flex-shrink: 0;
  margin-top: 0;
  background-image: url("../icons/arrow-long-next.svg");
  background-size: 100%;
}
@media (max-width: 768px) {
  .hero-slider .swiper-button {
    width: 50px;
  }
}
.hero-slider .swiper-button:after {
  display: none;
}
.hero-slider__name {
  font-size: 20rem;
  color: rgb(224, 104, 75);
}
@media (max-width: 768px) {
  .hero-slider__name {
    font-size: 18px;
  }
}
.hero-slider__desc {
  padding-top: 20rem;
  font-size: 16rem;
}
@media (max-width: 1420px) {
  .hero-slider__desc {
    font-size: 13px;
  }
}

.benefits__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 60rem;
  grid-row-gap: 20rem;
}
@media (max-width: 1080px) {
  .benefits__list {
    grid-column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .benefits__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.benefits__item {
  background-color: rgb(80, 108, 96);
  color: rgb(253, 253, 253);
  padding: 31rem 20rem 40rem;
  border-radius: 20rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 26rem;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .benefits__item {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
    background-color: transparent;
    border: 1px solid rgb(80, 108, 96);
    border-radius: 20px;
    color: rgb(24, 52, 37);
    padding: 8px 20px;
    font-size: 13px;
  }
}
.benefits__icon {
  width: 40rem;
  height: 40rem;
}
@media (max-width: 768px) {
  .benefits__icon--desktop {
    display: none;
  }
}
.benefits__icon--mobile {
  display: none;
}
@media (max-width: 768px) {
  .benefits__icon--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .benefits__icon {
    width: 28px;
    height: 28px;
  }
}

.directions__list {
  display: flex;
  justify-content: space-between;
  gap: 4.8125%;
}
@media (max-width: 1080px) {
  .directions__list {
    gap: 1.667vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .directions__list {
    display: none;
  }
}
.directions__item {
  width: 15.875%;
  /* @include respond-to(lg) {
     width: calc((100% - 3.333vw) / 3);
   }*/
}
.directions__item:nth-child(2) {
  width: 24.625%;
  /*  @include respond-to(lg) {
      width: calc((100% - 3.333vw) / 3);
    }*/
}
.directions__item:nth-child(3) {
  width: 20.8125%;
  /*  @include respond-to(lg) {
      width: calc((100% - 3.333vw) / 3);
    }*/
}
.directions__item:nth-child(4) {
  width: 24.25%;
  /* @include respond-to(lg) {
     width: calc((100% - 3.333vw) / 3);
   }*/
}
.directions__link {
  font-size: 24rem;
  display: block;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .directions__link {
    font-size: 20px;
  }
}
.directions__sublist-item {
  position: relative;
  color: black;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .directions__sublist-item {
    font-size: 16px;
  }
}

.orientation__container {
  display: flex;
  align-items: stretch;
  gap: 20rem;
}
@media (max-width: 768px) {
  .orientation__container {
    flex-direction: column;
    gap: 20px;
  }
}
.orientation__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
@media (max-width: 768px) {
  .orientation__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.orientation__block {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  gap: 20rem;
  width: 57.8125%;
}
@media (max-width: 768px) {
  .orientation__block {
    width: 100%;
    gap: 20px;
  }
}
.orientation__list {
  padding: 40rem;
  background-color: rgb(80, 108, 96);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18rem;
  flex-grow: 1;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .orientation__list {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 24px;
    gap: 12px;
  }
}
.orientation__list:before, .orientation__list:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.orientation__list:before {
  width: 154rem;
  height: 206rem;
  background-image: url("../icons/intersect.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  right: 72rem;
  bottom: -16rem;
}
@media (max-width: 768px) {
  .orientation__list:before {
    display: none;
  }
}
.orientation__list:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145.67deg, rgba(255, 255, 255, 0) 37.18%, rgba(255, 255, 255, 0.290591) 81.94%, rgba(255, 255, 255, 0.5) 100%);
}
.orientation__img {
  width: 41.62162%;
  height: auto;
  aspect-ratio: 385/570;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .orientation__img {
    display: none;
  }
}
@media (max-width: 768px) {
  .orientation__list-link {
    font-size: 16px;
  }
}
.orientation__list-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: rgb(253, 253, 253);
}
@media (max-width: 768px) {
  .orientation__list-footer {
    margin-top: 40px;
  }
}
.orientation__list-quantity {
  display: flex;
  flex-direction: column;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .orientation__list-quantity {
    font-size: 16px;
  }
}
.orientation__list-quantity strong {
  font-size: 40rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .orientation__list-quantity strong {
    font-size: 40px;
  }
}
.orientation__card {
  display: flex;
  flex-direction: column;
  border-radius: 20rem;
  background-color: rgb(240, 240, 240);
  padding: 24rem;
  height: calc(50% - 10rem);
}
@media (max-width: 768px) {
  .orientation__card {
    border-radius: 20px;
    padding: 24px;
    height: auto;
  }
}
.orientation__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47rem;
}
@media (max-width: 768px) {
  .orientation__card-header {
    margin-bottom: 16px;
  }
}
.orientation__card-name {
  font-size: 24rem;
  margin-bottom: 44rem;
  color: rgb(24, 52, 37);
}
@media (max-width: 768px) {
  .orientation__card-name {
    font-size: 20px;
  }
}
.orientation__card-desc {
  font-size: 18rem;
}
@media (max-width: 768px) {
  .orientation__card-desc {
    font-size: 13px;
  }
}

.tag {
  padding: 10rem 24rem;
  font-size: 16rem;
  background-color: rgb(248, 227, 210);
  border-radius: 30rem;
}
@media (max-width: 768px) {
  .tag {
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 30px;
  }
}

.about-main__link {
  width: 529rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-main__link {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 35px;
    font-weight: 500;
    font-size: 16px;
  }
  .about-main__link .btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-main__link-text--mobile {
    display: none;
  }
}
.about-main__action {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 44rem;
}
@media (max-width: 768px) {
  .about-main__action {
    margin-top: 20px;
  }
}
.about-main__wrapper {
  display: flex;
  align-items: stretch;
  gap: 48rem;
}
@media (max-width: 768px) {
  .about-main__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
}
.about-main__video {
  width: calc(50% - 24rem);
  border-radius: 20rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-main__video {
    width: 100%;
    max-width: 375px;
  }
}
.about-main__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-main__block {
  width: calc(50% - 24rem);
}
@media (max-width: 768px) {
  .about-main__block {
    width: 100%;
  }
}
.about-main__title {
  font-size: 24rem;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .about-main__title {
    color: rgb(24, 52, 37);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
  }
}
.about-main__desc {
  padding-bottom: 20rem;
  color: rgb(110, 110, 110);
}
@media (max-width: 768px) {
  .about-main__desc {
    padding-bottom: 0;
    display: inline;
  }
}
.about-main__list {
  display: flex;
  gap: 20rem;
  margin-top: 68rem;
}
@media (max-width: 768px) {
  .about-main__list {
    flex-direction: column;
    gap: 8px;
  }
}
.about-main__item {
  width: calc((100% - 40rem) / 3);
  padding: 16rem 20rem 36rem;
  border: 1px solid rgb(80, 108, 96);
  border-radius: 20rem;
  text-align: center;
  display: grid;
}
@media (max-width: 768px) {
  .about-main__item {
    width: 100%;
    border-color: rgb(224, 104, 75);
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 20px;
  }
}
.about-main__item-name {
  font-size: 40rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .about-main__item-name {
    font-size: 32px;
    margin-bottom: 0;
    color: rgb(224, 104, 75);
  }
}
.about-main__item-desc {
  font-size: 14rem;
}
@media (max-width: 768px) {
  .about-main__item-desc {
    font-size: 13px;
    color: rgb(24, 52, 37);
  }
}

.doctors__action {
  margin-top: 44rem;
  display: flex;
  justify-content: flex-end;
}
.doctors__desc {
  margin-bottom: 44rem;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .doctors__desc {
    display: none;
  }
}
.doctors__link {
  width: 480rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .doctors__link {
    width: unset;
  }
  .doctors__link .btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .doctors__link--desktop {
    display: none;
  }
}
.doctors__link--mobile {
  display: none;
}
@media (max-width: 768px) {
  .doctors__link--mobile {
    display: block;
  }
}

.doctors-slider .swiper-wrapper {
  align-items: stretch;
}
.doctors-slider__item {
  width: calc((100% - 80px) / 5);
}
@media (max-width: 768px) {
  .doctors-slider__item {
    width: 247px;
  }
}

.doctor-item {
  width: 100%;
  height: auto;
  display: grid;
  gap: 12rem;
  transition: all 0.3s ease;
  /* @media (hover: hover) {
     &:hover {
       scale: 1.02;
     }
   }*/
}
@media (max-width: 768px) {
  .doctor-item {
    gap: 7px;
  }
}
.doctor-item__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.doctor-item__name {
  font-weight: 700;
}
@media (max-width: 768px) {
  .doctor-item__name {
    font-size: 14px;
  }
}
.doctor-item__text {
  font-size: 14rem;
}
@media (max-width: 768px) {
  .doctor-item__text {
    font-size: 13px;
  }
}
.doctor-item__price {
  color: rgb(224, 104, 75);
  margin-top: auto;
}
@media (max-width: 768px) {
  .doctor-item__price {
    font-size: 13px;
  }
}
.doctor-item__link {
  padding: 12rem 24rem;
  width: 100%;
  border: 1px solid rgb(80, 108, 96);
  border-radius: 30rem;
  text-align: center;
}
@media (max-width: 768px) {
  .doctor-item__link {
    font-size: 16px;
    padding: 8px 24px;
    border-radius: 30px;
  }
}

.doctors-detail__method {
  padding: 34rem 51rem 38rem 44rem;
  background-color: rgb(214, 228, 222);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 92rem;
  margin-bottom: 32rem;
}
@media (max-width: 768px) {
  .doctors-detail__method {
    gap: 24px;
    flex-direction: column;
    padding: 24px 16px;
  }
}
.doctors-detail__method-desc {
  max-width: 1084rem;
}
@media (max-width: 768px) {
  .doctors-detail__method-desc {
    max-width: 100%;
  }
}
.doctors-detail__method-btn {
  flex-shrink: 0;
  width: 330rem;
}
@media (max-width: 768px) {
  .doctors-detail__method-btn {
    width: 100%;
    max-width: 375px;
  }
}

.rating__quantity {
  font-size: 24rem;
  font-weight: 600;
  color: rgb(224, 104, 75);
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .rating__quantity {
    display: none;
  }
}
.rating__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22rem;
}
@media (max-width: 768px) {
  .rating__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}
.rating__item-body {
  width: 100%;
  padding: 20rem 16rem;
  display: flex;
  align-items: center;
  gap: 18rem;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 20rem;
  font-size: 16rem;
  color: rgb(24, 52, 37);
}
@media (max-width: 768px) {
  .rating__item-body {
    font-size: 13px;
    gap: 8px;
    padding: 18px 11px;
    border-radius: 20px;
  }
}
.rating__stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  gap: 16rem;
  font-size: 24rem;
  font-weight: 600;
  color: rgb(160, 160, 160);
}
@media (max-width: 768px) {
  .rating__stars {
    gap: 8px;
    font-size: 16px;
  }
}
.rating__stars-icon {
  width: 128rem;
  height: 24rem;
}
@media (max-width: 768px) {
  .rating__stars-icon {
    width: 98px;
    height: 18px;
  }
}
.rating__icon {
  width: 40rem;
  height: 40rem;
}
@media (max-width: 768px) {
  .rating__icon {
    width: 32px;
    height: 32px;
  }
}
.rating__action {
  margin-top: 44rem;
  display: flex;
  justify-content: flex-end;
}
.rating__link {
  width: 480rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .rating__link {
    display: none;
  }
}

.benefits-two {
  background-image: url("../img/benefits-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60rem;
  padding-bottom: 60rem;
  margin-top: 40rem;
  margin-bottom: 40rem;
}
@media (max-width: 768px) {
  .benefits-two {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.benefits-two__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 28rem;
  grid-row-gap: 28rem;
  max-width: 1199rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .benefits-two__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }
}
.benefits-two__item {
  padding: 32rem 20rem;
  background-color: rgb(253, 253, 253);
  border-radius: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24rem;
  text-align: center;
}
@media (max-width: 768px) {
  .benefits-two__item {
    padding: 20px 10px;
    gap: 20px;
    background-color: rgb(80, 108, 96);
    border-radius: 20px;
  }
}
.benefits-two__icon {
  width: 70rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgb(80, 108, 96);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .benefits-two__icon {
    width: 40px;
    background-color: transparent;
    border-radius: 0;
  }
}
.benefits-two__icon img {
  width: 45rem;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .benefits-two__icon img {
    width: 100%;
  }
}
.benefits-two__text {
  color: rgb(163, 163, 163);
  font-size: 20rem;
}
@media (max-width: 768px) {
  .benefits-two__text {
    font-size: 13px;
    font-weight: 500;
    color: rgb(253, 253, 253);
  }
}
@media (max-width: 768px) {
  .benefits-two__text--mobile {
    display: none;
  }
}

.reviews__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .reviews__actions {
    margin-top: 20px;
  }
}
.reviews__added {
  border: 1px solid rgb(211, 211, 211);
  width: 242rem;
  padding: 17rem 24rem;
}
.reviews__added img {
  width: 28rem;
  height: 28rem;
}
@media (max-width: 768px) {
  .reviews__added {
    padding: 8px 15px;
    width: 159px;
    font-weight: 500;
    font-size: 16px;
  }
  .reviews__added img {
    display: none;
  }
}
.reviews__link {
  width: 480rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .reviews__link {
    padding: 8px 10px;
    font-weight: 500;
    font-size: 16px;
    width: calc(50% - 10px);
    max-width: 159px;
    justify-content: center;
  }
  .reviews__link .btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .reviews__link--desktop {
    display: none;
  }
}
.reviews__link--mobile {
  display: none;
}
@media (max-width: 768px) {
  .reviews__link--mobile {
    display: block;
  }
}

.reviews-slider__item {
  width: calc((100% - 40px) / 3);
  height: auto;
  padding: 20rem;
  background-color: rgb(244, 244, 244);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20rem;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .reviews-slider__item {
    width: 247px;
    padding: 12px;
    flex-direction: column;
    border-radius: 20px;
  }
}
.reviews-slider__profile {
  display: flex;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .reviews-slider__profile {
    width: 100%;
    gap: 8px;
  }
}
.reviews-slider__name {
  margin-bottom: 12rem;
  color: rgb(24, 52, 37);
}
@media (max-width: 768px) {
  .reviews-slider__name {
    margin-bottom: 0;
  }
}
.reviews-slider__doctor {
  display: flex;
  flex-direction: column;
  font-size: 12rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .reviews-slider__doctor {
    flex-direction: row;
    font-size: 10px;
    font-weight: 400;
    gap: 3px;
  }
}
.reviews-slider__doctor span:nth-child(2) {
  font-size: 16rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .reviews-slider__doctor span:nth-child(2) {
    font-size: 10px;
  }
}
.reviews-slider__avatar {
  width: 80rem;
  height: 80rem;
}
@media (max-width: 768px) {
  .reviews-slider__avatar {
    width: 33px;
    height: 33px;
  }
}
.reviews-slider__stars {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .reviews-slider__stars {
    width: 100%;
    order: 3;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.reviews-slider__stars-icon {
  width: 98rem;
  height: 18rem;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .reviews-slider__stars-icon {
    width: 98px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .reviews-slider__desc {
    margin-bottom: 12px;
  }
}
.reviews-slider__stars-date {
  font-size: 16rem;
}
@media (max-width: 768px) {
  .reviews-slider__stars-date {
    font-size: 10px;
  }
}

.galleries {
  display: grid;
  flex-wrap: wrap;
  gap: 1.042vw 1.042vw;
  grid-template-columns: repeat(19, 1fr);
  grid-template-rows: repeat(2, 250rem);
}
@media (max-width: 768px) {
  .galleries {
    gap: 20px;
    padding-inline: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}
.galleries__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .galleries__img {
    height: auto;
  }
}
.galleries__img:nth-child(1) {
  grid-area: 1/1/2/8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .galleries__img {
    width: calc(50% - 10px);
    border-radius: 20px;
  }
}
.galleries__img:nth-child(2) {
  grid-area: 1/8/2/13;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .galleries__img:nth-child(2) {
    width: calc(50% - 10px);
  }
}
.galleries__img:nth-child(3) {
  grid-area: 1/13/2/20;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 768px) {
  .galleries__img:nth-child(3) {
    width: calc(50% - 10px);
  }
}
.galleries__img:nth-child(4) {
  grid-area: 2/1/3/7;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .galleries__img:nth-child(4) {
    width: calc(50% - 10px);
  }
}
.galleries__img:nth-child(5) {
  grid-area: 2/7/3/14;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .galleries__img:nth-child(5) {
    width: calc(50% - 10px);
  }
}
.galleries__img:nth-child(6) {
  grid-area: 2/14/3/20;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 768px) {
  .galleries__img:nth-child(6) {
    width: calc(50% - 10px);
  }
}

.form {
  position: relative;
  padding-top: 76rem;
  padding-bottom: 40rem;
}
@media (max-width: 768px) {
  .form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.form:before {
  content: "";
  width: 32.031%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: auto;
  aspect-ratio: 615/328;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  background-image: url("../icons/form-line.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .form:before {
    display: none;
  }
}
.form--clear:before {
  display: none;
}
.form__wrapper {
  background-color: rgb(80, 108, 96);
  border-radius: 20rem;
  color: rgb(253, 253, 253);
  padding: 42rem 33rem 75rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 49rem;
  position: relative;
}
@media (max-width: 768px) {
  .form__wrapper {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
  }
}
.form__img {
  position: absolute;
  bottom: 0;
  left: 21rem;
  width: 28.688%;
  height: auto;
  z-index: 1;
}
@media (max-width: 1080px) {
  .form__img {
    display: none;
  }
}
.form__text {
  margin-left: 32.5%;
  width: 33.813%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .form__text {
    margin-left: 0;
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .form__text {
    width: 100%;
  }
}
.form__title {
  font-size: 32rem;
  font-weight: 700;
  margin-bottom: 36rem;
}
@media (max-width: 768px) {
  .form__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.form__desc {
  font-size: 20rem;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .form__desc {
    font-size: 10px;
    margin-bottom: 0;
  }
}
.form__description {
  margin-top: auto;
}
.form__description--mobile {
  display: none;
}
@media (max-width: 768px) {
  .form__description--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .form__description--desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .form__description {
    font-size: 10px;
  }
}
.form__description a {
  text-decoration: underline;
}
.form form {
  display: flex;
  flex-direction: column;
  gap: 22rem;
  width: 30.438%;
}
@media (max-width: 1080px) {
  .form form {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .form form {
    width: 100%;
    gap: 16px;
  }
}
.form__btn {
  width: 100%;
}
.form__textarea {
  min-height: 100rem;
}

.news__action {
  margin-top: 40rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .news__action {
    margin-top: 20px;
  }
}
.news__link {
  width: 480rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news__link {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 35px;
    font-weight: 500;
    font-size: 16px;
  }
  .news__link .btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .news__link-text--desktop {
    display: none;
  }
}
.news__link-text--mobile {
  display: none;
}
@media (max-width: 768px) {
  .news__link-text--mobile {
    display: block;
  }
}

.news-slider__wrapper {
  align-items: stretch;
}
.news-slider__item {
  width: calc((100% - 60px) / 4);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media (max-width: 768px) {
  .news-slider__item {
    width: 247px;
    gap: 8px;
  }
}
.news-slider__img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 520/320;
  border-radius: 20rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-slider__img {
    aspect-ratio: 247/152;
    border-radius: 20px;
  }
}
.news-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-slider__name {
  font-size: 20rem;
}
@media (max-width: 768px) {
  .news-slider__name {
    font-size: 13px;
  }
}
.news-slider__date {
  font-size: 16rem;
  display: block;
  margin-top: auto;
}
@media (max-width: 768px) {
  .news-slider__date {
    font-size: 10px;
  }
}

.about-slider__container {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.about-slider__item {
  border-radius: 20rem;
  background-color: rgb(80, 108, 96);
  display: grid;
  grid-template-columns: 59.062% 34.063%;
  color: white;
}
@media (max-width: 768px) {
  .about-slider__item {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
}
.about-slider__content {
  padding: 70rem 83rem 70rem 120rem;
}
@media (max-width: 768px) {
  .about-slider__content {
    padding: 40px;
  }
}
.about-slider__title {
  margin-bottom: 20rem;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .about-slider__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.about-slider__desc {
  margin-bottom: 60rem;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .about-slider__desc {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.about-slider__link {
  margin-bottom: 44rem;
}
@media (max-width: 768px) {
  .about-slider__link {
    margin-bottom: 20px;
  }
}
.about-slider__list {
  display: flex;
  align-items: flex-start;
  gap: 101rem;
}
@media (max-width: 768px) {
  .about-slider__list {
    gap: 16px;
    display: none;
  }
}
.about-slider__list-item {
  font-size: 16rem;
  display: grid;
}
@media (max-width: 768px) {
  .about-slider__list-item {
    font-size: 10px;
  }
}
.about-slider__list-item b {
  font-size: 40rem;
}
@media (max-width: 768px) {
  .about-slider__list-item b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .about-slider__img {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-history {
    padding-top: 20px;
  }
}
.about-history__grid {
  display: grid;
  grid-template-columns: 517rem 1060rem;
  gap: 20rem;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .about-history__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.about-history__col {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
@media (max-width: 768px) {
  .about-history__col {
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.about-history__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20rem;
}
@media (max-width: 768px) {
  .about-history__img {
    border-radius: 20px;
    height: auto;
    width: 100%;
  }
}
.about-history__item {
  border: 1px solid rgb(211, 211, 211);
  border-radius: 20rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-history__item {
    border-radius: 20px;
  }
}
.about-history__item--small {
  height: auto;
}
@media (max-width: 768px) {
  .about-history__item--small {
    width: calc(50% - 8px);
    aspect-ratio: auto;
  }
}
@media (max-width: 576px) {
  .about-history__item--small {
    width: 100%;
  }
}
.about-history__item--small .about-history__item-content {
  padding: 20rem;
}
@media (max-width: 768px) {
  .about-history__item--small .about-history__item-content {
    padding: 10px;
  }
}
.about-history__item--small:nth-child(2) {
  flex-grow: 1;
}
.about-history__item-header {
  padding: 19rem 40rem;
  background-color: rgb(214, 228, 222);
  font-size: 24rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about-history__item-header {
    padding: 10px 20px;
    font-size: 18px;
  }
}
.about-history__item-content {
  padding: 40rem;
}
@media (max-width: 768px) {
  .about-history__item-content {
    padding: 20px;
  }
}
.about-history__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.about-history__list-item {
  position: relative;
}
.about-history__text {
  display: grid;
  grid-template-columns: 40.938% 49.375%;
  gap: 9.688%;
}
@media (max-width: 768px) {
  .about-history__text {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.about-history__text h3 {
  font-size: 32rem;
  margin-bottom: 36rem;
  color: rgb(224, 104, 75);
}
@media (max-width: 768px) {
  .about-history__text h3 {
    font-size: 18px;
  }
}
.about-history__text p {
  margin-bottom: 28rem;
}
@media (max-width: 768px) {
  .about-history__text p {
    margin-bottom: 14px;
  }
}
.about-history__text p:last-child {
  margin-bottom: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
@media (max-width: 768px) {
  .accordion {
    gap: 16px;
  }
}
.accordion__item {
  width: 100%;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 20rem;
  overflow: hidden;
}
.accordion__item:has(table) {
  border: none;
  overflow: unset;
}
@media (max-width: 768px) {
  .accordion__item {
    border-radius: 16px;
  }
}
.accordion__toggle {
  padding: 10rem 10rem 10rem 40rem;
  border-radius: 20rem;
  background-color: rgb(214, 228, 222);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 24rem;
  text-align: left;
}
@media (max-width: 768px) {
  .accordion__toggle {
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    border-radius: 16px;
  }
}
.accordion__toggle[aria-expanded=true] .accordion__arrow {
  transform: rotate(180deg);
}
.accordion__arrow {
  width: 40rem;
  height: 40rem;
  background-image: url("../icons/arrow--white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s linear;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .accordion__arrow {
    width: 24px;
    height: 24px;
  }
}
.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  padding-left: 40rem;
  padding-right: 40rem;
}
.accordion__panel:has(table) {
  padding: 0;
  overflow: unset;
}
@media (max-width: 768px) {
  .accordion__panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordion__panel.open {
  opacity: 1;
  display: block;
  max-height: 500000px;
  visibility: visible;
  padding-top: 37rem;
  padding-bottom: 37rem;
}
@media (max-width: 768px) {
  .accordion__panel.open {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.accordion__panel-item {
  margin-bottom: 60rem;
}
.accordion__panel-item:last-child {
  margin-bottom: 0;
}
.accordion__panel-item--border {
  padding-bottom: 20rem;
  border-bottom: 1px solid rgb(80, 108, 96);
}
.accordion__panel-item h3 {
  font-size: 24rem;
  margin-bottom: 16rem;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .accordion__panel-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.accordion__panel-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20rem;
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .accordion__panel-footer {
    gap: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .accordion__panel-footer {
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
}
.accordion__panel-footer .btn {
  padding: 10rem 24rem;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .accordion__panel-footer .btn {
    padding: 5px 14px;
    font-size: 14px;
    text-align: center;
  }
}
.accordion__panel-date {
  color: rgb(224, 104, 75);
  font-size: 16rem;
}
@media (max-width: 768px) {
  .accordion__panel-date {
    font-size: 14px;
  }
}

.smi__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
}
@media (max-width: 768px) {
  .smi__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.smi__item {
  border-radius: 20rem;
  border: 1px solid rgb(211, 211, 211);
  overflow: hidden;
  background-color: rgb(244, 244, 244);
}
@media (max-width: 768px) {
  .smi__item {
    border-radius: 16px;
  }
}
.smi__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 385/253;
  /* padding: 0.365vw 0.573vw 0.313vw;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.smi__item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}
.smi__item-text {
  padding: 12rem 24rem 24rem;
}
@media (max-width: 768px) {
  .smi__item-text {
    padding: 10px;
  }
}

.about-form {
  height: 1054rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .about-form {
    height: auto;
  }
}
.about-form__wrapper {
  background-color: rgb(80, 108, 96);
  border-radius: 20rem;
  color: rgb(253, 253, 253);
  padding: 31rem 53rem 34rem 624rem;
  position: relative;
}
@media (max-width: 768px) {
  .about-form__wrapper {
    padding: 24px;
    border-radius: 14px;
  }
}
.about-form__content h2 {
  font-size: 40rem;
  margin-bottom: 43rem;
}
@media (max-width: 768px) {
  .about-form__content h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.about-form__content p {
  font-size: 24rem;
  margin-bottom: 32rem;
}
@media (max-width: 768px) {
  .about-form__content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.about-form__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 32rem;
}
@media (max-width: 768px) {
  .about-form__footer {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-form__img {
  position: absolute;
  left: 83rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  width: 1003rem;
  height: auto;
  aspect-ratio: 1003/1054;
}
@media (max-width: 768px) {
  .about-form__img {
    display: none;
  }
}
.about-form__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.about-form__list-item {
  position: relative;
  color: rgb(253, 253, 253);
}
.about-form__app {
  display: flex;
  align-items: center;
  gap: 12rem;
}
@media (max-width: 768px) {
  .about-form__app {
    gap: 16px;
  }
}
.about-form__app img:first-child {
  width: 149rem;
}
@media (max-width: 768px) {
  .about-form__app img:first-child {
    width: 149px;
    max-width: calc(50% - 8px);
  }
}
.about-form__app img:nth-child(2) {
  width: 170rem;
}
@media (max-width: 768px) {
  .about-form__app img:nth-child(2) {
    width: 170px;
    max-width: calc(50% - 8px);
  }
}

.stars {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .stars {
    font-size: 10px;
  }
}
.stars img {
  width: 262rem;
}
@media (max-width: 768px) {
  .stars img {
    width: 170px;
    max-width: 100%;
  }
}

.doctors-page__filters {
  background-color: rgba(104, 153, 132, 0.3);
  padding: 53rem 0 62rem;
}
@media (max-width: 768px) {
  .doctors-page__filters {
    padding: 20px 0;
  }
}
.doctors-page__actions {
  display: flex;
  align-items: center;
  gap: 16rem;
  margin-bottom: 30rem;
}
@media (max-width: 768px) {
  .doctors-page__actions {
    gap: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .doctors-page__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.doctors-page__list {
  -moz-column-count: 3;
       column-count: 3;
  color: rgb(80, 108, 96);
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .doctors-page__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 576px) {
  .doctors-page__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.doctors-page__list-item {
  padding-bottom: 32rem;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .doctors-page__list-item {
    padding-bottom: 12px;
    font-size: 14px;
  }
}
.doctors-page__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24rem;
}
@media (max-width: 768px) {
  .doctors-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .doctors-page__grid {
    grid-template-columns: 1fr;
  }
}

.filters__header {
  margin-bottom: 24rem;
}
@media (max-width: 768px) {
  .filters__header {
    margin-bottom: 24px;
  }
}
.filters__search {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.filters__search .btn {
  width: 115rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .filters__search .btn {
    width: 115px;
  }
}
.filters__search-label {
  width: 1465rem;
  position: relative;
}
.filters__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  gap: 101rem;
  padding: 17rem 15rem 17rem 29rem;
  border-radius: 20px;
  background-color: rgb(253, 253, 253);
}
@media (max-width: 1080px) {
  .filters__wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 24px 12px;
  }
}
.filters__content {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  max-width: 623rem;
  padding-top: 7rem;
}
@media (max-width: 1080px) {
  .filters__content {
    max-width: 100%;
    gap: 16px;
  }
}
.filters__fieldset {
  display: flex;
  align-items: center;
  gap: 38rem;
}
@media (max-width: 768px) {
  .filters__fieldset {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
.filters__legend {
  width: 28.892%;
  flex-shrink: 0;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .filters__legend {
    font-size: 16px;
  }
}
.filters__item {
  width: 65.008%;
  display: flex;
  align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .filters__item {
    width: 100%;
  }
}
.filters__item--radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.filters__label {
  width: 100%;
}
.filters__checkbox {
  display: flex;
  align-items: center;
  gap: 60rem;
}
.filters__actions {
  display: flex;
  align-items: center;
  gap: 20rem;
  margin-top: auto;
}
@media (max-width: 768px) {
  .filters__actions {
    flex-direction: column-reverse;
    gap: 16px;
    margin-top: 24px;
  }
}
.filters__reset {
  background-color: white;
  width: 215rem;
}
@media (max-width: 1080px) {
  .filters__reset {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .filters__reset {
    width: 100%;
  }
}
.filters__submit {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .filters__submit {
    width: 100%;
  }
}
.filters__img {
  width: 830rem;
  height: auto;
  aspect-ratio: 830/407;
  overflow: hidden;
  border-radius: 10px;
  background-image: url("../img/filters-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .filters__img {
    width: 100%;
  }
}

.tags {
  display: flex;
  gap: 16rem;
}
.tags__item {
  padding: 8rem 36rem;
  border-radius: 30px;
  border: 1px solid rgb(80, 108, 96);
}

.detail__wrapper {
  display: flex;
  align-items: stretch;
  gap: 21rem;
}
.detail__avatar {
  width: 519rem;
  height: auto;
  aspect-ratio: 1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .detail__avatar {
    width: 100%;
    max-width: 375px;
  }
}
.detail__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail__info {
  display: flex;
  flex-direction: column;
}
.detail__info .tags {
  margin-bottom: 44rem;
}
.detail__info-content {
  display: flex;
  flex-direction: column;
}
.detail__info-reviews {
  margin-top: 44rem;
}
@media (max-width: 768px) {
  .detail__info-reviews {
    margin-top: 44px;
  }
}
.detail__info-reviews span {
  color: rgb(224, 104, 75);
  font-size: 24rem;
}
@media (max-width: 768px) {
  .detail__info-reviews span {
    font-size: 18px;
  }
}
.detail__info-name {
  margin-bottom: 12rem;
  font-size: 40rem;
  font-weight: 500;
  color: rgb(24, 52, 37);
}
@media (max-width: 768px) {
  .detail__info-name {
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.detail__info-stars {
  display: flex;
  align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .detail__info-stars {
    gap: 16px;
  }
}
.detail__info-stars svg {
  width: 128rem;
}
@media (max-width: 768px) {
  .detail__info-stars svg {
    width: 128px;
  }
}
.detail__info-stars span {
  font-size: 24rem;
  font-weight: 600;
  color: rgb(160, 160, 160);
}
@media (max-width: 768px) {
  .detail__info-stars span {
    font-size: 24px;
  }
}
.detail__info-actions {
  display: flex;
  align-items: center;
  gap: 20rem;
  width: 100%;
  max-width: 616rem;
  margin-top: auto;
}
@media (max-width: 768px) {
  .detail__info-actions {
    gap: 20px;
    max-width: 100%;
  }
}
.detail__info-actions .btn {
  width: calc(50% - 10rem);
}
@media (max-width: 768px) {
  .detail__info-actions .btn {
    width: calc(50% - 10px);
  }
}
.detail__spec {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
@media (max-width: 768px) {
  .detail__spec {
    gap: 20px;
  }
}
.detail__spec ul {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 768px) {
  .detail__spec ul {
    gap: 10px;
  }
}
.detail__spec-item {
  padding: 40rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgb(211, 211, 211);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .detail__spec-item {
    padding: 20px;
  }
}
.detail__spec-title {
  font-size: 24rem;
  margin-bottom: 21rem;
  color: rgb(224, 104, 75);
}
@media (max-width: 768px) {
  .detail__spec-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.detail__galleries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20rem 0;
}
@media (max-width: 768px) {
  .detail__galleries {
    padding: 20px 0;
    grid-template-columns: 1fr;
  }
}
.detail__galleries img {
  height: auto;
  aspect-ratio: 790/518;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.detail__price-desc {
  margin-top: 40rem;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .detail__price-desc {
    margin-top: 20px;
    font-size: 16px;
  }
}

.news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
@media (max-width: 768px) {
  .news__list {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .news__list-item {
    width: 100%;
  }
}
.news__actions {
  margin-top: 44rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .news__actions {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .news__actions .btn--arrow-transparent {
    display: none;
  }
}

.news-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-card__tag {
  position: absolute;
  top: 20rem;
  left: 20rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-card__tag {
    top: 12px;
    left: 12px;
  }
}
.news-card__link {
  position: absolute;
  top: 20rem;
  right: 20rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-card__link {
    top: 12px;
    right: 12px;
  }
}
.news-card__name {
  font-size: 24rem;
  margin-bottom: 8px;
  color: var(rgb(224, 104, 75));
}
@media (max-width: 768px) {
  .news-card__name {
    font-size: 18px;
  }
}
.news-card__img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 790/571;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .news-card__img {
    margin-bottom: 16px;
  }
}
.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}