.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .3s ease;
}
.header--static:not(.header--hidden) {
  position: static;
}
.header--static.header--hidden {
  transition: 0s;
}
.header--scrolled:not(.header--mini) {
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #c5cacf;
  box-shadow: 0 0 1.25rem rgba(95, 108, 117, 0.2);
}
.header--no-shadow {
  box-shadow: none !important;
}
.header--opened {
  position: fixed;
  margin-left: 0;
  width: 100%;
  background: #ffffff;
}
.header--opened .header__container {
  max-height: 187.5rem;
}
.header--opened .header__container:before {
  opacity: .3;
}
.header--opened .header__container:after {
  height: 8.1666666667rem;
  transform: scaleY(1);
}
.header--hidden {
  transform: translateY(-100%);
}
.header__container {
  position: relative;
  z-index: 1;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  margin-right: 3rem;
}
.header__nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  transition: color .2s ease-in-out;
}
.header__nav-item {
  font-size: var(--fz-menu-items);
  line-height: 1.16;
  font-weight: 700;
  cursor: pointer;
}
.header__nav-item.has-children a.header__nav-link {
  width: auto;
  display: inline-block;
}
.header__nav-item:last-of-type {
  margin-right: 0;
}
.header__nav-item:hover .header__nav-link, .header__nav-item .header__nav-link:hover {
  margin-top: unset;
  margin-bottom: unset;
  color: #6c7982;
}
.header__nav-link {
  padding-top: 2.125rem;
  padding-right: 1.75rem;
  padding-bottom: 2.125rem;
  display: block;
}
.header__nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
}
.header__nav-link:hover:before {
  opacity: 1;
}
.header--opened .header__menu {
  pointer-events: initial;
}
.header--opened .header__nav {
  top: 1.875rem;
  transform: translateY(0);
}

.header__button {
  position: relative;
  padding: 0 !important;
  width: 2.25rem;
  height: 2.25rem;
}
.header__button .button__icon {
  stroke: #ffffff;
  width: 0.8125rem;
  height: 0.8125rem;
}
.header__button--active {
  --button-bg: #5f6c75;
}

.button-cart .button__icon {
  stroke: none;
}

.header__pickers {
  margin-right: 4.6875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s ease;
}

.awz-is-active {
  display: block !important;
}

.header__picker {
  margin-right: 2.375rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--fz-menu-items);
  font-weight: 700;
}
.header__picker-text {
  font-size: inherit;
  text-transform: uppercase;
}
.header__picker-icon {
  margin-right: 0.3125rem;
  max-width: 1rem;
  height: 1.25rem;
}
.header__picker:last-child {
  margin-right: 0;
}

.header__snacks {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all .3s ease;
}
.header__snacks--show {
  padding-top: 5rem;
  overflow: visible;
}

.header-snack {
  position: absolute;
  top: 0;
  padding: 1.25rem 1.75rem;
  width: 100%;
  min-height: 5rem;
  opacity: 0;
  pointer-events: none;
  color: #ffffff;
  background: #5f6c75;
  transition: all .3s ease;
}
.header-snack--visible {
  opacity: 1;
  pointer-events: initial;
}
.header-snack__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-snack__title {
  margin-right: 2rem;
  width: 100%;
  max-width: 35.625rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.header-snack__content {
  width: 44%;
}
.header-snack__language {
  margin-bottom: 0;
  justify-content: center;
  --chips-item-mb: 0;
}
.header-snack__close {
  --size: 2.5rem;
  position: relative;
  margin-left: auto;
  width: var(--size);
  height: var(--size);
}
.header-snack__close:before, .header-snack__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 0.125rem;
  display: block;
  background: #ffffff;
  transition: .3s;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-snack__close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.header-snack__select {
  max-width: 24.305vw;
  border: 0.0625rem solid #9fa7ac;
  border-radius: 1rem;
  --bg: transparent;
}

.header__nav-item-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -31;
  padding-top: 5.25rem;
  width: 100%;
  min-height: 32.3906074407rem;
  opacity: 0;
  text-transform: initial;
  pointer-events: none;
  background: #ffffff;
  box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.25);
  transform-origin: top;
  transition: all .65s .3s ease, opacity .3s .3s ease;
  cursor: default;
}
.header__nav-item-dropdown-content {
  padding: 2rem 127px 3.75rem;
  height: 100%;
  display: grid;
  justify-content: space-between;
  border-top: 1px solid rgba(108, 121, 130, 0.3);
  grid-template-areas: 'title button' 'cards cards';
  row-gap: 1.5rem;
}
.header__nav-item-dropdown-content--nav {
  display: flex;
  justify-content: center;
}
.header__nav-item-dropdown-content--nav .header__nav-catalog {
  width: 100%;
  justify-content: space-evenly;
}
.header__nav-item-dropdown-content--nav .nav__list {
  min-width: initial;
}
.header__nav-item-dropdown-heading {
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-item-dropdown-title {
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  color: #a1aeb3;
  grid-area: title;
}
.header__nav-item-dropdown-button {
  grid-area: button;
}
.header__nav-item-dropdown-cards {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.header__nav-item-dropdown.blog-card {
  background-color: #f0f3f5;
}
.header__nav-item-dropdown-card .blog-card__pic {
  height: 14.1361566215rem;
}
.header__nav-item-dropdown-card--single .blog-card__media {
  padding: 0;
  height: 14.1361566215rem;
}
.header__nav-item-dropdown-card--single .blog-card__info {
  padding: 0;
  max-width: 100%;
}
.header__nav-item-dropdown-card--single .blog-card__desc {
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
}
.header__nav-item-dropdown-card--single.blog-card {
  padding: 0;
  grid-template-columns: 465px 589px;
  justify-content: space-between;
  background-color: transparent;
  grid-area: cards;
}
.header__nav-item-dropdown-card .blog-card__info {
  padding: 1.25rem;
}
.header__nav-item-dropdown-card .blog-card__desc {
  font-size: .76rem;
}
.header__nav-item-dropdown-card .blog-card__button {
  margin-bottom: 0;
  padding: .66em 1.33em .83em;
  font-size: .76rem;
}

.header__nav-catalog {
  --nav-item-color: #000000;
  --nav-title-color: #a1aeb3;
  --title-bottom: 1rem;
  --item-bottom: 1rem;
  --item-fz: .875rem;
  justify-content: space-between;
}

.header__controls {
  position: relative;
  display: flex;
  gap: 0.3125rem;
  flex-direction: row;
  pointer-events: initial;
}

.header--mini {
  position: relative;
}
.header--mini .header__container {
  padding-top: 22px;
  padding-bottom: 22px;
}
.header--mini .header__pickers {
  margin-right: 0;
}
.header--mini .header__logo {
  margin-top: -3px;
  margin-left: 28px;
}

.header__button-back {
  padding: 0 .625rem;
  transition: all .3s ease;
}

.header__button-back-icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #000000;
  transition: all .3s ease;
}

.header__button-back:hover {
  background-color: #000000;
}

.header__button-back:hover .header__button-back-icon {
  fill: #ffffff;
}

.header__button-services {
  grid-area: button;
  justify-self: flex-end;
}

@media (min-width: 768px) {
  .header__nav-links {
    align-items: stretch;
  }

  .header__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__nav-item-dropdown-content {
    opacity: 0;
    transition: all .65s ease, opacity 1.8s ease;
  }

  .header__nav-links:hover .header__nav-item-dropdown {
    transform: scaleY(1) translateY(0);
    transition: all .65s ease, opacity .5s ease;
  }

  .header__nav-item-dropdown:hover, .header__nav-item:hover .header__nav-item-dropdown {
    opacity: 1;
    pointer-events: all;
    transition: all .65s ease, opacity 0s ease;
  }

  .header__nav-item-dropdown:hover .header__nav-item-dropdown-content,
  .header__nav-item:hover .header__nav-item-dropdown .header__nav-item-dropdown-content {
    opacity: 1;
    pointer-events: all;
    transition: all .65s ease, opacity 1.4s ease;
  }

  .header__nav-item-dropdown-cards .blog-card__media-compare {
    grid-template-rows: 14.1361566215rem;
  }

  .button-burger {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .header--scrolled .header__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .header__nav-item-dropdown {
    transform: translateY(-100vh);
  }
}
@media (min-width: 768px) {
  .header__nav-item-dropdown-content--nav {
    padding-right: 4.625rem;
  }
}
@media (max-width: 767px) {
  .header__picker {
    margin-right: 1rem;
  }

  .header__nav-item-dropdown-button {
    margin-left: auto;
    width: fit-content;
  }

  .header__nav-item-dropdown-card.blog-card {
    grid-template-columns: 1fr 1fr;
  }

  .header__nav-item-dropdown-card--single.blog-card {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .header__nav-link {
    margin-right: 0;
    padding-right: 18px;
  }

  .header__nav-item-dropdown-content {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .header__nav-item-dropdown-content--nav .nav__list {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .header__snacks--show {
    padding-top: 137px;
  }

  .header-snack {
    margin-bottom: 20px;
    padding-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
    height: 100%;
  }

  .header-snack__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-snack__title {
    margin-right: 0;
  }

  .header-snack__content {
    width: 100%;
  }

  .header-snack__language {
    width: 100%;
    max-width: 100%;
  }

  .header-snack__language .chips__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .header-snack__language .header-snack__title {
    max-width: 210px;
  }

  .header-snack__close {
    position: absolute;
    top: 4px;
    right: 13px;
  }

  .header__button {
    width: 40px;
    height: 40px;
    --size: 40px;
  }
}
@media (max-width: 767px) {
  .header__container {
    position: relative;
    padding: 15px 16px;
    height: 100%;
    max-height: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header__container:before {
    content: '';
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    display: block;
    opacity: 0;
    background: #5f6c75;
    transition: all .3s ease;
  }

  .header__menu {
    position: relative;
    margin-top: -33px;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    pointer-events: none;
  }

  .header__nav {
    position: relative;
    top: -25vh;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px 32px;
    width: calc(100% + 32px);
    height: calc(100vh - 128px);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: overlay;
    background: #f0f3f5;
    transform: translateY(-100vh);
    transition: all .3s ease;
  }

  .header__nav::-webkit-scrollbar {
    width: 1rem;
    background-color: #ffffff;
  }

  .header__nav::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 1rem;
  }

  .header__nav::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: .25rem solid #ffffff;
    border-radius: 1rem;
  }

  .header__nav::-webkit-scrollbar-button {
    display: none;
  }

  .header__nav-links {
    padding-top: 32px;
    width: inherit;
    flex-direction: column;
  }

  .header__nav-item {
    position: relative;
    margin-bottom: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 1.2142;
    background-color: #ffffff;
    border-radius: 6px;
  }

  .header__nav-link {
    margin-top: unset;
    margin-bottom: unset;
    padding: 16px 0 16px 16px;
    width: inherit;
  }

  .header__pickers {
    z-index: 2;
    margin-top: -45px;
    margin-right: auto;
    padding-bottom: 5px;
    order: -1;
  }

  .header:not(.header--opened) .header__pickers {
    opacity: 0;
    pointer-events: none;
  }

  .header .awz-autform-link-block {
    display: none;
  }

  .header__picker {
    font-size: 14px;
  }

  .header__nav-item-dropdown {
    position: static;
    padding-top: 0;
    min-height: initial;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    box-shadow: none;
  }

  .header__nav-item-dropdown-content {
    padding: 16px;
    border-top: none;
  }

  .header__nav-item-dropdown-content--nav {
    padding-right: 16px;
  }

  .header__nav-item-dropdown-content--nav .nav__list {
    max-width: 100%;
  }

  .header__nav-item-dropdown:hover, .header__nav-item:hover .header__nav-item-dropdown {
    pointer-events: initial;
  }

  .header__nav-item--mobile-open:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 13px;
    width: 20px;
    height: 20px;
    display: block;
    pointer-events: none;
    background-color: #000000;
    transform: rotate(180deg);
    transition: all .3s ease;
    -webkit-mask: url("/local/templates/main/assets/img/common/arrow-circle.svg");
    mask: url("/local/templates/main/assets/img/common/arrow-circle.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  .header__nav-link--opened:after {
    transform: rotate(0deg);
  }

  .header__nav-link--opened .header__nav-item-dropdown {
    max-height: 5000px;
    opacity: 1;
    pointer-events: initial;
    transform: scaleY(1);
  }

  .header__nav-item:not(.header__nav-item--mobile-open) .header__nav-item-dropdown {
    position: absolute;
    pointer-events: none;
  }

  .header__nav-item:not(.header__nav-item--mobile-open) .header__nav-link:hover ~ .header__nav-item-dropdown {
    max-height: 0;
  }

  .header__nav-catalog {
    display: block;
  }

  .header__controls {
    z-index: 2;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    order: -2;
    column-gap: 12px;
    row-gap: 27px;
  }

  .header:not(.header--opened) .header__button:nth-of-type(3),
  .header:not(.header--opened) .header__button:nth-of-type(4) {
    opacity: 0;
    pointer-events: none;
  }

  .header__auth {
    top: 115px;
  }
}
@media (max-width: 767px) {
  .header__snacks--show {
    padding-top: 137px;
  }

  .header-snack__title {
    max-width: 80.138vw;
  }

  .header-snack__language .header-snack__title {
    max-width: 70%;
  }

  .header-snack__select {
    max-width: 100%;
  }

  .header__nav-item-dropdown {
    border-radius: 0 0 12px 12px;
  }

  .header--mini .header__container {
    padding-left: 14px;
  }

  .header--mini .header__logo {
    height: 30px;
  }

  .header--mini .header__logo {
    display: none;
  }

  .header--mini ~ .main .page-heading {
    padding-top: 36px;
    border-top: none;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .header__nav {
    top: -35vh;
    width: calc(100% + 50px);
  }

  .header__nav-item {
    margin-bottom: 16px;
    font-size: 28px;
    border-radius: 12px;
  }

  .header__nav-link {
    padding: 33px 32px;
    font-size: 28px;
  }

  .header__pickers {
    margin-top: -45px;
    padding-bottom: 0;
  }

  .header__picker {
    position: relative;
    top: 9px;
    margin-right: 32px;
  }

  .header__picker-icon {
    margin-right: 14px;
    max-width: 24px;
    height: 32px;
  }

  .header__snacks--show {
    padding-top: 274px;
  }

  .header-snack {
    margin-bottom: 40px;
    padding-top: 24px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 268px;
  }

  .header-snack__title {
    max-width: 100%;
    font-size: 24px;
  }

  .header-snack__close {
    --size: 80px;
    top: 8px;
    right: 26px;
  }

  .header-snack__close:before,
  .header-snack__close:after {
    width: 70%;
    height: 4px;
  }

  .header-snack__select {
    max-width: 100%;
  }

  .header__nav-item-dropdown-content {
    padding: 32px;
  }

  .header__nav-item--mobile-open:after {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }

  .header__nav-catalog {
    --title-bottom: 32px;
    --title-fz: 28px;
    --item-bottom: 32px;
    --item-fz: 28px;
  }

  .header--mini .header__container {
    padding-bottom: 84px;
  }

  .header__button-back-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 601px) {
  .header__nav-link {
    padding-top: 15px;
    padding-bottom: 16px;
    width: 100%;
    line-height: 1.145;
  }

  .header__pickers {
    margin-top: -30px;
    padding-bottom: 0;
  }

  .header__picker {
    position: relative;
    top: 1px;
  }

  .header__nav-catalog .nav__list {
    margin-bottom: 31px;
  }

  .header__nav-catalog .nav__item {
    margin-bottom: 16px;
    font-family: 'RF Dewi', sans-serif;
  }

  .header__nav-catalog .nav__item--bold {
    font-family: 'RF Dewi Extended', sans-serif;
  }

  .header__nav-catalog .nav__item--bold .nav__item {
    font-size: 14px;
  }

  .header__nav-catalog .nav__list-title {
    margin-bottom: 18px;
  }

  .header--mini .header__container {
    padding-top: 9px;
    padding-left: 7px;
    padding-bottom: 42px;
  }

  .header--mini .header__container:after {
    display: none;
  }

  .header--mini .header__pickers {
    display: none;
  }
}
.burger {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  transition: .3s;
}
.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 0.125rem;
  display: block;
  background: #ffffff;
  transition: .3s;
}
.burger span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 0.3125rem));
}
.burger span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.burger span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 0.3125rem));
}
.burger.is-active {
  background-color: #f0f3f5;
}
.burger.is-active span {
  background-color: #000000;
}
.burger.is-active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger.is-active span:nth-child(2) {
  width: 0;
}
.burger.is-active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.s-header {
  margin-bottom: 2.5rem;
}
@media (max-width: 450px) {
  .s-header {
    margin-bottom: 30px;
  }
}

.logo {
  max-width: 14.0277777778vw;
  height: 1.75rem;
  display: block;
}
.logo__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .logo {
    position: relative;
    z-index: 2;
    max-width: 212px;
    height: 30px;
    transform: translateY(2px);
  }
}

.nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-transform: initial;
  --nav-title-color: #a1aeb2;
  --nav-item-color: #ffffff;
  --title-bottom: 12px;
  --item-bottom: 8px;
  --item-fz: 1rem;
  --title-fz: .875rem;
}
.nav__list {
  min-width: 12.625rem;
}
.nav__list-title {
  margin-bottom: var(--title-bottom);
  font-size: var(--title-fz);
  line-height: 140%;
  font-weight: 400;
  color: var(--nav-title-color);
}
.nav__list--contacts {
  margin-left: auto;
  padding-top: 0.125rem;
  padding-right: 0.3125rem;
  text-align: right;
}
.nav__list--contacts .nav__item {
  margin-bottom: 1.05em;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 400;
}
.nav__list--contacts .nav__list-title {
  margin-bottom: 0.1875rem;
}
.nav__item {
  margin-bottom: var(--item-bottom);
  font-size: var(--item-fz);
  line-height: 1.1875;
  font-weight: 400;
  color: var(--nav-item-color);
}
.nav__item--bold {
  font-weight: 600;
}
.nav__link {
  font-weight: inherit;
  transition: all .3s ease;
}
.nav__link:hover {
  color: #a1aeb2;
}
@media (max-width: 767px) {
  .nav__list--contacts {
    margin-left: unset;
    text-align: left;
  }
  .nav__list--contacts .nav__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 602px) {
  .nav__list--contacts .nav__item {
    font-size: 32px;
  }
}
@media (max-width: 601px) {
  .nav__list {
    min-width: initial;
  }
  .nav__list:first-child {
    margin-right: 56px;
  }
  .nav__list-title {
    margin-bottom: 20px;
  }
  .nav__list--contacts .nav__item {
    margin-bottom: 32px;
    font-size: 14px;
  }
  .nav__list--contacts .nav__list-title {
    margin-bottom: 8px;
  }
  .nav__item {
    margin-bottom: 13px;
  }
  .nav__item:last-of-type {
    margin-bottom: 0;
  }
  .nav__link {
    font-size: 16px;
  }
}

.location {
  position: relative;
  max-width: 24.305vw;
}
.location .cls-select-hidden {
  visibility: hidden;
  opacity: 0;
}
.location .current-location {
  padding: .625rem 2.9375rem .6875rem 1.0625rem;
  max-width: 24.305vw;
  font-size: .875rem;
  border: 0.0625rem solid #9fa7ac;
  border-radius: 3.875rem;
  cursor: pointer;
}
.location .current-location:after {
  content: '';
  position: absolute;
  top: .625rem;
  right: .5rem;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  pointer-events: none;
  background-color: white;
  border-radius: 100%;
  transform: rotate(180deg);
  transition: all .3s ease;
  -webkit-mask: url(/local/templates/main/assets/img/common/arrow-circle.svg);
  mask: url(/local/templates/main/assets/img/common/arrow-circle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.location.open .current-location:after {
  transform: rotate(0deg);
}
.location.open .custom-location-search {
  display: block;
}
.location .cls-input {
  padding: .875rem 1.25rem 1rem;
  width: 100%;
  font-size: .76rem;
  line-height: 1.16;
  font-weight: 600;
  color: #a1aeb3;
  background: #f0f3f5;
  border-radius: calc(1rem / 2);
}
.location .cls-input::placeholder {
  color: #a1aeb3;
}
.location .custom-location-search {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 3;
  padding: 1.25rem 1.25rem 0;
  width: 100%;
  display: none;
  overflow: hidden;
  background: #ffffff;
  border-radius: var(--brad-half);
  box-shadow: 0 0 1.25rem rgba(95, 108, 117, 0.2);
  transform-origin: top;
  transition: all .3s ease;
}
.location .custom-location-search .cls-options-list {
  margin: 0.9375rem -1rem 0 -1.25rem;
  padding-right: 0.25rem;
  padding-bottom: .625rem;
  max-height: 482px;
  overflow-x: hidden;
  overflow-y: auto;
}
.location .custom-location-search .cls-options-list::-webkit-scrollbar {
  width: 0.25rem;
}
.location .custom-location-search .cls-options-list::-webkit-scrollbar-track {
  background: #ffffff;
}
.location .custom-location-search .cls-options-list::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 0.625rem;
}
.location .custom-location-search .cls-options-list::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.location .custom-location-search .cls-options-list label {
  width: 100%;
  transition: background .2s ease-in-out;
}
.location .custom-location-search .cls-options-list label:hover {
  background: #F0F3F5;
}
.location .custom-location-search .cls-options-list .cls-no-res {
  padding: .5rem 1.25rem .76rem;
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}
.location .custom-location-search .cls-option {
  padding: .5rem 1.25rem .76rem;
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
}
.location .custom-location-search .cls-option:hover {
  background-color: #f0f3f5;
}
@media (max-width: 767px) {
  .location {
    max-width: 100%;
  }
  .location .current-location {
    max-width: 100%;
  }
}

@keyframes disable-pointer-events {
  0%, 99% {
    pointer-events: none;
  }
}
