@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  font-size: 1em;
  --swiper-theme-color: #1ab60c;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/static/dist/src/fonts/Inter/static/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), url("/static/dist/src/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
.main-header {
  position: fixed;
  justify-content: space-between;
  width: 100%;
  height: auto;
  z-index: 990;
  background-color: #F2F3E9;
}
.main-header__wrapper-top {
  display: flex;
  position: relative;
  height: 56px;
  width: 100%;
  background-color: #F2F3E9;
  padding: 0 4%;
}
@media (min-width: 500px) {
  .main-header__wrapper-top {
    height: 64px;
    padding: 0 5%;
  }
}
@media (min-width: 768px) {
  .main-header__wrapper-top {
    height: 80px;
    padding: 0 6%;
  }
}
@media (min-width: 990px) {
  .main-header__wrapper-top {
    height: 104px;
    padding: 0;
  }
}
.main-header__wrapper-bottom {
  top: 56px;
  width: 100%;
  height: 28px;
  padding: 0 6%;
  background-color: #235135;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 0 0 30px 30px;
  z-index: 999;
}
@media (min-width: 500px) {
  .main-header__wrapper-bottom {
    top: 64px;
    height: 32px;
    padding: 0 8%;
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .main-header__wrapper-bottom {
    position: relative;
    top: 0;
    height: 36px;
    padding: 0;
    background-color: #F2F3E8;
    border-radius: 0;
    gap: 20px;
  }
}
@media (min-width: 990px) {
  .main-header__wrapper-bottom {
    gap: 30px;
  }
}
.main-header__logo {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  align-self: center;
  width: 60%;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 0.3px;
  color: #5E6055;
  margin-left: 5px;
}
@media (min-width: 370px) {
  .main-header__logo {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.4px;
  }
}
@media (min-width: 500px) {
  .main-header__logo {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .main-header__logo {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    width: auto;
    margin-left: 15px;
  }
}
@media (min-width: 990px) {
  .main-header__logo {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1024px) {
  .main-header__logo {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
}
.main-header__icon-sandwich {
  width: 24px;
  align-self: center;
}
@media (min-width: 370px) {
  .main-header__icon-sandwich {
    width: 26px;
  }
}
@media (min-width: 500px) {
  .main-header__icon-sandwich {
    width: 28px;
  }
}
@media (min-width: 768px) {
  .main-header__icon-sandwich {
    width: 32px;
  }
}
.main-header__key {
  text-decoration: none;
  align-self: center;
  margin-left: 20px;
  color: #5E6055;
  font-size: 16px;
}
@media (min-width: 370px) {
  .main-header__key {
    font-size: 18px;
    margin-left: 10px;
  }
}
@media (min-width: 500px) {
  .main-header__key {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .main-header__key {
    font-size: 22px;
    margin-left: 15px;
  }
}
@media (min-width: 990px) {
  .main-header__key {
    font-size: 24px;
  }
}
.main-header__block-left {
  display: flex;
  align-items: center;
  width: 33%;
}
@media (min-width: 768px) {
  .main-header__block-left {
    width: 40%;
  }
}
@media (min-width: 990px) {
  .main-header__block-left {
    width: 50%;
  }
}

.profile {
  display: none;
}
@media (min-width: 768px) {
  .profile {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    justify-content: center;
    order: 4;
    width: auto;
    margin-right: 30px;
    gap: 5px;
  }
}
@media (min-width: 990px) {
  .profile {
    margin-right: 50px;
    margin-left: auto;
  }
}
.profile__icon {
  width: 28px;
  height: 28px;
  display: block;
}
@media (min-width: 768px) {
  .profile__icon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 990px) {
  .profile__icon {
    width: 32px;
    height: 32px;
  }
}
.profile__text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #5E6055;
  text-align: center;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  .profile__text {
    font-size: 14px;
    letter-spacing: 0.4px;
  }
}
@media (min-width: 990px) {
  .profile__text {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1024px) {
  .profile__text {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}

.leaflet-top .leaflet-control {
  margin-top: 40px;
}
@media (min-width: 500px) {
  .leaflet-top .leaflet-control {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .leaflet-top .leaflet-control {
    margin-top: 64px;
  }
}
@media (min-width: 990px) {
  .leaflet-top .leaflet-control {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .main-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #F2F3E8;
    overflow: visible;
  }
  .main-header__wrapper-top {
    display: flex;
    width: 75%;
    background-color: #F2F3E9;
    justify-content: flex-start;
    align-items: center;
    padding: 0 2%;
    overflow: visible;
    gap: 10px;
  }
  .main-header__wrapper-bottom {
    display: flex;
    width: 25%;
    background-color: #F2F3E8;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
    overflow: visible;
  }
  .main-header__block-left {
    width: auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 990px) {
  .main-header {
    padding: 0 4%;
  }
  .main-header__wrapper-top {
    padding: 0 3%;
  }
  .main-header__wrapper-bottom {
    padding: 0 3%;
    justify-content: center;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .main-header__wrapper-bottom {
    gap: 50px;
  }
}
.main-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-content {
  width: 100%;
  color: #22231D;
  font-size: 14px;
}

.issuance-of-content__wrapper {
  position: relative;
  background-color: #ffffff;
}

.wrapper-map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.main-maps {
  width: 100%;
  position: absolute;
  margin-bottom: 0;
}

.wrapper-close {
  width: 100%;
  height: 24px;
  margin-top: 68px;
  padding-top: 8px;
}

.map-master-detail__button-close {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  transform: rotate(180deg);
  z-index: 99999;
}

.content-for-desktop__shop {
  width: 265px;
  height: 330px;
  border: 3px solid #F2F3E9;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
  margin-bottom: 20px;
}
.content-for-desktop__images {
  text-align: center;
  width: 132px;
  height: 132px;
}
.content-for-desktop__header {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #22231D;
  text-align: center;
}
.content-for-desktop__description {
  margin: 0;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #5E6055;
}
.content-for-desktop__for-img {
  text-align: center;
  margin: 0;
}

.inner-price {
  display: flex;
  justify-content: space-between;
}
.inner-price__price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #45815C;
}
.inner-price__count-review {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #5E6055;
  margin-right: 3px;
  align-self: center;
}
.inner-price__wrapper-review {
  display: flex;
}
.inner-price__wrapper-star {
  display: flex;
}
.inner-price__images {
  width: 18px;
  height: 18px;
  align-self: center;
}

.content-for-desktop {
  display: none;
}

.user-info__nickname {
  margin-top: 100px;
}

.main-content__wrapper-choice {
  display: none;
}

.post-content {
  width: 265px;
  height: auto;
  border: 3px solid #F2F3E9;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 13px;
  padding: 12px;
}
.post-content__user {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.post-content__user-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  text-decoration: none;
  color: #5E6055;
}
.post-content__user-datetime {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  color: #5E6055;
  margin: 0;
}
.post-content__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.post-content__tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  text-transform: lowercase;
  color: #5E6055;
  background: rgba(241, 243, 225, 0.6);
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}
.post-content__tag:first-of-type {
  margin-right: 8px;
}
.post-content__header {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #235135;
  display: block;
  margin: 0;
  margin-bottom: 8px;
}
.post-content__content {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #22231D;
  margin: 0;
  margin-bottom: 12px;
}

.card-content__wrapper {
  width: 100%;
}

.card-content__not-name {
  text-align: center;
  color: #5D6054;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
}

.card-content__master-link {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.help-height-div {
  height: 100px;
}

.main-content__wrapper-blog {
  display: none;
}

.main-map {
  display: none;
}

.image-geo-marker {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  width: 40px;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.image-geo-marker:hover {
  transform: scale(1.1);
}
.image-geo-marker:active {
  transform: scale(0.95);
}
.image-geo-marker.loading {
  opacity: 0.6;
  cursor: wait;
  animation: pulse 1.5s ease-in-out infinite;
}
.image-geo-marker.error {
  animation: shake 0.5s ease-in-out;
  opacity: 0.5;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
.count-master {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #5D6054;
  margin: 0;
  margin-right: 5px;
}

.content-card-top {
  position: relative;
  display: flex;
}

.content-card-review {
  display: flex;
  flex-wrap: wrap;
  width: 120px;
  align-items: flex-start;
}

.content-card {
  width: 100%;
}
.content-card__bottom {
  display: flex;
  margin-top: 5px;
}

.count-master__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #191C1D;
  z-index: 99;
}

.time-car {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-right: 20px;
}
.time-car__inner {
  display: flex;
  width: 90px;
}
.time-car__images-car {
  margin-right: 10px;
  margin-left: 5px;
}
.time-car__distance {
  align-self: center;
  margin-right: 55px;
}
.time-car__tilda {
  font-style: normal;
  font-size: 30px;
  height: 42px;
  line-height: 42px;
}

.time-car-clock {
  display: flex;
}
.time-car-clock__images {
  align-self: center;
  margin-right: 10px;
  margin-left: auto;
}
.time-car-clock__oclock {
  align-self: center;
}

.content-card-inner-swiper {
  display: flex;
}

.others-card {
  width: 100%;
  margin: 0 auto;
}
.others-card__city-master {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.others-card__city-master-link {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #5D6054;
}
.others-card__show-more {
  position: relative;
  display: block;
  width: 247px;
  height: 26px;
  background: #F2F3E8;
  border-radius: 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #191C1D;
  text-align: center;
  margin: 0 auto;
}
.others-card__city-name {
  font-weight: bold;
  color: #191C1D;
}

.content-line-blog {
  border: none;
  color: #F2F3E8;
  background-color: #F2F3E8;
  height: 2px;
  margin: 0;
  margin-top: -16px;
  margin-bottom: 30px;
}

.content-line-blog:last-of-type {
  margin-bottom: 44px;
}

.content-card {
  width: 100%;
  background-color: #F2F3E8;
  padding: 15px 15px;
  height: 147px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 20px;
}
.content-card__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  font-weight: 600;
  color: #191C1D;
  align-self: flex-end;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.content-card__review-main {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: lowercase;
  align-self: start;
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.content-card__address {
  font-style: normal;
  color: #191C1D;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.content-card__phone-content {
  font-weight: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0;
  color: #191C1D;
  text-decoration: none;
  z-index: 9;
  margin-left: auto;
}
.content-card__wrapper-phone {
  display: flex;
  position: absolute;
  bottom: 23px;
}

.rating-card {
  display: flex;
}
.rating-card__number-images {
  display: block;
  width: 20px;
  height: 20px;
}

.phone-show {
  display: flex;
  width: 96px;
  margin-bottom: 12px;
}
.phone-show__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  text-decoration: none;
  color: #191C1D;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.div-shaddow-content {
  width: 10px;
  height: 23px;
  background: #F7F7F7;
  box-shadow: -5px 0 4px #F7F7F7;
  z-index: 9;
  margin-left: -10px;
}

.phone-show__button {
  margin: 0;
  margin-left: -5px;
  z-index: 999;
  font-weight: 600;
  color: #191C1D;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: none;
  background-color: #F8FAE5;
  align-self: flex-start;
  padding: 0 !important;
  box-shadow: -33px 0px 7px 0px #F8FAE5;
}

.content-card-inner {
  display: flex;
  padding-top: 5px;
  margin-top: 15px;
}

.indicator-content {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 14.2px;
  height: 14.2px;
  background-color: #1AB60C;
  border-radius: 50%;
}

.image-card-content {
  display: block;
  width: 50px;
  height: 50px;
}

.card-list {
  margin-top: 0.625rem;
}

.wrapper-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rating-card__wrapper {
  display: flex;
  height: 20px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.rating-card__number {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #191C1D;
}

.card-button-content {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 102px;
  height: 43px;
  margin-left: auto;
  margin-right: 10px;
  border-radius: 30px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 43px;
  text-decoration: none;
  color: #FFFFFF;
  background: #235135;
}

.div-help {
  height: 100px;
}

.pagination__list {
  list-style-type: none;
  display: flex;
  width: 100px;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
}

.pagination__list a {
  text-decoration: none;
}

.pagination__list-item-active {
  width: 20px;
  height: 20px;
  background: #F2F3E8;
  border-radius: 50%;
}

.pagination__list a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  line-height: 20px;
  color: #191C1D;
}

.content-card-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.content-card-other__card {
  width: 100%;
  background-color: #F2F3E8;
  padding: 15px 25px;
  height: 147px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 15px;
}
.content-card-other__name {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #191C1D;
  align-self: flex-end;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-card-other__address {
  font-style: normal;
  color: #191C1D;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.content-card-other__bottom {
  display: flex;
  margin-top: 5px;
}
.content-card-other__review {
  margin-left: 10px;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: lowercase;
  align-self: start;
  margin-left: 20px;
}
.content-card-other__card-button {
  font-family: "Sen", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 102px;
  height: 43px;
  margin-left: auto;
  margin-right: 10px;
  border-radius: 30px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 43px;
  text-decoration: none;
  color: #FFFFFF;
  background: #235135;
}
.phone-show-others {
  display: flex;
  width: 96px;
  margin-bottom: 12px;
}
.phone-show-others__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  text-decoration: none;
  color: #191C1D;
}
.phone-show-others__button {
  margin: 0;
  margin-left: -5px;
  z-index: 999;
  font-weight: 600;
  color: #191C1D;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: none;
  background-color: #F2F3E8;
  align-self: flex-start;
  padding: 0 !important;
  box-shadow: -33px 0px 7px 0px #f2f3e8;
}

.content-card-other-rating-card {
  display: flex;
}
.content-card-other-rating-card__wrapper {
  display: flex;
  height: 20px;
}
.content-card-other-rating-card__number {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #191C1D;
}
.content-card-other-rating-card__number-images {
  display: block;
  width: 20px;
  height: 20px;
}

.wrapper-content-card-other {
  width: 100%;
  height: 120px;
  background-color: #f7f7f7;
  margin-top: 0.625rem;
  padding: 15px 15px;
}

.content-card-top-other {
  position: relative;
  display: flex;
  width: 100%;
}

.image-card-content-other {
  display: block;
  width: 50px;
  height: 50px;
}

.indicator-content-other {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 14.2px;
  height: 14.2px;
  background-color: #1AB60C;
  border-radius: 50%;
}

.content-card-review-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 120px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-card__name-other {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  width: 100px;
  text-decoration: none;
  color: #393636;
  font-size: 15px;
  line-height: 15px;
  align-self: flex-end;
}

.wrapper-rating-other {
  display: flex;
  width: 40px;
  height: 12px;
  margin-top: 5px;
}

.card-rating-other {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #363636;
}

.star-images-other {
  display: block;
  width: 12px;
  height: 12px;
}

.content-card__review-other {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  width: 70px;
  margin-left: 8px;
  color: #1F1C1C;
  margin-top: 4px;
}

.content-card__phone-content-other {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #363636;
  text-decoration: none;
  z-index: 9;
  margin-left: auto;
}

.content-card__text-content-other {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  margin-left: -5px;
  z-index: 999;
  color: #363636;
  font-size: 12px;
  letter-spacing: 0.03em;
  border: none;
  background-color: #f7f7f7;
  text-transform: uppercase;
  align-self: flex-start;
  padding: 0 !important;
}

.post-list {
  margin-top: 30px;
}

.main-maps-country-content {
  position: relative;
  width: 100%;
  height: 50vh;
  margin-bottom: 0;
  z-index: 1;
}
.main-maps-country-content .image-geo-marker {
  position: absolute !important;
  right: 15px !important;
  bottom: 15px !important;
  left: auto !important;
  top: auto !important;
  z-index: 1000;
  width: 40px;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.main-maps-country-content .image-geo-marker:hover {
  transform: scale(1.1);
}
.main-maps-country-content .image-geo-marker:active {
  transform: scale(0.95);
}
.main-maps-country-content .image-geo-marker.loading {
  opacity: 0.6;
  cursor: wait;
  animation: pulse 1.5s ease-in-out infinite;
}
.main-maps-country-content .image-geo-marker.error {
  animation: shake 0.5s ease-in-out;
  opacity: 0.5;
}
.main-maps-country-content:not(.map-loaded) {
  background: linear-gradient(135deg, #e8f4e8 0%, #d4e8d4 50%, #c8dcc8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-maps-country-content:not(.map-loaded)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 1.5s infinite;
}
.main-maps-country-content:not(.map-loaded)::after {
  content: "🗺️";
  font-size: 48px;
  opacity: 0.5;
  z-index: 1;
}
.main-maps-country-content.map-loading::after {
  content: "⏳";
  animation: pulse 1s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.leaflet-popup {
  z-index: 1100 !important;
}

.leaflet-popup-content {
  margin: 8px 12px;
  line-height: 1.4;
  font-size: 14px;
  min-width: 200px;
}
.leaflet-popup-content a {
  font-weight: 600;
  font-size: 14px;
  color: #22231D;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
}
.leaflet-popup-content a:hover {
  text-decoration: underline;
  color: #45815C;
}
.leaflet-popup-content p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 13px;
  color: #5E6055;
}
.leaflet-popup-content p.rating-popap {
  margin-right: 4px;
}
.leaflet-popup-content img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.wrapper-open-content,
.wrapper-close-content {
  width: 100%;
  height: auto !important;
  box-shadow: none !important;
  text-align: center;
  padding: 8px 0;
  margin-top: 0 !important;
}

.map-content__button-open,
.map-content__button-close {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 12px 0;
}

@media (min-width: 370px) {
  .content-card-inner {
    margin-top: 0;
  }
  .content-card {
    padding-right: 25px;
    padding-left: 25px;
  }
  .content-card__name {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 600;
  }
  .content-card__text {
    position: absolute;
    margin: 0;
    right: 5%;
    bottom: 20%;
  }
  .content-card__phone {
    margin-left: 0;
    bottom: 20%;
    left: 55%;
  }
  .wrapper-content-card-other {
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-shaddow {
    bottom: 20%;
  }
  .indicator {
    bottom: 44%;
    right: 9%;
  }
}
@media (min-width: 500px) {
  .content-card {
    width: 500px;
    margin: 0 auto;
  }
  .time-car {
    width: 500px;
    margin: 0 auto;
  }
  .post-content {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .issuance-of-content__wrapper {
    width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 990px) {
  .main-content {
    display: flex;
  }
  .main-content__wrapper-blog {
    width: 680px;
    display: block;
    background: #FFFFFF;
    margin-left: 20px;
  }
  .main-content__wrapper-masters {
    margin-left: 20px;
  }
  .main-content__blog {
    border: 1px solid #5E5F66;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 18px 28px;
    margin-bottom: 0.9rem;
    width: 515px;
    height: 190px;
  }
  .main-content__blog-header {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #363636;
  }
  .main-content__blog-text {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    text-transform: lowercase;
    color: #363636;
    margin-bottom: 10px;
  }
  .main-content__blog-inner {
    display: flex;
    justify-content: space-between;
  }
  .main-content__blog-link {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-align: justify;
    text-transform: uppercase;
    color: #1AB60C;
  }
  .main-content__blog-inner p {
    font-size: 14px;
  }
  .main-content__wrapper-masters {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  .main-content {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background: #fff;
  }
  .main-content__wrapper-blog {
    width: 680px;
    display: block;
    background: #FFFFFF;
    margin-left: 20px;
  }
  .main-content__wrapper-masters {
    margin-left: 20px;
  }
  .main-content__blog {
    border: 1px solid #5E5F66;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 18px 28px;
    margin-bottom: 0.9rem;
  }
  .main-content__blog-header {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #363636;
  }
  .main-content__blog-text {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    text-transform: lowercase;
    color: #363636;
    margin-bottom: 10px;
  }
  .main-content__blog-inner {
    display: flex;
    justify-content: space-between;
  }
  .main-content__blog-link {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-align: justify;
    text-transform: uppercase;
    color: #1AB60C;
  }
  .main-content__wrapper-choice {
    display: block;
  }
  .main-content__blog-images {
    margin-left: 15px;
  }
  .time-car {
    width: 100%;
    display: flex;
    padding-right: 25px;
  }
  .content-card {
    width: 21.5rem;
    margin: 0;
  }
  .card-list {
    width: 300px;
  }
  .post-list {
    display: none;
  }
  .wrapper-main-maps {
    display: block;
  }
  .main-maps {
    display: block;
    width: 100% !important;
    height: 100vh !important;
    z-index: 9;
    top: 0 !important;
  }
  .wrapper-map {
    width: 100% !important;
    height: 465px;
    z-index: 9;
    top: 0 !important;
    position: fixed !important;
  }
  .card-content__wrapper {
    width: 350px;
    margin: 0 auto;
  }
  button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: none !important;
  }
  .count-master__link {
    margin-top: 50px;
  }
  .card-button {
    right: 76px !important;
  }
  .content-card__phone {
    margin-left: 0;
    bottom: 20%;
    left: 50% !important;
  }
  .div-shaddow {
    left: 60% !important;
  }
  .content-card__text {
    position: absolute;
    margin: 0;
    right: 20%;
    bottom: 20%;
  }
  .others-card__city-master-link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .content-card__phone-other {
    font-family: "Golos Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
    letter-spacing: 0.03em;
    margin: 0;
    color: #363636;
    margin-left: 0.625rem;
    -ms-flex-item-align: center;
    align-self: center;
    text-decoration: none;
    order: 1;
  }
  .content-card__text-other {
    font-family: "Golos Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    z-index: 999;
    color: #1F1C1C;
    font-size: 12px;
    border: none;
    background-color: #f7f7f7;
    margin: 0;
    text-transform: uppercase;
    order: 3;
  }
  .content-card__address-other {
    font-family: "Golos Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1F1C1C;
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    width: 160px;
  }
  .div-shaddow-other {
    width: 20px;
    height: 23px;
    background: #F7F7F7;
    -webkit-box-shadow: -20px 0 10px #f7f7f7;
    box-shadow: -20px 0 10px #f7f7f7;
    z-index: 9;
    order: 2;
  }
  .swiper-button-prev-unique::after {
    content: "";
    position: absolute;
    background-image: url("/static/img/arrow-slider.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 32px;
    height: 32px;
    top: 10%;
    left: 95%;
    z-index: 999;
    transform: rotate(180deg);
  }
  .swiper-button-next-unique::after {
    content: "";
    position: absolute;
    background-image: url("/static/img/arrow-slider.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 32px;
    height: 32px;
    top: 75%;
    left: 95%;
    z-index: 999;
  }
  .image-card-content {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-top: 1rem;
  }
  .phone-show__button {
    font-family: "Golos Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    right: 5%;
    bottom: 30px;
    z-index: 999;
    color: #1F1C1C;
    font-size: 12px;
    border: none;
    background-color: #f7f7f7;
    align-self: flex-start;
  }
  .div-shaddow-content {
    position: absolute;
    bottom: 15%;
    left: 74%;
    width: 50px;
    height: 23px;
    background: #F7F7F7;
    -webkit-box-shadow: -20px 0 10px #f7f7f7;
    box-shadow: -20px 0 10px #f7f7f7;
    opacity: 0.9;
    z-index: 9;
  }
  .post-list {
    order: 0;
  }
  .card-content {
    width: 400px;
    order: 2;
    margin-top: 70px;
    z-index: 99;
    background: #ffffff;
    margin-left: 280px;
  }
  .others-card {
    order: 3;
  }
  .content-card-inner {
    display: flex;
    justify-content: end;
    height: 25px;
  }
  .phone-show__content {
    bottom: 30px;
  }
  .wrapper-images {
    width: auto;
  }
  .content-card {
    height: 141px;
  }
  .content-card__address {
    margin-left: 0;
  }
  .content-card__name {
    margin-left: 0;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .content-for-desktop {
    position: fixed;
    display: block;
    z-index: 500;
    top: 0;
    left: 0;
    padding-top: 50px;
    overflow: scroll;
    padding-bottom: 200px;
    background: #ffffff;
    width: 301px;
    height: 100%;
    margin-top: 100px;
    border-right: 3px #F2F3E9 solid;
  }
  .content-for-desktop__shop {
    width: 265px;
    height: 330px;
    margin-bottom: 30px;
    text-align: center;
    border: 3px solid #F2F3E9;
    border-radius: 10px;
  }
  .content-for-desktop__for-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .content-for-desktop__header {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0;
    color: #22231D;
  }
  .content-for-desktop__description {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #5E6055;
    margin: 0;
    text-align: justify;
  }
  .content-for-desktop__inner {
    background: #F2F3E9;
    border-radius: 0 0 20px 20px;
    padding: 15px;
    margin-top: -5px;
  }
  .content-for-desktop__images {
    width: 132px;
    height: 132px;
  }
  .inner-price {
    display: flex;
    margin-top: 25px;
  }
  .inner-price__price {
    font-weight: 500;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #4A9C73;
  }
  .inner-price__count-review {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-left: auto;
    align-self: center;
  }
  .issuance-of-content__wrapper {
    position: absolute;
    display: block;
    z-index: 50;
    top: 0;
    left: 300px;
    margin-top: 60px;
    background: #ffffff;
    width: 390px;
    height: auto;
  }
  .post-content-desktop {
    width: 265px;
    height: auto;
    border: 3px solid #F2F3E9;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 13px;
    padding: 12px;
  }
  .post-content-desktop__user {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .post-content-desktop__user-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-transform: capitalize;
    text-decoration: none;
    color: #5E6055;
  }
  .post-content-desktop__user-datetime {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-transform: capitalize;
    color: #5E6055;
    margin: 0;
  }
  .post-content-desktop__header {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #235135;
    display: block;
    margin: 0;
    margin-bottom: 8px;
  }
  .post-content-desktop__content {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #22231D;
    margin: 0;
    margin-bottom: 12px;
  }
  .post-content-desktop__tag-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .post-content-desktop__tag {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-transform: lowercase;
    color: #5E6055;
    background: rgba(241, 243, 225, 0.6);
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    text-decoration: none;
  }
  .post-content-desktop__tag:first-of-type {
    margin-right: 8px;
  }
  .post-list {
    display: none;
  }
  .card-list {
    margin: 0 auto;
    width: 100%;
  }
  .content-card {
    margin-bottom: 15px;
    height: 161px;
    margin: 0 auto;
  }
  .count-master {
    margin-top: 50px;
  }
  .content-card-other {
    justify-content: center;
  }
  .content-card-other__card {
    width: 21.5rem;
    margin: 0 auto;
  }
  .main-maps-country-content {
    position: fixed;
    z-index: 10;
    top: 100px;
    right: 0;
    left: 690px;
    height: calc(100vh - 100px);
    margin-bottom: 0;
  }
  .wrapper-open-content,
  .wrapper-close-content {
    display: none !important;
  }
  .image-geo-marker {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
  }
}
.bottom-bar {
  width: 100%;
  z-index: 999;
  position: fixed;
  bottom: 0;
  height: 92px;
  background: #F2F3E8;
}
.bottom-bar__list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}

.list-bar__images {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.list-bar__item {
  align-self: center;
}
.list-bar__item-link {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #5D6054;
}

@media only screen and (min-width: 64.063em) {
  .bottom-bar {
    display: none;
  }
}
.sidebar {
  position: fixed;
  width: 287px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #F8FAE5;
  z-index: 999999999999;
}

.img-close {
  position: absolute;
  z-index: 999;
  top: 1rem;
  right: 1.125rem;
}

.sidebar-list__item a {
  height: 36px;
  text-decoration: none;
  color: #363636;
}

.sidebar-user {
  width: 4.125rem;
  margin: 0 auto;
  padding-top: 2.1875rem;
  margin-bottom: 1.4375rem;
}
.sidebar-user__sing {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.sidebar-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 36px;
  margin-bottom: 39px;
  margin-top: 39px;
}
.sidebar-list__item {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  padding: 0;
  padding-left: 40px;
  margin-bottom: 30px;
}
.sidebar-list__item-map::before {
  content: "";
  position: absolute;
  background-image: url("/static/img/mappin.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 36px;
  top: -5px;
  left: -8px;
}
.sidebar-list__item-auto::before {
  content: "";
  position: absolute;
  background-image: url("/static/img/car3.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 36px;
  top: -5px;
  left: -8px;
}
.sidebar-list__item-key::before {
  content: "";
  position: absolute;
  background-image: url("/static/img/key.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 36px;
  top: 0;
  left: -3px;
}
.sidebar-list__item-app::before {
  content: "";
  position: absolute;
  background-image: url("/static/img/app.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
}
.sidebar-list__item-app {
  margin-bottom: 80px;
}
.sidebar-list__item-service::before {
  content: "";
  position: absolute;
  background-image: url("/static/img/service.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 36px;
  top: 0;
  left: -8px;
}

.sidebar-line {
  margin: 0;
  border: 1px solid #5D6054;
}

.sidebar-list__item--margin-bottom {
  margin-bottom: 34px;
}

.burqa {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.87);
  z-index: 998;
}

@media (min-width: 25em) {
  .sidebar-list__item--margin-bottom {
    margin-bottom: 44px;
  }
  .sidebar {
    background-color: #ffffff;
  }
}
/* Countryside Locksmith Ronkonkoma */
.main-maps-country-master {
  height: 40vh;
  position: relative;
  z-index: 1;
}
.main-maps-country-master .image-geo-marker {
  position: absolute !important;
  right: 15px !important;
  bottom: 15px !important;
  left: auto !important;
  top: auto !important;
  z-index: 1000;
  width: 40px;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.main-maps-country-master .image-geo-marker:hover {
  transform: scale(1.1);
}
.main-maps-country-master .image-geo-marker:active {
  transform: scale(0.95);
}
.main-maps-country-master .image-geo-marker.loading {
  opacity: 0.6;
  cursor: wait;
  animation: pulse 1.5s ease-in-out infinite;
}
.main-maps-country-master .image-geo-marker.error {
  animation: shake 0.5s ease-in-out;
  opacity: 0.5;
}

.wrapper-open-master,
.wrapper-close-master {
  width: 100%;
  height: auto !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  text-align: center;
  padding: 4px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 200;
}

.master-detail-map__button-open,
.master-detail-map__button-close {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 8px 0;
}

.master-detail__wrapper-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 110px;
  padding-top: 0;
  position: relative;
  z-index: 50;
  background-color: #ffffff;
}
.master-detail__wrapper-content .issuance-of-content__wrapper {
  padding-top: 24px;
  position: relative;
  bottom: 40vh;
  z-index: 80;
  background-color: #ffffff;
}

.issuance-of-content__master-detail {
  width: 100%;
  order: 1;
  overflow: scroll;
}

.content-detail {
  width: 100%;
}

.wrapper-duble-detail__comment {
  display: none;
}

.wrapper-feedback {
  display: none;
}

.main-content__wrapper-choice-master {
  display: none;
}

.master-detail {
  padding-left: 23px;
  padding-right: 23px;
}
.master-detail__call-button {
  margin-left: auto;
  margin-right: 10px;
  border-radius: 30px;
  width: 112px;
  height: 53px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 53px;
  text-decoration: none;
  color: #FFFFFF;
  background: #235135;
}

.master-detail__names {
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: #235135;
}

.wrapper-comment-write textarea {
  height: 100px;
}

.master-detail__wrapper {
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 20px;
}

.master-detail__address {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  margin: 0;
  margin-bottom: 18px;
}

.master-detail__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.double-call-button__phone-link {
  text-decoration: none;
  align-self: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #5D6054;
}

.review-count__rating-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: lowercase;
}

.master-detail__appeal {
  display: block;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #1AB60C;
  text-decoration: none;
  margin-top: 12px;
  margin-left: 5px;
  margin-bottom: 15px;
}

.review {
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.master-detail__button-review {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  display: block;
  width: 176px;
  color: #f7f7f7;
  background: #235135;
  border-radius: 20px;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 15px;
}

.master-detail__button-review-button {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  display: block;
  width: 176px;
  color: #5D6054;
  background: #F8FAE5;
  border: none;
  border-radius: 20px;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 15px;
}

.detail-line-blog {
  border: none; /* Убираем границу для браузера Firefox */
  color: #F8FAE5; /* Цвет линии для остальных браузеров */
  background-color: #F8FAE5; /* Цвет линии для браузера Firefox и Opera */
  height: 2px; /* Толщина линии */
  margin-bottom: 22px;
}

.detail-comment-list__comment {
  padding: 17px 19px;
  background: #F2F3E8;
  border-radius: 20px;
  margin-bottom: 20px;
}

.detail-comment-list__user {
  margin: 0;
  text-align: left;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.detail-comment-list__text-comment {
  margin: 0;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: justify;
}

.comment-detail__time {
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  color: #000000;
}

.master-detail__phone {
  text-decoration: none;
  align-self: center;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #5D6054;
  margin-right: auto;
}

.double-call-button__phone-link-image {
  margin-left: auto;
  margin-right: 10px;
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background: #235135;
  width: 112px;
  height: 53px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 53px;
  color: #FFFFFF;
}

.master-detail__star-images {
  width: 13px;
  height: 14px;
  align-self: center;
}

.content-detail__map {
  z-index: 99;
}

.master-detail-map__button-open {
  display: block;
  margin: 0 auto;
}

.content-card-inner-detail {
  display: flex;
  margin-top: 0;
}

.content-card-detail {
  padding-top: 20px;
  width: 100%;
}

.master-detail__call-img {
  margin-top: 10px;
  margin-left: 10px;
}

.map-master-detail__button-close {
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
  z-index: 99999;
}

.wrapper-open {
  width: 100%;
  height: 24px;
  background-color: #FFFFFF;
  margin-top: 68px;
  padding-top: 8px;
  box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.5);
}

.city-master-detail-link {
  margin-top: 20px;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.content-detail__open {
  width: 100%;
  height: 32px;
  background: #F8FAE5;
  border-radius: 0px 0px 20px 20px;
  margin-top: 88px;
  padding-top: 15px;
}

.content-detail__close {
  width: 100%;
  height: 24px;
  background-color: #f7f7f7;
  padding-top: 8px;
}

.content-detail__button-open {
  display: block;
  margin: 0 auto;
}

.content-detail__button-close {
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
  position: relative;
  top: -160px;
}

.list-advantage {
  display: flex;
  justify-content: flex-start;
}
.list-advantage__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.list-advantage__image {
  margin-right: 12px;
}

.wrapper-comment-write textarea {
  outline: none;
  -moz-appearance: none;
  background-color: #F8FAE5;
  border: none;
  border-radius: 15px;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 12px;
}

.content-card-other__card-button {
  font-family: "Sen", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 102px;
  height: 43px;
  margin-left: auto;
  margin-right: 10px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 43px;
  text-decoration: none;
  color: #FFFFFF;
  background: #235135;
}

.double-call-button {
  padding-left: 23px;
  padding-right: 23px;
}
.double-call-button__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.comment-write__button-review {
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #FFFFFF;
  color: #D25F5F;
  border: 1px solid #D25F5F;
  padding: 10px 15px;
  border-radius: 15px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 15px;
}

.content-card__text-master {
  margin: 0;
  z-index: 999;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1F1C1C;
  font-size: 12px;
  border: none;
  background-color: #f7f7f7;
  text-transform: uppercase;
}

.content-card__phone-master {
  display: block;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 0.9375rem;
  letter-spacing: 0.03em;
  margin: 0;
  margin-right: 5px;
  margin-left: auto;
  color: #363636;
  align-self: center;
  text-decoration: none;
}

.card-button-master {
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 28px;
  right: 16px;
  border: none;
  background: #34C759;
  border-radius: 34.5px;
}

.image-card-master {
  margin-left: 10px;
  margin-top: 15px;
  width: 80px;
  height: 80px;
}

.master-detail__rating {
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

.content-card__review-detail {
  margin: 0;
  width: 80px;
  margin-left: 15px;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 0.9375rem;
  color: #1F1C1C;
}

.help-detail-master {
  height: 110px;
}

.wrapper-content-card-detail {
  width: 100%;
  height: 129px;
  background-color: #f7f7f7;
  margin-top: 0.625rem;
  padding: 15px 15px;
  padding-top: 20px;
}

.content-card-top-detail {
  position: relative;
  display: flex;
}

.image-card-content-detail {
  display: block;
  width: 50px;
  height: 50px;
}

.indicator-content-detail {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 14.2px;
  height: 14.2px;
  background-color: #1AB60C;
  border-radius: 50%;
}

.content-card-review-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 120px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-card__name-detail {
  width: 100px;
  text-decoration: underline;
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #393636;
  font-size: 15px;
  line-height: 15px;
  align-self: flex-end;
  margin-bottom: 5px;
}

.wrapper-rating-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-rating-detail {
  display: block;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  color: #363636;
}

.star-images-detail {
  display: block;
  width: 12px;
  height: 12px;
}

.content-card__review-detail {
  margin: 0;
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 0.9375rem;
  color: #1F1C1C;
  width: 70px;
  align-self: start;
}

.card-button-content-detail {
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.51);
  margin-left: auto;
  margin-right: 10px;
}

.content-card-bottom-detail {
  display: flex;
  margin-top: 5px;
}

.content-card__address-detail {
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1F1C1C;
  margin: 0;
  font-size: 13px;
  width: 178px;
}

.content-card__phone-content-detail {
  font-family: "Golos Text", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  color: #363636;
  text-decoration: none;
  z-index: 9;
  margin-left: auto;
}

.div-shaddow-content-detail {
  width: 10px;
  height: 23px;
  background: #F7F7F7;
  box-shadow: -5px 0 4px #F7F7F7;
  z-index: 9;
  margin-left: -10px;
}

.content-card__text-content-detail {
  margin: 0;
  margin-left: -5px;
  z-index: 999;
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #363636;
  font-size: 12px;
  letter-spacing: 0.03em;
  border: none;
  background-color: #f7f7f7;
  text-transform: uppercase;
  align-self: flex-start;
  padding: 0 !important;
}

.post-content-mobile {
  width: 265px;
  height: auto;
  border: 3px solid #F2F3E9;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 13px;
  padding: 12px;
}
.post-content-mobile__user {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.post-content-mobile__user-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  text-decoration: none;
  color: #5E6055;
}
.post-content-mobile__user-datetime {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  color: #5E6055;
  margin: 0;
}
.post-content-mobile__header {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #235135;
  display: block;
  margin: 0;
  margin-bottom: 8px;
}
.post-content-mobile__content {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #22231D;
  margin: 0;
  margin-bottom: 12px;
}
.post-content-mobile__tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  text-transform: lowercase;
  color: #5E6055;
  background: rgba(241, 243, 225, 0.6);
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}
.post-content-mobile__tag:first-of-type {
  margin-right: 8px;
}

.reviews-neighboring-cities__in-city {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 0;
  color: #5E6055;
  margin-bottom: 6px;
}
.reviews-neighboring-cities__count-review {
  margin-bottom: 0;
  text-align: right;
  margin-bottom: 16px;
}
.reviews-neighboring-cities__count-review a {
  color: #000000;
}
.reviews-neighboring-cities__master {
  display: inherit;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 0;
  color: #5E6055;
  margin-bottom: 12px;
}
.reviews-neighboring-cities__heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 0;
  color: #000000;
  margin-bottom: 12px;
}

@media (min-width: 370px) {
  .master-detail__button-review {
    left: 200px;
    margin-bottom: 42px;
  }
  .review-count__rating-text {
    font-size: 14px;
  }
  .review {
    display: flex;
    margin-bottom: 20px;
    margin-top: 16px;
  }
  .review-count {
    display: flex;
  }
  .review-count__rating {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    align-self: center;
  }
  .review-count__rating-image {
    height: 22px;
    width: 22px;
    align-self: center;
  }
  .review-count__rating-text {
    margin-left: 0;
  }
  .wrapper-content-card-detail {
    width: 100%;
    height: 120px;
    background-color: #f7f7f7;
    margin-top: 0.625rem;
    padding: 15px 15px;
  }
}
@media (min-width: 370px) {
  .inner-content-master-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 760px) {
  .wrapper-content-card-detail {
    width: 347px;
    margin-right: 15px;
  }
  .master-detail__wrapper {
    display: flex;
  }
  .main-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  }
  .master-detail {
    padding-right: 20px;
  }
  .wrapper-content-card {
    margin-left: 0;
  }
  .div-shaddow {
    left: 85%;
  }
  .content-card__phone {
    left: 75%;
  }
  .detail-comment-list__comment {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 990px) {
  .master-detail__phone {
    margin-left: 380px;
  }
  .wrapper-content-card {
    padding: 15px 20px;
  }
  .card-button {
    right: 46px;
  }
  .content-card__phone {
    margin-left: 0;
    bottom: 20%;
    left: 80%;
  }
  .review-count__rating-text {
    width: 80px;
  }
}
@media only screen and (min-width: 64.063em) {
  .issuance-of-content__master-detail {
    position: fixed;
    display: block;
    z-index: 500;
    top: 0;
    left: 0;
    padding-top: 50px;
    overflow: scroll;
    padding-bottom: 200px;
    background: #fff;
    width: 301px;
    height: 100%;
    margin-top: 100px;
    border-right: 3px #F2F3E9 solid;
  }
  .content-detail {
    position: relative;
    top: 0;
    left: 300px;
    width: 440px;
    height: auto;
    overflow: scroll;
    background-color: #FFFFFF;
  }
  .master-detail {
    margin-top: 0;
  }
  .content-detail__map {
    width: 100% !important;
    height: 820px !important;
    z-index: 9;
    top: 0 !important;
  }
  .master-detail-map__button-open {
    display: none;
  }
  .main-content__wrapper-choice {
    background-color: #FFFFFF;
    height: 100%;
    z-index: 99999999;
    margin-top: 100px;
    position: fixed;
  }
  .master-detail__wrapper-content {
    position: initial;
    width: auto;
    padding-bottom: 0;
  }
  .content-detail__open {
    display: none;
  }
  .master-detail {
    padding-left: 20px;
    width: 440px;
    background: #FFFFFF;
    z-index: 9;
    height: auto;
  }
  .master-detail__inner-post {
    width: 344px;
  }
  .post__content {
    font-size: 11px;
  }
  .master-detail__phone {
    margin-left: 0;
  }
  .wrapper-feedback {
    display: block;
  }
  .wrapper-post__detail {
    background-color: #FFFFFF;
    padding: 20px 17px;
    z-index: 999;
  }
  .wrapper-duble-detail__comment {
    display: block;
    position: absolute;
    top: 100px;
    left: 750px;
    z-index: 999;
    width: 350px;
    background: #FFFFFF;
    padding: 27px 20px;
  }
  .header-reviews {
    font-family: "Golos Text", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 23px;
  }
  .wrapper-detail__masters-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .wrapper-content-card {
    width: 21.5rem;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .content-card__phone {
    margin-left: 0;
    bottom: 20%;
    left: 60%;
  }
  .div-shaddow {
    left: 70%;
  }
  .master-detail__names {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #45815C;
    margin-top: 130px;
  }
  .wrapper-comment-write textarea {
    height: 50px;
  }
  .detail-comment-list__comment {
    width: 400px;
    background: #F2F3E8;
    border-radius: 23px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .detail-comment-list__user {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
  }
  .detail-comment-list__text-comment {
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
  }
  .city-master-detail-link {
    z-index: 9999;
  }
  .wrapper-post__detail-master {
    width: 400px;
  }
  .pagination__wrapper {
    z-index: 9999;
  }
  .main-content__wrapper-choice-master {
    display: block;
    background-color: #FFFFFF;
    height: 100%;
    z-index: 99999999;
    margin-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wrapper-content-card-detail {
    margin: 0 auto;
    margin-top: 10px;
  }
  .post-list {
    display: none;
  }
  .list-advantage:last-of-type {
    margin: 0;
  }
  .main-maps-country-master {
    padding-left: 600px;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 5 !important;
  }
  .main-maps-country-master .image-geo-marker {
    position: absolute !important;
    right: 15px !important;
    bottom: 15px !important;
    z-index: 9999999999 !important;
    left: auto !important;
    top: auto !important;
  }
  .main-maps-country-master .leaflet-control-zoom {
    display: none !important;
  }
  .wrapper-open-master,
  .wrapper-close-master {
    display: none !important;
  }
}
.main-content__wrapper-choice-city {
  display: none;
}

.master-detail-map-city__button-open {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

.wrapper-issuance-city {
  position: relative;
  z-index: 80;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 10px;
}

.main-maps-city {
  z-index: 0;
  width: 100% !important;
  position: fixed !important;
}

.main-content-city {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper-map {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0px;
}

.main-maps {
  height: 40vh;
  position: relative;
}

.map-city__button-open {
  display: block;
  margin: 0 auto;
}

.city-master-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.map-city__button-close {
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
}

.content-card-inner-city {
  display: flex;
  align-items: center;
}

.wrapper-close-city {
  width: 100%;
  height: 24px;
  background-color: #f7f7f7;
  padding-top: 8px;
}

.city-master-link__city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.div-shaddow-city {
  width: 50px;
  height: 23px;
  background: #F7F7F7;
  box-shadow: -20px 0 10px #F7F7F7;
  z-index: 9;
}

.inner-city-clock {
  width: 100%;
  margin-bottom: 12px;
}

.content-card__address-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1F1C1C;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  width: 140px;
  margin-bottom: 5px;
}

.others-card__city-master-in-city {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  background: #ffffff;
}

.others-card__city-master-link {
  margin: 0 auto;
  margin-top: 20px;
}

.content-card__review-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
}

.content-card__text-text {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  height: 10px;
  z-index: 999;
  color: #1F1C1C;
  font-size: 12px;
  border: none;
  background-color: #f7f7f7;
  text-transform: uppercase;
}

.wrapper-images-city {
  position: relative;
  display: flex;
  width: 5.25rem;
  flex-wrap: wrap;
}

.image-card-city {
  width: 4.3525rem;
  height: 4.25rem;
  margin-left: 0.5rem;
  margin-top: 1rem;
}

.content-card__phone-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-left: auto;
  color: #363636;
  text-decoration: none;
}

.div-shaddow-city {
  width: 50px;
  height: 23px;
  background: #F7F7F7;
  box-shadow: -20px 0 10px #F7F7F7;
  z-index: 9;
}

.card-button-city {
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 18px;
  right: 16px;
  border: none;
  border-radius: 10px;
  background: #34C759;
  border-radius: 34.5px;
}

.content-card-other-city {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background: #ffffff;
}

.content-card-sity {
  width: 100%;
  padding-left: 20px;
  margin-top: 30px;
}

.content-card__name-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  width: 200px;
  text-decoration: none;
  color: #393636;
  font-size: 15px;
  line-height: 15px;
  align-self: flex-end;
}

.wrapper-content-card-city {
  width: 100%;
  height: 129px;
  background-color: #f7f7f7;
  padding: 15px 15px;
  padding-top: 20px;
}

.content-card-top-city {
  position: relative;
  display: flex;
}

.image-card-content-city {
  display: block;
  width: 50px;
  height: 50px;
}

.indicator-content-city {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 14.2px;
  height: 14.2px;
  background-color: #1AB60C;
  border-radius: 50%;
}

.content-card-review-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 120px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-card__name-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  width: 200px;
  text-decoration: none;
  color: #393636;
  font-size: 14px;
  line-height: 15px;
  align-self: flex-end;
}

.wrapper-rating-city {
  display: flex;
  width: 40px;
  height: 12px;
  margin-top: 5px;
}

.card-rating-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #363636;
}

.star-images-city {
  display: block;
  width: 12px;
  height: 12px;
}

.content-card__review-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  width: 70px;
  margin-left: 8px;
  color: #1F1C1C;
  margin-top: 4px;
}

.card-button-content-city {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.51);
  margin-left: auto;
  margin-right: 10px;
}

.card-button__img-city {
  margin-left: 10px;
  margin-top: 10px;
}

.content-card-bottom-city {
  display: flex;
  margin-top: 11px;
}

.content-card__address-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1F1C1C;
  margin: 0;
  font-size: 13px;
  width: 250px;
}

.content-card__phone-content-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin: 0;
  color: #363636;
  text-decoration: none;
  z-index: 9;
  margin-left: auto;
}

.div-shaddow-content-city {
  width: 10px;
  height: 23px;
  background: #F7F7F7;
  box-shadow: -5px 0 4px #F7F7F7;
  z-index: 9;
  margin-left: -10px;
}

.content-card__text-content-city {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  margin-left: -5px;
  z-index: 999;
  color: #363636;
  font-size: 12px;
  letter-spacing: 0.03em;
  border: none;
  background-color: #f7f7f7;
  text-transform: uppercase;
  align-self: flex-start;
  padding: 0 !important;
}

.margin-city {
  margin-bottom: 10px;
}

.wrapper-open {
  width: 100%;
  height: 24px;
  margin-top: 68px;
  padding-top: 8px;
}

.open-city {
  margin-top: 58px;
}

.close-city {
  margin-top: -12px;
}

.city-not-name {
  margin-top: -1px;
}

@media only screen and (min-width: 64.063em) {
  .wrapper-issuance-city {
    width: 390px;
    top: 0;
    margin-top: 0;
    padding-top: 20px;
    margin-left: 300px;
    padding-bottom: 0;
  }
  .map-city-detail {
    width: 100% !important;
    height: 820px !important;
    z-index: 9;
    top: 0 !important;
  }
  .wrapper-open-city {
    display: none;
  }
  .wrapping-city-master {
    font-family: "Golos Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
  }
  .margin-city {
    margin-top: 0.625rem;
  }
  .main-content__wrapper-choice-city {
    background-color: #FFFFFF;
    height: 820px;
    z-index: 99999999;
    margin-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .city-master-city {
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
  }
  .main-content__wrapper-choice-city {
    display: block;
    background-color: #FFFFFF;
    height: 720px;
    z-index: 99999999;
    margin-top: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wrapper-content-card-city {
    width: 340px;
    margin-right: 15px;
    margin-bottom: 25px;
  }
  .wrapper-city-clock {
    display: flex;
    flex-wrap: wrap;
  }
  .card-content__not-name {
    margin-top: 90px;
  }
  .wrapper-city-clock {
    justify-content: center;
  }
  .wrapper-issuance-city {
    height: auto;
  }
  .main-maps-city {
    padding-left: 600px;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.wrapper-blog {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px 20px;
}

.post__header-tag {
  display: inline-block;
  background: rgba(241, 243, 225, 0.6);
  border-radius: 30px;
  padding: 5px 15px;
  margin-right: 8px;
  margin-bottom: 12px;
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5D6054;
  text-decoration: none;
  text-transform: lowercase;
  transition: background 0.2s ease;
}
.post__header-tag:hover {
  background: rgba(241, 243, 225, 0.9);
}

.post-detail__user,
.post-detail__time {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: #5D6054;
  margin-right: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

.post-detail__header {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  color: #235135;
  margin: 0 0 24px 0;
  text-transform: capitalize;
}

.post-detail__text {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 165%;
  text-align: justify;
  color: #22231D;
  margin-bottom: 24px;
}

.post-detail__images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.post-detail__image-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.post-detail__image-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.post-detail__image-wrapper a {
  display: block;
}
.post-detail__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.wrapper-post__detail-master {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 20px;
}

.wrapper-post {
  background: #fff;
  border: 2px solid #F2F3E9;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease;
}
.wrapper-post:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.wrapper-post-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.post__user {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #5D6054;
  text-decoration: none;
}
.post__user:hover {
  color: #235135;
}

.post__date-time {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #5D6054;
  margin: 0;
}

.post__header {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #235135;
  margin: 0 0 12px 0;
  text-transform: capitalize;
}

.post__content {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #22231D;
  margin-bottom: 16px;
}

.post__link-details {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  color: #235135;
  text-decoration: none;
  padding: 8px 16px;
  background: #F2F3E9;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.post__link-details:hover {
  background: #235135;
  color: #fff;
}

@media (min-width: 1024px) {
  .wrapper-blog {
    padding: 40px 20px 20px;
  }
  .post-detail__header {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: center;
  }
  .post-detail__text {
    font-size: 17px;
    line-height: 175%;
    max-width: 700px;
    margin: 0 auto 32px;
  }
  .post-detail__time,
  .post-detail__user {
    font-size: 14px;
  }
  .post__header-tag {
    font-size: 13px;
    padding: 6px 18px;
  }
  .wrapper-post__detail-master {
    padding: 40px 20px 20px;
  }
  .wrapper-post {
    padding: 30px;
  }
  .post__header {
    font-size: 22px;
    line-height: 30px;
  }
  .post__content {
    font-size: 16px;
  }
}
.main-footer {
  padding-left: 40px;
  padding-top: 100px;
}

.main-footer__list-item {
  margin-bottom: 15px;
}

.beforeClick {
  position: fixed;
}

@media only screen and (min-width: 64.063em) {
  .main-footer {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
  }
  .main-footer__list {
    list-style-type: none;
    margin: 0;
    margin-left: 100px;
    padding: 0;
  }
  .footer-help-div {
    height: 400px;
  }
  .main-footer__header {
    color: #5E6055;
    margin-left: 100px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 8px;
  }
  .list-item__link {
    font-size: 20px;
    text-decoration: none;
    color: #6f6565;
  }
  .main-footer__list-item {
    margin-bottom: 10px;
  }
  .beforeClick {
    position: fixed;
  }
}
.link-product {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 70px;
  text-decoration: none;
}

.name-product {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #363636;
  margin-left: 14px;
}

.wrapper-card {
  width: 100%;
  height: 70px;
  border-bottom: 2px solid #EAE7E7;
  padding-right: 17px;
}

.image-arrow {
  margin-left: auto;
}

.image-product {
  margin-left: 24px;
}

.height-div {
  height: 100px;
}

@media only screen and (min-width: 64.063em) {
  .wrapper-main-shop {
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
  }
  .wrapper-card {
    display: flex;
    width: 991px;
    height: 116px;
    background: #FFFFFF;
    border: 1.83519px solid #EAE7E7;
    box-sizing: border-box;
    margin-bottom: 11px;
  }
  .wrapper-card:first-child {
    margin-top: 11px;
  }
  .name-product {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    margin-left: 54px;
    color: #000000;
  }
  .image-product {
    width: 85px;
    height: 85px;
  }
  .link-product {
    width: 100%;
    align-self: center;
  }
  .image-arrow {
    width: 60.56px;
    height: 60.56px;
  }
  .inner-card-shop {
    margin-top: 100px;
    margin-left: 56px;
  }
}
.wrapper-post__card-product {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #EAE7E7;
  padding-bottom: 15px;
}

.wrapper-product-reviews {
  display: flex;
}

.wrapper-card-product {
  padding-right: 22px;
}

.product-images-list {
  width: 99px;
  height: 93px;
  margin: 30px 10px;
}

.link-head-product {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #363636;
}

.price-product {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #D80027;
  text-align: right;
  margin-bottom: 10px;
}

.reviews-product-card {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #363636;
  margin-left: auto;
}

.rating-number {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}

.link-name-product-list {
  text-decoration: none;
  margin-bottom: 7px;
}

.wrapper-product-button {
  display: flex;
}

.details-product-link {
  display: block;
  margin-left: auto;
  background: #FFFFFF;
  border: 1px solid #1AB60C;
  box-sizing: border-box;
  border-radius: 14px;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #1AB60C;
  padding: 9px 40px;
  margin-right: 6px;
}

.button-buy-product {
  background: #1AB60C;
  border: 1px solid #1AB60C;
  box-sizing: border-box;
  border-radius: 14px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding: 9px 34px;
  color: #FFFFFF;
}

.pagination__wrapper {
  margin-top: 30px;
}

@media only screen and (min-width: 64.063em) {
  .wrapper-shop-tag {
    display: flex;
  }
  .inner-shop-tag {
    margin-top: 100px;
    margin-left: 26px;
  }
  .wrapper-post__card-product {
    width: 810px;
    height: 270px;
    border: 1px solid #EAE7E7;
  }
  .product-images-list {
    width: 209px;
    height: 197px;
  }
  .link-head-product {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    color: #000000;
  }
  .rating-number-tags {
    display: block;
    font-family: "Golos Text", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    align-self: center;
    color: #000000;
  }
  .image-star-rating {
    width: 31.78px;
    height: 29.94px;
  }
  .details-product-link {
    padding: 16px 73px;
    border-radius: 25.8197px;
    font-weight: 500;
    font-size: 23.9754px;
  }
  .button-buy-product {
    padding: 16px 64px;
    border-radius: 26.25px;
    font-weight: 500;
    font-size: 24.375px;
  }
  .wrapper-card-product {
    padding-top: 26px;
    padding-right: 43px;
  }
  .reviews-product-card {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    margin: 0;
    margin-left: auto;
    color: #000000;
  }
  .price-product {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 31.7773px;
    line-height: 37px;
    color: #D80027;
  }
}
.name-detal-product-desctop {
  display: none;
}

.wrapper-detail-product {
  padding-right: 34px;
  padding-left: 34px;
  padding-top: 80px;
  text-align: center;
}

.head-name-detail-product {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  font-variant: small-caps;
  color: #393636;
  text-align: center;
  margin: 0;
  margin-top: 33px;
  margin-bottom: 28px;
}

.wrapper-detail-price-rating {
  display: flex;
}

.image-star-rating-detail {
  margin-left: 20px;
}

.product-detail-price {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  color: #D80027;
  margin-left: auto;
  margin-right: 20px;
}

.rating-number {
  margin: 0;
}

.product-detail-description {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #393636;
  margin: 0;
  margin-bottom: 17px;
}

.review-product-detail {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #393636;
  margin-bottom: 33px;
}

.wrapper-detail-price-rating {
  margin-bottom: 17px;
}

.button-product-detail {
  display: block;
  margin-bottom: 27px;
  background: #1AB60C;
  border: 1px solid #1AB60C;
  box-sizing: border-box;
  border-radius: 14px;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 10px 78px;
  text-decoration: none;
}

.feedback-detail {
  display: block;
  display: inline-block;
  text-align: right;
  background: #FFFFFF;
  border: 1px solid #1AB60C;
  box-sizing: border-box;
  border-radius: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #1AB60C;
  text-decoration: none;
  padding: 5px 33px;
}

@media only screen and (min-width: 64.063em) {
  .head-name-detail-product {
    display: none;
  }
  .name-detal-product-desctop {
    display: block;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    font-variant: small-caps;
    margin: 0;
    margin-bottom: 80px;
    color: #393636;
  }
  .wrapper-detail-product {
    display: flex;
    margin-top: 100px;
  }
  .rating-number {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
  }
  .image-star-rating-detail {
    width: 31.78px;
    height: 29.94px;
  }
  .product-detail-description {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #393636;
  }
  .review-product-detail {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #393636;
  }
  .button-product-detail {
    display: block;
    padding: 10px 64px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18.3439px;
    border-radius: 15.1067px;
    color: #FFFFFF;
  }
  .feedback-detail {
    padding: 5px 40px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19.906px;
    color: #1AB60C;
    border-radius: 14.0513px;
  }
  .product-detail-price {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #D80027;
  }
  .wrapper-detail-price-rating {
    margin-bottom: 50px;
  }
  .inner-detail-product {
    width: 350px;
  }
}
.main-map-com {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .main-map-com {
    display: block;
  }
}
.list-login {
  list-style-type: none;
  width: 278px;
  padding: 0;
  margin: 0 auto;
}
.list-login__item {
  position: relative;
  width: 278px;
  height: 86px;
  background: #F8FAE5;
  margin-bottom: 84px;
  padding-left: 52px;
  border-radius: 30px;
}
.list-login__item a {
  color: #5D6054;
  line-height: 86px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-feature-settings: "pnum" on, "lnum" on;
}

.my-login {
  padding-top: 200px;
}

.item-in-google::before {
  content: "";
  position: absolute;
  background-image: url("/static/img/google.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 38px;
  height: 38px;
  top: 24px;
  left: 10px;
}

.item-in-facebook::before {
  content: "";
  position: absolute;
  background-image: url("/static/img/facebook.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  top: 24px;
  left: 10px;
}

.wrapper-map-country {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}

.content-detail-for-map {
  width: auto;
}

.main-maps-country {
  display: block;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  top: 0 !important;
}

.image-geo-marker-country {
  position: absolute;
  top: 75%;
  z-index: 99;
  width: 32px;
  height: 32px;
  left: 80%;
}

.select-country {
  display: flex;
  position: relative;
  width: 33%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .select-country {
    width: auto;
    min-width: 120px;
    margin-left: 0;
  }
}
@media (min-width: 990px) {
  .select-country {
    min-width: 150px;
  }
}
.select-country__header {
  display: flex;
  cursor: pointer;
  align-self: center;
}
.select-country__flag {
  margin-right: 6px;
  width: 20px;
  height: 15px;
  align-self: center;
  flex-shrink: 0;
}
@media (min-width: 500px) {
  .select-country__flag {
    margin-right: 8px;
    width: 23px;
    height: 17px;
  }
}
@media (min-width: 768px) {
  .select-country__flag {
    margin-right: 10px;
    width: 26px;
    height: 19px;
  }
}
.select-country__icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 14px;
  width: 20%;
  margin-left: 3px;
}
@media (min-width: 500px) {
  .select-country__icon {
    height: 16px;
    margin-left: 4px;
  }
}
@media (min-width: 768px) {
  .select-country__icon {
    height: 18px;
    margin-left: 5px;
  }
}
.select-country__current {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0;
  width: 80%;
  letter-spacing: 0.2px;
  color: #5E6055;
}
@media (min-width: 370px) {
  .select-country__current {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 500px) {
  .select-country__current {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 768px) {
  .select-country__current {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
}
@media (min-width: 990px) {
  .select-country__current {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1024px) {
  .select-country__current {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
}
.select-country__body {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  right: 0;
  top: 56px;
  overflow: auto;
  background-color: #F2F3E8;
  width: 200px;
  max-height: 60vh;
  padding: 15px;
  z-index: 1000;
}
@media (min-width: 500px) {
  .select-country__body {
    top: 64px;
    width: 210px;
    max-height: 65vh;
  }
}
@media (min-width: 768px) {
  .select-country__body {
    top: 80px;
    width: 220px;
    max-height: 70vh;
  }
}
.select-country__item {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  width: 100%;
}
.select-country__item:hover {
  background-color: #babfbf;
}
.select-country__link {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: #5E6055;
  margin-left: 5px;
}

.is-active {
  display: flex;
}

.select-country__body.is-active {
  display: flex !important;
}

.beforeClick {
  position: fixed;
}

.select-language {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  position: relative;
  width: 16%;
  margin-left: 8px;
}
@media (min-width: 500px) {
  .select-language {
    width: 15%;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .select-language {
    width: auto;
    min-width: 60px;
    margin-left: 0;
  }
}
@media (min-width: 990px) {
  .select-language {
    min-width: 70px;
  }
}
.select-language__header {
  display: flex;
  cursor: pointer;
  align-self: center;
}
.select-language__icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 14px;
  width: 50%;
  margin-left: 3px;
}
@media (min-width: 500px) {
  .select-language__icon {
    height: 16px;
    margin-left: 4px;
  }
}
@media (min-width: 768px) {
  .select-language__icon {
    height: 18px;
    margin-left: 5px;
  }
}
.select-language__current {
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0;
  width: 50%;
  color: #5E6055;
  letter-spacing: 0.2px;
}
@media (min-width: 370px) {
  .select-language__current {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 500px) {
  .select-language__current {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 768px) {
  .select-language__current {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
}
@media (min-width: 990px) {
  .select-language__current {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1024px) {
  .select-language__current {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
}
.select-language__body {
  position: absolute;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  right: 0;
  top: 56px;
  height: auto;
  max-height: 50vh;
  width: 120px;
  overflow: auto;
  padding: 15px;
  background-color: #F2F3E8;
  z-index: 1000;
}
@media (min-width: 500px) {
  .select-language__body {
    top: 64px;
    width: 130px;
    max-height: 55vh;
  }
}
@media (min-width: 768px) {
  .select-language__body {
    top: 80px;
    width: 140px;
    max-height: 60vh;
  }
}
@media (min-width: 990px) {
  .select-language__body {
    top: 104px;
  }
}
.select-language__item {
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  width: 100%;
}
.select-language__item a {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #5E6055;
}
.select-language__item:hover {
  background-color: #babfbf;
}

.select-language__body.is-active {
  display: block !important;
}

.select-city__body.is-active {
  display: block !important;
}

.select-city {
  display: flex;
  position: relative;
}
.select-city__image-location {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media (min-width: 500px) {
  .select-city__image-location {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .select-city__image-location {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.select-city__current {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  align-self: center;
}
@media (min-width: 370px) {
  .select-city__current {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.25px;
  }
}
@media (min-width: 500px) {
  .select-city__current {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 768px) {
  .select-city__current {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
  }
}
@media (min-width: 990px) {
  .select-city__current {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1024px) {
  .select-city__current {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.5px;
  }
}
.select-city__header {
  display: flex;
  cursor: pointer;
  align-self: center;
}
.select-city__icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 14px;
  width: 20%;
  margin-left: 3px;
}
@media (min-width: 500px) {
  .select-city__icon {
    height: 16px;
    margin-left: 4px;
  }
}
@media (min-width: 768px) {
  .select-city__icon {
    height: 18px;
    margin-left: 5px;
  }
}
.select-city__body {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  right: 0;
  top: 21px;
  overflow: auto;
  background-color: #F2F3E8;
  width: 200px;
  max-height: 60vh;
  padding: 15px;
  z-index: 993;
}
@media (min-width: 500px) {
  .select-city__body {
    top: 21px;
    width: 210px;
    max-height: 65vh;
  }
}
@media (min-width: 768px) {
  .select-city__body {
    top: 21px;
    width: 220px;
    max-height: 70vh;
  }
}
@media (min-width: 990px) {
  .select-city__body {
    top: 21px;
    width: 240px;
  }
}
.select-city__item {
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  width: 100%;
}
.select-city__item a {
  font-size: 14px;
  line-height: 17px;
  color: #5E6055;
}

.stopped {
  position: fixed;
}

.is-active {
  display: flex;
}

@media (min-width: 370px) {
  .select-city__body,
  .select-language__body,
  .select-country__body {
    z-index: 9999;
  }
}
@media (min-width: 768px) {
  .select-city {
    align-self: center;
  }
  .select-city__image-location {
    align-self: center;
  }
  .select-city__header {
    align-items: center;
  }
  .select-city__current {
    color: #5E6055 !important;
    align-self: center;
  }
  .select-country {
    align-self: center;
    flex-shrink: 0;
  }
  .select-country__header {
    align-items: center;
  }
  .select-country__body {
    right: 0;
    top: calc(100% + 8px);
    height: auto;
    max-height: 80vh;
  }
  .select-language {
    align-self: center;
    display: flex !important;
    visibility: visible !important;
    flex-shrink: 0;
    margin-left: 10px;
  }
  .select-language__header {
    align-items: center;
    display: flex !important;
  }
  .select-language__body {
    right: 0;
    top: calc(100% + 8px);
    height: auto;
    max-height: 80vh;
    z-index: 9999;
  }
}
@media (min-width: 990px) {
  .flag-heading {
    margin-left: 15px;
  }
  .select-country__body {
    width: 240px;
  }
  .select-language__body {
    width: 180px;
  }
}
@media (min-width: 768px) {
  path {
    fill: #5E6055;
  }
}
.beforeClick {
  position: fixed;
}

.main-footer__header {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #191C1D;
  margin-top: 0;
}

.footer-help-div {
  height: 160px;
}

.main-footer__list {
  list-style-type: none;
  padding: 0;
}
.main-footer__list-item {
  margin-bottom: 15px;
  display: flex;
  justify-content: start;
}

.list-item__link {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #5E6055;
  align-self: center;
  padding-left: 8px;
}

/*# sourceMappingURL=bundle.css.map */