/*!/wp-content/themes/teslachat/assets/css/style.css*/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.hidden {
  display: none;
}

h2,
.h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 2.25rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0 0 75px;
  position: relative;
  top: -12px;
}

a {
  transition: 0.3s all;
}
a:hover {
  text-decoration: underline;
}

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

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.header-menu-link-phone:hover {
  color: #c7e954;
}
.header-menu-submenu {
  background: #252525;
  padding: 11px 20px;
  top: 30px;
  position: absolute;
  font-weight: 300;
}
.header-menu-submenu-item-link {
  white-space: nowrap;
  margin: 7px 0;
  display: inline-block;
}
.header-menu-submenu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14px;
  top: -14px;
  left: 0;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .header-menu-submenu {
  display: block;
}

.button-primary {
  max-width: 500px;
  border-radius: 10px;
  padding: 20px 10%;
  background: #c7e954;
  display: inline-block;
  color: #111111;
  font-size: 1.25rem;
  height: 64px;
  white-space: nowrap;
}
.button-primary:hover .button-primary-arrow-svg {
  animation: bounce 0.8s infinite;
}
.button-primary-arrow {
  position: relative;
  background: #39494c;
  width: 42px;
  height: 25px;
  border-radius: 15px;
  display: inline-block;
  margin: -3px 0 -3px 18px;
  top: 3px;
}
.button-primary-arrow-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
}
.button:hover {
  text-decoration: none;
  cursor: pointer;
}
.button-close {
  position: absolute;
  top: 37px;
  right: 45px;
  width: 28px;
  height: 28px;
}
.button-close:after, .button-close:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 21px;
  height: 2px;
  background: #b7b7b7;
}
.button-close:after {
  transform: rotate(-45deg);
}
.button-close:before {
  transform: rotate(45deg);
}
.button-close:hover {
  cursor: pointer;
}

.info {
  margin: 150px 0;
  position: relative;
  box-sizing: border-box;
}
.info-subheader {
  position: absolute;
  top: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #e8e8e8;
  padding: 0 0 0 17px;
  width: 135px;
}
.info-subheader:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c7e954;
}
.info-header {
  padding: 0 0 0 17%;
}
.info-header > span {
  text-align: right;
  width: 100%;
  display: inline-block;
}
.info-categories {
  background: #39494c;
  border-radius: 40px;
  padding: 64px 0;
}

.why-us-wrap {
  display: flex;
  gap: 20px;
}
.why-us-item {
  background: #252525;
  border-radius: 20px;
  padding: 20px 20px 36px 20px;
  transition: 0.3s all;
  height: 100%;
}
.why-us-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all;
}
.why-us-item-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.why-us-item-wrap:hover .why-us-item {
  transform: rotate(5deg);
}
.why-us-item-wrap:hover .why-us-item-bg {
  top: -40px;
  left: -35px;
  transform: rotate(-10deg);
  opacity: 1;
}
.why-us-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #e8e8e8;
  margin: 0 0 10px 0;
}
.why-us-icon {
  display: block;
  float: left;
  margin: 0 16px 0 0;
}
.why-us-text {
  font-weight: 300;
}

.categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.categories-row {
  display: flex;
  flex-direction: row;
  flex: 100%;
  gap: 20px;
}
.categories-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.categories-item-title {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 16px;
  color: #111111;
  background: #fafafa;
  border-radius: 20px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.875rem;
  text-transform: lowercase;
  font-weight: 300;
  z-index: 1;
  transition: 0.3s all;
}
.categories-item-title:hover {
  background: #39494c;
  text-decoration: none;
  color: #fafafa;
}
.categories-item:hover .categories-item-img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.categories-item-links {
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.categories-item-subcat {
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #b7b7b7;
  color: #e8e8e8;
  margin: 15px 12px 0 0;
  font-weight: 500;
  height: 36px;
  display: inline-block;
}
.categories-item-subcat:hover {
  background: #39494c;
  border-color: #39494c;
  text-decoration: none;
  color: #fafafa;
}
.categories-item-border-bottom {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  position: relative;
}
.categories-button {
  margin: 0 0 20px;
}

.feedback-header {
  position: absolute;
  left: 0;
  top: 47px;
  color: #e8e8e8;
  padding-right: 463px;
}
.feedback-header span {
  text-align: left;
}
.feedback-subheader {
  top: 55px;
  left: 15px;
}
.feedback-text-wrap {
  width: 463px;
  height: 107px;
  overflow: hidden;
  background: #0d0d0d;
  position: absolute;
  right: -1px;
  bottom: -1px;
  padding: 35px 0 5px 35px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.feedback-form {
  width: 327px;
  background: #39494c;
  border-radius: 10px;
  padding: 40px 30px;
  min-height: 238px;
}
.feedback-form-wrap {
  position: absolute;
  top: 55px;
  right: 115px;
  width: 327px;
  z-index: 1;
}
.feedback-form-input {
  background: #e8e8e8;
  border-radius: 10px;
  padding: 18px;
  line-height: 18px;
  font-weight: 300;
  width: 100%;
  color: #252525;
  border: 2px solid #e8e8e8;
}
.feedback-form-input-name {
  margin: 0 0 42px;
}
.feedback-form-input::placeholder {
  color: #252525;
  opacity: 1;
}
.feedback-form-input:hover, .feedback-form-input:active {
  border-color: #c7e954;
}
.feedback-form-input.wpcf7-not-valid {
  border-color: #d43b3b;
}
.feedback-form-button {
  width: 327px;
  margin: 40px 0 0;
}
.feedback-form-success {
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #e8e8e8;
  text-align: center;
}
.feedback-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.feedback-form .wpcf7-form-control {
  order: 2;
}
.feedback-form .wpcf7-not-valid-tip {
  color: #d43b3b;
  font-weight: 300;
  font-size: 0.875rem;
  margin: -26px 0 4px;
  height: 22px;
  line-height: 0.8;
  align-items: end;
  display: flex;
  order: 1;
}
.feedback .wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 7px;
  font-size: 14px;
  border-radius: 7px;
  color: #e8e8e8;
  background: #39494c;
}
.feedback .wpcf7 form.sent .wpcf7-response-output {
  border-color: #c7e954;
}
.feedback .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #d43b3b;
}

.catalog-categories {
  margin: 150px 0;
}
.catalog-header {
  margin: 0 0 56px;
  color: #fafafa;
  text-align: center;
}

.footer {
  background: #39494c;
}
.footer-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 36px 53px;
  margin-bottom: 0;
}
.footer-right {
  display: flex;
}
.footer-header {
  color: #e8e8e8;
}
.footer-text {
  font-weight: 300;
}
.footer-image {
  position: relative;
  margin: 0 20px 0 0;
}
.footer-image-texts {
  width: 455px;
  height: 193px;
  background: #39494c;
  position: absolute;
  left: -1px;
  bottom: -1px;
  padding: 55px 55px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-links {
  width: 317px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-links-item {
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.footer-subheader {
  margin: 0 0 20px;
}
.footer-menu-link {
  color: #fff;
}
.footer-address-text {
  color: #fff;
}
.footer-copy {
  padding: 15px 0;
  text-align: center;
}
.footer-copy-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  gap: 20px;
}
.footer-social-link {
  display: inline-block;
  margin: 10px 4px;
  opacity: 0.75;
}
.footer-social-link:hover {
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100vh;
  max-height: 1024px;
  overflow-y: scroll;
  width: 621px;
  max-width: 100%;
  background: #0d0d0d;
  padding: 36px 40px;
  z-index: 10;
  border-radius: 20px 0 0 20px;
  transition: right 0.3s ease;
}
.modal.is-active {
  right: 0;
}
.modal-header {
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 100%;
}
.modal-cart-btn {
  background: #39494c;
  border-radius: 7px;
  border: 1px solid #39494c;
  width: 100%;
  padding: 16px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  color: #fafafa;
  margin: 8px 0;
}
.modal-cart-btn:hover {
  border-color: #c7e954;
}
.modal-cart-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: calc(100% - 28px);
}
.modal-cart-empty {
  text-align: center;
}
.modal-cart-empty-text {
  color: #fafafa;
  text-transform: uppercase;
  padding: 16px 0 10px;
  display: none;
}
.modal-cart-empty-icon {
  margin: -175px 0 98px;
  display: none;
}
.modal-cart-empty .modal-cart-products,
.modal-cart-empty .modal-cart-total,
.modal-cart-empty .modal-cart-btn-checkout {
  display: none;
}
.modal-cart-empty .modal-cart-empty-text,
.modal-cart-empty .modal-cart-empty-icon {
  display: block;
}
.modal-cart-empty .modal-cart-body {
  justify-content: center;
}
.modal-cart-product {
  width: 100%;
  height: 132px;
  display: flex;
  gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin: 24px 0;
}
.modal-cart-products {
  margin: 40px 0;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-cart-products.has-many {
  justify-content: start;
  overflow-y: scroll;
}
.modal-cart-product-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.modal-cart-product-image {
  border-radius: 5px;
  display: block;
  margin: 0 20px 0 0;
}
.modal-cart-product-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #fafafa;
  overflow: hidden;
  max-height: 4.5rem;
}
.modal-cart-product-quantity.product-quantity {
  margin: 0;
}
.modal-cart-product-delete:hover svg use {
  fill: #fafafa;
}
.modal-cart-total {
  margin: 20px 0 8px;
  color: #fafafa;
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.modal-cart-total-amount {
  font-weight: 600;
}

.modal-map {
  position: fixed;
  top: 10vh;
  left: 10vw;
  width: 80vw;
  height: 80vh;
  z-index: 1;
}
.modal-map iframe {
  width: 100%;
  height: 100%;
}

.offline-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.offline-image {
  border-radius: 20px;
}
.offline-tag {
  font-family: "Unbounded", sans-serif;
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 193px;
  height: 40px;
  text-align: center;
  padding: 10px;
  line-height: 20px;
  color: #dbdbdb;
  background: #39494c;
  border-radius: 20px;
}
.offline-tag-wrap {
  width: 222px;
  height: 80px;
  background: #0d0d0d;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.offline-item {
  position: relative;
}
.offline-item-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  margin: 33px 0 6%;
  line-height: 1.3;
}
.offline-item-text {
  margin: 2.65% 0;
}
.offline-item-text-label {
  font-weight: 500;
  color: #e8e8e8;
  font-size: 0.875rem;
}
.offline-item-66 {
  width: 66.66%;
}
.offline-item-33 {
  width: 33.33%;
}
.offline-item-33-wrap {
  height: calc(100% - 64px);
}
.offline-item-image {
  display: block;
  height: 55%;
  border-radius: 20px;
  overflow: hidden;
}
.offline-contacts {
  margin: 6% 0;
}
.offline-button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.scroll-to {
  width: 40px;
  height: 40px;
  border: 1px solid #c7e954 !important;
  border-radius: 50% !important;
  opacity: 0.75;
  color: #c7e954 !important;
  display: none !important;
  background: rgba(0, 0, 0, 0.2) !important;
  padding: 0 !important;
}
.scroll-to-svg-wrap {
  position: relative;
  top: 2px;
  display: block;
}
.scroll-to.is-active {
  display: block !important;
}
.scroll-to:hover {
  opacity: 1;
}
.scroll-to:hover .to-top-svg-wrap {
  animation: bounce 0.8s infinite;
}

.to-top {
  position: fixed !important;
  bottom: 36px;
  right: 36px;
}
.to-top-svg {
  transform: rotate(-53deg);
}
.to-top.is-active {
  display: block !important;
}

.to-content {
  position: fixed !important;
  bottom: 36px;
  right: 36px;
}
.to-content-svg {
  transform: rotate(127deg);
}

.social {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.product-quantity {
  width: 140px;
  height: 28px;
  border: 1px solid #39494c;
  border-radius: 6px;
  color: #fafafa;
  overflow: hidden;
  display: flex;
  margin: 44px 0;
}
.product-quantity-btn {
  background: #39494c;
  width: 48px;
  height: 28px;
  position: relative;
}
.product-quantity-btn:hover {
  cursor: pointer;
}
.product-quantity-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 1px;
  background: #fafafa;
}
.product-quantity-plus:before {
  content: "";
  height: 16px;
  width: 1px;
  background: #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
}
.product-quantity-input {
  width: 48px;
  height: 28px;
  text-align: center;
  font-size: 21px;
  color: #fafafa;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-7px);
  }
  60% {
    transform: translateY(-4px);
  }
}
@media (max-width: 1366px) {
  .offline-contacts {
    margin: 6% 0;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .feedback-form-wrap {
    top: 28px;
  }
}
@media (max-width: 1280px) {
  h2,
  .h2 {
    font-size: 1.85rem;
  }
  .offline-contacts {
    margin: 5% 0;
  }
  .offline-item-title {
    margin: 0 0 5%;
  }
}
@media (max-width: 1279px) and (min-width: 1025px) {
  .button-primary {
    padding: 20px 8%;
  }
  .button-primary-arrow {
    margin-left: 10px;
  }
  .offline-item-title {
    margin: 10px 0 5%;
    font-size: 0.85rem;
  }
  .feedback-form {
    padding: 30px;
    min-height: auto;
  }
  .feedback-form-wrap {
    top: 12px;
  }
  .feedback-form-input {
    padding: 10px;
  }
  .feedback-form-input-name {
    margin-bottom: 30px;
  }
  .feedback-form-button {
    margin: 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .glide__track {
    overflow: visible !important;
    display: flex;
  }
  .glide__slides {
    flex-direction: column;
    gap: 20px;
    overflow: visible !important;
  }
  .glide__slide {
    height: auto !important;
  }
  .why-us-wrap .glide__slides {
    flex-direction: row;
  }
  .modal-header {
    text-transform: uppercase;
  }
  .social {
    left: -9px;
    top: 50%;
    width: 36px;
    transform: scale(0.5);
    transition: all 0.5s;
    gap: 0;
    margin: -110px 0 0 0;
    box-sizing: content-box;
  }
  .social:hover {
    left: 0;
    gap: 4px;
    padding: 0 0 0 10px;
    transform: scale(1);
  }
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 1.125rem;
    color: #e8e8e8;
    text-align: left;
    top: 12px;
    margin: 0 0 40px;
    letter-spacing: -0.02em;
  }
  .header-menu-submenu {
    left: 0;
  }
  .button-primary {
    font-size: 0.875rem;
    padding: 21px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 57px;
  }
  .button-primary-arrow {
    margin: -12px 0 -3px 12px;
    top: 5px;
  }
  .info {
    margin: 100px 0;
  }
  .info-header {
    padding: 0;
  }
  .info-header > span {
    text-align: left;
    width: auto;
  }
  .info-subheader {
    width: calc(100% - 17px);
    font-size: 0.625rem;
  }
  .info-categories {
    border-radius: 10px;
    padding: 40px 16px 0;
  }
  .info-categories-header {
    margin: 0 0 57px;
  }
  .info-categories-subheader {
    top: -20px;
  }
  .why-us-wrap {
    flex-direction: column;
  }
  .why-us-item {
    width: 67vw;
    min-height: 66vw;
    padding: 5vw 4vw 3vw 4vw;
    border-radius: 13px;
  }
  .why-us-item-wrap {
    padding: 7vw 0 2vw 6vw;
    margin: 0 0 0 11vw;
  }
  .why-us-item-wrap:hover .why-us-item,
  .why-us-item-wrap .why-us-item {
    transform: rotate(3.14deg);
  }
  .why-us-item-wrap:hover .why-us-item-bg,
  .why-us-item-wrap .why-us-item-bg {
    top: 2vw;
    left: 0;
    transform: rotate(-4.3deg);
    opacity: 1;
    width: 66vw;
    border-radius: 13px;
  }
  .why-us-icon {
    width: 18px;
    height: 19px;
    margin: 0 9px 0 6px;
  }
  .why-us-title {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
  }
  .why-us-text {
    font-size: 0.875rem;
  }
  .glide__track {
    padding: 0;
  }
  .glide__slide--active {
    z-index: 100;
  }
  .glide__bullets {
    padding: 0 8px;
    background: #252525;
    border-radius: 20px;
    margin: 0 auto;
    height: 17px;
  }
  .glide__bullet {
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 9px;
    background: #525252;
    padding: 0;
  }
  .glide__bullet--active {
    background: #c7e954;
  }
  .glide__arrow {
    padding: 0;
    position: absolute;
  }
  .glide__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -10px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .glide__arrow--right {
    right: 0;
  }
  .glide__arrow--right-arrow {
    transform: rotate(-180deg);
  }
  .categories {
    gap: 32px;
  }
  .categories-item {
    border-radius: 13px;
    height: 52vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: calc(100vw - 32px);
  }
  .categories-item-title {
    font-family: "TT Firs Neue", sans-serif;
    top: 16px;
    left: 16px;
    padding: 4px 12px;
    font-weight: 400;
  }
  .categories-item-subcat {
    font-size: 0.625rem;
    height: 15px;
    line-height: 14px;
    padding: 0 12px;
    margin: 8px 4px 0 0;
  }
  .categories-item-links {
    left: 13px;
    bottom: 20px;
  }
  .categories-item-img {
    min-height: 54vw;
  }
  .categories-item-img-big {
    max-width: none;
  }
  .categories-row {
    flex-direction: column;
    flex: 100%;
    gap: 32px;
  }
  .categories-button {
    margin: 0 0 20px;
  }
  .offline-wrap {
    flex-direction: column;
    gap: 28px;
  }
  .offline-image-img {
    border-radius: 10px;
  }
  .offline-tag {
    width: 142px;
    height: 20px;
    padding: 7px;
    line-height: 5px;
    font-size: 0.625rem;
    letter-spacing: -0.02em;
    font-weight: 300;
    color: #fafafa;
    bottom: 3px;
  }
  .offline-tag .mobile-show {
    display: inline !important;
  }
  .offline-tag-wrap {
    width: 156px;
    height: 36px;
    clip-path: url(#offline-clip-m) !important;
  }
  .offline-item-33, .offline-item-66 {
    width: 100%;
  }
  .offline-item-33-wrap {
    display: flex;
    flex-direction: column;
  }
  .offline-item-image {
    order: 2;
    border-radius: 7px;
  }
  .offline-item-image-img {
    border-radius: 7px;
  }
  .offline-item-title {
    font-size: 0.75rem;
    order: 1;
    margin: 0 0 28px;
    order: 1;
  }
  .offline-item-text {
    font-weight: 300;
    font-size: 0.75rem;
    margin: 4px 0;
  }
  .offline-item-text-label {
    font-weight: 400;
    font-size: 0.75rem;
    font-family: "Unbounded", sans-serif;
  }
  .offline-button {
    position: relative;
  }
  .offline-contacts {
    order: 2;
    margin: 28px 0;
  }
  .feedback-header {
    position: relative;
    margin: 8px 0 110px;
  }
  .feedback-subheader {
    top: 15px;
  }
  .feedback-image-wrap {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 170px;
    display: block;
    top: 0;
    z-index: -1;
    border-radius: 7px;
    overflow: hidden;
  }
  .feedback-image-img {
    border-radius: 7px;
    position: absolute;
    bottom: 0;
  }
  .feedback-form {
    width: 100%;
    padding: 24px;
    border-radius: 9px;
    min-height: 140px;
  }
  .feedback-form-wrap {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
  .feedback-form-input {
    font-size: 0.875rem;
    padding: 9px 20px;
    line-height: 16px;
  }
  .feedback-form-input-name {
    margin: 0 0 16px;
  }
  .feedback-form-button {
    margin: 24px 0 0;
  }
  .feedback-text-wrap {
    width: 92px;
    height: 52px;
    right: auto;
    bottom: -1px;
    left: 0;
    padding: 2px 11px;
    display: block;
  }
  .feedback .wpcf7-not-valid-tip {
    font-size: 0.75rem;
    margin: -16px 0 4px;
  }
  .footer {
    border-radius: 7px;
  }
  .footer-wrap {
    padding: 40px 16px;
    gap: 8px;
  }
  .footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .footer-logo-image {
    width: 107px;
    display: block;
    margin: 0 0 70px;
  }
  .footer-image-mobile-img {
    border-radius: 7px;
  }
  .footer-subheader {
    margin: 0;
    font-size: 0.625rem;
    font-weight: 500;
  }
  .footer-links {
    width: 43.75vw;
  }
  .footer-links-item {
    font-size: 0.75rem;
  }
  .footer-subheader {
    font-size: 0.625rem;
    font-family: "TT Firs Neue", sans-serif;
  }
  .header-logo-img {
    position: relative;
    z-index: 2;
    width: 66px;
  }
  .header-cart {
    width: 20px;
    height: 20px;
    top: 0;
  }
  .header-cart-qty {
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-size: 0.75rem;
    top: -2px;
  }
  .header-menu {
    position: fixed;
    background: #000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .header-menu-item {
    width: 100%;
    padding: 12px 16px;
    border-top: 1px solid #252525;
  }
  .header-menu-item:last-child {
    border-bottom: 1px solid #252525;
  }
  .header-menu .menu-item-home {
    padding-left: 16px;
  }
  .header-menu .menu-item-home:before, .header-menu .menu-item-home:after {
    display: none;
  }
  .header-menu-link {
    font-size: 0.75rem;
  }
  .header-menu-link-phone {
    text-decoration: none;
  }
  .has-submenu:hover .header-menu-submenu {
    display: none;
  }
  .button-close {
    right: 16px;
    top: 20px;
  }
  .catalog-banner {
    height: 130vw;
  }
  .catalog-banner-image-img {
    width: 100vw;
    height: 130vw;
    border-radius: 0 0 10px 10px;
  }
  .catalog-h1 {
    bottom: 60px;
  }
  .catalog-categories {
    margin: 100px 0;
    padding: 0 16px;
  }
  .catalog-header {
    margin: 0 0 43px;
    top: 0;
  }
  .product-quantity {
    width: 72px;
    height: 24px;
    border-radius: 3px;
  }
  .product-quantity-input {
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
  }
  .product-quantity-btn {
    width: 24px;
    height: 24px;
  }
  .product-quantity-btn:after {
    margin: -1px 0 0 -5px;
    width: 9px;
  }
  .product-quantity-plus:before {
    height: 9px;
    margin: -5px 0 0 -1px;
  }
  .modal {
    height: 100vh;
    padding: 20px 16px;
    border-radius: 0;
  }
  .modal-header {
    text-align: left;
    font-family: "Unbounded", sans-serif;
    font-size: 1.125rem;
  }
  .modal-cart-empty-icon {
    margin: -67px 0 10vh;
  }
  .modal-cart-empty .product-button {
    display: none !important;
  }
  .modal-cart-product {
    gap: 8px;
    height: auto;
    margin: 12px 0;
  }
  .modal-cart-products {
    min-height: auto;
    margin: 26px 0 22px;
  }
  .modal-cart-product-wrap {
    display: block;
  }
  .modal-cart-product-image {
    border-radius: 7px;
    margin: 0;
    width: 140px;
  }
  .modal-cart-product-title {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 12px;
  }
  .modal-cart-product-price {
    display: none;
  }
  .modal-cart-total {
    margin: 0 0 6px;
    font-size: 0.80625rem;
  }
  .modal-cart-total-amount {
    font-weight: 400;
  }
  .scroll-to {
    bottom: 15px;
    right: 15px;
  }
  .social {
    position: fixed;
    bottom: 6px;
    left: 15px;
    top: auto;
  }
  .social-link {
    display: none;
  }
  .social-link.is-active {
    display: block;
  }
  .social-show {
    padding: 0;
  }
  .footer-social-link {
    margin: 10px 7px;
    opacity: 1;
  }
  .footer-social-link-icon {
    width: 24px;
  }
  .footer-copy {
    font-size: 0.75rem;
  }
  .footer-copy-wrap {
    gap: 0;
    flex-direction: column;
  }
}
@media (min-width: 471px) and (max-width: 1024px) {
  .categories-item {
    max-width: calc(100vw - 32px);
    height: 32vw;
  }
  .categories-item-img {
    width: calc(100vw - 32px);
    min-height: auto;
  }
  .categories-button {
    margin: 0 auto 20px;
    width: 290px;
  }
  .offline-button {
    width: 290px;
    margin: 0 auto;
  }
  .offline-item-33-wrap {
    align-items: center;
  }
  .feedback-form-wrap {
    top: 50px;
  }
  .feedback-form-button {
    margin: 24px auto 0;
    width: 290px;
  }
}
/*# Current File Updated by Asset CleanUp - Original Source Map: style.css.map */
/*!/wp-content/themes/teslachat/assets/css/products.css*/
.catalog-h1 {
  width: calc(100% - 96px);
}
.catalog-banner {
  position: relative;
}

.products {
  margin: 150px 0;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  columns: 3;
  gap: 20px;
}
.products-item {
  width: calc((100% - 40px) / 3);
  position: relative;
  margin: 20px 0;
}
.products-item-title {
  font-family: "Unbounded", sans-serif;
  font-size: 1.25rem;
  color: #fafafa;
  margin: 32px 0 20px;
  line-height: 1;
  display: inline-block;
  height: 40px;
  overflow: hidden;
}
.products-item-price {
  font-size: 1.25rem;
  margin: 0 0 38px;
}
.products-item-price-old {
  text-decoration: line-through;
}
.products-item-price-new {
  color: #c7e954;
}
.products-item-btn {
  padding: 16px 20px;
  border-radius: 15px;
}
.products-item-more {
  color: #fafafa;
  border: 1px solid #39494c;
  display: inline-block;
}
.products-item-more:hover {
  text-decoration: none;
  border-color: #c7e954;
}
.products-item-to-cart {
  padding: 16px 20px;
  background: #c7e954;
  color: #111111;
  margin: 0 16px;
}
.products-item-to-cart:hover {
  text-decoration: underline;
}
.products-item-discount {
  background: #c7e954;
  padding: 4px 10px;
  border-radius: 15px;
  color: #39494c;
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.25rem;
  z-index: 1;
}
.products-more {
  color: #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
  padding: 0;
}
.products-more-wrap {
  text-align: center;
  margin: 60px 0;
}

@media (min-width: 1025px) {
  .products-filter-label {
    color: #e8e8e8;
    font-weight: 300;
    position: relative;
    background: #39494c;
    border-radius: 20px;
    padding: 23px 68px 23px 24px;
  }
  .products-filter-label:hover {
    cursor: pointer;
  }
  .products-filter-label:after {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -5px;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fafafa;
  }
  .products-filter-item {
    position: relative;
    padding: 0 0 0 38px;
    margin: 16px 0;
    line-height: 1;
  }
  .products-filter-item:hover {
    cursor: pointer;
  }
  .products-filter-item:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #e8e8e8;
    border-radius: 2px;
  }
  .products-filter-item.is-active:after {
    content: "";
    width: 9px;
    height: 4px;
    border-left: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: rotate(-45deg);
    margin: -4px 0 0;
  }
  .products-filter-close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -6px 0 0 0;
  }
  .products-filter-close:before, .products-filter-close:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #fafafa;
    transform: rotate(45deg);
    top: 4px;
  }
  .products-filter-close:after {
    transform: rotate(-45deg);
  }
  .products-filter-close:hover {
    cursor: pointer;
  }
  .products-filter-items {
    background: #252525;
    padding: 8px 24px;
    border-radius: 20px;
    color: #e8e8e8;
    max-width: 300px;
    display: none;
    margin: 6px 0;
    position: absolute;
    z-index: 2;
  }
  .products-filter-items.is-active {
    display: block;
  }
  .products-filters {
    display: flex;
    gap: 16px;
    justify-self: center;
    margin: 0 0 20px;
  }
  .products-filters-active {
    justify-self: center;
    margin: 20px 0 60px;
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .products-filters-active-item {
    color: #fafafa;
    padding: 6px 10px 6px 35px;
    position: relative;
    background: #252525;
    display: inline-block;
    border-radius: 15px;
  }
  .products-filters-clear {
    color: #e8e8e8;
    border-bottom: 1px dashed #e8e8e8;
    padding: 0;
    display: none;
    height: 20px;
    margin: 4px 0;
  }
  .products-filters-clear.is-active {
    display: inline-block;
  }
  .products-filters-clear:hover {
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .catalog-h1 {
    width: calc(100% - 30px);
  }
  .products {
    margin: 100px 0;
    padding: 0 16px;
  }
  .products-filters-mobile {
    padding: 16px;
    background: #39494c;
    border-radius: 10px;
    width: 100%;
    color: #fafafa;
    margin: 0 0 24px;
    font-size: 0.875rem;
  }
  .products-filters-mobile-arrow {
    background: #c7e954;
    border-radius: 15px;
    width: 42px;
    height: 25px;
    display: inline-block;
    padding: 6px;
    margin: 0 0 0 8px;
  }
  .products-filters-active {
    margin: 16px 0;
  }
  .products-list {
    columns: 2;
    gap: 8px;
  }
  .products-item {
    width: calc((100% - 8px) / 2);
    margin: 5px 0;
  }
  .products-item-title {
    font-size: 0.875rem;
    font-family: "TT Firs Neue", sans-serif;
    line-height: 1.1;
    margin: 12px 0 35px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.2em;
  }
  .products-item-image-img {
    border-radius: 7px;
  }
  .products-item-to-cart {
    background: transparent;
    padding: 0;
    margin: 0;
    float: right;
  }
  .products-item-price {
    font-size: 0.75rem;
    font-family: "Unbounded", sans-serif;
    color: #e8e8e8;
    width: calc(100% - 25px);
    float: left;
    margin: 0;
    line-height: 21px;
  }
  .products-item-price-new, .products-item-price-old {
    width: 100%;
    display: inline-block;
    line-height: 1.1;
    position: relative;
    top: -21px;
  }
  .products-item-price-discount {
    line-height: 1.3;
    position: relative;
    top: -12px;
  }
  .products-item-price-no {
    color: #8c8c8c;
    font-size: 0.625rem;
    font-family: "TT Firs Neue", sans-serif;
  }
  .products-item-discount {
    font-size: 0.625rem;
    top: 6px;
    left: 6px;
    line-height: 1;
    padding: 6px 8px;
  }
  .products-more-wrap {
    margin: 40px 0;
  }
  .products-filters {
    background: #252525;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 10;
    left: -100vw;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s all;
    visibility: hidden;
  }
  .products-filters.is-active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .products-filters-label {
    font-family: "Unbounded", sans-serif;
    font-size: 0.75rem;
    color: #fafafa;
    padding: 19px 16px;
    text-align: left;
  }
  .products-filters-label-svg {
    margin: 0 5px 0 0;
  }
  .products-filters-clear {
    color: #e8e8e8;
    border-bottom: 1px dashed #e8e8e8;
    padding: 0;
    font-size: 0.875rem;
    display: none;
    margin: 40px auto;
    width: 110px;
  }
  .products-filters-clear.is-active {
    display: block;
  }
  .products-filter {
    border-top: 1px solid #525252;
  }
  .products-filter:last-of-type {
    border-bottom: 1px solid #525252;
  }
  .products-filter-label {
    color: #fafafa;
    font-size: 0.875rem;
    padding: 16px;
    width: 100%;
    text-align: left;
  }
  .products-filter-label-qty {
    float: right;
  }
  .products-filter-label-qty-svg {
    margin: 0 0 0 5px;
  }
  .products-filter-items {
    background: #252525;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 1;
    left: -100vw;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s all;
    visibility: hidden;
    padding: 24px;
  }
  .products-filter-items.is-active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .products-filter-items-label {
    padding: 19px 0;
  }
  .products-filter-item {
    position: relative;
    padding: 0 16px 0 38px;
    margin: 16px 0;
    color: #e8e8e8;
    font-size: 0.875rem;
  }
  .products-filter-item:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    border: 2px solid #e8e8e8;
    border-radius: 2px;
    margin: -11px 0 0;
  }
  .products-filter-item.is-active:after {
    content: "";
    width: 9px;
    height: 4px;
    border-left: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: rotate(-45deg);
    margin: -4px 0 0;
  }
  .products-fav {
    padding: 0;
    margin: -4px 0 100px;
  }
  .products-fav-slider {
    display: flex;
    flex-direction: column;
  }
  .products-fav-slider .glide__track {
    padding: 0;
  }
  .products-fav-list {
    flex-wrap: nowrap;
    columns: auto;
    gap: 0;
    margin: 0 0 10px;
  }
}
/*# Current File Updated by Asset CleanUp - Original Source Map: products.css.map */
/*!/wp-content/plugins/contact-form-7/includes/css/styles.css*/
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}