/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img,
video,
iframe {
  max-inline-size: 100%;
  block-size: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

/* Make sure textarea without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@font-face {
  font-family: "InterRegular";
  src: url("../fonts/inter/InterRegular.eot");
  src: url("../fonts/inter/InterRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/InterRegular.woff") format("woff"), url("../fonts/inter/InterRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "InterSemiBold";
  src: url("../fonts/inter/InterSemiBold.eot");
  src: url("../fonts/inter/InterSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/InterSemiBold.woff") format("woff"), url("../fonts/inter/InterSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "InterBold";
  src: url("../fonts/inter/InterBold.eot");
  src: url("../fonts/inter/InterBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/InterBold.woff") format("woff"), url("../fonts/inter/InterBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
:root {
  --color-base: #ffffff;
  --color-primary: #20b37f;
  --color-green: #33C794;
  --color-black: #111111;
  --color-secondary: #9EA3B0;
  --color-stroke: #E5E6EA;
  --bs-gutter-x: 16px;
  --bs-gutter-y: 8px;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #F7F8FA;
  min-width: 320px;
  min-height: 100vh;
  height: 100%;
}

.shop-owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #F7F8FA;
  min-width: 992px;
  min-height: 100vh;
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  background-color: #F7F8FA;
  scroll-behavior: smooth;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  position: relative;
  height: 100%;
}

@media (min-width: 320px) {
  body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 75px;
  padding: 16px 40px;
  background-color: var(--color-base);
  width: 100%;
}

.header_logo a img {
  height: 59px;
}

.header_menu_fio {
  margin-left: auto;
  margin-right: 16px;
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_menu_text {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
  cursor: pointer;
}

.header_menu_text:hover {
  color: var(--color-primary) !important;
}

.header_menu_text + .header_menu_text {
  margin-left: 40px;
}

.header_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 128px;
  height: 51px;
  background: #20B37F;
  border-radius: 8px;
  border: none;
  color: var(--color-base);
  cursor: pointer;
}

.header_button:hover {
  background: var(--color-green);
}

.burger-menu {
  display: none;
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 100;
  background-color: var(--color-base);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burger-menu_header {
  height: 39px;
  padding: 8px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burger-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 16px;
  width: 100%;
}

.burger-menu_text {
  font-family: "InterRegular";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black);
  cursor: pointer;
}

.burger-menu_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  height: 48px;
  background: var(--color-primary);
  border-radius: 8px;
  border: none;
  font-family: "InterSemiBold";
  font-size: 16px;
  line-height: 19px;
  color: var(--color-base);
}

.out {
  cursor: pointer;
}

@media (min-width: 320px) {
  .burger {
    display: block;
  }
  .header_menu {
    display: none;
  }
  .header_button {
    display: none;
  }
  .header {
    height: 39px;
    padding: 8px 16px;
  }
  .header_logo a img {
    height: 23px;
  }
}
@media (min-width: 576px) {
  .header {
    height: 62px;
    padding: 8px 16px;
  }
  .header_logo a img {
    height: 46px;
  }
  .burger-menu_header {
    height: 62px;
  }
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
  .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_button {
    display: block;
    width: 96px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 67px;
    padding: 8px 24px;
  }
  .header_logo a img {
    /* width: 203px; */
    height: 59px;
  }
  .header_button {
    width: 128px;
    height: 51px;
  }
}
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
}

.map {
  border-radius: 8px;
  margin: 8px;
  width: 100%;
  height: calc(100vh - 163px);
  /* background-image: url('../img/map.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

/* .map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */
@media (min-width: 320px) {
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .map {
    border-radius: 0;
    margin: 0;
    background-position: -255px 0px;
  }
}
@media (min-width: 375px) {
  .map {
    border-radius: 0;
    margin: 0;
    background-position: -325px 0px;
  }
}
@media (min-width: 375px) and (orientation: landscape) {
  .map {
    height: 500px;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .map {
    height: calc(100vh - 215px);
    background-position: center;
  }
}
@media (min-width: 992px) {
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100vh - 140px);
    margin-top: 8px;
  }
  .map {
    height: calc(100vh - 140px);
    background-position: center;
  }
}
.aside-left {
  background-color: var(--color-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  gap: 24px;
  width: 320px;
  margin-left: 8px;
  margin-top: 8px;
  border-radius: 8px;
}

.aside-left_form {
  background-color: var(--color-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}

.aside-left_title {
  font-family: "InterSemiBold";
  font-size: 24px;
  line-height: 140%;
  color: var(--color-black);
}

.aside-left_search {
  width: 288px;
  height: 56px;
  padding: 16px;
  background: var(--color-base);
  border: 1px solid var(--color-stroke);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.aside-left_search input[type=search] {
  border: none;
  outline: none;
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
  padding-left: 30px;
  background-color: var(--color-base);
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: url("../img/icon-search.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  width: 100%;
}

.aside-left_search input[type=search]::-webkit-search-cancel-button {
  margin-left: 5px;
}

.aside-left_search input#search::-webkit-input-placeholder {
  color: var(--color-secondary);
}

.aside-left_search input#search:-moz-placeholder {
  color: var(--color-secondary);
}

.aside-left_search input#search:-ms-input-placeholder {
  color: var(--color-secondary);
}

.aside-left_subtitle {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
}

.aside-left_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 288px;
  height: 51px;
  background: var(--color-primary);
  border-radius: 8px;
  border: none;
  color: var(--color-base);
  cursor: pointer;
}

.aside-left_button:hover {
  background: var(--color-green);
}

.aside-left_checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
}

.aside-left_category-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}

.aside-left_category-checkboxes_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  width: 288px;
  height: 56px;
  border: 1px solid var(--color-stroke);
  border-radius: 8px;
}

.aside-left_category-checkboxes_item,
.aside-left_checkboxes_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside-left_category-checkboxes_item input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: var(--color-primary);
}

.aside-left_category-checkboxes_item label {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-secondary);
  margin-left: 16px;
}

.aside-left_category-checkboxes_item:nth-child(2) label {
  background-image: url("../img/icon-apple.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  background-position: left center;
}

.aside-left_category-checkboxes_item:nth-child(3) label {
  background-image: url("../img/icon-shot.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  padding-left: 30px;
}

.aside-left_checkboxes_item input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  accent-color: var(--color-primary);
}

.aside-left_checkboxes_item label {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
  padding-left: 16px;
}

.checkboxes_item__checked {
  border-color: var(--color-primary);
}

.aside-left_reklama {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: var(--color-base);
  border: 1px solid var(--color-stroke);
  border-radius: 8px;
}

.aside-left_reklama img {
  height: 120px;
}

.aside-left_reklama_title {
  font-family: "InterRegular";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black);
}

.aside-left_reklama_text {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
}

@media (min-width: 320px) {
  .aside-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
  }
  .aside-left_reklama {
    display: none;
  }
  .aside-left_title {
    display: none;
  }
  .aside-left_form {
    gap: 16px;
  }
  .aside-left_search {
    width: 100%;
    height: 48px;
  }
  .aside-left_button {
    height: 48px;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }
  .aside-left_search input[type=search] {
    font-size: 14px;
    padding: 12px 16px;
    padding-left: 30px;
    gap: 8px;
  }
}
@media (min-width: 576px) {
  .aside-left_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .aside-left_search {
    width: 100%;
    height: 56px;
  }
  .aside-left_button {
    height: 56px;
    width: 171px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .aside-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    gap: 24px;
    width: 320px;
    left: 8px;
    top: 8px;
    border-radius: 8px;
    position: absolute;
    z-index: 10;
  }
  .aside-left_form {
    background-color: var(--color-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .aside-left_reklama {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aside-left_title {
    display: block;
  }
  .aside-left_search {
    width: 288px;
    height: 56px;
    padding: 16px;
    background: var(--color-base);
    border: 1px solid var(--color-stroke);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .aside-left_search input[type=search] {
    border: none;
    outline: none;
    font-family: "InterRegular";
    font-size: 16px;
    line-height: 130%;
    color: var(--color-black);
    padding-left: 30px;
    background-color: var(--color-base);
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-image: url("../img/icon-search.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left center;
    width: 100%;
  }
  .aside-left_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 288px;
    height: 51px;
    background: var(--color-primary);
    border-radius: 8px;
    border: none;
    color: var(--color-base);
    cursor: pointer;
  }
}
.aside-right {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-base);
  width: 534px;
  top: 8px;
  right: 8px;
  border-radius: 16px;
  padding: 16px;
  gap: 8px;
  overflow: auto;
}

.aside-right_close {
  margin-left: auto;
  margin-right: 0;
}

.aside-right_title {
  font-family: "InterSemiBold";
  font-size: 20px;
  line-height: 140%;
  color: var(--color-black);
}

.aside-right_card-price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  max-height: calc(100vh - 175px);
  overflow-y: auto;
  background-color: var(--color-base);
}

.aside-right_card-price {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 8px;
  gap: 16px;
  background: var(--color-base);
  border: 1px solid var(--color-stroke);
  border-radius: 8px;
  width: 100%;
}

.card-price_product {
  font-family: "InterRegular";
  font-size: 14px;
  line-height: 17px;
  color: var(--color-black);
}

.card-price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.card-price_address {
  font-family: "InterRegular";
  font-size: 14px;
  line-height: 17px;
  color: var(--color-secondary);
}

.card-price_price {
  font-family: "InterSemiBold";
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black);
  word-break: break-all;
  white-space: nowrap;
}

@media (min-width: 320px) {
  .aside-right {
    width: 100%;
    top: 8px;
    right: 0;
    border-radius: 0;
    height: 100%;
  }
  .aside-right_title {
    font-size: 16px;
    line-height: 130%;
  }
  .aside-right_card-price_wrap {
    height: calc(100vh - 170px);
  }
}
@media (min-width: 576px) {
  .aside-right {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--color-base);
    width: 534px;
    top: 90px;
    right: 8px;
    border-radius: 16px;
    padding: 16px;
    gap: 8px;
    overflow: auto;
    height: auto;
    max-height: calc(100vh - 190px);
  }
}
@media (min-width: 992px) {
  .aside-right {
    top: 8px;
    max-height: calc(100vh - 140px);
  }
  .aside-right_card-price_wrap {
    height: 100%;
  }
}
.catalog {
  display: none;
  padding: 56px 40px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: auto;
}

.catalog_title {
  font-family: "InterSemiBold";
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--color-black);
  padding-bottom: 24px;
}

.catalog_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
  background: var(--color-base);
  border-radius: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.catalog_menu_item {
  padding: 14px 16px;
  color: var(--color-secondary);
  font-family: "InterRegular";
  font-size: 14px;
  line-height: 140%;
  border-radius: 4px;
}

.catalog_menu_item:hover {
  background-color: var(--color-primary);
  color: var(--color-base);
}

.catalog_menu_item:nth-child(2) {
  background-image: url("../img/icon-apple.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 46px;
  background-position: 16px center;
}

.catalog_menu_item:nth-child(3) {
  background-image: url("../img/icon-shot.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 16px center;
  padding-left: 46px;
}

.catalog_items_nonfood,
.catalog_items_food {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 24px;
}

.catalog_items_food {
  margin-bottom: 56px;
}

.catalog_items_food_title,
.catalog_items_nonfood_title {
  font-family: "InterSemiBold";
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: var(--color-black);
}

.catalog_items_food_wrap,
.catalog_items_nonfood_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.card {
  width: 349px;
  height: 205px;
  background-color: var(--color-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  border-radius: 8px;
  text-align: center;
}

.card_title {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
}

@media (min-width: 320px) {
  .catalog {
    display: none;
    padding: 16px;
  }
  .catalog_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 36px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .card {
    width: 136px;
    height: 155px;
    padding: 16px 8px;
  }
  .card img {
    height: 61px;
  }
  .card_title {
    font-size: 14px;
  }
}
@media (min-width: 375px) {
  .card {
    width: 163px;
    height: 155px;
    padding: 16px 8px;
  }
  .card img {
    height: 61px;
  }
}
@media (min-width: 576px) {
  .card {
    width: 264px;
    height: 155px;
    padding: 16px 8px;
  }
  .card img {
    height: 61px;
  }
  .catalog_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.shops {
  display: none;
  padding: 56px 40px;
  /*height: 100%;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: auto;
}

.shops_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.shops_title {
  font-family: "InterSemiBold";
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--color-black);
}

.shops_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  gap: 16px;
  /* width: 444px; */
  /* height: 112px; */
  background: var(--color-base);
  border-radius: 8px;
}

.shops_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.shops_item_name {
  font-family: "InterRegular";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black);
}

.shops_item_address {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
}

@media (min-width: 320px) {
  .shops {
    padding: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
  .shops_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px;
  }
}
.modal-signin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px;
  gap: 40px;
  isolation: isolate;
  width: 486px;
  height: 447px;
  background: var(--color-base);
  -webkit-box-shadow: 0px 16px 120px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 120px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.modal-signin_close {
  position: fixed;
  top: 16px;
  right: 16px;
  height: 24px;
  cursor: pointer;
}

.modal-signin_title {
  font-family: "InterSemiBold";
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--color-black);
}

.form-signin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.input_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.input_inner label {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
}

.input_inner input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 24px;
  width: 374px;
  height: 56px;
  background: var(--color-base);
  border: 1px solid var(--color-stroke);
  border-radius: 8px;
}

.input_inner input::-webkit-input-placeholder {
  color: var(--color-secondary);
}

.input_inner input:-moz-placeholder {
  color: var(--color-secondary);
}

.input_inner input:-ms-input-placeholder {
  color: var(--color-secondary);
}

.modal-signin_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 40px;
  gap: 10px;
  width: 128px;
  height: 51px;
  background: var(--color-primary);
  border-radius: 8px;
  border: none;
  font-family: "InterSemiBold";
  font-size: 16px;
  line-height: 19px;
  color: var(--color-base);
  cursor: pointer;
}

.modal-vegetables-overlay,
.modal-preserves-overlay,
.modal-meat-overlay,
.modal-sausage-overlay,
.modal-fish-overlay,
.modal-sugar-overlay,
.modal-tea-overlay,
.modal-fruits-overlay,
.modal-pasta-overlay,
.modal-householdgoods-overlay,
.modal-petsupplies-overlay,
.modal-chemicals-overlay,
.modal-hygieneproducts-overlay,
.modal-clothingandshoes-overlay,
.modal-oils-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.modal-vegetables,
.modal-preserves,
.modal-meat,
.modal-sausage,
.modal-fish,
.modal-sugar,
.modal-tea,
.modal-fruits,
.modal-pasta,
.modal-householdgoods,
.modal-petsupplies,
.modal-chemicals,
.modal-hygieneproducts,
.modal-clothingandshoes,
.modal-oils {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  isolation: isolate;
  width: 486px;
  background: var(--color-base);
  -webkit-box-shadow: 0px 16px 120px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 120px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  z-index: 2;
  overflow-y: auto;
  max-height: 100vh;
  overflow-x: hidden;
}

.modal-vegetables_close,
.modal-preserves_close,
.modal-meat_close,
.modal-sausage_close,
.modal-fish_close,
.modal-sugar_close,
.modal-tea_close,
.modal-fruits_close,
.modal-pasta_close,
.modal-householdgoods_close,
.modal-petsupplies_close,
.modal-chemicals_close,
.modal-hygieneproducts_close,
.modal-clothingandshoes_close,
.modal-oils_close {
  position: fixed;
  top: 16px;
  right: 16px;
  height: 24px;
  cursor: pointer;
}

.modal_title {
  font-family: "InterSemiBold";
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: var(--color-black);
}

.modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 16px;
  background: var(--color-base);
  border-radius: 8px;
  width: 100%;
}

.modal_product {
  font-family: "InterRegular";
  font-size: 16px;
  line-height: 130%;
  color: var(--color-black);
  width: 100%;
}

.modal_choice {
  font-family: "InterRegular";
  font-size: 14px;
  line-height: 17px;
  color: var(--color-primary);
  cursor: pointer;
}

@media (min-width: 320px) {
  .modal-vegetables,
  .modal-preserves,
  .modal-meat,
  .modal-sausage,
  .modal-fish,
  .modal-sugar,
  .modal-tea,
  .modal-fruits,
  .modal-pasta,
  .modal-householdgoods,
  .modal-petsupplies,
  .modal-chemicals,
  .modal-hygieneproducts,
  .modal-clothingandshoes,
  .modal-oils {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 8px;
    width: 100%;
  }
  .modal-vegetables_close,
  .modal-preserves_close,
  .modal-meat_close,
  .modal-sausage_close,
  .modal-fish_close,
  .modal-sugar_close,
  .modal-tea_close,
  .modal-fruits_close,
  .modal-pasta_close,
  .modal-householdgoods_close,
  .modal-petsupplies_close,
  .modal-chemicals_close,
  .modal-hygieneproducts_close,
  .modal-clothingandshoes_close,
  .modal-oils_close {
    top: 8px;
    right: 8px;
    height: 24px;
    cursor: pointer;
  }
  .modal_title {
    font-size: 20px;
  }
  .modal_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
    gap: 8px;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .modal-vegetables,
  .modal-preserves,
  .modal-meat,
  .modal-sausage,
  .modal-fish,
  .modal-sugar,
  .modal-tea,
  .modal-fruits,
  .modal-pasta,
  .modal-householdgoods,
  .modal-petsupplies,
  .modal-chemicals,
  .modal-hygieneproducts,
  .modal-clothingandshoes,
  .modal-oils {
    width: 486px;
    padding: 24px;
  }
  .modal_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
    gap: 16px;
    background: var(--color-base);
    border-radius: 8px;
    width: 100%;
  }
}
.map-shop {
  display: none;
  margin: 8px;
  width: 100%;
  height: calc(100vh - 163px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 320px) {
  .map-shop {
    margin: 0;
    width: 100%;
    height: calc(100vh - 55px);
    background-position: -450px 0px;
  }
}
@media (min-width: 375px) {
  .map-shop {
    background-position: -590px 0px;
  }
}
@media (min-width: 375px) and (orientation: landscape) {
  .map-shop {
    margin: 0;
    width: 100%;
    height: 500px;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .map-shop {
    margin: 0;
    width: 100%;
    height: calc(100vh - 134px);
    background-position: center;
  }
}
.footer {
  height: 64px;
  padding: 8px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.footer_logo1 {
  width: 43px;
  height: 48px;
  border-radius: 4px;
}

.footer_left,
.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.footer_right a {
  cursor: pointer;
}

.footer_text {
  font-family: "InterRegular";
  font-size: 12px;
  line-height: 15px;
  color: var(--color-secondary);
}

@media (min-width: 320px) {
  .footer {
    display: none;
  }
  .footer_320 {
    background-color: var(--color-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px;
    gap: 8px;
    width: 100%;
  }
  .footer_right_320 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .footer_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer_right {
    gap: 16px;
  }
}