footer {
  border-top: 1px solid #ccc;
}
footer .footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .footer-wrapper .footer-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-wrapper .footer-menu .footer-menu-part {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .footer-menu .footer-menu-part .devider {
  height: 10px;
}
footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-item-group {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-group .footer-menu-item {
  margin-left: 10px;
}
footer .footer-wrapper .footer-contacts-area {
  width: 300px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .footer-contacts-area .footer-contact-title {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-wrapper .footer-contacts-area .phone-main {
  position: relative;
}
footer .footer-wrapper .footer-contacts-area .phone-main .phone-main-value {
  font-weight: 600;
}
footer .footer-wrapper .footer-contacts-area .phone-main .phone-dropdown {
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 5px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  padding: 10px;
  left: -10px;
  top: -9px;
  opacity: 0;
  height: 0;
  transition: all 0.3s;
}
footer .footer-wrapper .footer-contacts-area .phone-main .phone-dropdown .phone-dropdown-item {
  font-weight: 600;
}
footer .footer-wrapper .footer-contacts-area .phone-main .phone-dropdown #callbackBtn {
  margin-top: 10px;
}
footer .footer-wrapper .footer-contacts-area .phone-main:hover .phone-dropdown {
  z-index: 2;
  height: fit-content;
  opacity: 1;
  transition: all 0.3s;
}
footer .footer-wrapper .footer-contacts-area .footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
footer .footer-wrapper .footer-contacts-area .footer-contacts .contact-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .footer-wrapper .footer-contacts-area .footer-contacts .contact-field label {
  opacity: 0.7;
  font-size: 0.75em;
}
footer .copyright-block {
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
footer .copyright-block .footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 1400px) {
  footer {
    padding-top: 60px;
  }
  footer .footer-wrapper {
    gap: 40px;
  }
  footer .footer-wrapper .footer-menu {
    gap: 40px;
    width: 66.6%;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part {
    width: 30%;
    gap: 15px;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-title {
    font-size: 16px;
    font-family: "Montserrat Bold";
  }
  footer .footer-wrapper .footer-menu .footer-menu-adv-m {
    display: none;
  }
  footer .copyright-block {
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .footer-personal {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  footer {
    padding-top: 60px;
  }
  footer .footer-wrapper {
    gap: 40px;
  }
  footer .footer-wrapper .footer-menu {
    gap: 40px;
    width: 66.6%;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part {
    width: 33.3%;
    gap: 15px;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-title {
    font-size: 16px;
    font-family: "Montserrat Bold";
    position: relative;
  }
  footer .footer-wrapper .footer-menu .footer-menu-adv-m {
    display: none;
  }
  footer .copyright-block {
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .footer-personal {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 40px;
  }
  footer .footer-wrapper {
    gap: 40px;
  }
  footer .footer-wrapper .footer-menu {
    gap: 30px;
    width: 66.6%;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    padding-top: 30px;
  }
  footer .footer-wrapper {
    gap: 40px;
  }
  footer .footer-wrapper .footer-menu {
    gap: 10px;
    width: 50%;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part {
    width: 100%;
    gap: 10px;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-title {
    font-size: 14px;
    width: fit-content;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-title:after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    background: url("/local/images/chevron.svg") 100% no-repeat;
    width: 14px;
    height: 12px;
    transform: translateY(-50%);
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-items {
    display: none;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-adv {
    display: none;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part.active .footer-menu-title:after {
    transform: translateY(-50%) rotate(180deg);
    right: -18px;
    top: 9px;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part.active .footer-menu-items {
    display: flex;
  }
  footer .footer-wrapper .footer-menu .footer-menu-adv-m {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  footer .copyright-block {
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .copyright-block .copyright {
    text-align: center;
    width: 100%;
  }
  footer .copyright-block .footer-links {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
  footer .footer-personal {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
    background: var(--color-link);
    -webkit-box-shadow: 0px -4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -4px 8px 0px rgba(34, 60, 80, 0.2);
  }
  footer .footer-personal .personal-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 20px;
  }
  footer .footer-personal .personal-wrapper .btn-with-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
    transition: all 0.3s;
    text-decoration: none;
    padding: 5px;
    width: 50px;
    position: relative;
  }
  footer .footer-personal .personal-wrapper .btn-with-icon svg {
    height: 25px;
    width: auto;
    fill: var(--color-text-adv);
  }
  footer .footer-personal .personal-wrapper .btn-with-icon .btn-text {
    text-decoration: none !important;
    color: var(--color-text-adv);
    font-size: 11px;
    transition: all 0.3s;
  }
  footer .footer-personal .personal-wrapper .btn-with-icon .btn-qty {
    position: absolute;
    border: 1px solid var(--color-white);
    background: var(--color-link);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    right: 5px;
    color: var(--color-white);
    text-decoration: none;
    width: 15px;
    height: 15px;
    font-size: 8px;
  }
  footer .footer-personal .personal-wrapper .btn-with-icon:hover {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  }
  footer .footer-personal .personal-wrapper .btn-with-icon:hover svg {
    color: var(--color-white);
  }
  footer .footer-personal .personal-wrapper .btn-with-icon:hover .btn-text {
    color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-menu {
    gap: 10px;
    width: 100%;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part {
    width: 100%;
    gap: 10px;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-title {
    font-size: 14px;
    width: fit-content;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-title:after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    background: url("/local/images/chevron.svg") 100% no-repeat;
    width: 14px;
    height: 12px;
    transform: translateY(-50%);
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-items {
    display: none;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part .footer-menu-adv {
    display: none;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part.active .footer-menu-title:after {
    transform: translateY(-50%) rotate(180deg);
    right: -18px;
    top: 9px;
  }
  footer .footer-wrapper .footer-menu .footer-menu-part.active .footer-menu-items {
    display: flex;
  }
  footer .footer-wrapper .footer-contacts-area {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
