@font-face {
  font-family: "IvarDisplay-Regular";
  src: url("../fonts/IvarDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "we-icons";
  src: url("../fonts/we-icons.woff2") format("woff2");
  font-weight: 400;
  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;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  font-family: "Sailec";
}

html {
  line-height: 1;
  font-size: 62.5%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: "Sailec";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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;
  }
}

.main-container {
  max-width: 1600px;
  width: 93.125%;
  margin: auto;
}
@media (max-width: 1279.98px) {
  .main-container {
    width: 94.75806%;
  }
}
@media (max-width: 991.98px) {
  .main-container {
    width: 94.27083%;
  }
}
@media (max-width: 767.98px) {
  .main-container {
    width: 89.33333%;
  }
}

.main-container-alt {
  max-width: 1600px;
  width: 93.125%;
  margin: auto;
}
@media (max-width: 1279.98px) {
  .main-container-alt {
    width: 94.75806%;
  }
}
@media (max-width: 991.98px) {
  .main-container-alt {
    width: 94.27083%;
  }
}
@media (max-width: 767.98px) {
  .main-container-alt {
    width: 89.33333%;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 991.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;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 20px;
}
.top-cold-content .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.header-banner {
  position: relative;
  height: 30px;
}
@media (max-width: 767.98px) {
  .header-banner {
    height: 32px;
  }
}
.header-banner .splide {
  max-width: 1470px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-banner .splide .splide__slide {
  text-align: center;
  display: flex;
  justify-content: center;
}
.header-banner .splide .splide__slide a {
  text-align: center;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 41;
}
.header-top {
  padding: 30px 0 27px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 30;
}
@media (max-width: 991.98px) {
  .header-top.main-container {
    width: 94.27083%;
  }
}
@media (max-width: 767.98px) {
  .header-top.main-container {
    width: 89.33333%;
  }
}
.header-top .location {
  top: -2px;
  position: relative;
}
.header-top a {
  display: flex;
  align-items: center;
}
.header-top .location {
  z-index: 10;
}
.header-top .location::before {
  margin-right: 5px;
}
.header-top .burger {
  overflow: hidden;
  width: 20px;
  position: relative;
  display: flex;
}
.header-top .burger::before {
  transition: all 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
}
.header-top .burger.js-burger:after {
  transform: translateX(-20px);
  transition: all 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
}
.header-top .burger.js-burger::before {
  transform: translateX(20px);
}
.header-top .logo {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .header-top .logo {
    top: 11px;
  }
}
@media (max-width: 767.98px) {
  .header-top .logo {
    top: 15px;
  }
}
.header-top .links-right {
  display: flex;
  align-items: flex-start;
  z-index: 10;
}
.header-top .links-right span {
  margin: 0 10px;
}
.header-top .links-right a {
  margin: 0 10px;
}
.header-top .links-right a:last-of-type {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .header-top {
    padding: 22px 0 19px 0;
  }
  .header-top .logo img {
    width: 150px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .header-top .logo img {
    height: auto;
  }
}
.header .search-container {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
  transform: translateY(-100%);
  z-index: 1;
}
.header .search-container .search-wrapper {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header .search-container .search-wrapper {
    padding: 32px 0;
  }
}
.header .search-container .search-wrapper form {
  width: 83.05369%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .header .search-container .search-wrapper form {
    width: 100%;
  }
}
.header .search-container .search-wrapper form .search-field {
  flex: 0 89.3617%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .header .search-container .search-wrapper form .search-field {
    flex: 0 0 80%;
  }
}
.header .search-container .search-wrapper form .search-field input {
  width: 100%;
  padding: 0;
}
.header .search-container .search-wrapper form .search-field .search-btn {
  position: relative;
  bottom: -6px;
  right: -3px;
}
@media (max-width: 767.98px) {
  .header .search-container .search-wrapper form .search-field .search-btn {
    bottom: 0px;
  }
}
.header .search-container .search-wrapper form .close-search-btn {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  top: 15px;
}
@media (max-width: 767.98px) {
  .header .search-container .search-wrapper form .close-search-btn {
    top: 9px;
  }
}
.header .search-container.js-search {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
}
@media (max-width: 991.98px) {
  .header .search-container {
    height: calc(100vh - 63px);
  }
}
.header-main {
  z-index: 30;
  position: relative;
}
.header-main-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-main li {
  cursor: pointer;
  padding: 16px 20px 16px 20px;
  position: relative;
}
@media only screen and (max-width: 1050px) and (min-width: 992px) {
  .header-main li {
    padding: 15px 17px 13px 17px;
  }
}
.header-main li::after {
  content: "";
  pointer-events: none;
  display: block;
  height: 100%;
  position: absolute;
  top: -3px;
  left: 20px;
  width: calc(100% - 40px);
  transform: scaleX(0);
  border-bottom: 3px solid #5b6f80;
  transition: transform 0.2s cubic-bezier(0.19, 0.43, 0.37, 1);
}
.header-main li a {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .header-main li a {
    width: unset;
    position: relative;
    visibility: hidden;
    overflow: hidden;
    display: block;
  }
  .header-main li a::before {
    content: attr(data-item-text);
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    transform: translateY(0);
    color: #000;
    transition: transform 0s cubic-bezier(0.19, 0.43, 0.37, 1), visibility 0s cubic-bezier(0.19, 0.43, 0.37, 1) 0.7s;
  }
  .header-main li a::after {
    content: attr(data-item-text);
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    color: #5b6f80;
    transform: translateY(100%);
    transition: transform 0s cubic-bezier(0.19, 0.43, 0.37, 1), visibility 0s cubic-bezier(0.19, 0.43, 0.37, 1) 0.35s;
  }
  .header-main li a span {
    display: block;
    position: relative;
    visibility: hidden;
    overflow: hidden;
  }
  .header-main li a span::before {
    content: attr(data-item-text);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    visibility: hidden;
    color: #5b6f80;
    transition: transform 0.35s cubic-bezier(0.19, 0.43, 0.37, 1), visibility 0s cubic-bezier(0.19, 0.43, 0.37, 1) 0.35s;
  }
  .header-main li a span::after {
    content: attr(data-item-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    transform: translateY(0);
    visibility: hidden;
    transition: transform 0.35s cubic-bezier(0.19, 0.43, 0.37, 1) 0.35s, visibility 0s cubic-bezier(0.19, 0.43, 0.37, 1) 0.7s;
  }
  .header-main li:hover::after {
    transform: scaleX(1);
  }
  .header-main li:hover a::before {
    transform: translateY(-100%);
    visibility: hidden;
    transition: 0.35s cubic-bezier(0.19, 0.43, 0.37, 1), visibility 0s cubic-bezier(0.19, 0.43, 0.37, 1) 0.35s;
  }
  .header-main li:hover a::after {
    transform: translateY(0);
    visibility: hidden;
    transition: transform 0.35s cubic-bezier(0.19, 0.43, 0.37, 1) 0.35s, visibility 0s cubic-bezier(0.19, 0.43, 0.37, 1) 0.7s;
  }
  .header-main li:hover a span::before {
    transform: translateY(0);
    visibility: visible;
    transition: transform 0s cubic-bezier(0.19, 0.43, 0.37, 1), visibility 0s cubic-bezier(0.19, 0.43, 0.37, 1) 0.7s;
  }
  .header-main li:hover a span::after {
    transform: translateY(100%);
    visibility: visible;
    transition: transform 0s cubic-bezier(0.19, 0.43, 0.37, 1), visibility 0s cubic-bezier(0.19, 0.43, 0.37, 1) 0.7s;
  }
}
.header-main .menu-middle a {
  display: flex;
  gap: 5px;
  padding: 20px 0;
  font-size: 1.2rem;
  text-transform: none;
  font-family: "Sailec";
  letter-spacing: 0;
  width: 100%;
}
.header-main .menu-middle a::before {
  color: #5b6f80;
}
@media (max-width: 767.98px) {
  .header-main .menu-middle {
    justify-content: flex-start;
  }
}
.header-main .menu-bottom {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0 41px 0 !important;
  font-family: "Sailec";
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
}
.header-main .menu-bottom a {
  letter-spacing: -0.1px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding: 0;
  font-weight: 400 !important;
  text-underline-offset: 1px !important;
}
@media (max-width: 991.98px) {
  .header-main {
    position: absolute;
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 63px);
    transform: translateX(-150%);
    transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
    overflow-y: auto;
  }
  .header-main li {
    padding: 0;
    width: 100%;
  }
  .header-main li a {
    padding: 17.5px 0;
  }
  .header-main-container {
    flex-direction: column;
    width: 94.27083%;
    margin: 0 auto;
    margin-top: 1px;
    border-bottom: 1px solid #c0c0c0;
  }
  .header-main-container:not(:first-of-type) {
    padding: 15px 0;
    margin: auto auto 0;
  }
  .header-main.js-menu {
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
}
@media (max-width: 767.98px) {
  .header-main {
    justify-content: start;
  }
  .header-main-container {
    width: 89.33333%;
    border-bottom: none;
  }
  .header-main .menu-middle {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: auto;
    border-top: 1px solid #c0c0c0;
  }
  .header-main .menu-middle a {
    width: 100%;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .header-main .menu-middle a {
    width: 45%;
    color: #000;
  }
}
@media (max-width: 767.98px) {
  .header-main .menu-bottom {
    margin-top: 0;
    border-bottom: none;
    border-top: 1px solid #c0c0c0;
  }
}
.header .header-overlay {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 188px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}
.header .header-overlay.js-h-overlay {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
}

@media (max-width: 991.98px) {
  ul.header-main-container.main-container {
    margin-top: 0 !important;
  }
}

footer {
  overflow: hidden;
}
footer .footer-main {
  padding: 40px 0;
}
footer .footer-main-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
footer .footer-main-inner .footer-links-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-basis: 50%;
  z-index: 1;
}
footer .footer-main-inner .footer-links-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 0 0 30%;
}
footer .footer-main-inner .footer-links-item .footer-links-title {
  margin-bottom: 5px;
}
footer .footer-main-inner .footer-links-item .footer-links-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .footer-main-inner .footer-links-item .footer-links-list a {
  margin-top: 15px;
  margin-bottom: 3px;
}
footer .footer-main-inner .footer-links-item.right-footer-style {
  flex-basis: 50%;
  align-items: flex-end;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container {
  max-width: 37.89062%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-right: 20px;
  width: 100%;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .footer-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .footer-right a {
  margin: 15px 0 40px;
}
footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container a {
  margin-bottom: 15px;
  align-items: center;
}
@media (max-width: 991.98px) {
  footer .footer-main-inner .footer-links-item.right-footer-style {
    align-items: center;
    width: 112%;
    margin-left: -6%;
  }
  footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container {
    max-width: 100%;
    margin-right: 0;
  }
  footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .phone {
    position: relative;
    text-align: center;
  }
  footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .phone .contact {
    position: absolute;
    left: calc(50% - 57px);
    top: 35px;
  }
  footer .footer-main-inner .footer-links-item.right-footer-style .footer-right-container .phone .work-time {
    margin-top: 2px;
  }
  footer .footer-main-inner .footer-links-item.right-footer-style a {
    padding: 40px 0;
    margin-bottom: 0 !important;
    justify-content: center;
  }
}
footer .footer-main-inner .footer-links-item a {
  display: flex;
  gap: 5px;
}
footer .footer-main-inner .footer-links-item a p {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  footer .footer-main {
    padding: 0;
  }
  footer .footer-main .footer-main-inner {
    padding: 0;
    flex-direction: column-reverse;
  }
  footer .footer-main .footer-main-inner .footer-links-container {
    flex-basis: auto;
    flex-direction: column;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 25px 0;
    margin-bottom: 0;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-title .arrow {
    pointer-events: none;
    position: relative;
    width: 18px;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-title .arrow:before {
    position: absolute;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-title .arrow:after {
    position: absolute;
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
  footer .footer-main .footer-main-inner .footer-links-container .footer-links-list a {
    margin: 0;
    padding: 10px 0;
  }
  footer .footer-main .footer-main-inner .js-footer-item .footer-links-list {
    max-height: 300px;
    height: 100%;
    transition: max-height 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
}
footer .footer-rights {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 21.5px 20px;
}
@media (max-width: 767.98px) {
  footer .footer-rights {
    display: block;
  }
}

.footer {
  padding: 0 !important;
}

