/** Footer mobile bottom menu START */
.bottom-menu-bar-icon svg,
.bottom-menu-bar {
  display: none;
}

.bottom-menu-bar {
  opacity: 0;
  transform: translateX(-599px);
}

@media (max-width: 767px) {
  .bottom-menu-bar {
    transform: translateX(0px);
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 8999;
  }
  .bottom-menu-bar-item {
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: center;
    transition: var(--basicTransition);
    background-color: transparent;
  }

  .bottom-menu-bar-item_cart {
    cursor: pointer;
  }

  .bottom-menu-bar-item:hover {
    background-color: #d5eae9;
  }

  .bottom-menu-bar-icon {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bottom-menu-bar-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .bottom-menu-bar-text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #0e0e0e;
  }

  .product-options,
  .product_buy-mob {
    bottom: 80px;
  }

  .checkout_sticky-bottom {
    padding-bottom: 80px;
  }
}
/** Footer mobile bottom menu END */

/** Footer modal START */
.modal-footer {
  padding: 22px 20px;
  border-color: #dddddd;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-footer-link {
  font-size: 16px;
}
/** Footer modal END */

/* Footer decor svg START */
footer .footer-decor {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

footer .footer-decor svg {
  max-width: 128px;
  transform: translateY(100%);
}
/* Footer decor svg END */


/* Footer subscribe form START */
footer .footer-form {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
}

footer .footer-form .footer-title {
  display: block;
  margin-bottom: 19px;
}

footer .footer-form form {
  position: relative;
  height: 65px;
  display: flex;
  border: 1px solid #cdcdcd;
  border-radius: 65px;
  margin-bottom: 60px;
}

footer .footer-form form.form-error {
  border-color: var(--redLight);
}

footer .footer-form form input {
  width: calc(100% - 65px);
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 33px;
  border-radius: 65px;
  font-size: 15px;
  color: var(--black);
}

footer .footer-form form button {
  position: absolute;
  top: 50%;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px !important;
  height: 65px;
  background: var(--blue);
  border-radius: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
}

footer .footer-form form button:hover {
  background: var(--yellow);
}

footer .footer-form form button img {
  width: 31px;
  height: auto;
}

footer .footer-form-msg {
  position: absolute;
  bottom: -9px;
  font-size: 15px;
  transform: translateY(100%);
}

footer .footer-form-msg.error {
  color: var(--redLight);
}

footer .footer-social {
  display: flex;
  align-items: center;
}

footer .footer-social-mob {
  display: none;
}

footer .footer-social .footer-title {
  display: block;
  margin-right: 32px;
  margin-bottom: 0;
}

footer .footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 19px;
  position: relative;
  background: #dbc8b7;
  border-radius: 50%;
  flex-shrink: 0;
}

footer .footer-social a img {
  width: 60%;
  z-index: 10;
}

footer .footer-social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: 0.4s;
  background-color: var(--blue);
}

footer .footer-social a:hover::before {
  transform: scale(1);
}

footer .footer-social a:last-of-type {
  margin-right: 0;
}

footer .footer-pay {
  display: flex;
  align-items: center;
}

footer .footer-pay img {
  width: auto;
  height: 22px;
  margin-right: 20px;
}

footer .footer-pay img:last-of-type {
  margin-right: 0;
}
/* Footer subscribe form END */

footer {
  padding: 56px var(--containerPadding) 20px;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-logo {
  flex-shrink: 0;
}

.footer-middle {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  max-width: 767px;
  width: 100%;
}

.footer-middle-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-title {
  font-family: 'Quincy CF';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.form-subscribe-title {
  display: none;
}

footer .link {
  display: flex;
}

footer .link:hover {
  color: var(--blackTitle)!important;
}

.footer-contact-item,
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu {
  min-width: 217px;
}

.footer-menu .link {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.footer-gurt-phone,
.footer-gurt-email,
.footer-contact-phone {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.footer-gurt-work-time,
.footer-contact-work-time {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.footer-span,
.footer-bottom {
  width: 100%;
}

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

.footer-bottom-middle {
  flex-shrink: 0;
  gap: 60px;
}

.footer-privacy .link,
.footer-copyright {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 180%;
}

.footer-consultation {
  min-width: 143px;
}

.footer-bottom-middle-wrapper {
  display: flex;
  gap: 60px;
}

@media (max-width: 1200px) {
  footer .footer-social {
    flex-wrap: wrap;
  }

  .footer-middle {
    gap: 30px;
    flex-wrap: wrap;
  }

  .footer-middle-col {
    flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
  }

  footer .footer-social .footer-title {
    margin-right: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 56px var(--containerPadding) 100px;
  }

  .footer-wrapper {
    gap: 74px;
  }

  footer .footer-decor {
    bottom: unset;
    right: 0;
    height: 394px;
  }

  footer .footer-decor svg {
    max-width: 167px;
    height: unset;
    opacity: 0.5;
    transform: translate(0px, -40px) !important;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-middle {
    gap: 0;
    justify-content: unset;
  }

  .footer-middle-col {
    flex-basis: 100%;
    width: 100%;
    gap: 14px;
  }

  .footer-middle-col:first-child {
    margin-bottom: 40px;
  }

  .footer-middle-col:nth-child(2),
  .footer-middle-col:last-child {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .form-subscribe-title,
  .footer-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
  }

  .form-subscribe-title {
    display: block;
    margin-bottom: 14px;  
    font-family: 'Quincy CF';
    font-style: normal;
  }

  .footer-menu .link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
  }

  .footer-gurt-phone,
  .footer-gurt-email,
  .footer-contact-phone {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
  }

  .footer-gurt-work-time,
  .footer-contact-work-time {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
  }
  
  .footer-logo {
    max-width: 171px;
  }

  footer .footer-form {
    max-width: unset;
    flex-direction: column-reverse;
    gap: 40px;
  }

  footer .footer-form form {
    margin-bottom: 0;
  }

  footer .footer-social .footer-title {
    margin-right: 32px;
  }

  .footer-bottom-middle {
    gap: 14px;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
  }

  .footer-span {
    display: none;
  }

  .footer-bottom-middle-wrapper {
    flex-direction: column;
    gap: 4px;    
  }
}