

/* Start:/bitrix/templates/pineamin.ru/template_styles.css?177450479838871*/
@font-face {
  font-family: 'abeezee';
  src: url('/bitrix/templates/pineamin.ru/assets/fonts/ABeeZee-Regular.ttf');
}

@font-face {
  font-family: 'cormorant';
  src: url('/bitrix/templates/pineamin.ru/assets/fonts/Cormorant-VariableFont_wght.ttf');
}

@font-face {
  font-family: 'Inter';
  src: url('/bitrix/templates/pineamin.ru/assets/fonts/Inter-VariableFont_opsz,wght.ttf');
}

@font-face {
  font-family: 'TTD';
  src: url('/bitrix/templates/pineamin.ru/assets/fonts/TTCommons-DemiBold.ttf');
}

@font-face {
  font-family: 'TTM';
  src: url('/bitrix/templates/pineamin.ru/assets/fonts/TTCommons-Medium.ttf');
}

@font-face {
  font-family: 'TTR';
  src: url('/bitrix/templates/pineamin.ru/assets/fonts/TTCommons-Regular.ttf');
}

@font-face {
  font-family: 'TTED';
  src: url('/bitrix/templates/pineamin.ru/assets/fonts/TT-Commons-Pro-Expanded-DemiBold.ttf');
}

:root {
  --black: rgb(18, 18, 18);
  --gold: #DBAC0B;
  --color6: #9A8661;
  --color9: #FCFAF2;
  --gold-button: #D2A330;
  --white: #FFFFFF;
  --gray: #D9D9D9;
  --bg: #F5EFDF;
  --button: #C0B465;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

.items-close {
  display: none;
  order: 100;
}

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

h1 {
  text-transform: uppercase;
}

h2 {
  font-family: 'cormorant', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
}

button {
  cursor: pointer;
}

body {
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

body.fixed {
  overflow: hidden;
}

.info__mobile-image {
  display: none;
}

.advantage-section_mobile {
  display: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.mobile-menu {
  position: fixed;
  display: none;
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 2;
  right: 0;
  background: var(--white);
  padding: 24px 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding: 0 0 54px;
}

.footer__video {
  width: 100%;
  height: 512px;
  display: flex;
}

.footer__video>video,
.footer__video>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

.footer__logo {
  width: 100%;
  max-height: 102px;
}

.footer__logo>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 34px 0 0;
  border-top: 1px solid var(--gold);
}

.footer-content__row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 20px;
}

.footer-content__column {
  width: 100%;
}

.footer-content__column_grid {
  grid-column: 2/4;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: 'TTM', sans-serif;
}

.footer-content__column_grid .footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer-menu li:last-of-type {
  grid-column: 2;
}

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

.footer-content__logo img {
  object-fit: contain;
  width: 125px;
}

.footer-content__button {
  margin-bottom: 94px;
  border: 0;
  border-radius: 0;
  background: var(--gold-button);
  font-family: 'TTD', sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding: 4px 15px;
  color: var(--white);
  width: 79px;
  height: 24px;
}

.footer-content__policy {
  font-family: 'TTM', sans-serif;
  font-size: 16px;
}

.mobile-header {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px 24px;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.header__menu-item {
  font-family: 'TTM', sans-serif;
  font-size: 16px;
  text-align: center;
}

.header__logo {
  max-width: 428px;
  width: 100%;
  display: flex;
}

.header__logo img {
  object-fit: contain;
  width: 100%;
}

.banner {
  height: 800px;
}

.banner-item {
  height: 100%;
  width: 100%;
  text-align: center;
}

.banner-item__image {
  height: 100%;
  width: 100%;
}

.banner-item__image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.banner-item__text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  color: var(--color9);
  font-size: 64px;
  line-height: 74px;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-family: 'cormorant', sans-serif;
  text-transform: uppercase;
}

.about {
  display: flex;
  gap: 55px;
  align-items: center;
  padding: 100px 0;
}

.about__image {
  max-width: 310px;
  min-height: 326px;
  display: flex;
}

.about__image img {
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.about__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.about__text {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.about__text p a {
  text-decoration: underline;
  font-family: 'TTD', sans-serif;
  color: var(--color6);
}

.about__text p:not(:last-child) {
  margin-bottom: 16px;
}

.info {
  display: flex;
  flex-direction: column;
}

.info__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  padding: 0 0 100px;
}

.info__item:nth-child(even)>.info__item-image {
  order: 1;
}

.info__item:nth-child(even)>.info__item-image>.info__close {
  margin-left: auto;
}

.info__item-image {
  width: 100%;
  max-width: 685px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info__close {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100%;
  border: 2px solid var(--white);
  background: var(--button);
  cursor: pointer;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .05), 8px 0 40px 0 rgba(0, 0, 0, .05);
  position: sticky;
  top: 20px;
}

.hide {
  display: none !important;
}

.info__close img {
  width: 16px;
  height: 16px;
}

.info__item-image>img {
  object-fit: cover;
  width: 100%;
  height: 685px;
}

.info__info {
  display: flex;
  flex-direction: column;
  padding: 256px 0 0;
  align-items: center;
}

.info__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
}

.info__header>.info__close {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.info__short {
  max-width: 408px;
  text-align: center;
}

.info__short_hide {
  display: none;
}

.info__short-title {
  margin-bottom: 32px;
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

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

.info__long_hide {
  display: none;
}

.button {
  font-family: 'TTED', sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .3px;
  padding: 13px 48px;
  background: var(--black);
  color: var(--gold);
  text-transform: uppercase;
  border: none;
}

.info__text,
.info__tab {
  padding: 0 50px;
}

.info__text p,
.info__tab p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.info__text p:not(:last-of-type),
.info__tab p:not(:last-of-type) {
  margin-bottom: 16px;
}

.info__place:first-of-type {
  margin-top: 80px;
}

.info__place:not(:last-of-type) {
  margin-bottom: 48px;
}

h3 {
  margin-bottom: 40px;
  font-family: 'TTD', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .3px;
  text-align: center;
}

.info__list {
  display: grid;
  grid-template-columns: 1fr 224px;
  row-gap: 20px;
  column-gap: 24px;
  margin-bottom: 32px;
}

.info__list-icon {
  max-width: 12px;
  display: flex;
  margin-bottom: 20px;
}

.info__list-icon img {
  width: 100%;
  object-fit: contain;
}

.info__list-text {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.info__list-image {
  width: 100%;
  display: flex;
}

.info__list-image img {
  width: 100%;
  object-fit: contain;
}

.info__pre-text p {
  text-align: center;
  margin-bottom: 32px;
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.info__buttons {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.info__checkbox {
  display: none;
}

.info__button {
  cursor: pointer;
  padding: 13px 20px;
  font-family: 'TTED', sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .3px;
  border: 1px solid var(--gold);
  background: var(--white);
  text-transform: uppercase;
  color: var(--gold);
}

.info__button_active {
  color: var(--white);
  background: var(--gold);
}

.info__pre-text {
  margin-bottom: 64px;
}

.info__tab {
  display: none;
}

.info__tab_show {
  display: block;
}

.info__text-image:first-of-type {
  padding: 0;
}

.info__text-image {
  padding: 16px 0 0;
}

.info__text-image:not(:last-of-type) {
  margin-bottom: 24px;
}

.info__text p b,
.info__tab p b {
  font-family: 'TTD', sans-serif;
}

.info__image {
  padding: 16px 0;
  display: flex;
}

.info__image img {
  width: 100%;
  object-fit: contain;
}

.info__image:not(:last-child) {
  margin-bottom: 24px;
}

.info__text-block h3 {
  text-align: left;
  font-family: 'TTM', sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .3px;
  margin-bottom: 16px;
}

.info__text-block p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.info__text-block p strong {
  font-family: 'TTD', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.info__text-block:not(:last-of-type) {
  margin-bottom: 24px;
}

.info__text-list {
  margin-top: 16px;
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
  list-style: auto;
  padding: 0 0 0 14px;
}

.info__text-list li {
  list-style: unset;
}

.info__text-list {
  margin-bottom: 16px;
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.info__text-list-title_underline {
  text-decoration: underline;
}

.info__text-list_dots {
  list-style: disc;
}

.info__text-list-item {
  margin: 0 0 0 20px;
}

.info__text-table {
  margin: 64px 0;
  width: 100%;
}

.info__text-table tr:not(:last-child) {
  border-bottom: 1px solid var(--gray);
}

.info__text-table td {
  padding: 0 16px;
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.news {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 26px;
  padding: 0 33px;
}

.news__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news__image {
  width: 100%;
  height: 140px;
  background: var(--gray);
}

.news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 8px;
  border-bottom: 1px solid var(--gold);
  padding: 0 0 8px;
}

.news__title {
  font-family: 'TTD', sans-serif;
  font-size: 16px;
  line-height: 21px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.news__number {
  font-family: 'abeezee', sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.news__text {
  margin-bottom: 8px;
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.news__footer {
  display: flex;
  align-items: center;
}

.news__date {
  font-family: 'abeezee', sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.info__more-button {
  text-align: center;
  border: 1px solid var(--black);
  text-transform: uppercase;
  font-family: 'TTED', sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .3px;
  padding: 13px 42px;
  background: var(--white);
  margin: 48px auto 0 auto;
}

.advantage {
  padding: 100px 0 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 80px;
}

.advantage__item {
  display: flex;
  flex-direction: column;
}

.advantage__item h4 {
  margin-bottom: 8px;
  font-family: 'cormorant', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.advantage__item p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.advantage__icon {
  margin-bottom: 8px;
  width: 12px;
  height: 12px;
}

.advantage__icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.advantage__item_image {
  width: 153px;
  height: 153px;
  justify-self: center;
}

.advantage__item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.for__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.for__item:nth-child(even) .for__info {
  order: 1;
}

.for__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.for__info h2 {
  font-family: 'cormorant', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: .3px;
  margin-bottom: 16px;
}

.for__info p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  max-width: 480px;
}

.for__info p:not(:last-child) {
  margin-bottom: 16px;
}

.for__image {
  width: 100%;
  height: 685px;
}

.for__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-section {
  height: 700px;
  display: none;
  position: relative;
}

.map__map {
  width: 100%;
  height: 100%;
  background: var(--gray);
}

.map__map img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map__box {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.map__fields {
  display: flex;
  gap: 40px;
  padding: 30px 40px;
  background: var(--white);
  border-radius: 20px;
  pointer-events: auto;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  z-index: 20;
}

.map__field input {
  display: none;
}

.map__field {
  cursor: pointer;
}

.map__field:not(:has(.select__item)) {
  cursor: not-allowed;
}

.select {
  width: 320px;
}

.select:not(:has(.select__item)) {
  opacity: 0.5;
  pointer-events: none;
}

.select__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  width: 100%;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--gold);
}

.select:not(:has(.select__item)) .select__header {
  border-color: #ccc;
}

.select__dot {
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--gold);
}

.select__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: .5;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
}

.select__text.selected {
  opacity: 1;
}

.select__arrow {
  display: flex;
  min-width: 10px;
  margin-left: auto;
}

.select__arrow img {
  width: 100%;
  object-fit: contain;
}

.select__body {
  position: absolute;
  background: var(--white);
  width: 100%;
  display: none;
  border-radius: 8px;
  max-height: 320px;
  overflow: auto;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  z-index: 10;
}

.select__item {
  width: 100%;
  padding: 10px 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.select__item:hover {
  background-color: #f3f3f3;
}

.select__item.selected {
  background-color: #f3f3f3;
  font-weight: bold;
}

.wherebuy {
  padding: 100px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wherebuy__info {
  max-width: 686px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}

.wherebuy__info h2 {
  margin-bottom: 16px;
}

.wherebuy__info p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.wherebuy__info p:not(:last-of-type) {
  margin-bottom: 16px;
}

.wherebuy__info p:last-of-type {
  margin-bottom: 32px;
}

.wherebuy__info a {
  display: block;
  width: fit-content;
}

.wherebuy__image {
  max-width: 402px;
}

.wherebuy__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.notfound {
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 172px;
}

.notfound__text {
  max-width: 722px;
  width: 100%;
}

.notfound__text p {
  font-family: 'abeezee', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-indent: 100px;
}

.notfound__image {
  display: flex;
}

.notfound__number-image {
  max-width: 668px;
}

.notfound__number-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.notfound__flower-image {
  position: absolute;
  right: -200px;
  bottom: -184px;
  max-width: 710px;
}

.notfound__flower-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.notfound-section {
  overflow: hidden;
}

.default {
  padding: 100px 0;
  max-width: 1080px;
  margin: 0 auto;
}

.default h2 {
  margin-bottom: 48px;
}

.default__text-block:not(:last-child) {
  margin-bottom: 24px;
}

.default__text-block h3 {
  margin-bottom: 16px;
  text-align: left;
}

.default__text-block p:not(:last-of-type) {
  margin-bottom: 8px;
}

.default__text-block p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.default__text-block p a {
  color: var(--gold);
  text-decoration: underline;
  font-family: 'TTD', sans-serif;
}

.order-banner h1 {
  font-family: 'cormorant', sans-serif;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: .3px;
  margin: 62px 0;
  text-align: center;
}

.order-banner__image {
  width: 100%;
  height: 635px;
  display: flex;
}

.order-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-banner-section {
  margin-bottom: 100px;
}

.uteka {
  margin-bottom: 65px;
}

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

.pharmacy__map {
  max-width: 1266px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.pharmacy__map>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pharmacy__places {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.pharmacy__item {
  position: absolute;
  padding: 9px;
  background: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 1px 3px 0 rgba(0, 0, 0, .15);
  width: 171px;
  transform: translate(-50%, -100%);
}

.pharmacy__item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid var(--white);
}

.pharmacy__logo {
  max-width: 153px;
  width: 100%;
  max-height: 53px;
  margin-bottom: 4px;
  display: flex;
}

.pharmacy__logo img {
  width: 100%;
  object-fit: contain;
}

.pharmacy__link {
  font-family: 'abeezee', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: var(--gold);
  text-align: center;
}

.pharmacy__link span {
  font-family: 'TTD', sans-serif;
  font-size: 12px;
  line-height: 21px;
}

#pi1 {
  left: 28.4%;
  top: 54.4%;
}

#pi2 {
  left: 49.3%;
  top: 72.5%;
}

#pi3 {
  left: 48.1%;
  top: 51.5%;
}

#pi4 {
  left: 66.2%;
  top: 60.6%;
}

.uteka__map {
  height: 721px;
}

.uteka iframe {
  width: 100%;
  height: 100%;
}

.uteka h2 {
  margin-bottom: 65px;
}

/*Разобраться с отображением аптек*/
.popup-section {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--white);
  padding: 28px 37px;
  overflow: auto;
  z-index: 99;
  max-width: 1440px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.popup {
  padding: 138px 36px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid var(--black);
  min-height: 700px;
}

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

.popup__header h1 {
  margin-bottom: 34px;
  color: var(--gold);
  font-family: 'cormorant', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: .3px;
  text-align: center;
  max-width: 760px;
}

.popup__header p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  max-width: 542px;
}

.popup__header {
  margin-bottom: 40px;
}

.popup__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}

.popup__button {
  cursor: pointer;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid var(--gold);
  display: flex;
  width: 86px;
  height: 86px;
}

.popup__button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup__footer {
  margin-top: auto;
  max-width: 596px;
}

.popup__footer p {
  text-align: center;
  font-family: 'TTD', sans-serif;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: .3px;
}

.post-banner {
  padding: 70px 0 100px;
}

.post-banner h2 {
  margin-bottom: 70px;
}

.post-banner__banner {
  width: 100%;
  height: 605px;
  display: flex;
}

.post-banner__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 25px !important;
  margin-bottom: 100px !important;
}

.posts__image {
  width: 100%;
  height: 605px;
  background: var(--gray);
  margin-bottom: 8px;
}

.posts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts__item:nth-child(n + 4) {
  display: none;
}

.posts__header {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.posts__title {
  font-family: 'TTD', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.posts__number {
  font-family: 'abeezee', sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.posts__body {
  padding-top: 8px;
  border-top: 1px solid var(--gold);
}

.posts__body p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
  line-clamp: 3;
}

.posts__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.posts__date {
  font-family: 'abeezee', sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.posts__body {
  margin-bottom: 8px;
}

.posts-section {
  overflow: hidden;
  max-width: 100%;
}

.pharmacy__map-desktop {
  display: block;
}

.pharmacy__map-tablet {
  display: none;
}

.pharmacy__map-mobile {
  display: none;
}

.items-close__button {
  display: none;
}

.mobile-menu__social {
  width: 55px;
  height: 55px;
  border: 1px solid var(--gold);
  border-radius: 12px;
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-doctor-modal {
  display: none;
  max-width: 600px;
  width: 100%;
  height: fit-content;
  padding: 24px 44px 24px 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  z-index: 10;
}

.map-doctor-modal__body {
  display: flex;
  gap: 20px;
}

.map-doctor-modal__title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.map-doctor-modal__subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.map-doctor-modal__info {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.map-doctor-modal__btn {
  display: inline-block;
  margin: 16px auto 0;
}

.map-doctor-modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
}

.map-doctor-modal__close img {
  width: 20px;
}

.map-doctor-modal__img img {
  border-radius: 12px;
  max-width: 180px;
}

.map-doctor-modal__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 1439px) {
  .header__logo {
    max-width: 300px;
  }

  .info__item-image {
    max-width: unset;
    width: 100%;
  }

  .info__item-image>img {
    height: 600px;
  }

  .for__image {
    height: 600px;
  }

  .advantage {
    grid-template-columns: repeat(3, 1fr);
  }

  .advantage__item_empty {
    display: none;
  }

  .news {
    column-gap: 26px;
  }

  .banner-item__text {
    font-size: 48px;
  }
}

@media screen and (max-width: 1279px) {
  .info__item-image>img {
    height: 500px;
  }

  .for__image {
    height: 500px;
  }

  .info__info {
    padding: 170px 0 0;
  }

  .news {
    grid-template-columns: 1fr;
  }

  .about__image:last-of-type {
    display: none;
  }

  .header {
    gap: 16px;
  }

  .header__menu {
    gap: 10px;
  }

  .info__list {
    grid-template-columns: 1fr;
  }

  .posts__image {
    height: 450px;
  }

  .map__fields {
    gap: 16px;
    padding: 16px;
  }

  .select {
    width: 265px;
  }
}

@media screen and (max-width: 1023px) {
  .notfound__number-image {
    max-width: 432px;
  }

  .notfound__flower-image {
    max-width: 393px;
    bottom: -110px;
    right: -98px;
  }

  .notfound {
    gap: 120px;
    padding: 70px 0 48px;
  }

  .footer__video {
    height: 340px;
  }

  .wherebuy__image {
    max-width: 604px;
  }

  .map-section {
    display: none;
  }

  .header {
    display: none;
  }

  .mobile-header {
    display: flex;
    padding: 22px;
    justify-content: center;
    align-items: center;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu__header {
    width: 100%;
    display: flex;
    margin-bottom: 27px;
  }

  .mobile-icon_active {
    width: 30px;
    height: 30px;
    display: flex;
    margin-left: auto;
  }

  .mobile-menu__list:not(:last-of-type) {
    margin-bottom: 27px;
  }

  .mobile-menu__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .mobile-menu__item a {
    font-family: 'TTM', sans-serif;
    font-size: 16px;
  }

  .mobile-menu__footer {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .mobile-menu_active {
    transform: translateX(0);
    transition: transform .4s;
  }

  .mobile-logo {
    height: 18px;
  }

  .mobile-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
  }

  .mobile-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
  }

  .info__text,
  .info__tab {
    padding: 0;
  }

  .pharmacy__map>img {
    object-fit: cover;
    width: 120%;
  }

  #pi1 {
    left: 34%;
    top: 54.4%;
  }

  #pi2 {
    left: 59%;
    top: 72.5%;
  }

  #pi3 {
    left: 57.8%;
    top: 51.5%;
  }

  #pi4 {
    left: 79.3%;
    top: 60.6%;
  }

  /* .info__header {
        margin-bottom: 24px;
    } */
  .pharmacy__map-desktop {
    display: none;
  }

  .pharmacy__map-tablet {
    display: block;
  }

  .pharmacy__map-mobile {
    display: none;
  }

  .pharmacy__map>img {
    object-fit: contain;
    width: 100%;
  }

  #pi1 {
    left: 23.2%;
    top: 56%;
  }

  #pi2 {
    left: 47.7%;
    top: 62.3%;
  }

  #pi3 {
    left: 71.7%;
    top: 67%;
  }

  #pi4 {
    left: 70.5%;
    top: 29.7%;
  }
}

@media screen and (max-width: 921px) {
  .info__header>.info__close {
    display: block;
  }

  .info__item-image>.info__close {
    display: none;
  }

  .default__text-block h3 {
    font-size: 16px;
    line-height: 21px;
  }

  h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .default {
    padding: 32px 0;
  }

  .default h2 {
    margin-bottom: 24px;
  }

  .banner {
    height: 432px;
  }

  .banner-item__text {
    font-size: 32px;
    line-height: 42px;
  }

  .about {
    padding: 100px 0 84px;
    flex-direction: column;
    gap: 32px;
  }

  .about__image {
    height: 522px;
    padding: 0 30px;
    max-width: 100%;
  }

  .info__item {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .info__item-image>img {
    height: 685px;
  }

  .info__info {
    padding: 86px 80px;
  }

  .info__item:nth-child(even)>.info__item-image {
    order: 0;
  }

  .info__list {
    grid-template-columns: 1fr 224px;
    padding: 0 70px;
    column-gap: 20px;
  }

  .info__list-image {
    height: 320px;
  }

  .info__item:not(:last-child) .info__info,
  .info__info {
    /* padding: 0 0 120px; */
    padding: 60px 0 80px;
  }

  .info__list-image img {
    height: 100%;
    object-fit: cover;
  }

  .advantage {
    /* padding: 64px 16px 40px; */
    padding: 0 16px 40px;
    row-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage__item_image {
    order: 1;
    width: 166px;
    height: 166px;
  }

  .for__item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .for__info {
    padding: 80px;
    order: 1;
  }

  .wherebuy {
    flex-direction: column-reverse;
    padding: 0 20px 88px;
  }

  .wherebuy__info {
    margin-bottom: 0;
    padding-top: 32px;
  }

  .footer__video {
    height: 512px;
  }

  .footer-content__button {
    margin-bottom: 20px;
  }

  .footer-content__column_grid .footer-menu {
    grid-template-columns: 1fr;
  }

  .footer-menu li:last-of-type {
    grid-column: 1;
  }

  .footer-content__row {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-content__column_grid {
    grid-column: unset;
  }

  .popup__header h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
    max-width: 450px;
  }

  .popup__header p {
    max-width: 500px;
  }

  .popup__header {
    margin-bottom: 40px;
  }

  .popup__footer p {
    line-height: 21px;
  }

  .popup {
    padding: 113px 20px 20px;
  }

  .posts {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 42px !important;
    column-gap: 14px !important;
    margin-bottom: 40px !important;
  }

  .posts__item:nth-child(n + 3) {
    display: block;
  }

  .posts__image {
    height: 310px;
  }

  .post-banner {
    padding: 32px 0 50px;
  }

  .post-banner h2 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
  }

  .post-banner__banner {
    height: 483px;
  }

  .order-banner h1 {
    margin: 32px 0;
    font-size: 32px;
    line-height: 42px;
  }

  .order-banner-section {
    margin-bottom: 80px;
  }

  .order-banner__image {
    height: 339px;
  }

  .pharmacy h2 {
    margin-bottom: 32px;
  }

  .pharmacy__map {
    overflow: unset;
  }

  .pharmacy {
    margin-bottom: 44px;
  }

  .uteka h2 {
    margin-bottom: 40px;
  }

  .uteka__map {
    height: 680px;
  }

  .uteka {
    margin-bottom: 40px;
  }

  .pharmacy__item {
    width: 135px;
    padding: 5px 7px;
  }

  .pharmacy__logo {
    margin-bottom: 3px;
    max-height: 42px;
  }

  .pharmacy__item::before {
    border: 10px solid transparent;
    border-top: 10px solid var(--white);
    bottom: -17px;
  }

  .map__box {
    padding: 16px;
  }

  .map__fields {
    flex-direction: column;
  }

  .map-doctor-modal {
    margin-top: 240px;
    padding: 16px;
    max-width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 20px;
  }

  .mobile-header {
    padding: 25px;
  }

  .mobile-logo {
    height: 15px;
  }

  .mobile-icon {
    width: 22px;
    height: 22px;
  }

  .banner {
    height: 206px;
  }

  .banner-item__text {
    font-size: 20px;
    line-height: 28px;
  }

  .about {
    padding: 40px 0 60px;
  }

  .about__image {
    padding: 0;
    height: 267px;
  }

  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .info__item-image {
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .info__item-image>img {
    height: 317px;
  }

  .info__item {
    gap: 35px;
  }

  .info__item:not(:last-child) .info__info,
  .info__info {
    padding: 0 0 60px;
  }

  .info__mobile-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 45px;
  }

  .info__mobile-image-box {
    width: 185px;
    height: 185px;
  }

  .info__mobile-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .for__info {
    padding: 35px 0;
  }

  .for__image {
    height: 317px;
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .for__info h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .advantage-section_mobile {
    display: flex;
    background: var(--bg);
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .advantage-section {
    display: none;
  }

  .advantage {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 40px 0;
  }

  .advantage__item_image {
    display: none;
  }

  .wherebuy {
    padding: 17px 0 62px;
  }

  .footer__video {
    height: 185px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-bottom: 13px;
  }

  .footer {
    gap: 0;
  }

  .footer__logo {
    padding: 0 0 24px;
    display: flex;
  }

  .footer__logo img {
    height: 26px;
  }

  .footer-content {
    padding: 35px 0 20px;
  }

  .footer-content__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-content__column_grid {
    padding: 16px 0 2px;
  }

  .footer-content__button {
    margin-left: auto;
    margin-bottom: 35px;
  }

  .footer-content__column_grid li:nth-child(2) {
    margin-top: 63px;
  }

  .footer-content__info {
    gap: 0;
    padding: 13px 0 0;
    border-top: 1px solid var(--gold);
  }

  .footer-content__logo {
    margin-bottom: 16px;
  }

  .footer-content__policy:not(:last-child) {
    margin-bottom: 8px;
  }

  .footer-content__column:last-of-type {
    display: flex;
    flex-direction: column;
  }

  .footer {
    padding: 0;
  }

  .notfound {
    padding: 40px 0;
  }

  .notfound__number-image {
    max-width: 335px;
  }

  .notfound__flower-image {
    max-width: 314px;
    bottom: -90px;
    right: -44px;
  }

  .default {
    padding: 8px 0 45px;
  }

  .popup-section {
    padding: 10px 9px;
  }

  .popup {
    padding: 75px 28px 28px;
    min-height: 600px;
  }

  .popup__header h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .post-banner {
    padding: 0 0 40px;
  }

  .post-banner h2 {
    margin-bottom: 9px;
  }

  .post-banner__banner {
    height: 503px;
  }

  .posts {
    display: flex !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
  }

  .posts-wrapper {
    overflow: visible !important;
  }

  .order-banner h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 9px 0;
  }

  .order-banner__image {
    height: 165px;
  }

  .order-banner-section {
    margin-bottom: 40px;
  }

  .pharmacy {
    margin-bottom: 90px;
  }

  .uteka h2 {
    margin-bottom: 32px;
  }

  .uteka__map {
    height: 660px;
  }

  .pharmacy__map>img {
    object-fit: cover;
  }

  .pharmacy__map-desktop {
    display: none;
  }

  .pharmacy__map-tablet {
    display: none;
  }

  .pharmacy__map-mobile {
    display: block;
  }

  #pi1 {
    left: 21.75%;
    top: 77.5%;
  }

  #pi2 {
    left: 77.65%;
    top: 50.5%;
  }

  #pi3 {
    left: 28.7%;
    top: 38%;
  }

  #pi4 {
    left: 71.5%;
    top: 90%;
  }

  .info__header>.info__close {
    display: none;
  }

  .items-close {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }

  .items-close__button {
    display: block;
    width: 100%;
    border: none;
    background: var(--bg);
    padding: 15px;
    font-family: 'TTED', sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .3px;
    text-align: center;
    text-transform: uppercase;
  }

  .items-close__button_black {
    background: var(--black);
    color: var(--gold);
  }

  .items-close_hide {
    display: none;
  }

  .news {
    padding: 0;
    margin-top: 16px;
  }

  .info__short-title {
    text-align: start;
    margin-bottom: 24px;
  }

  .info__header {
    margin-bottom: 16px;
  }

  .for__info p {
    text-align: start;
  }

  .wherebuy__info p {
    text-align: start;
  }

  .for__info p:not(:last-child) {
    margin-bottom: 24px;
  }

  .info__place-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .info__list {
    grid-template-columns: 1fr;
    order: 2;
    margin-bottom: 0;
    padding: 0;
  }

  .info__list-image {
    order: 1;
  }

  .info__buttons {
    flex-direction: column;
    gap: 24px;
  }

  .button {
    width: 100% !important;
    text-align: center;
  }

  .footer-content__logo img {
    width: 217px;
  }

  .map-doctor-modal {
    max-width: calc(100vw - 32px);
  }

  .map-doctor-modal__body {
    flex-direction: column;
  }
}

@media screen and (min-width: 559px) {
  .posts {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.post__header {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
}

.post__title {
  font-family: 'cormorant', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
}

.post__number {
  font-family: 'abeezee', sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.post__info {
  max-width: 1080px;
}

.post__info img {
  max-width: 100%;
}

.post__body {
  padding-top: 20px;
  border-top: 1px solid var(--gold);
}

.post__body p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}

.post__body a {
  color: var(--gold);
}

.post__body a:hover {
  text-decoration: underline;
}

.post__body ol li {
  list-style: decimal;
}

.post__body ul li {
  list-style: disc;
}

.post__body li {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.post__body li+li {
  margin-top: 8px;
}

.post__body ul,
.post__body ol {
  padding-left: 36px;
  margin-bottom: 24px;
}

.post__body h3 {
  margin-bottom: 16px;
}

.post__body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.post__body th,
.post__body td {
  padding: 4px 8px;
  border: 1px solid var(--gold);
  text-align: center;
  vertical-align: middle;
}

.post__body td,
.post__body p {
  font-family: 'TTR', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.post__body th {
  font-family: 'TTM', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.post__body table p {
  margin-bottom: 0;
}

.post__body table p+p {
  margin-top: 8px;
}

@media screen and (max-width: 921px) {
  .post__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.tac {
  text-align: center;
}
/* End */
/* /bitrix/templates/pineamin.ru/template_styles.css?177450479838871 */
