@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vitamix";
  src: url("../fonts/vitamix.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold-Italic";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
i,
ul,
li,
form,
label,
article,
canvas,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ul {
  list-style: none;
}

a img {
  border: none;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

button {
  background: none;
  border: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button:active {
  outline: none;
  box-shadow: none;
}

input {
  background: none;
  border: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:active {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

a {
  color: initial;
  text-decoration: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}
select:active {
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .mobile-only-s2 {
    display: none !important;
  }
}

@media (max-width: 599.98px) {
  .desktop-only-s2 {
    display: none !important;
  }
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 64px;
}
@media (max-width: 1199.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

body.body-active {
  max-width: 100%;
  width: 100%;
}

.top-banner {
  background-color: #ffcd4e;
  padding: 0 80px;
  display: none;
}
@media (max-width: 767.98px) {
  .top-banner {
    padding: 0 20px;
  }
}
.top-banner .wrapper {
  line-height: 21px;
  padding: 12px 0;
  font-size: 14px;
  font-family: "Inter-Medium";
  text-align: center;
  letter-spacing: -0.01em;
}
.top-banner .wrapper a {
  text-decoration: underline;
}

.js-mod-overlay {
  z-index: 29 !important;
}

@media (min-width: 1200px) {
  .hamburger-icon {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .hamburger-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.header {
  z-index: 29;
  padding-bottom: 16px;
  width: 100%;
}
.header .header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
  padding: 24px 80px;
}
@media (max-width: 1799.98px) {
  .header .header-top {
    padding: 24px 64px;
  }
}
@media (max-width: 1199.98px) {
  .header .header-top {
    padding: 12px 40px;
  }
  .header .header-top .hamburger-icon {
    margin-right: 95px;
  }
}
@media (max-width: 575.98px) {
  .header .header-top {
    padding: 12px 20px;
  }
  .header .header-top .hamburger-icon {
    margin-right: 0px;
  }
}
.header .header-top .hamburger-icon {
  width: 48px;
}
.header .header-top .main-search-form {
  margin: 0 20px 0 20px;
  display: block;
  flex: 1 1 auto;
  max-width: 51%;
  width: auto;
  position: relative;
  z-index: 29;
}
.header .header-top .main-search-form.width54 {
  max-width: 54%;
}
@media (max-width: 1199.98px) {
  .header .header-top .main-search-form {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 80px);
    top: 75px;
    left: 0;
    margin: 0 40px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .header .header-top .main-search-form {
    max-width: calc(100% - 40px);
    margin: 0 20px 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .header .header-top .main-search-form.open-search-form {
    top: 0;
    z-index: 1;
    max-width: 100%;
    margin: 0;
  }
  .header .header-top .main-search-form.form-mobile {
    z-index: 30;
    background: white;
    margin: 0 auto;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .header .header-top .main-search-form.form-mobile .main-search-input {
    padding: 28px 50px 28px 40px !important;
    padding-left: 72px !important;
    border-radius: 0 !important;
  }
  .header .header-top .main-search-form.form-mobile .search-btn-wrap {
    margin: 0 12px 0px 21px !important;
  }
  .header .header-top .main-search-form.form-mobile .input-wrap {
    display: flex;
    align-items: center;
  }
}
.header .header-top .main-search-form .form-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.header .header-top .main-search-form .form-content .input-wrap {
  flex: 1 2 auto;
  max-width: none;
  width: auto;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .header .header-top .main-search-form .form-content .input-wrap {
    z-index: 0;
  }
}
.header .header-top .main-search-form .form-content .input-wrap.clicked {
  position: absolute;
  width: 100%;
}
.header .header-top .main-search-form .form-content .input-wrap.clicked .main-search-input {
  text-align: left;
  padding: 28px 50px 28px 95px;
}
.header .header-top .main-search-form .form-content .input-wrap.clicked .effacer {
  top: 26px;
}
.header .header-top .main-search-form .form-content .input-wrap .main-search-input {
  width: 100%;
  padding: 12px 50px 12px 15px;
  margin: 0;
  padding-left: 95px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .header .header-top .main-search-form .form-content .input-wrap .main-search-input {
    text-align: start;
    padding-left: 64px;
  }
}
.header .header-top .main-search-form .form-content .input-wrap .delete-text {
  display: none;
  position: absolute;
  right: 85px;
  top: 32px;
  font-family: "Inter-Medium";
  font-size: 14px;
  cursor: pointer;
}
.header .header-top .main-search-form .form-content .input-wrap .effacer {
  position: absolute;
  right: 50px;
  top: 5.5px;
  display: none;
}
@media (max-width: 1199.98px) {
  .header .header-top .main-search-form .form-content .input-wrap .effacer {
    right: 19px;
    top: 27px;
    color: #101010 !important;
  }
}
.header .header-top .main-search-form .form-content .input-wrap .effacer.effacer-desktop:before {
  content: "\f170";
  font-family: "vitamix";
  font-size: 24px;
  line-height: 20px;
  color: #616161;
}
.header .header-top .main-search-form .form-content .input-wrap .effacer.effacer-mobile:before {
  content: "\f170";
  font-family: "vitamix";
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .header .header-top .main-search-form .form-content .input-wrap .effacer {
    top: 27px;
    right: 45px;
  }
}
.header .header-top .main-search-form .form-content .search-btn-wrap {
  position: absolute;
  left: 0;
  margin: 0 12px 0 16px;
  z-index: 2;
}
.header .header-top .main-search-form .form-content .search-btn-wrap .search-button {
  padding: 0px;
  margin-left: 16px;
}
.header .header-top .main-search-form .form-content .search-btn-wrap .search-button img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(1%) saturate(0%) hue-rotate(353deg) brightness(104%) contrast(91%);
}
.header .header-top .main-search-form .form-content .search-btn-wrap .search-button .icon-search {
  font-family: "vitamix";
}
.header .header-top .main-search-form .form-content .search-btn-wrap .search-button .icon-search::before {
  content: "\f264";
  font-size: 20px;
  color: #3643ba;
}
@media (max-width: 575.98px) {
  .header .header-top .main-search-form .form-content .search-btn-wrap .search-button {
    padding-right: 15px;
  }
}
.header .header-top .right-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.header .header-top .right-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  padding: 12px 12px;
  position: relative;
}
@media (max-width: 575.98px) {
  .header .header-top .right-icons a.question {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header .header-top .right-icons a.user {
    display: none;
  }
}
.header .main-menu {
  max-width: 100%;
  margin-top: 1px;
  transition: left 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (max-width: 1023.98px) {
  .header .main-menu {
    left: -743px;
    max-width: 743px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu {
    left: -718px;
    max-width: 718px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .header .main-menu {
    left: -550px;
    max-width: 550px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .header .main-menu {
    left: -100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .header .main-menu {
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 8;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    position: fixed;
    left: -874px;
    max-width: 874px;
    width: 100%;
    top: 0px;
    margin: 0;
  }
  .header .main-menu.menu-active {
    left: 0;
    /*@include media-down (l) {
      // left: -743px;
      width: 743px;
    }

    @include media-down (m) {
      // left: -718px;
      width: 718px;
    }

    @include media-down (s) {
      // left: -550px;
      width: 550px;
    }

    @include media-down (xs) {
      // left: -100%;
      width: 100%;
    }*/
  }
}
.header .main-menu .menu-level2 {
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  top: 36px;
}
@media (max-width: 1799.98px) {
  .header .main-menu .menu-level2 {
    padding: 0px 0rem;
  }
}
@media (max-width: 1199.98px) {
  .header .main-menu .menu-level2 {
    display: none;
  }
}
.header .main-menu .menu-level2 .container {
  padding: 0px 92px 80px 80px;
}
@media (max-width: 1799.98px) {
  .header .main-menu .menu-level2 .container {
    padding: 0px 64px 80px 64px;
  }
}
.header .main-menu .menu-level2 .container .title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
  padding-bottom: 25px;
  padding-top: 9px;
}
.header .main-menu .menu-level2 .container .lists {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}
.header .main-menu .menu-level2 .container .lists .list-left {
  grid-column: span 4/span 4;
}
.header .main-menu .menu-level2 .container .lists .list-left .container-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.header .main-menu .menu-level2 .container .lists .list-left .container-wrapper .list-wrapper {
  width: 25%;
  -moz-column-count: 1;
       column-count: 1;
  padding-bottom: 48px;
}
.header .main-menu .menu-level2 .container .lists .list-left .text-uppercase {
  font-size: 14px;
  padding: 0;
  font-family: "Inter-Medium";
}
.header .main-menu .menu-level2 .container .lists .list-right {
  grid-column-start: 5;
}
.header .main-menu .menu-level2 .container .lists .list-right li .link-image {
  flex-direction: column;
  padding: 0;
  align-items: baseline;
  gap: 8px;
  letter-spacing: -0.1px;
  margin-bottom: 30px;
}
.header .main-menu .menu-level2 .container .lists .list-right li .link-image .image-wrapper {
  width: 327px;
  height: 184px;
  overflow: hidden;
}
.header .main-menu .menu-level2 .container .lists .list-right li .link-image img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 600ms;
}
.header .main-menu .menu-level2 .container .lists .list-right li .link-image:hover {
  text-decoration: none;
}
.header .main-menu .menu-level2 .container .lists .list-right li .link-image:hover img {
  transform: scale(1.05);
  overflow: hidden;
  transition: transform 600ms;
}
.header .main-menu .menu-level2 .container .lists .list-right li.arrow-right {
  display: flex;
  align-items: center;
  padding: 4px 0 2px 0;
}
.header .main-menu .menu-level2 .container .lists .list-right li.arrow-right a {
  color: #616161;
  font-size: 14px;
  line-height: 19px;
  font-family: "Inter-Medium";
  padding-bottom: 2px;
  letter-spacing: -0.1px;
  width: auto;
  display: block;
  border-bottom: 1px solid transparent;
}
.header .main-menu .menu-level2 .container .lists .list-right li.arrow-right a:hover {
  border-bottom: 1px solid #101010;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  color: #101010;
}
.header .main-menu .menu-level2 .container .lists .list-right li.arrow-right::after {
  content: "";
  background-image: url(/img/arrow-right.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  filter: brightness(0) saturate(100%) invert(41%) sepia(3%) saturate(23%) hue-rotate(323deg) brightness(88%) contrast(85%);
  margin-left: 3px;
}
.header .main-menu .menu-level2 .container .lists .list-right a {
  color: #101010;
  font-family: "Inter-Bold";
  font-size: 16px;
  line-height: 24px;
}
.header .main-menu .menu-level2 .container .lists .link-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  padding: 4px 0;
  gap: 12px;
}
.header .main-menu .menu-level2 .container .lists .lists-items li {
  width: auto;
  padding: 4px 0 2px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .main-menu .menu .main-list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  gap: 23.5px;
  padding: 0 80px;
}
@media (max-width: 1799.98px) {
  .header .main-menu .menu .main-list {
    padding: 0px 64px;
  }
}
@media (max-width: 1199.98px) {
  .header .main-menu .menu .main-list {
    display: block;
    height: 100vh;
    overflow: auto;
    padding: 0;
  }
}
.header .main-menu .menu .main-list .main-li-btn::after {
  content: "";
  position: relative;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #101010;
  transition: 0.3s;
  z-index: -1;
}
.header .main-menu .menu .main-list .main-li-btn.active::after {
  left: 0;
  display: block;
}
.header .main-menu .menu .main-list .marginLeft {
  margin-right: 0;
  margin-left: auto;
  position: relative;
  right: -23px;
}
@media (max-width: 1199.98px) {
  .header .main-menu .menu .main-list .marginLeft {
    display: none;
  }
}
.header .main-menu .menu .main-list .marginLeft a {
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  letter-spacing: -0.1px;
  white-space: normal;
}
.header .main-menu .menu .main-list .mobile-header-menu {
  display: none;
  padding: 22px 20px;
}
.header .main-menu .menu .main-list .mobile-header-menu a {
  font-family: "Inter-Medium";
  font-size: 14px;
  letter-spacing: -0.1px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 20px;
}
@media (max-width: 1199.98px) {
  .header .main-menu .menu .main-list .mobile-header-menu {
    display: flex;
    align-items: center;
  }
  .header .main-menu .menu .main-list .mobile-header-menu .close-menu-mobile {
    width: 48px;
    height: 48px;
  }
}
.header .main-menu .menu .main-li.small-text a {
  display: none;
}
@media (max-width: 1199.98px) {
  .header .main-menu .menu .main-li.small-text a {
    color: #101010;
    font-size: 14.2px;
    text-transform: none;
    font-family: "Inter-Medium";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px 0px 20px;
    line-height: 20px;
    gap: 8px;
  }
  .header .main-menu .menu .main-li.margintop {
    margin-top: 25px;
  }
  .header .main-menu .menu .main-li.paddingbottom {
    padding-bottom: 20px;
  }
}
.header .search-result {
  height: auto;
  display: none;
}
@media (max-width: 1199.98px) {
  .header .search-result {
    height: 100vh;
    overflow-x: auto;
    max-height: 100vh;
  }
}
.header .search-result.show {
  display: block;
  position: absolute;
  z-index: 1;
  top: 40px;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 1199.98px) {
  .header .search-result.show {
    position: absolute;
    z-index: 3;
    width: 100vw;
    top: 80px;
  }
}
.header .search-result .container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1199.98px) {
  .header .search-result .container {
    flex-direction: column;
    max-width: 100%;
  }
}
.header .search-result .search-result-wrapper {
  padding-top: 28px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper {
    padding: 24px 20px 0 20px;
  }
}
.header .search-result .search-result-wrapper.left-col {
  width: 100%;
  padding-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.left-col {
    width: 100%;
  }
  .header .search-result .search-result-wrapper.left-col .title {
    display: none;
  }
}
.header .search-result .search-result-wrapper.left-col ul li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-family: "Inter-Medium";
  padding: 8px 0 8px 32px;
}
.header .search-result .search-result-wrapper.left-col ul li a:hover {
  background: #f5f4f5;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.left-col ul li a {
    padding: 8px 0 8px 0px;
  }
}
.header .search-result .search-result-wrapper.left-col ul li a .close-icon {
  position: absolute;
  right: 0;
}
.header .search-result .search-result-wrapper.left-col ul li a .icon-search {
  border: 1px solid #e1e0df;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
  display: flex;
  margin-right: 16px;
}
.header .search-result .search-result-wrapper.left-col ul li a .icon-search::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBzdHJva2Utd2lkdGg9IjEuNSIgY2xhc3M9InNlYXJjaC1maWVsZF9faWNvbi0tbGVmdCIgcm9sZT0icHJlc2VudGF0aW9uIj48cGF0aCBkPSJNMjEuNCAyMS40TDE3LjUgMTcuNU0xNy44IDEwLjJDMTcuOCAxNC4zIDE0LjQgMTcuNyAxMC4zIDE3LjdDNi4yMDAwNSAxNy43IDIuODAwMDUgMTQuMyAyLjgwMDA1IDEwLjJDMi44MDAwNSA2LjEwMDAxIDYuMjAwMDUgMi43MDAwMSAxMC4zIDIuNzAwMDFDMTQuNCAyLjcwMDAxIDE3LjggNi4xMDAwMSAxNy44IDEwLjJaIiBzdHJva2U9ImN1cnJlbnRDb2xvciI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.header .search-result .search-result-wrapper.left-col ul li a .text {
  font-size: 14px;
  line-height: 24px;
  font-family: "Inter-Medium";
  color: #101010;
}
.header .search-result .search-result-wrapper.right-col {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.right-col {
    width: 100%;
  }
}
.header .search-result .search-result-wrapper.right-col .title-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.header .search-result .search-result-wrapper.right-col .products-list {
  padding: 16px 32px 32px 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.right-col .products-list {
    height: auto;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 16px 0px 32px 0px;
  }
}
.header .search-result .search-result-wrapper.right-col .products-list li {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.right-col .products-list li {
    width: 45%;
    flex-shrink: 0;
  }
}
.header .search-result .search-result-wrapper.right-col .products-list li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}
.header .search-result .search-result-wrapper.right-col .products-list .info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-right: 32px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.right-col .products-list .info {
    padding: 0 20px;
  }
}

.overlay-header {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 28;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199.98px) {
  .overlay-header {
    z-index: 29;
  }
}

.footer {
  padding-top: 64px;
}
@media (max-width: 599.98px) {
  .footer {
    padding-top: 40px;
  }
}
.footer-width {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
@media (max-width: 1199.98px) {
  .footer-width {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 599.98px) {
  .footer-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.footer-top {
  display: flex;
  gap: 24px;
}
.footer-top-item {
  width: 25%;
}
.footer-top-item a {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .footer-top {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 32px;
  }
  .footer-top .footer-top-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 599.98px) {
  .footer-top {
    flex-direction: column;
  }
  .footer-top .footer-top-item {
    width: 100%;
  }
}
.footer-middle {
  display: flex;
  padding: 96px 0;
  gap: 24px;
}
.footer-middle-item {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.footer-middle-item .footer-title {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  line-height: 26px;
  letter-spacing: -0.66px;
}
.footer-middle-item .footer-title img {
  margin-left: 4px;
  opacity: 0;
  transform: scale(0);
  transition: transform cubic-bezier(0.01, 0, 0, 1) 0.6s;
}
.footer-middle-item .footer-title:hover {
  opacity: 0.75;
}
.footer-middle-item .footer-title:hover img {
  opacity: 0.75;
  transform: scale(1);
  transition: transform cubic-bezier(0.01, 0, 0, 1) 0.6s;
}
.footer-middle-item .footer-socials {
  display: flex;
  margin-top: 16px;
}
.footer-middle-item .footer-socials a {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.footer-middle-item .footer-socials a:not(:last-of-type) {
  margin-right: 12px;
}
.footer-middle-item .footer-subtitle {
  margin-bottom: 8px;
}
.footer-middle-item .footer-subtitle .footer-btn {
  display: none;
}
.footer-middle .footer-middle-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 75%;
  gap: 24px;
}
.footer-middle .footer-middle-container .footer-item-container {
  width: 100%;
}
.footer-middle .footer-middle-container .footer-list {
  display: flex;
  flex-direction: column;
}
.footer-middle .footer-middle-container .footer-list a {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1450px) {
  .footer-middle .footer-middle-container .footer-middle-item {
    width: 75%;
  }
}
@media (max-width: 1199.98px) {
  .footer-middle {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-middle .footer-middle-item {
    width: calc(50% - 10px);
  }
  .footer-middle .footer-middle-item .footer-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease-in-out 0.34s;
  }
  .footer-middle .footer-middle-item .footer-list a:first-of-type {
    margin-top: 16px;
  }
  .footer-middle .footer-middle-item .footer-list a:last-of-type {
    margin-bottom: 32px;
  }
  .footer-middle .footer-middle-item .js-footerList {
    max-height: 400px;
    height: 100%;
    transition: max-height ease-in-out 0.34s;
  }
  .footer-middle .footer-middle-container {
    display: flex;
    width: calc(50% - 10px);
    flex-direction: column;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .footer-middle .footer-middle-container .footer-item-container {
    width: 100%;
  }
  .footer-middle .footer-middle-container .footer-item-container .footer-subtitle {
    display: flex;
    justify-content: space-between;
  }
  .footer-middle .footer-middle-container .footer-item-container .footer-subtitle .footer-btn {
    display: block;
  }
  .footer-middle .footer-middle-container .footer-item-container .footer-subtitle .footer-btn .footer-btn-close {
    display: none;
  }
  .footer-middle .footer-middle-container .footer-item-container .js-footerTitle .footer-btn .footer-btn-close {
    display: block;
  }
  .footer-middle .footer-middle-container .footer-item-container .js-footerTitle .footer-btn .footer-btn-open {
    display: none;
  }
}
@media (max-width: 599.98px) {
  .footer-middle {
    flex-direction: column;
    gap: 64px;
  }
  .footer-middle .footer-middle-item {
    width: 100%;
  }
  .footer-middle .footer-middle-container {
    width: 100%;
  }
}
.footer-bottom .logo-footer {
  margin-bottom: 24px;
}
.footer-bottom .lemonway-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
  gap: 20px;
}
.footer-bottom .footer-rights {
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-end;
}
.footer-bottom .footer-rights span {
  margin-left: 24px;
}

.year {
  margin: 0 !important;
  opacity: 1 !important;
}

