:root {
  --black: black;
  --black-2: #28282a;
  --chocolate: #f36900;
  --white: white;
  --white-smoke: #e9e9ea;
  --yellow-green: #aacf5f;
  --yellow-green-2: #8fb745;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

h1 {
  color: var(--black);
  letter-spacing: .05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.div-block {
  background-color: #000;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  border: 1px solid #000;
  flex: 0 25%;
  order: 3;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2._1 {
  order: 1;
}

.banner {
  background-color: #f36900;
  border: 1px #000;
  flex: 0 100%;
  order: 1;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.body {
  font-family: Montserrat, sans-serif;
}

.h-44-50 {
  color: var(--black);
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.h2-headliner-m {
  font-weight: 600;
  line-height: 80px;
}

.h-40-50 {
  color: var(--black-2);
  letter-spacing: .05em;
  margin-top: 27px;
  margin-left: 0;
  margin-right: auto;
  font-family: Syne, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.h-40-50.h1 {
  margin-left: auto;
  margin-right: auto;
}

.h-40-50.h1.popup-h {
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 18px;
}

.h-40-50.h1.popup-h._2 {
  margin-bottom: 2px;
}

.h-40-50.h1.line-h {
  margin-top: 0;
  margin-bottom: 12px;
}

.h-40-50.h1.line-h._2 {
  margin-bottom: 38px;
}

.h-40-50.h1.lefter {
  margin-top: 58px;
  margin-bottom: 47px;
  margin-left: 0;
}

.h-40-50.h1.lefter.cont {
  margin-bottom: -15px;
}

.h-40-50.cc-padding-top-0 {
  color: #28282a;
  margin-top: 0;
}

.h-25-40 {
  color: var(--black);
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
}

.h-25-40.cc-padding-top-18 {
  color: #28282a;
  margin-top: 18px;
}

.h-24-40 {
  color: var(--black);
  font-size: 24px;
  line-height: 40px;
}

.p-16-20 {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.p-16-20-0-05 {
  color: var(--black);
  letter-spacing: .05em;
  font-size: 16px;
  font-weight: 600;
}

.p-16-20-0-05.forma-p {
  color: #919b96;
  margin-top: 14px;
  margin-bottom: 16px;
}

.p-16-20-0-05.forma-p._2 {
  margin-top: 8px;
  margin-bottom: 6px;
}

.p-14-20 {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
}

.p-14-20.filter-counder-text {
  color: #919b96;
  line-height: 40px;
}

.p-14-25 {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.p-14-25.popups {
  color: #919b96;
  text-transform: lowercase;
}

.p-14-17-0-05 {
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.p-13-40 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
}

.p-13-20 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.p-10-12 {
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.p-10-25-it {
  color: #bfbfbf;
  letter-spacing: 0;
  text-transform: none;
  font-size: 10px;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
}

.p-10-25-it.cc-upercase {
  text-transform: uppercase;
}

.p-10-25-it.cc-upercase._2 {
  margin-bottom: 21px;
}

.p-10-26 {
  color: var(--black);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e6e6e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.content-wrapper {
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.content-wrapper.home-page {
  width: 100%;
}

.content-wrapper._404page {
  background-color: #f2efea;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-acent {
  background-color: var(--chocolate);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px solid #e9e9ea;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 77px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.top-filters-line {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1201px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.prod-wrapper {
  border-top: 1px none var(--white-smoke);
  flex-wrap: wrap;
  flex: none;
  align-content: flex-start;
  margin-top: 29.5px;
  display: flex;
}

.splide__slide {
  text-align: center;
  border-top: 1px solid #e9e9ea;
  border-bottom: 1px solid #e9e9ea;
  flex-direction: column;
  flex: none;
  order: 2;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  min-height: 200px;
  margin-bottom: -.5px;
  padding: 17px 30px 20px;
  display: flex;
  position: relative;
}

.splide__slide.cats {
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 0;
  padding: 0 10px;
}

.card-top {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.place-logo {
  background-color: #28282a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  min-height: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.place-logo.in-pops {
  position: absolute;
  left: auto;
  right: 0;
}

.plae-logo-img {
  height: 50px;
}

.card-main-img {
  flex: none;
  width: 300px;
  max-width: 100%;
  height: 300px;
  min-height: 175px;
  max-height: 300px;
  margin-top: 15px;
  position: relative;
}

.image {
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  left: auto;
  right: auto;
}

.card-cats {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 15px;
  display: flex;
}

.card-link-line {
  color: #8bb03d;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px #8bb03d;
  font-family: Syne, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.card-link-line.no-barba {
  border-bottom-style: solid;
}

.card-link-line.dontm {
  display: flex;
}

.card-buttons {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.link-card {
  color: var(--black-2);
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e9e9ea;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.css {
  display: none;
}

.l-dash {
  border-left: 1px dashed #e9e9ea;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0%;
  right: auto;
}

.link {
  border-bottom: 1px none var(--white);
  color: var(--white);
  text-decoration: underline;
}

.link.no-barba {
  transition: all .2s;
}

.link.no-barba:hover {
  opacity: .8;
}

.link.no-barba:focus {
  opacity: .5;
}

.header {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navlink {
  color: var(--black-2);
  text-transform: lowercase;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.navlink.w--current {
  color: #8bb03d;
}

.navlink.no-barba {
  transition: all .2s;
}

.navlink.no-barba:hover {
  color: #aacf5f;
}

.socpc {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.socpc.footer-soc {
  justify-content: center;
}

.soc-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-left: 20px;
  display: flex;
}

.image-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tab-cat-filer {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.top-tab-filer {
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.filer-link {
  color: var(--black-2);
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e9e9ea;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  min-height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 15px;
  padding: 7px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.filer-link:hover {
  border-color: #8bb03d;
}

.filer-link.inder-filter {
  min-width: 60px;
  margin-right: 10px;
  padding-left: 14px;
  padding-right: 14px;
}

.filer-link.active {
  background-color: var(--yellow-green);
  border-style: none;
}

.filer-link.paginate-link {
  margin-top: 20px;
  margin-bottom: 40px;
}

.filer-link.dont-miss {
  color: #b57baf;
  border-color: #b57baf;
}

.filer-link.dont-miss:hover {
  background-color: #f2e4ee;
}

.filer-link.dont-miss:focus {
  color: var(--white);
  background-color: #b57baf;
}

.bottom-tab-filter-container.none {
  display: none;
}

.filter-tab-cont {
  flex: none;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.left-filters {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.top-left-filters {
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.top-in-left-f {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}

.filters {
  margin-bottom: 0;
}

.select-field {
  background-color: var(--white);
  color: var(--black-2);
  background-image: url('../images/20.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e9e9ea;
  border-radius: 10px;
  flex: 1;
  align-items: center;
  min-width: 150px;
  min-height: 40px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 0 15px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.zip-field {
  border: 1px solid var(--white-smoke);
  background-image: url('../images/search.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 10px;
  flex: 1;
  min-width: 220px;
  min-height: 40px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 40px;
}

.zip-field:focus {
  border-color: #bfbfbf;
}

.zip-field:focus-visible {
  border-color: #bfbfbf;
}

.zip-field[data-wf-focus-visible] {
  border-color: #bfbfbf;
}

.cms_pagination {
  justify-content: center;
  align-items: center;
  display: flex;
}

.load-more {
  color: var(--black-2);
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #e9e9ea;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 40px;
  margin: 20px 15px 40px 0;
  padding: 7px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.load-more.inder-filter {
  min-width: 60px;
  margin-right: 10px;
  padding-left: 14px;
  padding-right: 14px;
}

.load-more.active {
  background-color: var(--yellow-green);
}

.banner-container {
  max-width: 1180px;
  margin: 102px auto 89px;
  position: relative;
}

.banner-bg {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.banner-row {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.banner-col {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.banner-col.right {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  margin-bottom: 100px;
  padding-right: 150px;
}

.image-3 {
  max-width: 284px;
}

.p-25-40 {
  color: #28282a;
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
}

.p-25-40.post-form {
  margin-top: 0;
  margin-bottom: 24px;
}

.cta-button {
  color: var(--black-2);
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #e9e9ea;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 15px;
  padding: 7px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.cta-button.inder-filter {
  min-width: 60px;
  margin-right: 10px;
  padding-left: 14px;
  padding-right: 14px;
}

.cta-button.active {
  background-color: var(--yellow-green);
  letter-spacing: .05em;
  border-style: none;
  min-width: 340px;
  min-height: 60px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}

.cta-button.active.no-barba {
  transition: all .2s;
}

.cta-button.active.no-barba:hover {
  background-color: #8bb03d;
}

.cta-button.active.no-barba.lg-app {
  background-color: rgba(170, 207, 95, 0);
  width: auto;
  min-width: auto;
  height: 55px;
  min-height: 0;
  margin-right: 20px;
  padding: 0;
}

.popup {
  z-index: 1000;
  opacity: 0;
  background-color: rgba(40, 40, 42, .6);
  justify-content: flex-end;
  height: 100vh;
  transition: opacity .2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.popup-in {
  background-color: #f2efea;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 950px;
  height: 100vh;
  padding-top: 32px;
  padding-bottom: 63px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.popup-top-spleet {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.back-btn {
  color: #919b96;
  flex: none;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.ico-30 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.ico-30._2 {
  margin-right: 0;
}

.close-btn {
  color: #919b96;
  flex: none;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.top-pop {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.top-pop._2 {
  width: 100%;
  max-width: 700px;
  position: relative;
}

.container-pop {
  border-top: 1px solid rgba(191, 191, 191, .4);
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  padding: 30px 0 30px 30px;
  display: flex;
}

.container-pop.spleet {
  justify-content: space-between;
}

.popup-logo-mom {
  background-color: var(--white);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.popup-info {
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.popup-info.texts {
  max-width: 460px;
}

.popup-info.vertical {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-5 {
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  display: flex;
}

.left-content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 340px;
  display: flex;
}

.cont-line {
  flex-wrap: nowrap;
  flex: none;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.cont-line.link {
  color: var(--chocolate);
  font-weight: 600;
  text-decoration: none;
}

.cont-line.link.fb-link {
  margin-bottom: 0;
}

.ico-20 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.ico-20._2 {
  margin-right: 0;
}

.ico-20._3 {
  margin-left: 20px;
  margin-right: 0;
}

.p-14-20.cc-lower, .p-14-20-links.cc-lower {
  text-transform: lowercase;
}

.soc-vert {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  opacity: 0;
  transform-origin: 50% 100%;
  background-color: #f2efea;
  border: 1px solid rgba(191, 191, 191, .4);
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  margin-top: -20px;
  padding: 10px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 0%;
  transform: scale(0);
}

.popup-soc-link {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-6.fws {
  flex: 1;
  padding-top: 0;
}

.share-btn {
  flex-wrap: nowrap;
  flex: none;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.share-btn.link {
  color: #28282a;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: 10px;
  display: flex;
}

.popup-map {
  flex: none;
  width: 100%;
  max-width: 410px;
  margin-right: 45px;
}

.pop-up-rech {
  color: #919b96;
  margin-top: -20px;
  padding-top: 0;
  font-weight: 600;
  line-height: 25px;
}

.pop-up-rech strong {
  color: #28282a;
  text-transform: lowercase;
  margin-top: 13px;
  line-height: 20px;
  display: inline-block;
}

.pop-up-rech p {
  margin-top: 7px;
  margin-bottom: 0;
}

.pop-up-rech._2 {
  margin-top: 0;
}

.pop-up-rech-about {
  color: #919b96;
  margin-top: 0;
  padding-top: 0;
  font-weight: 600;
  line-height: 25px;
}

.pop-up-rech-about strong {
  color: #28282a;
  text-transform: lowercase;
  margin-top: 13px;
  line-height: 20px;
  display: inline-block;
}

.pop-up-rech-about p {
  color: #28282a;
  margin-top: 0;
  margin-bottom: 0;
}

.barba-container {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.popup-imger {
  background-color: var(--white);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 175px;
  height: auto;
  margin-right: 40px;
  display: flex;
  overflow: visible;
}

.orange-link {
  color: var(--chocolate);
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.orange-link:hover {
  color: #ffa042;
}

.div-block-9 {
  position: relative;
}

.section {
  border-bottom: 1px solid #e9e9ea;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  margin-top: 62px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.link-on-cat {
  color: var(--chocolate);
  letter-spacing: .05em;
  flex: none;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-on-cat.no-barba {
  transition: all .2s;
}

.link-on-cat.no-barba:hover {
  color: #ffa042;
}

.link-on-cat.no-barba:focus {
  color: #c55601;
}

.splide.s1, .splide.s2, .splide.s3, .splide.s4, .splide.s0 {
  width: 100%;
}

.splide.s00 {
  width: auto;
}

.splide.s9, .splide__track {
  width: 100%;
}

.splide__list {
  border-top: 1px none var(--white-smoke);
  flex-wrap: nowrap;
  flex: none;
  align-content: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.splide__list.cats-row {
  grid-column-gap: 0px;
  border-top-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-4 {
  max-width: 270px;
}

.footer {
  border: 1px solid #e9e9ea;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  width: 100%;
  min-height: 125px;
  margin-top: auto;
  display: flex;
}

.footer-container {
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  display: flex;
}

.top-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.footer-brand {
  flex: none;
}

.footer-brand.no-barba {
  margin-top: -7px;
}

.footer-menu {
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 60%;
  height: 55px;
  display: flex;
}

.footer-link {
  color: #323232;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #aacf5f;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 10px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: flex;
}

.footer-link.no-barba {
  margin-left: auto;
  transition: all .2s;
}

.footer-link.no-barba:hover {
  background-color: #8bb03d;
}

.spleet-footer {
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.link-2 {
  color: #919b96;
  font-weight: 600;
  text-decoration: none;
}

.text-span {
  color: #8bb03d;
}

.text-block {
  color: #919b96;
  font-weight: 600;
}

.text-block.no-pc {
  align-items: center;
  height: 50px;
  display: flex;
}

.text-block.no-mob {
  display: none;
}

.secrion-row {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1421px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 57px;
  display: flex;
  overflow: hidden;
}

.cats-row {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.link-cat {
  color: #b14c00;
  text-align: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-cat.no-barba {
  width: 100%;
  transition: all .2s;
}

.link-cat.no-barba:hover {
  color: #f36900;
}

.img-cat {
  width: 100%;
  margin-bottom: 25px;
}

.section-map {
  background-color: #f2efea;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-top: 57px;
  padding-bottom: 130px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 48px;
  display: flex;
}

.check-btn {
  color: #28282a;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #f36900;
  border-radius: 100px;
  min-width: 100px;
  height: 60px;
  margin-left: 10px;
  padding: 0;
  font-weight: 600;
  line-height: 60px;
  transition: all .2s;
}

.check-btn:hover {
  background-color: #ffa042;
}

.search-input {
  background-color: var(--white);
  color: #bfbfbf;
  letter-spacing: .05em;
  border-radius: 10px;
  flex: none;
  width: 350px;
  min-width: 350px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

.search-input:focus {
  border: 1px solid #bfbfbf;
}

.map-block {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.div-block-10 {
  border: 1px #000;
  flex-direction: column;
  flex: none;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.map-liner {
  background-color: var(--black);
  flex: none;
  width: 100%;
  height: 1px;
}

.link-3 {
  color: #28282a;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 80px;
  text-decoration: none;
}

.div-block-11 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  transform: none;
}

.html-embed {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.top-w, .top-w.s1, .top-w.s2, .top-w.s3, .top-w.s4 {
  width: 100%;
}

.start-sectiob {
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.start-sectiob._404page {
  height: 100%;
}

.logom {
  width: 100%;
  margin-top: -77px;
  position: relative;
}

.translogo {
  z-index: 99999;
  border: 5px none var(--yellow-green);
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 248.71px;
  height: 100%;
  min-height: 77px;
  display: flex;
}

.brand {
  width: 198px;
  min-width: 198px;
}

.image-6 {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
}

.image-6.abs {
  width: 60%;
  margin-top: 2%;
  position: absolute;
}

.image-6.old {
  opacity: 0;
}

.div-block-14 {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-15 {
  height: 100vh;
}

.hidden-section {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.image-7 {
  width: 20%;
  max-width: 364px;
  position: absolute;
  bottom: 30px;
  left: -65px;
}

.image-7.no-pc {
  display: none;
}

.image-8 {
  width: 20%;
  max-width: 364px;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: -100px;
}

.image-8.no-pc {
  display: none;
}

.div-block-16 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 500px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-17 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hidden-text {
  color: #aacf5f;
  text-align: center;
  flex: none;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  transform: translate(0, 150%);
}

.text-block-2 {
  color: var(--yellow-green-2);
  padding-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  position: absolute;
  top: 100%;
}

.div-block-18 {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-colser {
  flex: 1;
  width: 100%;
  display: flex;
}

.div-block-19 {
  border-right: 1px #000;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42.36%;
  min-height: 300px;
  display: flex;
}

.div-block-20 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 105px;
  padding-left: 25px;
  padding-right: 130px;
  display: flex;
}

.div-block-20.plc {
  flex: none;
  align-items: flex-start;
  width: 57.64%;
}

.image-9 {
  width: 100%;
  margin-bottom: 20px;
}

.image-10 {
  width: 80%;
  max-width: 420px;
  margin-top: 176px;
}

.image-10.cont {
  max-width: 401px;
  margin-top: 144px;
}

.p-bloque {
  color: #28282a;
  margin-top: 31px;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-21 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.form-block {
  width: 100%;
  margin-top: 39px;
  margin-bottom: 0;
}

.text-field {
  color: #28282a;
  background-color: #fff;
  border: 1px solid #e9e9ea;
  border-radius: 10px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 0 20px;
  font-weight: 600;
  line-height: 60px;
}

.text-field:focus {
  border-color: #bfbfbf;
}

.text-field:focus-visible {
  border-color: #bfbfbf;
}

.text-field[data-wf-focus-visible] {
  border-color: #bfbfbf;
}

.text-field::placeholder {
  color: #919b96;
}

.text-field.textarea {
  min-height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.text-field.textarea.post-area {
  white-space: pre-wrap;
  min-height: 110px;
  padding-top: 17px;
  padding-bottom: 18px;
  padding-right: 20px;
  line-height: 25px;
}

.text-field.textarea.post-area::placeholder {
  color: #919b96;
}

.text-field.textarea.post-area.about-promo {
  margin-top: 20px;
}

.text-field.zip-f {
  margin-right: 15px;
}

.text-field._2 {
  flex: 1;
  margin-bottom: 0;
}

.text-field._2.zip-f {
  flex: none;
  max-width: 175px;
  margin-bottom: 0;
  margin-right: 0;
}

.text-field._2.phone-f {
  max-width: 240px;
  margin-right: 15px;
}

.text-field.cont {
  margin-bottom: 20px;
}

.submit-btn {
  color: var(--black-2);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #f36900;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.submit-btn:hover {
  background-color: #ffa042;
}

.submit-btn.submit-btn--disabled {
  cursor: not-allowed;
  background-color: #bfbfbf;
}

.steps-line {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 37px;
  margin-bottom: 26px;
  display: flex;
}

.step-counter {
  color: #bfbfbf;
  letter-spacing: .05em;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.step-counter.active-step {
  color: #28282a;
}

.stap-line {
  background-color: #bfbfbf;
  flex: 1;
  height: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.step-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-4 {
  background-color: var(--yellow-green);
  color: #323232;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-4._3stape {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-22 {
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-23 {
  width: 100%;
  margin-bottom: 9px;
  position: relative;
}

.area-cinter {
  z-index: 2;
  color: #919b96;
  padding-bottom: 8px;
  padding-right: 15px;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 0%;
}

.filter-button {
  align-items: center;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
}

.filter-label {
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #e9e9ea;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  min-height: 40px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.filter-radio {
  display: none;
}

.radio-button-field {
  padding-left: 0;
}

.specials-list {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  display: flex;
}

.filter-name {
  margin-bottom: 0;
  font-weight: 600;
}

.specials-wrapper {
  width: 100%;
}

.districts-select, .special-district, .special-zip {
  display: none;
}

.success-message {
  background-color: var(--yellow-green);
  border-radius: 20px;
}

.error-message {
  border-radius: 20px;
}

.file-input-container {
  align-items: center;
  display: flex;
}

.text-block-3 {
  display: none;
}

.cms {
  flex: none;
  order: 1;
  display: flex;
}

.collection-list {
  flex: none;
  display: flex;
}

.collection-list.splide__track {
  flex: none;
  width: auto;
}

.collection-item {
  display: flex;
}

.collection-item.splide__list {
  width: auto;
}

.collection-item.splide__slide {
  cursor: grab;
  min-height: 180px;
  padding: 0 30px;
}

.splide__slide-in {
  text-align: center;
  cursor: grab;
  border-top: 1px #e9e9ea;
  border-bottom: 1px #e9e9ea;
  flex-direction: column;
  flex: 1;
  order: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 180px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: static;
}

.image-11 {
  border-radius: 10px;
}

.div-block-24 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-25 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.menu-btn, .mob-menu-mom, .logo-mob {
  display: none;
}

.flags-mom {
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-27 {
  z-index: 3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

._404-h1 {
  color: #aacf5f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 177px;
  font-weight: 400;
  line-height: 216px;
}

.text-block-4 {
  color: var(--yellow-green-2);
  margin-bottom: 33px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.button {
  color: var(--black-2);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #f36900;
  border-radius: 30px;
  padding: 0 38px;
  font-weight: 600;
  line-height: 60px;
  transition: all .2s;
}

.button:hover {
  background-color: #ffa042;
}

.img404 {
  margin-top: 94%;
  position: absolute;
  left: auto;
  right: 121%;
}

.img404._2 {
  margin-top: 151px;
  left: 131%;
}

.html-embed-2 {
  align-items: center;
  display: flex;
}

.anim-trigger {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-14 {
  min-width: 198px;
  height: 55px;
}

.map-districts, .map-districts-list, .map-districts-item {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.svg-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-15 {
  display: none;
}

.img-dot-miss {
  z-index: 2;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.none, .dont-miss {
  display: none;
}

.div-block-28 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.error-msg {
  color: #bd4545;
  text-transform: lowercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}

.field {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.field.zip {
  max-width: 175px;
}

.field.state {
  margin-left: 15px;
}

.field.phone {
  max-width: 240px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich {
  width: 100%;
}

.rich p {
  color: #28282a;
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.rich a {
  color: var(--chocolate);
  text-decoration: none;
}

.rich li {
  color: #28282a;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-5 {
  opacity: .5;
  color: #28282a;
  margin-bottom: 47px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.image-16 {
  width: auto;
  height: 100%;
  min-height: auto;
}

.div-block-30 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .select-field {
    min-width: 340px;
  }

  .zip-field {
    min-width: 220px;
  }

  .top-footer {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-brand.no-barba {
    margin-top: -16px;
  }

  .footer-menu {
    justify-content: center;
    min-width: auto;
  }

  .spleet-footer {
    justify-content: space-between;
  }

  .text-block.no-pc {
    display: none;
  }

  .text-block.no-mob {
    display: flex;
  }

  .div-block-20 {
    align-items: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .h-40-50.cc-padding-top-0 {
    font-size: 30px;
    line-height: 40px;
  }

  .navbar.home-nav {
    top: -2px;
  }

  .cta-button.active.no-barba.lg-app {
    height: 52px;
  }

  .top-footer {
    justify-content: space-between;
  }

  .footer-link.no-barba {
    margin-left: 0;
  }

  .map-block {
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .splide__slide {
    width: 16.6667%;
  }

  .footer-container {
    max-width: 1600px;
  }

  .section-colser {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20 {
    max-width: 700px;
    padding-right: 0;
  }

  .collection-item.splide__slide.top-slides {
    width: 10%;
    max-width: 15.3%;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    overflow: hidden;
  }

  .h-40-50.h1 {
    margin-top: 33px;
  }

  .h-40-50.h1.line-h._2 {
    text-align: center;
    max-width: 740px;
  }

  .p-14-25 {
    line-height: 20px;
  }

  .top-acent {
    z-index: 11;
    min-height: 35px;
    position: relative;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    min-height: 67px;
  }

  .navbar.no-home {
    background-color: var(--white);
    border-bottom-style: solid;
  }

  .splide__slide {
    width: 50%;
  }

  .card-cats {
    flex-flow: column;
    align-content: flex-start;
    display: flex;
  }

  .card-link-line.no-barba {
    flex: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    z-index: 2;
    position: relative;
  }

  .navlink.no-barba {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 24px;
  }

  .navlink.no-barba:hover {
    color: var(--chocolate);
  }

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

  .socpc {
    display: none;
  }

  .socpc.footer-soc {
    justify-content: center;
    margin-top: 57px;
    margin-bottom: 34px;
    display: flex;
  }

  .soc-link.no-barba {
    margin-left: 25px;
    margin-right: 25px;
  }

  .div-block-4 {
    justify-content: center;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .tab-cat-filer {
    align-items: center;
    margin-bottom: 25px;
  }

  .filer-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .top-left-filters {
    align-items: center;
  }

  .top-filters-line {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 7px;
  }

  .select-field, .zip-field {
    min-width: 265px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner-container {
    justify-content: center;
    align-items: center;
    margin-top: 61px;
    margin-bottom: 45px;
    display: flex;
  }

  .banner-bg {
    width: auto;
    max-width: none;
    height: 442px;
    margin-left: auto;
    margin-right: auto;
    top: 15px;
    bottom: auto;
    left: -113px;
    right: 0;
  }

  .banner-col.right {
    flex: 1;
    padding-right: 32px;
  }

  .cta-button.active.no-barba {
    font-weight: 700;
  }

  .popup {
    height: auto;
  }

  .container-pop.card {
    flex-direction: column;
  }

  .popup-map {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .splide__list.cats-row {
    display: flex;
  }

  .footer-container {
    padding: 23px 15px 35px;
  }

  .top-footer {
    flex-direction: column;
    display: flex;
  }

  .footer-brand.no-barba {
    margin-top: 0;
  }

  .footer-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: auto;
    margin-top: 34px;
    display: flex;
  }

  .footer-link.no-barba {
    width: 100%;
    font-weight: 700;
  }

  .spleet-footer {
    justify-content: center;
  }

  .text-block.no-pc {
    display: flex;
  }

  .text-block.no-mob {
    display: none;
  }

  .search-input {
    border: 1px #000;
  }

  .map-block {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-10 {
    margin-left: auto;
  }

  .div-block-11 {
    flex: none;
    order: -1;
    width: 50%;
  }

  .start-sectiob._404page {
    overflow: hidden;
  }

  .logom {
    opacity: 0;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .translogo, .div-block-13 {
    display: none;
  }

  .hidden-section {
    background-image: url('../images/bckg_orange.png');
    background-position: 50% 0;
    background-size: auto 420px;
    min-height: 420px;
    margin-top: -67px;
    position: relative;
  }

  .image-7 {
    width: 25%;
    left: -35px;
  }

  .image-7.no-pc {
    display: block;
  }

  .image-7.no-mob {
    display: none;
  }

  .image-8 {
    width: 25%;
    right: -25px;
  }

  .image-8.no-pc {
    display: block;
  }

  .image-8.no-mob {
    display: none;
  }

  .hidden-text {
    color: var(--black-2);
    font-size: 50px;
    line-height: 60px;
    transform: none;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-20 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-20.plc {
    width: 100%;
  }

  .div-block-21 {
    max-width: none;
  }

  .text-field.textarea.post-area {
    white-space: pre-wrap;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .text-field._2.zip-f {
    max-width: none;
  }

  .text-field._2.phone-f {
    max-width: none;
    margin-right: 0;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .div-block-25 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .top-hed {
    display: none;
  }

  .menu-btn {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: -10px;
    padding: 15px;
    display: block;
  }

  .b-line {
    background-color: #28282a;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 3px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .mob-menu-mom {
    background-color: #aacf5f;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 100px;
    transition: all .2s;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(0, -100%);
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-pc {
    display: none;
  }

  .logo-mob {
    display: block;
  }

  .img404 {
    margin-top: 144%;
    right: 109%;
  }

  .img404._2 {
    left: 118%;
  }

  .image-14 {
    height: auto;
  }

  .field.zip {
    max-width: none;
  }

  .field.state {
    margin-left: 0;
  }

  .field.phone {
    max-width: none;
  }

  .div-block-30 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    background-image: url('../images/mbl.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .place-logo.in-pops {
    right: 16px;
  }

  .banner-bg {
    display: none;
  }

  .banner-row {
    flex-direction: column;
  }

  .banner-col.right {
    width: 100%;
    padding-top: 37px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-pop._2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-container {
    margin-left: 0;
    margin-right: 0;
  }

  .top-footer {
    flex: none;
  }

  .footer-link.no-barba {
    margin-left: 0;
  }

  .search {
    z-index: 2;
    margin-bottom: 24px;
    position: relative;
  }

  .map-block {
    z-index: 1;
  }

  .div-block-10 {
    max-width: none;
    margin-left: 0;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-block-20 {
    flex: none;
    width: 100%;
  }

  .map-districts-list {
    transform: scale(1.1);
  }

  .image-15 {
    opacity: 0;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    background-image: url('../images/mbl.svg');
    background-position: 50%;
    background-size: cover;
  }

  .h-40-50.h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .h-40-50.h1.popup-h {
    min-height: 50px;
    margin-bottom: 9px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .h-40-50.h1.popup-h._2 {
    flex: none;
  }

  .h-40-50.h1.line-h {
    font-size: 25px;
    line-height: 30px;
  }

  .h-40-50.h1.line-h._2 {
    margin-bottom: 23px;
    font-size: 25px;
    line-height: 30px;
  }

  .h-40-50.h1.lefter {
    margin: 16px auto 20px;
  }

  .h-40-50.h1.lefter.cont {
    text-align: center;
    margin-bottom: 23px;
  }

  .h-40-50.h1.lefter.plc {
    margin-left: 0;
  }

  .h-40-50.cc-padding-top-0 {
    font-size: 25px;
    line-height: 30px;
  }

  .h-25-40.cc-padding-top-18 {
    margin-top: 6px;
    font-size: 20px;
    line-height: 30px;
  }

  .p-14-25.spec-page {
    font-size: 13px;
  }

  .p-10-25-it.cc-upercase {
    flex: none;
  }

  .top-acent {
    min-height: 50px;
    line-height: 15px;
  }

  .splide__slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .place-logo {
    height: 40px;
    min-height: 40px;
  }

  .place-logo.in-pops {
    flex: none;
    margin-top: 15px;
    margin-left: 100px;
    margin-right: 100px;
    position: static;
  }

  .plae-logo-img {
    height: 40px;
  }

  .card-main-img.spac-page {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 125px;
    min-height: 125px;
    display: flex;
  }

  .image {
    object-fit: fill;
    flex: none;
    width: auto;
    min-width: 125px;
    min-height: 125px;
    max-height: 195px;
  }

  .card-link-line.no-barba, .card-link-line.dontm {
    flex: none;
  }

  .card-buttons.spec-page {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: auto;
    padding-top: 6px;
  }

  .link-card.barbara.spec-page {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navlink.no-barba {
    padding-left: 0;
    padding-right: 0;
  }

  .socpc.footer-soc {
    width: 100%;
    margin-top: 45px;
  }

  .soc-link.no-barba {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-cat-filer {
    align-items: flex-start;
    width: 100%;
  }

  .tab-cat-filer.cmser {
    flex-direction: row;
    overflow: auto;
  }

  .filer-link {
    white-space: nowrap;
    min-width: auto;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-filters {
    align-items: stretch;
    width: 100%;
  }

  .top-in-left-f {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .select-field {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .zip-field {
    flex: none;
    font-weight: 600;
  }

  .banner-container {
    margin-top: 48px;
    margin-bottom: 0;
  }

  .banner-bg {
    display: none;
  }

  .banner-row {
    flex-direction: column;
  }

  .banner-col.right {
    flex: none;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    padding-top: 37px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-3 {
    max-width: 216px;
  }

  .p-25-40 {
    margin-top: 27px;
    font-size: 16px;
    line-height: 25px;
  }

  .cta-button.active.no-barba {
    min-width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .cta-button.active.no-barba.lg-app {
    background-color: var(--black);
    border-radius: 10px;
    width: 100%;
    height: 65px;
    margin-right: 0;
  }

  .popup-in {
    padding-top: 27px;
    padding-bottom: 10px;
  }

  .popup-top-spleet {
    margin-bottom: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-pop._2 {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .container-pop {
    border-top-style: none;
    border-bottom: 1px #000;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
  }

  .container-pop.spleet {
    border-top-style: solid;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-pop.spleet.spec {
    margin-bottom: 0;
  }

  .container-pop.card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-logo-mom {
    width: 95px;
    height: 95px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-info {
    border-top: 1px solid rgba(191, 191, 191, .4);
    border-bottom: 1px solid rgba(191, 191, 191, .4);
    width: 100%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-info.texts {
    border-top-style: none;
    border-bottom-style: none;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-info.vertical {
    border-top-style: none;
    border-bottom-style: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    padding-top: 30px;
  }

  .cont-line.speac {
    margin-bottom: 0;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .div-block-6.fws {
    border-top: 1px solid rgba(191, 191, 191, .4);
    width: 100%;
    padding: 30px 15px;
  }

  .share-btn.link {
    justify-content: space-between;
  }

  .div-block-7 {
    width: 40px;
  }

  .popup-map {
    border-radius: 10px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .popup-imger {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    width: 100%;
    padding-top: 30px;
  }

  .section {
    margin-top: 50px;
  }

  .footer-brand.no-barba {
    margin-bottom: 15px;
  }

  .footer-menu {
    align-items: flex-start;
    width: 100%;
    margin-top: 23px;
  }

  .spleet-footer {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .secrion-row {
    padding-top: 72px;
  }

  .section-map {
    margin-top: 60px;
    padding-top: 47px;
    padding-bottom: 64px;
  }

  .search-input {
    width: 235px;
    min-width: 235px;
  }

  .div-block-10 {
    max-width: none;
    margin-left: 0;
  }

  .link-3 {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
    font-size: 25px;
    line-height: 25px;
  }

  .div-block-11 {
    width: 100%;
  }

  .brand.no-barba {
    padding-left: 0;
  }

  .image-7 {
    width: 50%;
    bottom: 23px;
    left: -76px;
  }

  .image-8 {
    width: 50%;
    bottom: 20%;
    right: -126px;
  }

  .hidden-text {
    font-size: 30px;
    line-height: 40px;
  }

  .section-colser {
    width: 100%;
    position: relative;
  }

  .div-block-19.conts {
    align-items: flex-start;
    padding-left: 15px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-20 {
    flex: none;
    width: 100%;
    padding-bottom: 44px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-9 {
    margin-bottom: 0;
  }

  .image-10.cont {
    width: 75px;
    max-width: none;
    margin-top: 9px;
  }

  .p-bloque {
    margin-top: 13px;
    font-size: 30px;
    line-height: 35px;
  }

  .form-block {
    margin-top: 28px;
  }

  .text-field.textarea.post-area {
    min-height: 200px;
  }

  .steps-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .step-counter {
    font-size: 30px;
    line-height: 38px;
  }

  .filter-name {
    font-weight: 600;
  }

  .image-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-25 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mob-menu-mom {
    padding-top: 56px;
    padding-bottom: 56px;
    transform: translate(0, -100%);
  }

  .div-block-26 {
    padding-left: 50px;
    padding-right: 40px;
  }

  .collection-list-wrapper {
    width: 100%;
    overflow: auto;
  }

  .collection-list-wrapper.wrapperer {
    width: auto;
    overflow: visible;
  }

  .text-block-4 {
    text-align: center;
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
  }

  .image-12 {
    display: none;
  }

  .image-13 {
    width: 100%;
  }

  .image-15 {
    display: block;
  }

  .img-dot-miss {
    max-width: 65px;
    top: -55px;
    left: -35px;
  }

  .rich p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .rich li {
    font-size: 16px;
  }

  .rich h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .rich h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .image-16 {
    height: 55px;
  }

  .div-block-30 {
    width: 100%;
  }
}

#w-node-_6a22929d-a966-4761-2af1-8fcc10f021c5-e2c8cc20 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d63e148b-5d9f-582a-4804-bb80e2212904-e2c8cc20 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3a981005-d141-b15f-787a-9c058c3645b8-e2c8cc20 {
  grid-area: Area-5;
}

#w-node-_78526eb0-733f-b048-32c5-1275905d730e-e2c8cc20 {
  grid-area: Area-6;
}


