@font-face {
  font-family: 'C-Grotesk';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'C-Grotesk';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'C-Grotesk';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-thin.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'C-Grotesk';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

.project__content * {
  font-size: 16px !important;
  font-family: 'C-Grotesk' !important;
  color: #525559 !important;
}

@font-face {
  font-family: 'C-Grotesk';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'C-Grotesk';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'C-Grotesk-Bold';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'C-Grotesk';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'C-Grotesk';
  src: url('/static/projects/mylocal.md/dist/fonts/C-grotesk-bold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/*UI*/
/*Buttons*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
p,
i,
span,
div {
  font-family: 'C-Grotesk', 'Outfit', 'Open Sans';
}

body {
  overflow-x: hidden;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  color: var(--text-dark);
}

.section-title-desc {
  margin-bottom: 30px;
}

.btn {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #42AE47;
  display: inline-block;
  border: 1px solid #42AE47;
  border-radius: 2px;
  padding: 12px 25px;
  cursor: pointer;
}

.btn.border-0 {
  border: 0px;
}

.btn-orange {
  background-color: #42AE47;
  border-color: #42AE47;
  color: #fff;
}

.btn-green {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.btn-default {
  color: #525252;
  background-color: #fff;
  border-color: #525252;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn_count {
  font-size: 12px;
  vertical-align: middle;
}

.btn-share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}

.btn-share.facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-share.twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-share img {
  width: auto;
  height: 17px;
}

/*Header*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header-bar {
  background-color: #fafafa;
  height: 35px;
}

.header-bar .container {
  height: 100%;
}

.header-bar_link {
  font-size: 14px;
  font-weight: 300;
  color: #585858;
  display: inline-block;
  padding: 0 8px;
  border-right: 0.5px solid #000;
}

.language {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 10;
}

.language img {
  margin-right: 10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.language_current {
  color: #585858;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 9px;
  cursor: pointer;
}

.language_body {
  display: none;
  width: 246px;
  background-color: #fff;
  padding: 20px 18px 19px;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 1;
}

.language_body>p {
  color: #525252;
  font-size: 12px;
  margin-bottom: 10px;
}

.language-select {
  width: 100%;
  position: relative;
}

.language-select_current {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35px;
  border: 1px solid #cecece;
  border-radius: 2px;
  background-color: #f8f8f8;
  padding: 0 18px 0 8px;
  cursor: pointer;
  position: relative;
}

.icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
}

.icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center center / contain no-repeat;
}

/* swap these URLs for your own SVGs */
.features-front p.small {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
}

.icon-wrapper {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  background: #EDF2EE;
  border-radius: 50%;
}

.icon-wrapper.icon-card {
  background: #00B207;
}

.icon-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: center / contain no-repeat;
}

.icon-card:before {
  color: red;
  display: block;
  width: 28px;
  height: 100%;
  background: url("/static/projects/mylocal.md/dist/images/ui/my-local-card.svg") center center / contain no-repeat;
}

.icon-book:before {
  display: block;
  width: 28px;
  height: 100%;
  background: url("/static/projects/mylocal.md/dist/images/ui/revista-noastra.svg") center center / contain no-repeat;
}

.icon-globe:before {
  display: block;
  width: 28px;
  height: 100%;
  background: url("/static/projects/mylocal.md/dist/images/ui/responsabilitate-sociala.svg") center center / contain no-repeat;
}

.icon-briefcase:before {
  display: block;
  width: 28px;
  height: 100%;
  background: url("/static/projects/mylocal.md/dist/images/ui/cariere.svg") center center / contain no-repeat;
}

/* active underline on the first item */
.feature-item.active {
  border-bottom: 3px solid #42AE47;
  padding-bottom: .75rem;
}

.feature-item.active .title,
.feature-item.active .icon:before {
  /* color can’t directly tint a background-image SVG;
       if you need to recolor, either use an inline SVG or
       pre-tint your SVG in your design tool */
}

.local-card-front:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: url("/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 8px;
}

#social-responsibility {
  scroll-margin-top: 100px;
}

@media (max-width: 992px) {
  #social-responsibility {
    scroll-margin-top: 150px;
  }
}

.language-select_inner {
  display: none;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #cecece;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  top: 34px;
}

.language_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  padding: 4px 8px;
  cursor: pointer;
}

.language-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  cursor: pointer;
}

.language-visible {
  overflow: hidden;
}

.language-visible .language_current {
  background-color: #fff;
}

.language-visible .language_body,
.language-visible .language-bg {
  display: block;
}

.header-inner {
  background-color: #fafafa;
  border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.188);
  padding-top: 15px;
  padding-bottom: 14px;
}

.menu-btn {
  display: block;
  height: 28px;
  width: 28px;
  background: url("/static/projects/mylocal.md/dist/images/ui/menu.svg") top 2px center / contain no-repeat;
  border: none;
  outline: none;
  border-radius: 0;
  margin-right: 16px;
}

.logo {
  width: 140px;
  height: auto;
}

.logo img {
  max-height: 100%;
}

.header-inner_nav a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000;
  display: inline-block;
  padding: 0 5px;
}

.header-inner_nav a.active,
.header-inner_nav a:hover {
  color: #42AE47;
}

.header-inner_nav a.active {
  position: relative;
}

.header-inner_nav a.active:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #42AE47;
  width: 100%;
  height: 3px;
}

.search {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.search_form {
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.search_icon {
  width: 40px;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.search_span {
  height: 100%;
  line-height: 48px
}

.search_icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a7a7a7;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/magnifying-glass.svg") center center / 20px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/magnifying-glass.svg") center center / 20px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.search_input {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: -0.4px;
}

.search_dropdown {
  display: none;
  background-color: #fffcfa;
  width: 100%;
  border: 2px solid #42AE47;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 40px;
  z-index: 1;
}

.search_body {
  max-height: 600px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 15px 8px 10px;
  overflow-y: auto;
}

.search_header {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-top: 15px;
}

.search-tag {
  font-size: 12px;
  color: #525252;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 9px;
  padding: 6px 16px;
}

.search-item {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 9px;
}

.search-item_image {
  display: flex;
  width: 80px;
  position: relative;
  justify-content: center;
}

.search-item_image img {
  height: 100%;
  max-height: 80px;
  object-fit: contain;
}

.search-item_actions {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
}

.search-item_action {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.search-item_action:before,
.search-item_action:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.search-item_action:before {
  opacity: 0;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/heart-solid.svg") center center / 11px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/heart-solid.svg") center center / 11px no-repeat;
}

.search-item_action.add-wishlist:after {
  background-color: #42AE47;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/map-pin.svg") center center / 11px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/map-pin.svg") center center / 11px no-repeat;
}

.search-item_action.active:before {
  opacity: 1;
}

.search-item_action.active:after {
  opacity: 0;
}

.search-item_body {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.search-item_header {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.search-item_text {
  color: #989898;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  white-space: normal;
}

.search-item_prices {
  line-height: 1;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 10px 10px;
}

.search-item_price-actual {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #989898;
  text-decoration: line-through;
  letter-spacing: -0.25px;
}

.search-item_price-sale {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.25px;
  color: #42AE47;
}

.search-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: -1;
}

.search-visible .search_form {
  border-color: #42AE47;
  background-color: #fff;
}

.search_span,
.search_icon {
  background-color: #42AE47;
}

.search_icon:after {
  background-color: #fff;
}

.search-visible .search_span,
.search-visible .search_icon {
  background-color: #42AE47;
}

.search_span {
  color: #fff;
  padding-left: 12px;
}

.search-visible .search_icon:after {
  background-color: #fff;
}

.search-visible .search_dropdown,
.search-visible .search-overlay {
  display: block;
}

.header-actions {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header-actions_item {
  margin-left: 12px;
  position: relative;
}

.header-actions_link {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.35px;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.local_card+span {
  color: #42ae47 !important;
}

.header-actions_link span {
  padding-left: 5px;
}

.header-actions_icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
}

.header-actions_icon.user {
  background: url("/static/projects/mylocal.md/dist/images/ui/user-4.svg") center center / 24px no-repeat;
}

.header-actions_icon.wishlist {
  background: url("/static/projects/mylocal.md/dist/images/ui/map-pin.svg") center center / 24px no-repeat;
  position: relative;
}

.header-actions_icon.cart {
  background: url("/static/projects/mylocal.md/dist/images/ui/cart-outline.svg") center center / 26px no-repeat;
  position: relative;
}

.header-actions_icon.shops {
  background: url("/static/projects/mylocal.md/dist/images/ui/shops.svg") center center / 24px no-repeat;
  position: relative;
}

.header-actions_icon.local_card {
  background: url("/static/projects/mylocal.md/dist/images/ui/local-card.svg") center center / 24px no-repeat;
  position: relative;

}

.header-actions_icon.booklets {
  background: url("/static/projects/mylocal.md/dist/images/ui/booklets.svg") center center / 24px no-repeat;
  position: relative;
}

.header-actions_link .cart-count {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  background-color: #42AE47;
  border-radius: 15px;
  padding: 0 4px;
  position: absolute;
  top: -5px;
  right: -7px;
}

.header-actions_link .cart-count:empty {
  display: none;
}

.header-actions_widget {
  width: 245px;
  padding-top: 20px;
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.15s, opacity 0.15s;
}

.header-actions_widget-content {
  background-color: #f8f8f8;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border: 0.5px solid #cecece;
}

.header-actions_widget-content:after,
.header-actions_widget-content:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: -7px;
  position: absolute;
  right: 50%;
  transform: rotate(45deg);
}

.header-actions_widget-content:before {
  background-color: #cecece;
  top: 15px;
}

.header-actions_widget-content:after {
  background-color: #f8f8f8;
  top: 17px;
}

.mini-profile {
  margin-right: -125.5px;
}

.mini-cart {
  width: 320px;
  right: 0;
}

.mini-cart_content {
  max-height: 360px;
  overflow-y: auto;
  scrollbar-color: #42AE47 #f8f8f8;
  scrollbar-width: thin;
}

.mini-cart_content::-webkit-scrollbar {
  width: 6px;
}

.mini-cart_content::-webkit-scrollbar-track {
  background: #f8f8f8;
}

.mini-cart_content::-webkit-scrollbar-thumb {
  background: #42AE47;
  border-radius: 5px;
}

.mini-cart_content::-webkit-scrollbar-thumb:hover {
  background: #42AE47;
}

.mini-cart_content:after,
.mini-cart_content:before {
  margin-right: 0;
  right: 26px;
}

.mini-cart_header {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: -0.35px;
  color: #000;
  padding: 10px;
}

.mini-cart_header b {
  font-weight: 400;
}

.mini-cart_item {
  background-color: #fff;
  border-bottom: 1px solid #cecece;
  height: 124px;
}

.mini-cart_image {
  width: 60px;
  margin: 10px 25px 10px 10px;
}

.mini-cart_brand {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -0.4px;
  color: #000;
}

.mini-cart_name {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: -0.35px;
  color: #919191;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-cart_options {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.33px;
  text-align: left;
  color: #000;
}

.mini-cart_option {
  text-transform: capitalize;
  position: relative;
  margin-right: 10px;
}

.mini-cart_option:after {
  content: " ";
  background-color: #919191;
  position: absolute;
  width: 1px;
  height: 13px;
  right: -5px;
  top: 0;
}

.mini-cart_prices {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-right: 8px;
}

.mini-cart_price-actual {
  font-size: 12px;
  text-decoration: line-through;
  color: #919191;
}

.mini-cart_price-sale {
  font-size: 14px;
  color: #42AE47;
}

.mini-cart_btns {
  display: flex;
  background-color: #fff;
  padding: 10px 0;
  position: sticky;
  bottom: 0;
}

.mini-cart_btn {
  font-size: 12px;
  text-transform: uppercase;
  height: 100%;
  padding: 10px 4px;
}

.qty-widget {
  display: flex;
  width: 112px;
  height: 32px;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  overflow: hidden;
}

.qty-widget>* {
  flex: 1 0 0;
  width: 100%;
}

.qty-widget button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  position: relative;
}

.qty-widget button::before,
.qty-widget button::after {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background-color: #191919;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qty-widget button:last-child:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qty-widget button:active::before,
.qty-widget button:active::after {
  width: 11px;
}

.qty-widget input {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #191919;
  text-align: center;
  border: none;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-radius: 0;
  outline: none;
  padding: 0 2px;
}

.main-nav {
  background-color: #fff;
  overflow-x: auto;
  overflow-y: hidden;
}

.header.is-scrolled .main-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.main-nav_inner {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
}

.main-nav_item {
  display: flex;
  margin: 0 8px;
}

.main-nav_link {
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: -0.25px;
  color: #000;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.main-nav_link.sale-link {
  color: #ff0000;
}

.main-nav_link:after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 3px;
  background-color: #42AE47;
  position: absolute;
  left: -10px;
  bottom: 11px;
  opacity: 0;
}

.submenu {
  display: none;
  background-color: #f8f8f8;
  padding: 25px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
}

.submenu-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
}

.submenu_list {
  --bs-gutter-x: 22px;
}

.submenu_list.brands {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.submenu_title {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.25px;
  color: #42AE47;
  display: block;
  margin-bottom: 10px;
}

.submenu_item {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: -0.25px;
  color: #000;
}

.submenu_item:hover {
  color: #42AE47;
}

.submenu_box {
  font-size: 14px;
  letter-spacing: -0.25px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.submenu_box:hover {
  background-color: #000;
  color: #fff;
}

.submenu_banner {
  display: block;
  margin-bottom: 18px;
  position: relative;
}

.submenu_banner-over {
  background: rgba(0, 0, 0, 0.6);
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s;
}

.submenu_banner:hover .submenu_banner-over {
  opacity: 1;
}

.submenu_banner-link,
.submenu_banner-name {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: block;
}

.submenu_banner-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
}

.submenu_banner-link {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  text-decoration: underline;
}

/*Checkout navigation*/
.checkout-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.checkout-header_step {
  font-size: 18px;
  color: #000;
  margin-left: 4px;
  margin-right: 4px;
}

.checkout-header_step:first-child {
  margin-left: 0;
}

.checkout-header_step:last-child {
  margin-right: 0;
}

.checkout-header_separator {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.9px;
  color: #000;
}

.checkout-header_step.active,
.checkout-header_step.approved {
  color: #28a745;
  text-decoration: underline;
}

.checkout-header_step.approved,
.checkout-header_separator.active {
  text-decoration: none;
}

.secure-payment {
  color: #28a745;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
}

.secure-payment img {
  max-width: 14px;
}

@media (min-width: 992px) {
  .header {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  }

  .header-inner {
    background-color: #fff;
    border-bottom: none;
    padding-bottom: 15px;
  }

  .logo {
    width: 120px;
    height: auto;
  }

  .logo img {
    height: auto;
  }

  .search_form {
    /* min-width: 320px; */
    min-width: 268px;
    border-radius: 8px;
    background-color: #efefef;
    border: 1px solid #e3e3e3;
  }

  .search_input {
    font-size: 16px;
    padding: 0 20px 0 12px;
  }

  .header-actions_item {
    margin-left: 20px;
  }

  .header-actions_item:hover .header-actions_widget {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  .main-nav {
    background-color: #fafafa;
  }

  .main-nav_item {
    margin: 0 16px;
  }

  .main-nav_item:first-child {
    margin-left: 0;
  }

  .main-nav_link {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .submenu_title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .main-nav_item:hover .main-nav_link,
  .main-nav_link.active {
    color: #42AE47;
  }

  .main-nav_item:hover .main-nav_link:after,
  .main-nav_link.active:after {
    opacity: 1;
  }

  .main-nav_item:hover .submenu {
    display: block;
  }

  .main-nav_item:hover .submenu-overlay {
    opacity: 1;
    visibility: visible;
  }

  .secure-payment img {
    max-width: 22px;
  }
}

@media (max-width: 991.98px) {
  .search-visible .search {
    background-color: #f4f4f4;
    padding-top: 12px !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .search-visible .search_form {
    max-width: 690px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0 auto 30px;
  }

  .search-visible .search_icon.close {
    background-color: transparent;
  }

  .search-visible .search_icon.close:after {
    background-color: #525252;
    -webkit-mask: url(/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg) center center / 16px no-repeat;
    mask: url(/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg) center center / 16px no-repeat;
    transform: rotate(90deg);
  }

  .search-visible .search_input {
    background-color: #fff;
    padding: 0 15px;
  }

  .search_dropdown {
    max-width: 690px;
    border: none;
    margin: 0 auto;
    position: static;
  }

  .search_body {
    padding: 0;
  }

  .search-item {
    width: 100%;
  }

  .mobile-nav {
    width: 100%;
    max-width: 440px;
    background-color: #fff;
    border-right: 1px solid hsla(0, 0%, 43.9%, 0.188);
    padding-bottom: 150px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -440px;
    z-index: 100;
    overflow-y: scroll;
    transition: left 0.2s;
  }

  .mobile-nav.is-visible {
    left: 0;
  }

  .mobile-nav_header {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    position: sticky;
    top: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }

  .mobile-nav_header .logo {
    height: 30px;
  }

  .mobile-nav_control {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }

  .mobile-nav_back,
  .mobile-nav_close {
    flex: 0 0 auto;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    background: url("/static/projects/mylocal.md/dist/images/ui/close-outline.svg") center center / 24px no-repeat;
    margin-left: auto;
    opacity: 0.6;
  }

  .mobile-nav_back {
    background: url("/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg") center center / 16px no-repeat;
    margin-left: 0;
    margin-right: 8px;
    transform: rotate(90deg);
  }

  .mobile-nav_tabs {
    list-style-type: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 16px;
  }

  .mobile-nav_tab {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.69;
    letter-spacing: -0.4px;
    color: #868686;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #fff;
    border-left: 1px solid #ddd;
  }

  .mobile-nav_tab:first-child {
    border-left: none;
  }

  .mobile-nav_tab.active {
    background-color: #fddfcb;
    font-weight: 500;
    color: #42AE47;
  }

  .mobile-menu_board {
    display: none;
  }

  .mobile-menu_board.active {
    display: block;
  }

  .mobile-menu_board>.row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
    margin-bottom: 10px;
  }

  .mobile-menu_category {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #191919;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 200px;
    background-color: #ebebeb;
    margin: 0 auto;
  }

  .mobile-menu_category img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mobile-nav_submenus {
    background-color: #fff;
    width: 100%;
    max-width: 440px;
    padding-bottom: 150px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
  }

  .mobile-nav_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav_list-item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #191919;
    display: flex;
    height: 50px;
    border-bottom: 1px solid #fafafa;
    padding: 0 15px 0 35px;
  }

  .mobile-nav_list-item.category {
    color: #42AE47;
    padding-left: 15px;
  }

  .mobile-nav_footer-link {
    color: #000;
    letter-spacing: -0.04em;
    font-size: 16px;
    display: block;

    padding: 4px 4px;
    margin-bottom: 10px;
  }

  .mobile-language_select {
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    background-color: #EDF2EE;
    padding: 12px 16px 12px 8px;
  }

  .mobile-language_select-inner {
    letter-spacing: -0.4px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
    border-left: 1px solid #EDF2EE;
    margin-left: 14px;
    padding-left: 14px;
  }

  .mobile-language_select-inner:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg");
    transform: rotate(-90deg);
    margin-left: auto;
  }

  .mobile-language_select-inner img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .mobile-language_link {
    letter-spacing: -0.4px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid hsla(0, 0%, 80.8%, 0.7);
    padding: 17px 21px;
  }

  .mobile-language_link img {
    border-radius: 50%;
    margin-right: 10px;
  }

  header,
  main,
  footer {
    transition: transform 0.2s;
  }

  .menu-show {
    overflow: hidden;
  }

  .menu-show header,
  .menu-show main,
  .menu-show footer {
    transform: translateX(440px);
  }

  /*Checkout navigation*/
  .m-checkout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: #fff;
    padding: 0 12px;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
  }

  .m-checkout-header_back {
    width: 38px;
    height: 38px;
    background: url("/static/projects/mylocal.md/dist/images/ui/chevron-left-solid.svg") center center / 14px no-repeat;
    border: none;
    outline: none;
    border-radius: 0;
  }

  .m-checkout-header_title {
    font-size: 16px;
    line-height: 0.56;
    letter-spacing: -0.4px;
    color: #000;
  }

  .m-checkout-header_step {
    font-size: 12px;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .search-item_price-actual {
    font-size: 14px;
  }

  .search-item_price-sale {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .header-inner {
    background-color: #fff;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .logo {
    width: 190px;
  }

  .header-inner_nav a {
    font-size: 20px;
  }

  .search_form {
    /* min-width: 440px; */
    min-width: 360px;
  }
}

@media (min-width: 1400px) {
  .submenu_list {
    --bs-gutter-x: 30px;
  }
}

/*UI*/

/*Forms*/
.control-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  position: relative;
}

.control-row.is-hidden {
  display: none;
}

.form-control {
  display: flex;
  height: 44px;
  padding: 14px 24px;
  align-items: flex-start;
  border-radius: 5px;
  border: 0px;
  background: #FFF;

}

.input-group .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group {
  display: flex;
}

.input-group-text {
  color: #fff;
  display: flex;
  height: 44px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 0px 5px 5px 0px;
  background: var(--Color-accent, #42AE47);
}

.rounded-circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #42AE47;
}

.rounded-circle i {
  font-size: 18px;
}

.control-row_input,
.control-row_select {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  letter-spacing: -0.25px;
  line-height: 1.5;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 60.4%, 0.5);
  border-radius: 10px;
  outline: none;
  padding: 6px 12px;
}

.control-row_select {
  background: url(/static/projects/mylocal.md/dist/images/ui/select-chevron-down.png) center right 8px /12px no-repeat;
  padding-right: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



textarea.control-row_input {
  height: 138px;
}

.control-row.error .control-row_input .control-row.error .control-row_select {
  border-color: #d92727;
}

.control-row_input[name="password"] {
  padding-right: 40px;
}

.control-row_input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

.control-row_input:autofill,
.control-row_input:focus {
  box-shadow: 0 0 0 1000px #fff inset;
}

.control-row_input::placeholder {
  color: #fff;
}

.control-row_input:disabled,
.control-row_select:disabled,
.control-row_input:disabled+.control-row_label,
.control-row_select:disabled+.control-row_label {
  background-color: #fafafa;
}

.control-row_input:disabled+.control-row_label,
.control-row_select:disabled+.control-row_label {
  opacity: .4
}

.control-row_label {
  color: #939393;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  background-color: #fff;
  padding: 0 6px;
  margin: 0 6px;
  position: absolute;
  top: 11px;
  left: 1px;
  pointer-events: none;
  transition: top 0.2s, font-size 0.2s;
}

.control-row_input:not(:-webkit-input-placeholder-shown)+.control-row_label {
  font-size: 14px;
  top: -9px;
}

.control-row_input:not(:-moz-placeholder-shown)+.control-row_label {
  font-size: 14px;
  top: -9px;
}

.control-row_input:focus+.control-row_label,
.control-row_input:not(:placeholder-shown)+.control-row_label {
  font-size: 14px;
  top: -9px;
}

.control-row_btn {
  display: block;
  width: 32px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 4px;
  cursor: pointer;
}

.control-row_btn:before,
.control-row_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #9a9a9a;
  position: absolute;
  top: 0;
  left: 0;
}

.control-row_btn:after {
  visibility: hidden;
}

.control-row_btn.active:before {
  visibility: hidden;
}

.control-row_btn.active:after {
  visibility: visible;
}

.control-row_btn.password-btn:before {
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/eye-slash-regular.svg") center center / 22px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/eye-slash-regular.svg") center center / 22px no-repeat;
}

.control-row_btn.password-btn:after {
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/eye-regular.svg") center center / 22px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/eye-regular.svg") center center / 22px no-repeat;
}

.control-row_alert {
  color: #d92727;
  display: none;
  padding-top: 10px;
}

.control-row.error .control-row_alert {
  display: block;
}

.form-helper {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #707070;
  margin-bottom: 16px;
}

.form-helper--dark {
  color: #343a40;
}

.form-helper a {
  color: #004aad;
  text-decoration: underline;
}

.radio-box {
  display: flex;
  position: relative;
}

.radio-box_input {
  position: absolute;
  visibility: hidden;
}

.radio-box_label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.25px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 15px 12px;
  cursor: pointer;
}

.radio-box_input:checked+.radio-box_label {
  color: #42AE47;
  background-color: rgba(253, 102, 32, 0.05);
  border-color: #42AE47;
}

.form-checkbox,
.checkbox-row {
  display: flex;
  position: relative;
}

.form-checkbox {
  padding-left: 35px;
  margin-bottom: 20px;
}

.form-checkbox_input,
.checkbox-row_input {
  position: absolute;
  visibility: hidden;
}

.checkbox-row_label {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.25px;
  color: #000;
  display: flex;
  cursor: pointer;
}

.checkbox-row_label:before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  margin-right: 6px;
}

.form-checkbox_label {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  min-height: 20px;
  cursor: pointer;
}

.form-checkbox_label a {
  text-decoration: underline;
}

.form-checkbox_label:before,
.form-checkbox_label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.form-checkbox.error .form-checkbox_label {
  color: #d92727;
}

.form-checkbox.error .form-checkbox_label:before {
  border-color: #d92727;
}

.form-checkbox_label:after {
  background-color: #42AE47;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/check-solid.svg") center center / 14px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/check-solid.svg") center center / 14px no-repeat;
  opacity: 0;
}

.form-checkbox_input:checked+.form-checkbox_label:before {
  border-color: #42AE47;
}

.form-checkbox_input:checked+.form-checkbox_label:after {
  opacity: 1;
}

.filter-checkbox,
.filter-radio {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.filter-checkbox_input,
.filter-radio_input {
  position: absolute;
  visibility: hidden;
}

.filter-checkbox_check,
.filter-radio_check {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  position: relative;
}

.filter-radio_check {
  border-radius: 50%;
}

.filter-checkbox_check:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/check-solid.svg") center center / 14px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/check-solid.svg") center center / 14px no-repeat;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.filter-radio_check:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #42AE47;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}

.filter-checkbox_input:checked+.filter-checkbox_check {
  background-color: #42AE47;
  border-color: #42AE47;
}

.filter-checkbox_input:checked+.filter-checkbox_check:after,
.filter-radio_input:checked+.filter-radio_check:after {
  opacity: 1;
}

.filter-checkbox_label,
.filter-radio_label {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.25px;
  color: #000;
  flex: 1 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Breadcrumbs*/
.breadcrumbs-container {
  background: #EDF2EE;
  background-clip: padding-box;
  line-height: 98px;
  height: 98px;

  background-image: url("/static/projects/mylocal.md/dist/images/leaf.svg"),
    url("/static/projects/mylocal.md/dist/images/leaf-2.svg"),

    url("/static/projects/mylocal.md/dist/images/leaf-3.svg");

  background-position:
    60% 90%,
    /* first image */
    40% 20px,
    /* second image */
    85% 40%;


  background-repeat: no-repeat;
  /* give each its own size */
  background-size:
    100px 100px,
    100px 100px,
    120px 120px;
}




.breadcrumbs {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}

.breadcrumbs-short {
  min-height: 30px;
}

.breadcrumbs_link {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.25px;
  color: #6c6c6c;
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.breadcrumbs_link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  vertical-align: middle;
}



.breadcrumbs_link:last-child {
  font-weight: 400;
}

.breadcrumbs_link:last-child::after {
  display: none;
}

/*Catalog*/

.product-sizes {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 15px;
  margin-bottom: 20px;
}

.product-sizes_title {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-sizes_btn {
  font-size: 12px;
  font-weight: 300;
  color: #707070;
  line-height: 1.2;
  display: inline-block;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 2px 0 2px 20px;
  position: relative;
}

.product-sizes_btn:before {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  background-color: #989897;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/resize-outline.svg") center center / contain no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/resize-outline.svg") center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.product-sizes_btn:hover {
  color: #42AE47;
  transition: color 0.2s;
}

.product-sizes_btn:hover:before {
  background-color: #42AE47;
  transition: background-color 0.2s;
}

.product-sizes_list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.product-sizes_item {
  display: inline-block;
  margin: 10px 5px 0;
  cursor: pointer;
  position: relative;
}

.product-sizes_input {
  position: absolute;
  visibility: hidden;
}

.product-sizes_label {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #6c6c6c;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  background-color: #fff;
  border: 1px solid #6c6c6c;
  border-radius: 5px;
  padding: 9px 2px;
  position: relative;
  cursor: pointer;
}

.product-sizes_label:before {
  content: "";
  width: calc(100% + 12px);
  height: 100%;
  border-top: 1px solid;
  display: block;
  position: absolute;
  left: -18px;
  top: 12px;
  transform: rotate(43deg);
  pointer-events: none;
  opacity: 0;
}

.product-sizes_label .icon-notification {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  opacity: 0;
}

.product-sizes_label .icon-notification:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cecece;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/bell-regular.svg") center center / 8px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/bell-regular.svg") center center / 8px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.product-sizes_input[data-stock="out"]+.product-sizes_label {
  border-color: #cecece;
  color: #cecece;
}

.product-sizes_input[data-stock="out"]+.product-sizes_label:before,
.product-sizes_input[data-stock="out"]+.product-sizes_label .icon-notification {
  opacity: 1;
}

.product-sizes_input:checked+.product-sizes_label,
.product-sizes_item:hover .product-sizes_label {
  color: #42AE47;
  border-color: #42AE47;
  transition: color 0.2s, border-color 0.2s;
}

.product-sizes_input:checked+.product-sizes_label .icon-notification:after,
.product-sizes_item:hover .product-sizes_label .icon-notification:after {
  background-color: #42AE47;
  transition: background-color 0.2s;
}

/*Modal*/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(30, 30, 30, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="false"] .modal_overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="false"] .modal_container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="true"] .modal_overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden="true"] .modal_container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal_container {
  width: 900px;
  height: 700px;
  max-width: 100%;
  max-height: 85vh;
  background-color: #f8f8f8;
  border-radius: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin: 12px;
}

.modal_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background-color: #fff;
  border-bottom: 1px solid hsla(0, 0%, 80.8%, 0.3);
  position: sticky;
  top: 0;
  z-index: 1;
}

.modal_close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: url("/static/projects/mylocal.md/dist/images/ui/close-outline.svg") center center / 24px no-repeat;
  border: none;
  outline: none;
  position: absolute;
  top: 12px;
  right: 16px;
}

.modal_title {
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #000;
  font-weight: 400;
  margin: 0;
}

.modal_description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: -0.35px;
  text-align: center;
  color: #707070;
}

.notification-modal .modal_container {
  width: 500px;
  height: auto;
}

.notification-modal .modal_header {
  height: 100px;
}

/*Accordion*/
.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


.accordion_item {
  background-color: #fff;
  margin-bottom: 10px;
}

.accordion_title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.25px;
  color: #000;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 46px 8px 24px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.campaign-regulation {
  background: #F8F9FA;
}

.accordion_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  /* adjust as needed */
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #fff url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'>\
<path d='M2 5.99988H10M6 1.99988V9.99988V1.99988Z' stroke='%23525559' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>") center center no-repeat;
  background-size: 12px 12px;
  border-radius: 50%;
}

.accordion_item.active .accordion_title::after {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'>\
<path d='M2 5.99988H10' stroke='%23525559' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

.accordion_item.active .accordion_title:before {
  content: "";
  display: block;
  height: 1px;
  background-color: hsla(0, 0%, 69.4%, 0.3);
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 0;
}

.accordion_content {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.25px;
  line-height: 1.2;
  padding: 12px 24px 28px;
  display: none;
}

.accordion_item.active .accordion_content {
  display: block;
}

/*Gallery*/
#spotlight {
  background: rgba(30, 30, 30, 0.6);
}

/*Tooltip*/
.tooltipster-box {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  background-color: #333 !important;
  border-color: transparent !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #333 !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #333 !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #333 !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #333 !important;
}

/*Banner wide*/
.rich-banner {
  display: block;
}

.rich-banner_title {
  font-weight: 700;
  line-height: 1.14;
  color: #fff;
  font-size: 24px;
  display: block;
}

.rich-banner_button {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  padding: 10px 20px;
}

.rich-banner_image img {
  height: auto;
}

/*Page search*/
.page-search {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.page-search:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background-color: #42AE47;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/magnifying-glass.svg") center center / 22px no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/magnifying-glass.svg") center center / 22px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.page-search_input {
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 45px;
  border: 1px solid hsla(0, 0%, 60.4%, 0.5);
  background-color: #f5f5f5;
  border-radius: 10px;
  outline: none;
  padding-left: 40px;
}

.page-search_input:focus {
  border-color: hsla(0, 0%, 60.4%, 0.8);
}

/*Generic page*/
.bg-gray {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #42AE47;
}

.bg-light-green {
  background-color: #EDF2EE;
}

.size-24 {
  font-size: 24px;
}

.text-page {
  padding-top: 16px;
}

.text-dark {
  color: #000
}

.text-green {
  color: #42AE47;
}

.text-white {
  color: #fff
}

i.text-dark,
i.text-white {
  font-size: 24px;
}

i.fa-google-play {
  font-size: 18px;
}

.btn small.text-dark,
.btn small.text-white {
  font-size: 12px;
}

.btn span.text-dark,
.btn span.text-white {
  font-size: 14px;
  font-weight: 700;
}



.page-title {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 8px 16px;
  margin: 0 0 16px;
}

.text-box {
  padding: 24px 12px;
}

.text-box a {
  color: #42AE47;
}

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

/*Loader*/
.loader-small {
  background: rgba(30, 30, 30, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loader-small:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url('/static/projects/mylocal.md/dist/images/ui/flo_loading_white.gif') center center /contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .form-checkbox {
    padding-left: 40px;
  }

  .form-checkbox_label {
    min-height: 25px;
  }

  .form-checkbox_label:before,
  .form-checkbox_label:after {
    width: 25px;
    height: 25px;
  }

  .breadcrumbs_link {
    font-size: 15px;
    color: #000;
  }

  .breadcrumbs_link:after {
    color: #6c6c6c;
    margin: 0 10px;
  }

  .rich-banner_title {
    font-size: 35px;
  }

  .rich-banner_button {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .product-sizes {
    border-radius: 10px;
  }
}

/*Footer*/
.footer {
  background-color: #F2F2F2;
  padding: 60px 0;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.footer-nav_title {
  font-family: 'C-Grotesk';
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 16px;
  color: #525559;
  display: block;
}

.footer-nav_title.footer-nav_title-bold {
  font-weight: 700;
}

.footer__list-items {
  display: flex;
  max-width: 651px;
  justify-content: space-between;
  gap: 5px 15px;
  width: 100%;
}

.footer-nav_list {
  padding: 0;
  margin: 0 -15px;
}

.footer-nav_item {
  display: flex;
  flex: 0 0 50%;
  padding: 2px 12px 10px;
  position: relative;
}

.footer-nav_link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  padding-left: 5px;
}



.footer_social-wrapper {
  text-align: center;
  min-width: 158px;
}

.footer_social {
  display: flex;
  justify-content: center;
}

.footer_social a {
  font-size: 16px;
  font-weight: 300;
  color: #6f6f6f;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  height: 30px;
  padding-left: 30px;
  margin: 0 5px;
  position: relative;
}

.footer_social a:before,
.footer_social a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #6f6f6f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_social a.envelope:after {
  mask: url('/static/projects/mylocal.md/dist/images/ui/envelope.svg') center center /18px no-repeat;
}

.footer_social a.phone:after {
  mask: url('/static/projects/mylocal.md/dist/images/ui/phone.svg') center center /18px no-repeat;
}

.footer_social a.envelope::before,
.footer_social a.phone::before {
  background-color: #42AE47;
}

.footer_social a:after {
  background-color: #fff;
}

.footer_social a.facebook:after {
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/facebook-svgrepo-com.svg') center center /18px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/facebook-svgrepo-com.svg') center center /18px no-repeat;
}

.footer_social a.instagram:after {
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/instagram-svgrepo-com.svg') center center /18px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/instagram-svgrepo-com.svg') center center /18px no-repeat;
}



.footer-info {
  max-width: calc(442px + var(--bs-gutter-x))
}

.footer-info_list {
  padding: 0;
  margin: 0;
}

.footer-info_item {
  padding-left: 70px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}




.footer-info_title {
  font-size: 16px;
  font-weight: 500;
  line-height: .89;
  color: #6f6f6f;
  margin-bottom: 8px;
}

.footer-info_description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}

.footer_copyright {
  font-size: 14px;
  font-weight: 400;
  color: #525559;
  text-align: left;
  display: block;
  padding: 16px 0;
}

@media(min-width:992px) {
  .footer-nav {
    max-width: calc(490px + var(--bs-gutter-x));
  }

  .footer-nav_title {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-nav_title.footer-nav_title-bold {
    font-weight: 700;
  }

  .footer_social-wrapper {
    text-align: left;
  }

  .footer_social {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer_social a {
    height: 40px;
    padding-left: 50px;
    margin: 0 0 10px;
  }

  .footer_social a:before,
  .footer_social a:after {
    width: 40px;
    height: 40px;
  }

  .footer-info_title {
    font-size: 18px;
  }

  .footer-info_description {
    font-size: 16px;
  }
}

/*Banner*/
.banner {
  padding-top: 20px;
  padding-bottom: 12px;
}

.banner a {
  display: flex;
}

.banner img {
  border-radius: 10px;
}

/*Hero*/
.hero {
  /* background: var(--gr1, linear-gradient(0deg, rgba(173, 213, 144, 0.90) 0%, rgba(173, 213, 144, 0.90) 100%));
  padding: 20px 0; */
  padding: 20px 0;
  margin-bottom: 44px;
}

.hero h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 20px 0 10px;
}

.promo-duration {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 19px;
  border: 1px solid rgba(85, 156, 64, 0.16);
  background: rgba(66, 174, 71, 0.65);
  backdrop-filter: blur(8.399999618530273px);
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.hero_title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 8px 0 24px;
}

.hero_subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: .88;
  color: #000;
}

.hero_btns {
  padding-top: 30px;
  padding-bottom: 16px;
}

.hero_btn {
  font-size: 19px;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0 8px;
  cursor: pointer;
}

.hero_btn:hover {
  color: #fff;
  background-color: #42AE47;
  transition: background-color .3s, color .3s;
}

.hero-swiper {
  border-radius: 10px;
}

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

.hero .swiper-slide {
  height: auto;
}

.hero .swiper-pagination {
  margin-bottom: 5px;
}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
}

.hero-swiper_item {
  display: block;
  height: 100%;
}

.hero-swiper_item img {
  width: 100%;
  /* height: 350px; */
  /* height: 600px; */
  max-height: 600px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media(min-width:576px) {
  .hero-swiper_item img {
    /* height: 478px; */
    /* height: 600px; */
  }
}

@media (max-width: 1300px) {
  /* .hero-swiper_item img {
    height: 500px;
  } */
}

@media (max-width: 1300px) {
  /* .hero-swiper_item img {
    height: auto;
  } */
}

.hero-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  --swiper-pagination-bottom: 10px;
  --swiper-pagination-bullet-opacity: .9;
  --swiper-pagination-color: #909090;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-border-radius: 8px;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-pagination-bullet-inactive-color: #c6c6c6;
}

.hero-swiper .swiper-pagination-bullet {
  transition: width .2s;
}

.hero-swiper .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 30px;
}

@media screen and (min-width: 992px) {
  .hero_title {
    font-size: 30px;
  }

  .hero_subtitle {
    font-size: 20px;
  }

  .hero_btns {
    padding-top: 40px;
  }

  .hero_btn {
    font-weight: 500;
    font-size: 20px;
    height: 50px;
  }
}

/*Carousel section*/
.carousel-section {
  margin-bottom: 72px;
}

.carousel-section_title {
  letter-spacing: -.32px;
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 10px;
}

.carousel-swiper .swiper-slide {
  display: flex;
  overflow: hidden;
}

.carousel-swiper .swiper-button-next,
.carousel-swiper .swiper-button-prev {
  --swiper-navigation-size: 50px;
  --swiper-navigation-color: #5d5d5d;
  --swiper-navigation-sides-offset: 0;
  width: var(--swiper-navigation-size);
  background-color: hsla(0, 0%, 100%, .9);
  border-radius: 50%;
}

.carousel-swiper .swiper-button-next:after,
.carousel-swiper .swiper-button-prev:after {
  --swiper-navigation-size: 16px;
  font-weight: bold;
}

.brand-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 160px;
}

.brand-link img {
  max-height: 130px;
}

/*Catalog listing*/
.product-list-head {
  margin-bottom: 10px;
}

.product-count,
.product-count_title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -.38px;
  display: flex;
  align-items: center;
}

.product-count_title {
  color: #000;
  margin: 0;
}

.product-count_qty {
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
}

.control-row_select.filter-sort {
  padding-left: 24px;
}

.product-list {
  --bs-gutter-y: 20px;
}


.product-card {
  height: 100%;

  overflow: hidden;
  position: relative;

  border: 1px dashed #42AE47;
}



.product-card_top {
  margin-bottom: 10px;
  position: relative;
}

.product-card_images {
  display: flex;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.product-card_images img {
  width: 100%;
  height: 416px;
  object-fit: contain;
  visibility: hidden;
  opacity: 0;
  max-height: 275px;
  max-width: 275px;
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility .2s, opacity .2s
}

.product-card_images img.active {
  visibility: visible;
  opacity: 1;
  position: static;
}

.product-card_actions {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.product-card_actions-item {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 50%;

  margin-bottom: 8px;
  position: relative;
}

.product-card_actions-item::before,
.product-card_actions-item::after {
  content: "";
  display: block;
  background: #42AE47;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-card_actions-item::before {
  opacity: 0;
}

.product-card_actions-item.active::before {
  opacity: 1;
}

.product-card_actions-item.active::after {
  opacity: 0;
}

.product-card_actions-item:hover::after {
  background-color: #42AE47;
}

.product-card_actions-item.add-wishlist::before {
  -webkit-mask: url(/static/projects/mylocal.md/dist/images/ui/heart-solid.svg) center center / 18px no-repeat;
  mask: url(/static/projects/mylocal.md/dist/images/ui/heart-solid.svg) center center / 18px no-repeat;
}

.product-card_actions-item.add-wishlist::after {
  -webkit-mask: url(/static/projects/mylocal.md/dist/images/ui/map-pin.svg) center center / 18px no-repeat;
  mask: url(/static/projects/mylocal.md/dist/images/ui/map-pin.svg) center center / 18px no-repeat;
}

.product-card_actions-item.cart::before,
.product-card_actions-item.cart::after {
  -webkit-mask: url(/static/projects/mylocal.md/dist/images/ui/cart-plus-svgrepo-com.svg) center center / 18px no-repeat;
  mask: url(/static/projects/mylocal.md/dist/images/ui/cart-plus-svgrepo-com.svg) center center / 18px no-repeat;
}

.product-card_labels {
  display: flex;
  width: 100%;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-card_label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -.38px;
  color: #000;
  border-radius: 5px;
  padding: 4px 8px;
}

.product-card_label.colors {
  font-weight: 400;
  display: flex;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .6);
  padding: 3px 6px 3px 30px;
  padding: 3px 6px;
  position: relative;
}

.product-card_label.colors img {
  margin-right: 4px;
}

/* .product-card_label.colors::before,
.product-card_label.colors::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0991cc, #000950);
    position: absolute;
    top: calc(50% - 8px);
    left: 3px;
} */

/* .product-card_label.colors::after {
    background: linear-gradient(180deg, #fdc097, #42AE47);
    transform: translateX(50%)
} */

.product-card_label.discount {
  color: #fff;

}

.product-card_brand {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #525559;
  padding: 0;
}

.product-card_name {
  color: #525559;
  font-size: 16px;
  font-weight: 400;
  width: 88%;
  overflow: hidden;
  padding: 0;
}

.product-card_info {
  min-height: 65px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card_info a {

  max-width: 75%;
}

.product-card_prices {
  max-width: 45px;
}

.product-card_prices {
  display: flex;
  align-items: baseline;
  background: url(/static/projects/mylocal.md/dist/images/price.svg) center center;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsletter .email {
  min-width: 320px;
}

@media(max-width:767.98px) {

  .header-actions_link {
    flex: 1;
    /* each link takes equal width */
    justify-content: space-evenly;
    /* icon+text are centered within each link */
    width: 100%;
  }

  .header-actions_link i {
    max-width: 30px;
  }

  .newsletter .email {
    min-width: auto;
  }

  .product-card_images img {
    height: 280px;
  }

  .form-control,
  .input-group-text {
    padding: 14px 14px;
  }

  .product-card_info a {
    max-width: 49%;
  }
}

@media(max-width:575.98px) {
  .product-list {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .product-card_prices {
    flex-direction: column-reverse;
  }
}

.product-card_prices-actual {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #026032;
  letter-spacing: -.25px;
  text-decoration: line-through;
  margin-right: 4px;
}

.percent-difference {
  position: absolute;
  top: 9px;
  /* Adjust as needed */
  right: 30px;
  /* Or left: 10px; depending on your layout */
  color: #006132;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-30deg);
  z-index: 10;

}

.product-card_prices-sale {
  font-size: 18px;

  width: 100%;
  font-weight: 700;
  letter-spacing: -.25px;
  color: #fff;
  text-align: center;
}

.product-card-sizes {
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .66);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  visibility: hidden;
}

.product-card-sizes.active {
  visibility: visible;
}

.product-card-sizes .product-sizes {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0;
  transform: translateY(100%);
  transition: transform .3s;
}

.product-card-sizes.active .product-sizes {
  transform: translateY(0);
}

.product-card-sizes_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-card-sizes .product-sizes_title {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  margin-right: 8px;
}

.product-card-sizes_close {
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  margin-left: auto;
  position: relative;
}

.product-card-sizes_close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #919191;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/close-outline.svg') center center /contain no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/close-outline.svg') center center /contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.product-card-sizes .product-sizes_list {
  margin-bottom: 10px;
}

.product-card-sizes .product-sizes_label {
  font-size: 20px;
  padding: 5px;
}

.product-card-sizes .product-sizes_input:checked+.product-sizes_label,
.product-card-sizes .product-sizes_label:hover {
  background-color: rgba(255, 102, 0, .15);
}

.product-card-sizes .btn {
  font-size: 16px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
}

.product-card-sizes .btn::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/check-solid.svg') center center /contain no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/check-solid.svg') center center /contain no-repeat;
  margin-right: 8px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .15s, transform .15s;
  position: absolute;
  left: 0;
}

.product-card-sizes .btn.disabled {
  background-color: #dddbdb;
  border-color: #dddbdb;
}

.product-card-sizes .btn.is-visible {
  display: flex;
}

.product-card .btn.is-added::before {
  position: static;
  opacity: 1;
  transform: translateX(0);
}

.selected-filters {
  align-items: flex-start;
  min-height: 60px;
  padding-top: 16px;
  margin-bottom: 10px;
}

.selected-filters_label,
.selected-filters_item {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: -.4px;
  margin: 0 20px 10px 0;
}

.selected-filters_item {
  color: #6e6e6e;
  background-color: #fff;
  outline: none;
  border: 1px solid #cecdcd;
  border-radius: 10px;
  padding: 5px 32px 5px 10px;
  margin: 0 5px 10px;
  position: relative;
}

.selected-filters_item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #6e6e6e;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/xmark-solid.svg') center center /contain no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/xmark-solid.svg') center center /contain no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
}

.selected-filters_clear {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: -.4px;
  white-space: nowrap;
  color: #42AE47;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 0;
}

.filters-box {
  border-bottom: 1px solid #ececec;
}

.filters-box_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 20px;
}

.filters-box_name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.25px;
  color: #525559;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  font-family: 'C-Grotesk-Bold';
}

.filters-box_name {
  position: relative;
  /* for the pseudo */
  padding-right: 1.5em;
  /* make room for the icon */
}

.filters-box_name::after {
  content: "\f078";
  /* chevron-down */
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  /* solid style */
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  /* vertical center */
  transition: transform .25s ease-out;
  font-size: 0.9em;
  /* adjust size to taste */
}

/* when expanded, swap to chevron-up */
.filters-box.active .filters-box_name::after {
  content: "\f077";
  /* chevron-up */
}

.filters-box_clear {
  font-size: 17px;
  font-weight: 400;
  color: #42AE47;
  text-decoration: underline;
  cursor: pointer;
}

.filters-box_search {
  display: none;
  margin: 0 20px 16px;
  position: relative;
}

.filters-box.active .filters-box_search {
  display: flex;
}

.filters-box_search::before {
  content: "";
  width: 35px;
  height: 100%;
  background-color: #b5b5b5;
  -webkit-mask: url(/static/projects/mylocal.md/dist/images/ui/magnifying-glass.svg) center center / 20px no-repeat;
  mask: url(/static/projects/mylocal.md/dist/images/ui/magnifying-glass.svg) center center / 20px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.filters-box_range {
  display: none;
  justify-content: space-between;
}

.filters-box.active .filters-box_range {
  display: flex;
}

.filters-box_search input,
.filters-box_range input {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -.25px;
  color: #000;
  text-transform: capitalize;
  width: 100%;
  height: 40px;
  background-color: #f4f4f4;
  outline: none;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 10px 10px 35px;
}

.filters-box_search input:focus,
.filters-box_range input:focus {
  border-color: #c6c6c6
}

.filters-box_range input {
  text-align: center;
  width: calc(50% - 8px);
  padding: 0 8px;
}

.filters-box_body {
  display: none;
  max-height: 196px;
  padding: 0 20px 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

.filters-box.active .filters-box_body {
  display: block;
}

.filter-link_item {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -.25px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.filter-link_item:hover {
  color: #42AE47;
  transition: color .2s
}

.filter-link_item a.active {
  color: #42AE47;
}

.filter-link_ico {
  flex: 0 0 22px;
  height: 22px;
  border: 1px solid #6c6c6c;
  border-radius: 5px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}

.filter-link_ico::before,
.filter-link_ico::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #6c6c6c;
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
}

.filter-link:not(.active) .filter-link_ico::after {
  transform: rotate(90deg)
}

.filter-link_list {
  display: none;
  list-style: none;
  padding-left: 30px;
}

.filter-link.active>.filter-link_list {
  display: block;
}

@media(max-width:991.98px) {
  .control-row_select.filter-sort {
    position: absolute;
    opacity: 0;
  }

  .filter-open,
  .filter-sort_label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid hsla(0, 0%, 60.4%, .5);
    border-radius: 0 10px 10px 0;
    padding: 0 24px;
  }

  .filter-open {
    background-color: #fff;
    border-right: none;
    border-radius: 10px 0 0 10px;
  }

  .filter-open::before,
  .filter-sort_label::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #000;
    -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/sort-svgrepo-com.svg') center center /contain no-repeat;
    mask: url('/static/projects/mylocal.md/dist/images/ui/sort-svgrepo-com.svg') center center /contain no-repeat;
    margin-right: 5px;
  }

  .filter-open::before {
    -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/filter-edit-svgrepo-com.svg') center center /contain no-repeat;
    mask: url('/static/projects/mylocal.md/dist/images/ui/filter-edit-svgrepo-com.svg') center center /contain no-repeat;
  }

  .filters-sidebar-overlay {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
  }

  .filters-sidebar {
    height: calc(100% - 125px);
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: -1;
    transform: translateY(100%);
    transition: transform .2s, visibility .2s;
    overflow: hidden;
  }

  .filters-sidebar_head {
    font-size: 18px;
    letter-spacing: -.25px;
    color: #000;
    display: flex;
    align-items: center;
    min-height: 50px;
    background-color: #f5f5f5;
    padding: 8px;
  }

  .filters-sidebar_close {
    height: 32px;
    width: 32px;
    background: url('/static/projects/mylocal.md/dist/images/ui/close-outline.svg') center center /24px no-repeat;
    border: none;
    outline: none;
    opacity: .5
  }

  .filters-sidebar_clear {
    color: #707070;
    font-size: 14px;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin-right: 16px;
  }

  .filters-visible {
    overflow: hidden;
  }

  .filters-visible .filters-sidebar-overlay {
    display: block;
  }

  .filters-visible .filters-sidebar {
    visibility: visible;
    z-index: 105;
    transform: translateY(0);
  }

  .filters-sidebar_inner {
    height: calc(100% - 132px);
    overflow-y: auto;
  }

  .selected-filters {
    min-height: 88px;
    border-bottom: 1px solid hsla(0, 0%, 69.4%, .3);
    padding: 15px 15px 10px;
    margin: 0;
  }

  .selected-filters_label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0 7px;
    margin-bottom: 7px;
  }

  .selected-filters_list {
    white-space: nowrap;
    display: flex;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: -10px;
    padding-bottom: 5px;
  }

  .selected-filters_item {
    background-color: #42AE47;
    border-color: #42AE47;
    color: #fff;
  }

  .selected-filters_item::after {
    background-color: #fff;
  }

  .filters-box.active {
    height: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .filters-box_head {
    flex-direction: row;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .filters-box.active .filters-box_head {
    background-color: #f5f5f5;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .filters-box:not(.active) .filters-box_back,
  .filters-box:not(.active) .filters-box_clear {
    display: none;
  }

  .filters-box_back {
    height: 32px;
    width: 32px;
    background: url('/static/projects/mylocal.md/dist/images/ui/chevron-left-solid.svg') center center /12px no-repeat;
    cursor: pointer;
  }

  .filters-box_clear {
    color: #000;
    font-size: 14px;
    text-decoration: none;
  }

  .filters-box_search,
  .filters-box_range {
    padding: 10px 20px;
  }

  .filters-box_search::before {
    left: 20px;
  }

  .filters-box_search input,
  .filters-box_range input {
    height: 50px;
  }

  .filters-box_name {
    color: #707070;
    padding-right: 32px;
  }

  .filters-box_name:before {
    display: none;
  }

  .filters-box_name:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-color: #707070;
    -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg') center center /14px no-repeat;
    mask: url('/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg') center center /14px no-repeat;
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    transform: rotate(-90deg) !important;
    transition: none;
  }

  .filters-box_name [data-counter]:after {
    content: attr(data-counter);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -.25px;
    color: #42AE47;
    display: inline-block;
    margin-left: 4px;
  }

  .filters-box_name small {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -.25px;
    line-height: 1;
    color: #707070;
    display: block;
  }

  .filters-box.active .filters-box_name {
    text-align: center;
    width: auto;
    flex: 1 0 0;
    pointer-events: none;
  }

  .filters-box.active .filters-box_name:after,
  .filters-box.active .filters-box_name [data-counter]:after,
  .filters-box.active .filters-box_name small {
    display: none;
  }

  .filters-box_body {
    max-height: 100%;
    padding: 0;
  }

  .filters-box_body.category-links {
    padding: 10px 20px;
  }

  .filter-checkbox,
  .filter-radio {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 20px;
  }

  .filters-sidebar_footer {
    background-color: #fff;
    padding: 15px 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  }

  .filters-sidebar_footer .btn {
    font-size: 16px;
    border-radius: 10px;
  }
}

@media(min-width:992px) {
  .product-card-sizes .product-sizes_label {
    min-width: 33px;
    font-size: 18px;
  }

  .product-sizes_label:before {
    width: calc(100% + 8px);
    left: -13px;
    top: 10px;
  }



  .product-count {
    font-weight: 300;
  }

  .product-count_title:after {
    content: "|";
    margin: 0 10px;
  }

  .product-count,
  .product-count_qty {
    font-size: 15px;
    font-weight: 400;
  }

  .product-count_qty {
    color: #42AE47;
  }

  .control-row_select.filter-sort {
    color: #707070;
    background: url('/static/projects/mylocal.md/dist/images/ui/sort-svgrepo-com.svg') left 8px center /12px no-repeat, url(/static/projects/mylocal.md/dist/images/ui/select-chevron-down.png) center right 16px /8px no-repeat;
    height: 38px;
    border-radius: 5px;
  }

  /* .filters-sidebar {
        position: sticky;
        top: 132px;
    } */

  .filters-box {
    border-bottom: 1px solid #E4E5E7;
    margin-top: 10px;
  }
}


/*Brands page*/
.brands-page_title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px;
}

.brand-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.brand-boxes img {
  border-radius: 10px;
}

.brand-list {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 10px;
  overflow: hidden;
}

.brand-list_header {
  display: flex;
  padding: 15px;
}

.brand-list_icon {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #42AE47;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/storefront-outline.svg') center center /34px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/storefront-outline.svg') center center /34px no-repeat;
  padding: 5px;
}

.brand-list_title {
  color: #000;
  font-size: 16px;
  margin: 0 0 2px;
}

.brand-list_subtitle {
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 300;
}

.brand-list_selected-letter {
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #42AE47;
  border-radius: 10px;
}

.brand-list_selected-letter.active {
  display: flex;
  padding: 5px 15px;
}

@media(max-width:991.98px) {
  .brand-list_selected-letter {
    display: none !important;
  }
}

.alphabetic-list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cecece;
  padding: 16px 12px;
}

.alphabetic-list_item {
  font-size: 18px;
  color: #525252;
  text-transform: capitalize;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 2px 8px;
  border-radius: 7px;
}

.alphabetic-list_item:last-child {
  text-transform: capitalize;
}

.alphabetic-list_item.active {
  color: #fff;
  background: #42AE47;
}

.single-letter-brand-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.single-letter-brand-list li {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}

.single-letter-brand-list a {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  display: block;
  padding: 15px 10px 15px 18px;
}

.show-all-brands {
  font-weight: 300;
  color: #004aad;
  text-align: center;
  display: none;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 15px;
}

.show-all-brands.is-visible {
  display: block;
}

@media (min-width: 768px) {
  .brand-boxes {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (min-width: 992px) {
  .brands-page_title {
    font-size: 20px;
  }

  .brand-boxes {
    padding: 0;
  }

  .brand-list_header {
    border-bottom: 1px solid #cecece;
  }

  .brand-list_title {
    font-size: 18px;
  }

  .single-letter-brand-list a {
    padding: 25px 20px 25px 28px;
  }
}

/*Cart page*/
.cart-page-wrapper .footer {
  display: none;
}

.cart-page {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-page .container {
  max-width: 1440px;
}

.empty-cart {
  max-width: 1140px;
  background-color: #fff;
  padding: 24px 16px 16px;
  margin: auto;
}

.empty-cart_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 1px #919191;
  margin: 0 auto 8px;
  position: relative;
}

.empty-cart_icon:after {
  content: "";
  width: 52px;
  height: 52px;
  background-color: #42AE47;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/cart-outline.svg') center center /contain no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/cart-outline.svg') center center /contain no-repeat;
}

.empty-cart_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000;
  margin: 0 0 16px;
}

.empty-cart_message {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -0.45px;
  text-align: center;
  color: #525252;
}

.empty-cart_btn {
  max-width: 346px;
  margin: 0 auto;
}

.cart-heading {
  font-size: 16px;
  letter-spacing: -0.6px;
  color: #000;
  font-weight: 400;
  margin: 0 0 16px;
}

.cart-list {
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}

.cart-list_footer {
  line-height: 1.5;
  border-top: 1px solid #f8f8f8;
  padding: 8px 20px;
}

.cart-product {
  display: flex;
  border-top: 1px solid #f8f8f8;
  padding: 10px;
}

.cart-product_image {
  width: 64px;
  margin-right: 10px;
}

.cart-product_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-product_brand {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.38px;
  color: #000;
  margin-bottom: 4px;
}

.cart-product_name {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #919191;
}

.cart-product_options {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  color: #909090;
  list-style-type: none;
  border-right: 1px solid #000;
  padding: 0 4px 0 0;
  margin: 0 4px 0 0;
}

.cart-product_options strong {
  color: #000;
  font-weight: 400;
  margin-right: 2px;
}

.cart-product_qty {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 1.1;
  display: flex;
  align-items: center;
}

.cart-product_qty strong {
  font-weight: 400
}

.cart-product_qty select {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #919191;
  height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url('/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg') center right /10px no-repeat;
  border: 0;
  outline: none;
  padding: 0 12px 0 8px;
}

.cart-product_delivery {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.28;
  color: #9d9d9d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media(min-width:768px) {
  .cart-product_delivery {
    padding-left: 12px;
  }
}

.cart-product_delivery strong {
  font-weight: 400;
  color: #000;
}

.cart-product_prices {
  font-size: 14px;
  text-align: right;
}

.cart-product_prices-actual {
  color: #919191;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
  margin-bottom: 4px;
  display: block;
}

.cart-product_prices-sale {
  color: #42AE47;
}

.cart-product_remove {
  color: #c6c6c6;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 0 20px 0 0;
  margin-left: auto;
  position: relative;
}

.cart-product_remove:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #c6c6c6;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/trash-outline.svg') center center /contain no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/trash-outline.svg') center center /contain no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}

.cart-summary {
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
}

.cart-summary_title {
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #f8f8f8;
  padding: 15px;
}

.cart-summary_row {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .4px;
  color: #000;
  display: flex;
  padding: 15px;
}

.cart-summary_row strong {
  font-weight: 500;
}

.cart-summary_info ul {
  list-style-type: none;
  padding: 15px;
  margin: 0;
}

.cart-summary_info ul li {
  display: block;
}

.cart-summary_footer .cart-summary_price {
  color: #42AE47
}

.cart-summary_btn {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 8px;
}

.cart-coupon {
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.cart-coupon_checkbox {
  position: absolute;
  visibility: hidden;
}

.cart-coupon_label {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 20px 32px 20px 15px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart-coupon_label:before,
.cart-coupon_label:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 15px;
}

.cart-coupon_label:after {
  transform: rotate(-90deg)
}

.cart-coupon_checkbox:checked+.cart-coupon_label:after {
  transform: rotate(0)
}

.cart-coupon_icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: url('/static/projects/mylocal.md/dist/images/ui/pricetag-outline.svg') center center /contain no-repeat;
  margin-right: 5px;
}

.cart-coupon_body {
  display: none;
  padding: 10px 0;
}

.cart-coupon_checkbox:checked~.cart-coupon_body {
  display: block;
}

.cart-coupon_form {
  display: flex;
  padding: 10px 15px;
}

.cart-coupon_input {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.33px;
  width: 100%;
  height: 45px;
  border-radius: 2px;
  border: 1px solid #919191;
  outline: none;
  padding-left: 10px;
}

.cart-coupon_btn {
  font-size: 16px;
}

.cart-auth-page {
  background-color: #fafafa;
  padding: 25px 0;
}

.cart-auth-page_content {
  background-color: #fff;
  height: 100%;
}

.cart-auth-page_content.is-hidden {
  display: none;
}

.cart-auth-page_title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.25px;
  color: #8e8e8e;
  margin: 0 0 30px;
}

.guest-form-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.cart-auth-page_btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #000;
  display: block;
  background-color: #fff;
  border-color: #fff;
  min-height: 64px;
}

.cart-auth-page_btn .inner-text {
  color: #007bff;
  text-decoration: underline;
}

.reg-advantages {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.reg-advantages_item {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  padding-left: 64px;
  margin-bottom: 20px;
  position: relative;
}

.reg-advantages_icon {
  display: block;
  width: 44px;
  height: 44px;
  border: 4px solid #f4f5f5;
  border-radius: 50%;
  background: #8e8e8e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.reg-advantages_icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.reg-advantages_icon.promo:after {
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/bullhorn-svgrepo-com.svg') center center /20px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/bullhorn-svgrepo-com.svg') center center /20px no-repeat;
}

.reg-advantages_icon.coupon:after {
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/bank-card-discount-svgrepo-com.svg') center center /20px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/bank-card-discount-svgrepo-com.svg') center center /20px no-repeat;
}

.reg-advantages_icon.return:after {
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/return-box.svg') center center /20px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/return-box.svg') center center /20px no-repeat;
}

.reg-advantages_title {
  font-size: 18px;
  color: #8e8e8e;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin-bottom: 5px;
}

.reg-advantages_text {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 300;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}

.checkout-options {
  background-color: #fff;
}

.checkout-options_head {
  letter-spacing: -0.45px;
  color: #42AE47;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  padding: 16px 14px;
}

.checkout-option {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.checkout-option_row_input {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.checkout-option:last-child {
  border-bottom: none;
}

.checkout-option.active {
  background-color: rgba(255, 102, 0, .0196078431);
}

.checkout-option_label {
  font-size: 16px;
  font-weight: 300;
  line-height: .98;
  letter-spacing: -0.45px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 16px 14px;
  cursor: pointer;
}

.checkout-option_label-checkbox {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #a8a8a8;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.checkout-option_label-checkbox:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}


.checkout-option_row_input:checked~.checkout-option_label-checkbox,
.checkout-option.active .checkout-option_label-checkbox {
  border-color: #42AE47;
}

.checkout-option_row_input:checked~.checkout-option_label-checkbox:after,
.checkout-option.active .checkout-option_label-checkbox:after {
  background-color: #42AE47;
}

.checkout-option_body {
  display: none;
  border-top: 1px solid #f8f8f8;
  background-color: #fff;
  padding: 19px 20px;
}

.checkout-option.active .checkout-option_body {
  display: block;
}

.checkout-form.is-hidden {
  display: none;
}

.checkout-form_title {
  font-size: 18px;
  font-weight: 300;
  line-height: .98;
  letter-spacing: -0.45px;
  color: #42AE47;
  display: block;
  margin-bottom: 20px;
}

.checkout-form .form-checkbox_label {
  font-size: 14px;
}

.checkout-agreement {
  padding: 20px;
}

.checkout-agreement_title {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.checkout-agreement_body {
  color: #858585;
  font-size: 12px;
  height: 130px;
  padding: 10px;
  border: 1px solid #cecece;
  background-color: #f7f7f7;
  overflow-y: auto;
}

.checkout-agreement_body strong {
  font-weight: 600;
}

.checkout-agreement_body p {
  line-height: 1.5;
}

.cart-summary_agreement {
  padding: 15px;
}

.cart-summary_agreement .form-checkbox_label {
  font-size: 14px;
  letter-spacing: -0.25px;
}

@media(max-width:991.98px) {
  .cart-page {
    padding-bottom: 80px;
  }

  .cart-summary {
    width: 100%;
    border-radius: 0;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    overflow: visible;
  }

  .cart-summary_mobile-overlay {
    display: none;
    background-color: rgba(0, 0, 0, .4);
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0px;
    top: 0px;
    z-index: 1;
  }

  .cart-summary.active .cart-summary_mobile-overlay {
    display: block;
  }

  .cart-summary_mobile-hidden {
    background-color: #fff;
    width: 100%;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    transition: transform .2s ease;
    transform: translateY(100%);
  }

  .cart-summary.active .cart-summary_mobile-hidden {
    transform: translateY(-100%);
  }

  .cart-summary_mobile-hidden .cart-summary_row {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.035px;
    padding: 6px 20px;
  }

  .cart-summary_mobile-hidden .cart-summary_price {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.035px;
  }

  .cart-summary_info {
    color: #707070;
    font-size: 13px;
    letter-spacing: -0.033px;
    font-weight: 300;
    background-color: rgba(255, 246, 241, .4);
    padding: 5px 20px;
  }

  .cart-summary_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 3;
  }

  .cart-summary_footer .cart-summary_row {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.035px;
    flex-direction: column;
    padding-left: 22px;
    position: relative;
  }

  .cart-summary_footer .cart-summary_row strong {
    font-weight: 400;
  }

  .cart-summary_footer .cart-summary_price {
    color: #42AE47;
    font-size: 20px;
    letter-spacing: -0.05px;
    white-space: nowrap;
  }

  .cart-summary_footer .cart-summary_row:before {
    content: "";
    display: block;
    width: 12px;
    border: solid rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #42AE47;
    border-bottom-width: 0px;
    border-width: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform .2s ease;
  }

  .cart-summary.active .cart-summary_footer .cart-summary_row:before {
    transform: translateY(-50%) rotate(180deg)
  }

  .cart-summary_btn {
    width: 55%;
    min-height: 50px;
  }
}

@media(min-width:576px) {
  .cart-product_image {
    width: 80px;
  }
}

@media(min-width:992px) {
  .empty-cart_icon {
    width: 80px;
    height: 80px;
  }

  .cart-product_brand {
    font-size: 16px;
  }

  .cart-product_name {
    font-size: 14px;
  }

  .cart-product_prices {
    font-size: 16px;
  }

  .guest-form-title {
    margin-bottom: 32px;
  }

  .checkout-options_head {
    font-size: 18px;
    padding: 20px;
  }

  .checkout-option_label {
    font-size: 18px;
    padding: 19px 20px;
  }
}

@media(min-width:1024px) {
  .cart-heading {
    font-size: 24px;
  }
}

@media(min-width:1200px) {
  .cart-product_info {
    max-width: 240px;
    padding-left: 10px;
    padding-right: 30px;
  }

  .cart-product_delivery {
    max-width: 136px;
    text-align: center;
    align-items: center;
    padding: 0 6px;
  }


  .cart-auth-page_title {
    font-size: 30px;
  }
}

.product-preview-wrapper .swiper-button-next,
.product-preview-wrapper .swiper-button-prev {
  width: 40px;
  height: 40px;
  font-weight: 700;
  --swiper-navigation-size: 20px;
  --swiper-navigation-color: #989898;
}

.product-preview .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
}

.product-preview .swiper-pagination {
  display: flex;
  justify-content: center;
  --swiper-pagination-bottom: 16px;
}

.product-preview .swiper-pagination-bullet {
  position: relative;
  --swiper-pagination-bullet-width: 24px;
  --swiper-pagination-bullet-height: 1px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: #989898;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-color: #42AE47;
}

.product-preview .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}

.product-preview_image {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  background-image: none !important;
  max-height: 556px;
  overflow: hidden;
  cursor: crosshair;
  padding: 30px;
}

.product-preview_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1 !important;
  max-height: 556px;
}



.product-info {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-info_title {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  background-color: #f7f7f7;
  padding: 5px 20px;
  cursor: pointer;
}

.product-info_title:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg') center center /contain no-repeat;
  transition: transform .2s ease;
}

.product-info.active .product-info_title:after {
  transform: rotate(180deg)
}

.product-info_content {
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height .3s, padding .3s;
}

.product-info.active .product-info_content {
  max-height: 900px;
  border-top: 1px solid #e3e3e3;
  padding: 20px;
  overflow: visible;
}

.product-properties {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}

.product-properties_item {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  min-height: 40px;
  min-width: calc(33.3% - 10px);
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 12px 10px;
  margin: 10px 5px 0;
}

.product-properties_item b {
  font-weight: 400;
  padding-left: 5px;
}

.product-detail-brand {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.25px;
  color: #000;
  font-weight: 500;
  display: inline-block;
}

.product-detail-name {
  color: #989898;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 6px;
}

.product-detail-prices {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-detail-prices_actual {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #989898;
  letter-spacing: -.25px;
  text-decoration: line-through;
  margin-right: 10px;
}

.product-detail-prices_sale {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.25px;
  color: #42AE47;
}

.product-colors {
  background-color: #f9f9f9;
  padding: 10px 15px 20px;
  margin-bottom: 20px;
}

.product-colors_title {
  color: #939393;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -.25px;
  display: block;
  margin-bottom: 10px;
}

.product-colors_title strong {
  color: #000;
  font-weight: 400;
}

.product-colors_list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 0;
}

.product-colors_item {
  max-width: 58px;
  border-bottom: 3px solid #fff;
  border-radius: 5px;
  margin: 5px 5px 0;
}

.product-colors_item.active {
  border-color: #42AE47;
}

.sizes-tabs {
  display: flex;
  width: 100%;
  background-color: #fff;
  list-style-type: none;
  padding: 16px 24px;
  margin-bottom: 10px;
  overflow-x: auto;
}

.sizes-tabs_item {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -.25px;
  color: #000;
  white-space: nowrap;
  margin-left: 20px;
  cursor: pointer;
}

.sizes-tabs_item:first-child {
  margin-left: 0;
}

.sizes-tabs_item.active {
  text-decoration: underline;
  color: #42AE47;
}

.sizes-tabs-content {
  display: none;
}

.sizes-tabs-content.active {
  display: block;
}

.sizes-table {
  width: 100%;
}

.sizes-table th,
.sizes-table td {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.25px;
  line-height: 1.2;
  text-align: center;
  width: 25%;
  padding: 12px 0;
}

.sizes-table th {
  text-decoration: underline
}

.sizes-table.belt-sizes td {
  width: auto;
  border: 2px solid #fff;
  padding: 4px 8px;
}

.sizes-table.belt-sizes td:first-child {
  border-left-width: 10px;
}

.sizes-table.belt-sizes td:last-child {
  border-right-width: 10px;
}

.sizes-table tr:nth-child(even),
.sizes-table.belt-sizes tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.product-detail-actions {
  display: flex;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.product-detail-actions .btn {
  font-size: 16px;
  font-weight: 500;
  display: none;
  min-width: 130px;
  min-height: 62px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 5px;
}

.product-detail-actions .btn.is-visible {
  display: block;
}

.product-detail-actions .wishlist-btn {
  color: #939393;
  font-size: 10px;
  font-weight: 300;
  display: block;
  width: 68px;
  height: 62px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  outline: none;
  padding-top: 24px;
  margin-left: 10px;
  position: relative;
}

.product-detail-actions .wishlist-btn:before,
.product-detail-actions .wishlist-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-color: #939393;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/map-pin.svg') center center /16px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/map-pin.svg') center center /16px no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}

.product-detail-actions .wishlist-btn:after {
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/heart-solid.svg') center center /16px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/heart-solid.svg') center center /16px no-repeat;
  opacity: 0;
}

.product-detail-actions .wishlist-btn.active:before {
  opacity: 0;
}

.product-detail-actions .wishlist-btn.active:after {
  opacity: 1;
}

.product-detail-actions .wishlist-btn:hover {
  color: #42AE47;
  border-color: #42AE47;
  transition: color .2s, border-color .2s
}

.product-detail-actions .wishlist-btn:hover:before,
.product-detail-actions .wishlist-btn:hover:after {
  background-color: #42AE47;
  transition: color .2s
}

.detail-delivery-date {
  font-size: 14px;
  color: #585858;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 10px 12px;
}

.detail-delivery-date img {
  margin-right: 10px;
}

.detail-delivery-date strong {
  color: #000;
  font-weight: 400;
  margin-left: 5px;
}

.detail-advantages {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.detail-advantages_heading {
  color: #585858;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #f7f7f7;
  padding: 0 13px;
}

.detail-advantages_wrapper {
  padding: 10px 12px 0 14px;
}

.detail-advantages_item {
  font-size: 14px;
  color: #585858;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 11px 10px 11px 36px;
  margin-bottom: 10px;
  position: relative;
}

.detail-advantages_item:before,
.detail-advantages_item:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #28a745;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
}

.detail-advantages_item:after {
  background-color: #28a745;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/check-solid.svg') center center /8px no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/check-solid.svg') center center /8px no-repeat;
}

.detail-advantages_item:hover {
  color: #42AE47;
  transition: color .2s;
}

.detail-advantages_item:hover:before {
  border-color: #42AE47;
  transition: border-color .2s;
}

.detail-advantages_item:hover:after {
  background-color: #42AE47;
  transition: background-color .2s;
}

.stock-status-btn {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  outline: none;
  padding: 0 36px 0 20px;
  position: relative;
}

.stock-status-btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url('/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg') center center /contain no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  transform: rotate(-90deg);
}

.stock-modal .modal_container {
  height: auto;
  background-color: #fff;
}

.stock-modal .modal_header {
  flex-direction: column;
  height: auto;
  background-color: #f8f8f8;
  padding: 10px 10px 5px;
}

.stock-modal .modal_close {
  top: 15px;
  right: 15px;
}

.stock-modal .modal_title {
  font-size: 20px;
  display: flex;
  align-items: center;
  height: 44px;
}

.sizes-search {
  padding: 10px;
}

.sizes-search_product {
  padding: 20px;
}

.sizes-search_brand {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.45px;
  color: #000;
  display: block;
}

.sizes-search_name {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -.4px;
  color: #909090;
}

.sizes-search_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.in-stock-size {
  display: flex;
  margin: 10px 5px 0;
  position: relative;
  cursor: pointer;
}

.in-stock-size_input {
  position: absolute;
  visibility: hidden;
}

.in-stock-size_label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 35px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #000;
}

.in-stock-size_input:checked+.in-stock-size_label {
  background-color: rgba(255, 102, 0, .15);
  border-color: #42AE47;
}

.sizes-search_stores {
  display: none;
  padding: 10px;
  position: relative;
}

.sizes-search_stores.active {
  display: block;
}

.sizes-search_stores::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  border: 1px solid #cecece;
  position: absolute;
  top: 0;
  left: -10px;
}

.sizes-search_stores .modal_title {
  font-size: 18px;
  height: auto;
  margin-bottom: 12px;
}

.sizes-search-store {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.35px;
  border: 1px solid #919191;
  border-radius: 2px;
  margin-bottom: 20px;
}

.sizes-search-store_name {
  font-weight: 400;
}

.sizes-search-store_city,
.sizes-search-store_adress {
  font-weight: 300;
}

.sizes-search-store_adress {
  margin-bottom: 10px;
}

.sizes-search-store_map {
  display: inline-flex;
  align-items: center;
  color: #ff6600;
}

.sizes-search-store_map img {
  margin-right: 10px;
}

.sizes-search-store_stock {
  color: #28a745;
  font-size: 16px;
  font-weight: 300;
  line-height: .83;
  letter-spacing: -.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #f4fff6;
}

.sizes-search-store_stock[data-stock="out"] {
  color: #cecece;
  background-color: #fff2f2;
}

@media(max-width:991.98px) {
  .product-preview-wrapper {
    background-color: #f4f4f4;
    padding: 0 50px;
    position: relative;
  }

  .product-preview-btns {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
  }

  .product-preview-btns_item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    position: relative;
  }

  .product-preview-btns_item:last-child {
    margin-bottom: 0;
  }

  .product-preview-btns_item.wishlist:before,
  .product-preview-btns_item.wishlist:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #42AE47;
    -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/map-pin.svg') center center /16px no-repeat;
    mask: url('/static/projects/mylocal.md/dist/images/ui/map-pin.svg') center center /16px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }

  .product-preview-btns_item.wishlist:after {
    -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/heart-solid.svg') center center /16px no-repeat;
    mask: url('/static/projects/mylocal.md/dist/images/ui/heart-solid.svg') center center /16px no-repeat;
    opacity: 0;
  }

  .product-preview-btns_item.wishlist.active:before {
    opacity: 0;
  }

  .product-preview-btns_item.wishlist.active:after {
    opacity: 1;
  }

  .product-preview-btns_item.share:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #707070;
    -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/share-social-outline.svg') center center /16px no-repeat;
    mask: url('/static/projects/mylocal.md/dist/images/ui/share-social-outline.svg') center center /16px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }

  .share-modal .modal_container {
    width: 500px;
    height: 324px;
    background-color: #fff;
  }

  .share-modal .modal_header {
    border-bottom: none;
  }

  .share-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
  }

  .share-link_url {
    font-size: 15px;
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    border-radius: 0;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-preview_image {
    border: none;
    border-radius: 0;
    background: none !important;
  }

  .product-detail-prices {
    align-items: center;
  }

  .prod-detail-page .product-sizes {
    background-color: #fff;
    width: 100%;
    padding-top: 24px;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    bottom: -120px;
    z-index: 99;
    transition: bottom .2s;
  }

  .prod-detail-page .product-sizes.is-visible {
    bottom: 82px;
  }

  .prod-detail-page .product-sizes_close-btn {
    width: 24px;
    height: 24px;
    background: url('/static/projects/mylocal.md/dist/images/ui/xmark-solid.svg') center center /contain no-repeat;
    border: none;
    outline: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    right: 8px;
    opacity: .6
  }

  #sizes-modal .modal_container {
    max-height: 50vh;
  }
}

@media(max-width:574.98px) {
  .product-detail-prices {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}



@media(min-width:992px) {
  .product-detail-brand {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .product-detail-name {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .product-detail-actions {
    justify-content: space-between;
    padding: 0;
    position: static;
    box-shadow: none;
  }

  .product-detail-actions .btn {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}

@media(min-width:1024px) {
  .product-detail-prices_actual {
    font-size: 20px;
  }

  .product-detail-prices_sale {
    font-size: 30px;
  }

  .product-colors {
    background-color: #fff;
    padding: 0;
  }

  .product-colors_title {
    font-size: 18px;
  }



  .sizes-table th,
  .sizes-table td {
    padding: 8px 0;
  }
}

.faq-page {
  background-color: #f8f8f8;
  padding: 16px 0;
}

.faq-box {
  height: 100%;
  background-color: #fff;
  padding: 12px;
}

.faq-box_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 1px solid #dbdcdb;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.faq-box:hover .faq-box_icon {
  border-color: #42AE47;
}

.faq-box_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: #42AE47;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

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

.faq-box_links a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  color: #525252;
  text-align: center;
  margin-bottom: 4px;
}

.faq-box_links a:hover {
  color: #42AE47;
}



.faq-nav {
  list-style-type: none;
  background-color: #fff;
  padding: 4px 14px;
  margin: 0;
}

.faq-nav_item {
  display: flex;
  border-bottom: 1px solid #dbdcdb;
  position: relative;
}

.faq-nav_item:last-child {
  border-bottom: none;
}

.faq-nav_item:after {
  content: "";
  display: block;
  height: 100%;
  width: 24px;
  background: url('/static/projects/mylocal.md/dist/images/ui/active-question-arrow.png') center center /contain no-repeat;
  position: absolute;
  top: 0;
  left: calc(100% + 13px);
  visibility: hidden;
}

.faq-nav_item.active:after {
  visibility: visible;
}

.faq-nav_link {
  font-size: 14px;
  color: #212529;
  padding: 15px 5px;
}

.faq-nav_item.active .faq-nav_link {
  color: #42AE47;
}

.faq-content {
  height: 100%;
  background-color: #fff;
  padding: 15px 30px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: transform .2s, opacity .2s;
}

.faq-content.active {
  position: static;
  transform: scale(1);
  opacity: 1;
}

.faq-content_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #525252;
  display: block;
  margin: 0 0 16px;
}

.faq-accordion .accordion_item {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}

.faq-accordion .accordion_title {
  font-size: 16px;
  font-weight: bold;
  color: #525252;
  min-height: 38px;
  background-color: #F2F2F2;
  padding: 12px 60px 12px 16px;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.faq-accordion .accordion_item.active .accordion_title {
  background-color: transparent;
  color: #42ae47;
  border-color: #42AE47;
}

.faq-accordion .accordion_title:before {
  display: none !important;
}

.faq-accordion .accordion_title:after {
  right: 12px;
  transition: background-color 0.5s ease;
}

.faq-accordion .accordion_item.active .accordion_title:after {
  background-color: #f2f2f2;
}

.faq-accordion .accordion_content {
  padding: 16px;
  border: 1px solid #42AE47;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* .faq-accordion .accordion_item.active .accordion_content {
  padding: 16px;
  max-height: 1000px;
} */

.faq-accordion .accordion_content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  font-family: 'C-Grotesk';
}

@media(max-width:767.98px) {
  .faq-nav_item:after {
    display: none;
  }

  .faq-content {}



  .faq-content_title {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .faq-accordion .accordion_title {
    padding-right: 52px;
    font-size: 14px;
  }

  .faq-content_title:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('/static/projects/mylocal.md/dist/images/ui/chevron-left-solid.svg') center center /contain no-repeat;
    margin-right: 8px;
  }
}

.map-store {
  max-height: 500px;
  overflow-y: auto;
}

.map-store_box {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: -0.35px;
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 130px;
  background-color: #fff;
  border: 1px solid #919191;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.map-store_box.active {
  border-color: #42AE47;
  background-color: rgba(255, 102, 0, .15);
}

.map-store_title {
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}

.map-store_btn {
  font-size: 14px;
  font-weight: 300;
}

.map-wrapper {
  display: none;
  height: 400px;
}

.map-wrapper.active {
  display: block;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.marker-popup {
  color: #263238;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #42AE47;
  border-radius: 50%;
  gap: 15px;
  height: 30px;
  padding: 4px;
  position: relative;
  width: 30px;
}

.marker-popup::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #42AE47;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 91%;
  transform: translate(-50%, 0);
  transition: transform 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.marker-popup_icon {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: #fff;
  -webkit-mask: url("/static/projects/mylocal.md/dist/images/ui/storefront-outline.svg") center center / contain no-repeat;
  mask: url("/static/projects/mylocal.md/dist/images/ui/storefront-outline.svg") center center / contain no-repeat;
}

.marker-popup_details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.marker-popup_title {
  font-size: 16px;
  font-weight: 400;
}

.marker-popup_address {
  color: #9e9e9e;
  font-size: 12px;
}

.marker-popup.highlight {
  background-color: #fff;
  border-radius: 8px;
  height: 80px;
  width: auto;
  max-width: 320px;
  padding: 8px 15px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.marker-popup.highlight:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url('/static/projects/mylocal.md/dist/images/ui/close-outline.svg') center center /contain no-repeat;
  position: absolute;
  top: 4px;
  right: 4px;
}

.marker-popup.highlight::after {
  border-top: 9px solid #fff;
  top: 95%;
}

.marker-popup.highlight .marker-popup_icon {
  width: 50px;
  height: 50px;
  background-color: #42AE47;
}

.marker-popup.highlight .marker-popup_details {
  display: flex;
}

/*Acount*/
.login-container_header {
  text-align: center;
  background-color: #fff;
  padding: 24px 40px 26px;
  position: relative;
}

.login-container_header .mail-login-change {
  display: none;
  width: 32px;
  height: 32px;
  background: url('/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg') center center /16px no-repeat;
  position: absolute;
  top: calc(50% - 16px);
  left: 12px;
  transform: rotate(90deg)
}

.login-container_title {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
}

.login-container_subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  display: block;
  max-width: 390px;
  margin: 0 auto;
}

.login-container_tabs {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  height: 60px;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
}

.login-container_tab {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  border-radius: 10px;
  padding: 0 8px;
  position: relative;
}

.login-container_tab.active {
  color: #42AE47;
  font-weight: 500;
  background-color: #fff;
}

.login-container_form {
  display: none;
}

.login-container_form.active {
  display: block;
}

.login-container_form .mail-login {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
}

.login-container_form .mail-login-change {
  font-size: 13px;
  color: #42AE47;
  text-align: center;
  text-decoration: underline;
  display: block;
  margin-bottom: 24px;
}

.login-container_form .control-row_alert {
  font-size: 12px;
}

.password-forgot {
  color: #42AE47;
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
  text-align: right;
  padding-top: 4px;
  margin-bottom: 20px;
}

.login-container_form .btn {
  border-radius: 10px;
}

.purchase-history {
  padding-bottom: 48px;
}

.purchase-history_title {
  font-size: 22px;
  text-align: center;
  display: block;
  padding: 12px 0;
  margin-bottom: 8px;
}

.purchase-order_header {
  font-size: 14px;
}

.purchase-order_header strong {
  font-size: 18px;
}

.purchase-order_footer {
  background-color: #f4f4f4;
  padding-top: 8px;
  padding-bottom: 8px;
}

.purchase-order_footer--total {
  color: #42AE47;
}

.history-product {
  display: flex;
  border-top: 1px solid hsla(0, 0%, 69.4%, .5);
  padding: 10px;
}

.history-product_image {
  width: 64px;
  margin-right: 10px;
}

.history-product_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history-product_brand {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.38px;
  color: #000;
  margin-bottom: 4px;
}

.history-product_name {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #919191;
}

.history-product_options {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  color: #909090;
  list-style-type: none;
  border-right: 1px solid #000;
  padding: 0 4px 0 0;
  margin: 0 4px 0 0;
}

.history-product_options strong {
  color: #000;
  font-weight: 400;
  margin-right: 2px;
}

.history-product_qty {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 1.1;
}

.history-product_qty strong {
  font-weight: 400
}

.history-product_qty select {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #919191;
  height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url('/static/projects/mylocal.md/dist/images/ui/chevron-down-solid.svg') center right /10px no-repeat;
  border: 0;
  outline: none;
  padding: 0 12px 0 8px;
}

.history-product_delivery {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.28;
  color: #9d9d9d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history-product_delivery strong {
  font-weight: 400;
  color: #000;
}

.history-product_prices {
  font-size: 14px;
  text-align: right;
}

.history-product_prices-actual {
  color: #919191;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
  margin-bottom: 4px;
  display: block;
}

.history-product_prices-sale {
  color: #42AE47;
}

.history-product_remove {
  color: #c6c6c6;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 0 20px 0 0;
  margin-left: auto;
  position: relative;
}

.history-product_remove:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #c6c6c6;
  -webkit-mask: url('/static/projects/mylocal.md/dist/images/ui/trash-outline.svg') center center /contain no-repeat;
  mask: url('/static/projects/mylocal.md/dist/images/ui/trash-outline.svg') center center /contain no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}

.account-content {
  display: none;
}

.logout-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.logout-link-text {
  margin-right: 8px;
}

.logout-link-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.account-content.active {
  display: block;
}

.account-page .faq-nav_item::after {
  display: none;
}

@media(min-width:576px) {
  .history-product_image {
    width: 80px;
  }
}

@media(min-width:992px) {
  .login-container_tab {
    font-size: 20px;
  }

  .login-container_form {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 40px 50px;
  }

  .history-product_brand {
    font-size: 16px;
  }

  .history-product_name {
    font-size: 14px;
  }

  .history-product_prices {
    font-size: 16px;
  }
}

@media(min-width:1200px) {
  .history-product_info {
    max-width: 240px;
    padding-left: 10px;
    padding-right: 30px;
  }

  .history-product_delivery {
    max-width: 136px;
    text-align: center;
    align-items: center;
    padding: 0 6px;
  }
}

.about {
  padding: 100px 0;
}

.about-container {
  max-width: 1464px;
  padding: 0 12px;
  margin: 0 auto;
}

.about__grown {
  display: flex;
  gap: 57px;
  align-items: center;
  margin-bottom: 100px;
}

.about__grown-box {
  max-width: 671px;
}

.title {
  font-family: 'C-Grotesk-Bold';
  font-size: 66px;
  color: #525559;
  line-height: 1.1;
  margin-bottom: 20px;
}

.about__grown-img {
  border-radius: 3px;
}

.about__grown-text {
  font-size: 18px;
  line-height: 1.4;
  color: #525559;
}

.about__choose {
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: left center;
}

.about__choose-box {
  max-width: 714px;
  margin-left: auto;
  padding: 83px 0;
}

.about__choose-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.4;
  color: #525559;
}

.about__choose-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 42px;
  list-style-type: none;
}

.about__choose-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #525559;
  line-height: 1.5;
}

.about__choose-icon {
  flex-shrink: 0;
  object-fit: contain;
}

.about__choose-name {
  margin-bottom: 8px;
  display: block;
  font-family: 'C-Grotesk-Bold';
  font-size: 16px;
  line-height: 1.1;
}

.about__choose-descr {
  font-size: 14px;
  margin-bottom: 0;
}

.container {
  max-width: 1464px;
  padding: 0 12px;
  margin: 0 auto;
}

.team {
  padding: 100px 0;
  background-color: #f2f2f2;
}

.team__title {
  margin-bottom: 12px;
  text-align: center;
}

.team__subtitle {
  text-align: center;
  max-width: 640px;
  line-height: 1.4;
  font-size: 16px;
  color: #525559;
  margin: 0 auto 30px;
}

.team__slider-wrapper {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.team__slider {
  overflow: hidden;
}

.team__prev-btn,
.team__next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(165, 165, 165, 0.25));
}

.team__prev-btn {
  left: -60px;
}

.team__prev-btn::after,
.team__next-btn::after {
  content: '';
  display: block;
  width: 17px;
  height: 15px;
  margin: auto;
  background-image: url('/static/projects/mylocal.md/dist/images/prev-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.team__next-btn {
  right: -60px;
}

.team__next-btn::after {
  transform: scaleX(-1);
}

.team__items {
  margin-bottom: 30px;
}

.team__item {
  background-color: #fff;
  max-width: 312px;
  border-radius: 5px;
}

.team__item-box {
  width: 100%;
  height: 280px;
  position: relative;
}

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

.team__social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.team__item:hover .team__social {
  opacity: 1;
  visibility: visible;
}

.team__social-item {
  width: 40px;
  height: 40px;
  position: relative;
}

.team__social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.5s ease;
  position: absolute;
  inset: 0;
}

@media (hover:hover) {
  .team__social-link:hover {
    background-color: #00B207;
  }
}

.team__social-link::before {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

.team__social-link.team__social-link--facebook::before {
  background-image: url('/static/projects/mylocal.md/dist/images/facebook.svg');
}

.team__social-link.team__social-link--linkedin::before {
  background-image: url('/static/projects/mylocal.md/dist/images/linkedin.svg');
}

.team__social-link.team__social-link--instagram::before {
  background-image: url('/static/projects/mylocal.md/dist/images/instagram.svg');
}

.team__name {
  padding: 15px 20px 4px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #1A1A1A;
  display: block;
}

.team__job-title {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.team__link {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 15px;
  max-width: 287px;
  width: 100%;
  color: #fff;
  background-color: #00B207;
  border-radius: 3px;
  line-height: 1.2;
  font-size: 16px;
  font-family: 'C-Grotesk-Bold';
}

.team__link:hover {
  color: #fff;
  text-decoration: none;
}

.team__link:hover i {
  transform: translateX(5px);
}

.team__link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

.team__link-box {
  display: flex;
  justify-content: center;
}

@media (max-width: 1470px) {
  .team__prev-btn {
    left: 10px;
  }

  .team__next-btn {
    right: 10px;
  }
}

@media (max-width: 1350px) {
  .about__choose {
    background-size: cover;
    position: relative;
    background-position: center;
  }

  .about__choose::before {
    content: '';
    position: absolute;
    display: block;
    inset: 0;
    background-color: rgba(255, 255, 255, .7);
  }

  .about__choose-box {
    position: relative;
  }
}

@media (max-width: 1200px) {

  .title,
  .marks__title {
    font-size: 56px;
  }

  .about__grown {
    flex-wrap: wrap;
    gap: 15px;
  }

  .about__grown-box {
    max-width: 100%;
  }

  .about__grown-img {
    width: 100%;
  }

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

@media (max-width: 992px) {

  .about,
  .team {
    padding: 75px 0;
  }

  .title {
    font-size: 48px;
  }

  .about__grown {
    margin-bottom: 75px;
  }
}

@media (max-width: 860px) {
  .title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }

  .about,
  .about__choose-box,
  .team {
    padding: 50px 0;
  }

  .about__grown {
    margin-bottom: 50px;
    gap: 30px;
  }

  .about__grown-text {
    font-size: 16px;
    margin: 0;
  }

  .about__choose-list {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .about__choose-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about__choose-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .about__choose-descr {
    margin-bottom: 0;
  }

  .team__name {
    font-size: 16px;
    padding: 15px 15px 0;
  }

  .team__job-title {
    padding: 0 15px 15px;
  }
}

.marks {
  padding: 100px 0;
}

.marks__title {
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 0;
}

.marks__subtitle {
  line-height: 1.3;
  margin-bottom: 30px;
}

.marks__list {
  display: flex;
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; */
}

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

.marks__item.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.marks__img-link {
  margin-bottom: 10px;
  /* max-height: 324px;
  height: 100%;
  width: 100%; */
}

.marks__img {
  border-radius: 3px;
  object-fit: cover;
  width: 100%;
  height: 324px;
}

.marks__descr {
  font-size: 14px;
  line-height: 1.2;
  color: #525559;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.marks__link {
  margin-top: auto;
  padding: 16px 12px;
  border-radius: 3px;
  background-color: #42ae47;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-family: 'C-Grotesk-Bold';
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.marks__link i {
  transition: transform 0.5s ease;
}

@media (hover:hover) {

  .marks__link:hover i,
  .marks__item:has(.marks__img-link:hover) .marks__link i {
    transform: translateX(5px);
  }
}

@media (max-width: 1200px) {
  .marks__title {
    font-size: 56px;
  }
}

@media (max-width: 992px) {
  .marks {
    padding: 75px 0;
  }

  .marks__title {
    font-size: 48px;
  }
}

@media (max-width: 860px) {
  .marks__title {
    font-size: 36px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .marks {
    padding: 50px 0;
  }

  .marks__title {
    font-size: 28px;
  }
}

.footer-form-inner {
  gap: 20px;
}

.footer-form-inner h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  margin-left: 5px;
  line-height: 1;
}

@media (max-width: 400px) {
  .footer-form {
    width: 100%;
  }

  .footer-form .input-group {
    flex-direction: column;
    width: 100%;
  }

  .footer-form .input-group input {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .footer-form .input-group span {
    border-radius: 5px;
  }

  .footer-form-inner h3 {
    font-size: 24px;
  }
}

.mark-hero {
  padding: 100px 0;
}

.mark-hero__title {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 0;
}

.mark-hero__text {
  margin-bottom: 15px;
}

.mark-hero__text:last-of-type {
  margin-bottom: 30px;
}

.mark-hero__img {
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.mark-product-highlight {
  background-color: #f2f2f2;
  padding: 60px 0;
  margin-bottom: 100px;
}

.mark-product__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.mark-product__content {
  max-width: 677px;
}

.mark-product__images {
  display: flex;
  align-items: end;
  gap: 27px;
  justify-content: center;
}

.mark-product__title {
  font-size: 56px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.2;
}

.mark-product__text {
  font-size: 18px;
}

@media (max-width: 992px) {
  .mark-hero {
    padding: 75px 0;
  }

  .mark-product-highlight {
    margin-bottom: 75px;
  }

  .mark-hero__title,
  .mark-product__title {
    font-size: 48px;
  }

  .mark-product__inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 860px) {

  .mark-hero__title,
  .mark-product__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {

  .mark-hero__title,
  .mark-product__title {
    font-size: 28px;
  }

  .mark-hero {
    padding: 50px 0;
  }

  .mark-product-highlight {
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .mark-hero__text:last-of-type {
    margin-bottom: 20px;
  }

  .mark-product__text {
    font-size: 16px;
  }
}

.hero-swiper__promo-link {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  gap: 8px;
  background-color: #42ae47;
  align-self: start;
  color: #fff;
  width: fit-content;
  font-size: 16px;
  line-height: 1.2;
}

.hero-swiper__promo-link i {
  transition: transform 0.5s ease;
}

.hero-swiper__promo-link:hover i {
  transform: translateX(5px);
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev,
.mark-product-list-slider .swiper-button-next,
.mark-product-list-slider .swiper-button-prev,
.js-marks-slider .swiper-button-next,
.js-marks-slider .swiper-button-prev,
.blog .swiper-button-next,
.blog .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  background-color: #fff;
}

.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after,
.mark-product-list-slider .swiper-button-next::after,
.mark-product-list-slider .swiper-button-prev::after,
.js-marks-slider .swiper-button-next::after,
.js-marks-slider .swiper-button-prev::after,
.blog .swiper-button-next::after,
.blog .swiper-button-prev::after {
  background-image: url('/static/projects/mylocal.md/dist/images/prev-arrow.svg');
  width: 15px;
  height: 15px;
  content: '';
}

.hero-swiper .swiper-button-next::after,
.mark-product-list-slider .swiper-button-next::after,
.js-marks-slider .swiper-button-next::after,
.blog .swiper-button-next::after {
  transform: scale(-1);
}

.hero-swiper .swiper-pagination-bullet {
  background-color: #b4ccb4;
}

.hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #42ae47;
}

@media (max-width: 1400px) {
  .marks__list {
    /* gap: 16px; */
  }

  .marks__item.swiper-slide {
    /* height: 100%; */
  }
}

/* .js-marks-slider .swiper-button-prev,
.js-marks-slider .swiper-button-next {
  display: none !important;
} */

@media (max-width: 1400px) {

  .js-marks-slider .swiper-button-prev::after,
  .js-marks-slider .swiper-button-next::after {
    width: 15px !important;
    height: 15px !important;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .js-marks-slider .swiper-button-next::after {
    transform: translate(-50%, -50%) scale(-1, 1);
  }

  .js-marks-slider .swiper-button-prev,
  .js-marks-slider .swiper-button-next {
    display: block !important;
  }
}

.mark-product-list {
  padding-bottom: 100px;
}

.mark-product-list__title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 56px;
  line-height: 1.2;
}

.mark-product-list__card-top {
  padding: 20px 20px 10px;
}

.mark-product-list__card-top .product-card_actions {
  padding: 0;
}

.mark-product-list__grid img {
  display: block;
  border-radius: 3px;
  width: 100%;
  max-width: 275px;
  height: 275px;
  margin: 0 auto;
  object-fit: contain;
}

.mark-product-list__card-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-family: 'C-Grotesk-Bold';
  margin-top: 0;
  text-align: center;
}

.mark-product-list__card-text {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .mark-product-list {
    padding-bottom: 75px;
  }

  .mark-product-list__title {
    font-size: 48px;
  }
}

@media (max-width: 860px) {
  .mark-product-list__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .mark-product-list {
    padding-bottom: 50px;
  }

  .mark-product-list__title {
    font-size: 28px;
    margin-bottom: 0;
  }
}

.about__choose-img-box {
  width: 75px;
  height: 75px;
  background-color: #3f9f4f;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


.about__choose-img-box img {
  border-radius: 50%;
}

.mark-feature {
  padding-bottom: 100px;
}

.mark-feature__title {
  font-size: 56px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
}

.mark-feature__content {
  max-width: 620px;
}

.mark-feature__item {
  display: flex;
  align-items: center;
  gap: 50px;
}

.mark-feature__item:not(:last-child) {
  margin-bottom: 50px;
}

.mark-feature__image img {
  border-radius: 3px;
}

.mark-feature__item.reverse .mark-feature__image {
  order: 1;
}


.mark-feature__item-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 38px;
}

.mark-feature__item-text:not(:last-child) {
  margin-bottom: 15px;
}

.mark-feature__item-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .mark-feature {
    padding-bottom: 75px;
  }

  .mark-feature__title {
    font-size: 48px;
  }

  .mark-feature__item {
    flex-wrap: wrap;
    gap: 25px;
  }

  .mark-feature__image,
  .mark-feature__image img {
    width: 100%;
  }

  .mark-feature__content {
    max-width: 100%;
  }

  .mark-feature__item.reverse .mark-feature__image {
    order: -1;
  }

  .mark-feature__item-title {
    font-size: 28px;
  }
}

@media (max-width: 860px) {
  .mark-feature__title {
    font-size: 36px;
    margin-bottom: 25px;
  }

  .mark-feature__item {
    gap: 15px;
  }

  .mark-feature__item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .mark-feature__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .mark-feature__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .mark-feature {
    padding-bottom: 50px;
  }
}

.top .product-list-head>.row {
  margin-top: 20px;
}

.top {
  margin-bottom: 50px;
}

.brand__title {
  font-size: 56px;
}

@media (max-width: 992px) {
  .brand__title {
    font-size: 48px;
  }
}

@media (max-width: 860px) {
  .brand__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .brand__title {
    font-size: 28px;
  }
}

.brands-section {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .brands-section {
    margin-bottom: 75px;
  }
}

@media (max-width: 768px) {
  .brands-section {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .section-padding.benefits-section {
    padding-bottom: 0;
  }
}

.instr-section,
.instr-section>.container {
  position: relative;
}

.instr-section::before {
  content: '';
  position: absolute;
  display: block;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.instr-section p {
  color: #fff !important;
}

.instr-section .section-heading {
  color: #fff;
}

.recomanded__products-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.recomanded__products-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background-color: #42ae47;
}

.recomanded__products-box a i {
  transition: transform 0.5s ease;
}

.recomanded__products-box a:hover i {
  transform: translateX(5px);
}

.recomanded__products-box h2 {
  font-size: 56px;
  margin: 0;
}

@media (max-width: 992px) {
  .recomanded__products-box h2 {
    font-size: 48px;
  }
}

@media (max-width: 860px) {
  .recomanded__products-box h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .recomanded__products-box h2 {
    font-size: 28px;
  }
}

.mark-product-list__box-title {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mark-product-list__box-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background-color: #42ae47;
  padding: 12px 25px;
  border-radius: 4px;
}

.mark-product-list__box-title a i {
  transition: transform 0.5s ease;
}

.mark-product-list__box-title a:hover i {
  transform: translateX(5px);
}

.mark-brand-presentation {
  padding: 100px 0;
}

.mark-brand-presentation__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.mark-brand-presentation__box {
  max-width: 752px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mark-brand-presentation__title {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 56px;
  line-height: 1.2;
}

.mark-brand-presentation__text:not(:last-child) {
  margin-bottom: 30px;
}

.mark-brand-presentation__text:last-child {
  margin-bottom: 0;
}

.mark-brand-presentation__img {
  border-radius: 4px;
  max-width: 618px;
}

@media (max-width: 992px) {
  .mark-brand-presentation {
    padding: 75px 0;
  }

  .mark-brand-presentation__inner {
    flex-wrap: wrap;
    gap: 20px;
  }

  .mark-brand-presentation__box {
    max-width: 100%;
  }

  .mark-brand-presentation__img {
    width: 100%;
    max-width: 100%;
  }

  .mark-brand-presentation__title {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .mark-brand-presentation__text:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 860px) {
  .mark-brand-presentation__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .mark-brand-presentation {
    padding: 50px 0;
  }

  .mark-brand-presentation__title {
    font-size: 28px;
  }
}

@media (max-width: 767.8px) {
  .faq-content {
    padding: 0;
  }
}

@media (max-width:992px) {

  .footer_inner,
  .footer__list-items {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer_social {
    justify-content: start;
  }

  .footer-nav_title {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }

  .faq-accordion {
    padding-bottom: 50px;
  }
}

.features {
  padding-bottom: 40px;
}

.hero-swiper_img-responsive {
  display: none;
}

@media (max-width: 768px) {
  .hero-swiper_img-responsive {
    display: block;
  }

  .hero-swiper_img-desktop {
    display: none;
  }

  .hero .swiper-slide {
    height: auto;
  }

  .hero-swiper_item,
  .hero-swiper_img-responsive {
    height: 100% !important;
  }

  .features {
    padding-bottom: 10px;
  }

  .features .container {
    padding: 0 12px !important;
  }

  .hero {
    margin-bottom: 0;
  }
}

.spotlight .spl-pane>img {
  max-width: 556px;
}

.features-front .text-block h4 {
  line-height: 1.2 !important;
}

@media (max-width: 1200px) {
  .hero {
    margin-bottom: 0;
  }

  .features {
    padding-bottom: 10px;
  }

  .features-front .icon-wrapper {
    width: 70px !important;
    height: 70px !important;
  }

  .features-front .text-block h4 {
    font-size: 18px !important;
  }

  .features-front p.small {
    font-size: 14px !important;
  }
}

.hero-swiper_item-frups,
.hero-swiper_item-aqwell,
.hero-swiper_item-bonmark {
  height: 100%;
}

@media (max-width: 768px) {
  .hero-swiper_item img {
    max-height: 100%;
  }
}

.hero-swiper_item-bonmark-mobile,
.hero-swiper_item-frups-mobile {
  display: none;
}

@media (max-width: 768px) {

  .hero-swiper_item-bonmark,
  .hero-swiper_item-frups {
    display: none;
  }

  .hero-swiper_item-bonmark-mobile {
    display: block;
    object-position: -170px;
  }

  .hero-swiper_item-frups-mobile {
    display: block;
    object-position: center;
  }
}

@media (max-width: 480px) {
  .hero-swiper_item-bonmark-mobile {
    object-position: -200px;
  }
}

.social-responsibility-hero {
  position: relative;
  background-color: #42ae47;
  color: #fff;
  overflow: hidden;
}

.social-responsibility-container {
  max-width: 1940px;
  padding: 0 10px;
  margin: 0 auto;
}

.social-responsibility-hero__content {
  min-height: 696px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.social-responsibility-hero__img {
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
}

.social-responsibility-hero__img.first-decor {
  left: -10px;
  top: 74px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.social-responsibility-hero__img.second-decor {
  top: 75px;
  right: -10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.social-responsibility-hero__img.third-decor {
  bottom: 0;
  left: 333px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.social-responsibility-hero__img.fourth-decor {
  bottom: 0;
  right: 233px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.social-responsibility-hero__title {
  font-size: 66px;
  line-height: 1.09;
  letter-spacing: -3.3px;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.social-responsibility-hero__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.08px;
  max-width: 1051px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1300px) {
  .social-responsibility-hero__img {
    overflow: hidden;
  }

  .social-responsibility-hero__img::before {
    content: '';
    position: absolute;
    display: block;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .social-responsibility-hero__img.first-decor {
    width: 250px;
    top: 60px;
  }

  .social-responsibility-hero__img.second-decor {
    width: 250px;
    top: 30px;
  }

  .social-responsibility-hero__img.third-decor {
    left: 250px;
  }

  .social-responsibility-hero__img.fourth-decor {
    right: 120px;
  }

  .social-responsibility-hero__title {
    font-size: 58px;
  }
}

@media (max-width: 992px) {
  .social-responsibility-hero__title {
    font-size: 48px;
  }

  .social-responsibility-hero__img.third-decor {
    left: 50px;
  }

  .social-responsibility-hero__img.fourth-decor {
    right: 70px;
  }
}

@media (max-width: 860px) {
  .social-responsibility-hero__title {
    font-size: 36px;
    letter-spacing: normal;
    margin-bottom: 10px;
  }

  .social-responsibility-hero__img.fourth-decor {
    right: 30px;
  }

  .social-responsibility-hero__subtitle {
    font-size: 16px;
  }

  .social-responsibility-hero__content {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .social-responsibility-hero__title {
    font-size: 28px;
  }

  .social-responsibility-hero__content {
    min-height: 400px;
  }

  .social-responsibility-hero__img.second-decor {
    width: 150px;
  }

  .social-responsibility-hero__img.first-decor {
    width: 170px;
  }

  .social-responsibility-hero__img.third-decor {
    width: 200px;
  }

  .social-responsibility-hero__img.fourth-decor {
    width: 240px;
  }
}

@media (max-width: 640px) {
  .social-responsibility-hero__img.fourth-decor {
    width: 210px;
    right: 10px;
  }

  .social-responsibility-hero__img.third-decor {
    left: 20px;
  }
}

@media (max-width: 480px) {
  .social-responsibility-hero__img.fourth-decor {
    width: 170px;
    right: -10px;
  }

  .social-responsibility-hero__img.third-decor {
    width: 160px;
    left: -10px;
  }
}

.social-responsibility {
  padding: 100px 0;
}

.social-responsibility__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 35px;
}

.social-responsibility__title {
  font-size: 66px;
  margin: 0;
  line-height: 1.2;
}

.social-responsibility__text {
  max-width: 373px;
  margin-bottom: 0;
  color: #525559;
  font-size: 18px;
  line-height: 1.2;
}

.social-responsibility__tags {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.social-responsibility__tag {
  min-width: 242px;
  display: flex;
}

.social-responsibility__btn {
  padding: 15px;
  text-align: center;
  color: #42ae47;
  border: 1px solid #42ae47;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 4px;
  background-color: transparent;
  width: 100%;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.social-responsibility__btn.active {
  background-color: #42ae47;
  color: #fff;
}

@media (hover:hover) {
  .social-responsibility__btn:hover {
    background-color: #42ae47;
    color: #fff;
  }
}

.social-responsibility__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.social-responsibility__item {
  max-width: 339px;
  width: 100%;
}

.social-responsibility__item-link {
  display: block;
  margin-bottom: 10px;
}

.social-responsibility__img {
  height: 258px;
  border-radius: 4px;
  object-fit: cover;
}

.social-responsibility__date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}

.social-responsibility__date span {
  font-size: 14px;
  line-height: 1.5;
  color: #525559;
}

.social-responsibility__item-title {
  margin-bottom: 6px;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.3;
}

.social-responsibility__descr {
  font-size: 14px;
  line-height: 1.3;
}

.social-responsibility__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.social-responsibility__pagination-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef1f6;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1300px) {
  .social-responsibility__title {
    font-size: 58px;
  }
}

@media (max-width: 1250px) {
  .social-responsibility__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .social-responsibility__item {
    max-width: 100%;
  }

  .social-responsibility__img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .social-responsibility {
    padding: 75px 0;
  }

  .social-responsibility__title {
    font-size: 48px;
  }
}

@media (max-width: 860px) {
  .social-responsibility__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-responsibility__title {
    font-size: 36px;
  }

  .social-responsibility__tags {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

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

@media (max-width: 768px) {
  .social-responsibility {
    padding: 50px 0;
  }

  .social-responsibility__title {
    font-size: 28px;
  }

  .social-responsibility__box {
    gap: 5px 15px;
    margin-bottom: 20px;
  }

  .social-responsibility__tags {
    margin-bottom: 25px;
  }
}

@media (max-width: 560px) {
  .social-responsibility__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project {
  padding: 100px 0;
}

.project__inner {
  display: flex;
  gap: 50px;
  align-items: start;
}

.project__info {
  max-width: 1004px;
  width: 100%;
}

.project__main-img {
  border-radius: 5px;
  margin-bottom: 20px;
  max-height: 517px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 1004px;
}

.project__info-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.project__info-date {
  line-height: 1.5;
  color: #525559;
}

.project__main-title {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
}

.project__text {
  margin-bottom: 20px;
  line-height: 1.3;
  color: #525559;
}

.project__title {
  margin-top: 37px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.3;
  display: block;
}

.project__list {
  margin-bottom: 37px;
}

.project__list .project__item {
  padding-left: 28px;
  line-height: 1.5;
  position: relative;
}

.project__list .project__item::before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4e5562;
  top: 11px;
  left: 13px;
}

.project__list .project__item:not(:last-child) {
  margin-bottom: 12px;
}

.project__slider {
  margin-bottom: 37px;
}

.blog-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-social__list {
  display: flex;
  gap: 8px;
}

.blog-social span {
  font-size: 14px;
  line-height: 1.42;
  color: #525559;
}

.blog-social__item {
  width: 40px;
  height: 40px;
}

.blog-social__link {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

.blog-social__link::before {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-social__link.blog-social__link--x::before {
  background-image: url('../images/project-x.svg');
}

.blog-social__link.blog-social__link--facebook::before {
  background-image: url('../images/project-facebook.svg');
}

.blog-social__link.blog-social__link--telegram::before {
  background-image: url('../images/project-telegram.svg');
}

.project__sidebar {
  background-color: #edf2ee;
  border-radius: 4px;
  padding: 20px;
  max-width: 394px;
}

.project__sidebar-title {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}

.project__sidebar-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.project__sidebar-list-item {
  /* max-width: 160px; */
  width: auto;
}

.project__sidebar-btn {
  width: 100%;
  background-color: #fff;
  border: 1px solid #42ae47;
  border-radius: 4px;
  color: #42ae47;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.project__sidebar-project {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
}

.project__sidebar-project-link {
  flex-shrink: 0;
}

.project__sidebar-project-img {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  object-fit: cover;
}

.project__sidebar-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.project__sidebar-date span {
  font-size: 14px;
  line-height: 1.5;
  color: #525559;
}

.project__sidebar-project-title {
  font-size: 16px;
  font: 700px;
  line-height: 1.3;
  color: #525559;
}

.blog {
  margin-bottom: 100px;
}

.blog__content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.blog__title {
  margin: 0;
  font-size: 56px;
  line-height: 1.2;
}

.blog__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px;
  min-width: 245px;
  background-color: #42ae47;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.blog__link i {
  display: flex;
  align-items: center;
}

.article-preview_body {
  display: flex;
  flex-direction: column;
}

.show-more-link {
  margin-top: auto;
}

@media (max-width: 992px) {
  .blog {
    margin-bottom: 75px;
  }

  .blog__title {
    font-size: 48px;
  }
}

@media (max-width: 860px) {
  .blog__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .blog__title {
    font-size: 28px;
  }

  .blog {
    margin-bottom: 50px;
  }
}

.revista {
  padding: 100px 0;
}

.revista__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.revista__inner .magazine-main {
  max-width: 100%;
}

@media (max-width: 992px) {
  .revista {
    padding: 75px 0;
  }
}

@media (max-width: 768px) {
  .revista {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .magazine-main {
    width: 100%;
  }
}