html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.no-scroll {
  overflow-y: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
div {
  cursor: default;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  word-wrap: break-word;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.no-scroll {  
  overflow-y: hidden;
}
body .swiper-pagination {
  z-index: 1;
}

header {
  position: relative;
  max-width: 100%;
}
header .container {
  flex-direction: row;
  align-items: center;
}

footer {
  display: flex;
  flex-direction: column;
  background-color: rgb(138, 145, 124);
  color: rgb(255, 255, 255);
  padding: 64px 0;
  flex-shrink: 0;
}
@media (min-width: 1290px) {
  footer {
    padding: 100px 0;
  }
}

main {
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  padding-bottom: 40px;
  position: relative;
}
main.custom-main-bottom {
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container:before {
  display: none;
}
.container:after {
  display: none;
}
@media (min-width: 770px) {
  .container {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 1290px) {
  .container {
    max-width: 1320px;
    padding: 0 15px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1650px;
    padding: 0;
  }
}
.container-favorite .section-container {
  padding: 0;
}
.container-favorite .section-header {
  display: none;
}
.container-catalog .section-container {
  padding-left: 0;
}
@media (max-width: 769px) {
  .container-profile {
    padding: 0;
  }
  .container-profile h1 {
    padding: 0 15px;
  }
  .container-profile .left-menu {
    padding: 0 15px;
  }
}

.custom-container {
  padding: 0;
}
.custom-container .breadcrumbs {
  padding: 0 15px;
}
@media (min-width: 770px) {
  .custom-container .breadcrumbs {
    max-width: 768px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 1290px) {
  .custom-container .breadcrumbs {
    max-width: 1320px;
    padding: 0 15px;
  }
}
@media (min-width: 1800px) {
  .custom-container .breadcrumbs {
    max-width: 1650px;
    padding: 0;
  }
}
.custom-container h1 {
  padding: 0 15px;
}

@media (min-width: 1290px) {
  .custom-container h1 {
    padding: 0;
  }
  .custom-container-collection {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 1800px) {
  .custom-container-collection {
    max-width: 1650px;
    padding: 0;
  }
}
@media (min-width: 770px) {
  .custom-container-contacts .breadcrumbs {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1290px) {
  .custom-container-contacts .breadcrumbs {
    max-width: 1320px;
    padding: 0 15px;
  }
}
@media (min-width: 1800px) {
  .custom-container-contacts .breadcrumbs {
    max-width: 1650px;
    padding: 0;
  }
}
@media (min-width: 770px) {
  .custom-container-contacts h1 {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1290px) {
  .custom-container-contacts h1 {
    max-width: 1320px;
    padding: 0 15px;
  }
}
@media (min-width: 1800px) {
  .custom-container-contacts h1 {
    max-width: 1650px;
    padding: 0;
  }
}

section {
  width: 100%;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

h1 {
  font-weight: 400;
  font-size: 20px;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  h1 {
    font-size: 40px;
  }
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

input {
  outline: none;
  font-family: "Inter", sans-serif;
}

ul, li {
  list-style: none;
}

:root {
  --header-height: 0;
}

header {
  width: 100%;
  background-color: white;
  z-index: 14;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-bottom: 1px solid rgb(221, 221, 221);
}
header.header-main.scrolled {
  background-color: transparent;
}
header .logo {
  margin-inline: auto;
  margin-top: -6px;
  max-width: 110px;
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
}

.header-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-container__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 0;
  opacity: 0;
  touch-action: none;
}
.header-container__back.active {
  opacity: 1;
}
.header-container .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.header__icons {
  display: flex;
  align-items: center;
}
.header__links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__item {
  height: 24px;
  max-height: 24px;
}
.header__item--user .user-link__text {
  display: none;
}
.header-wrapper {
  margin-right: 20px;
}
.header-wrapper .btn.burger {
  width: 27px;
  height: 27px;
}
.header-menu__top {
  display: none;
}
.header-menu__item {
  margin: 0 15px 15px;
  border-bottom: 1px solid rgba(122, 122, 122, 0.3);
}
.header-menu__item--user {
  display: none;
}

.footer-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
}
.footer-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-col:first-child {
  padding-top: 0;
}
.footer-col:last-child {
  border: none;
}
.footer-col__item {
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.footer-col__item span {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}
.footer-col__item span span {
  display: block;
}
.footer-col__item span:last-child {
  margin-bottom: 0;
}
.footer-col__item--mb span:first-child {
  margin-bottom: 16px;
  font-size: 16px;
}
.footer-col__block {
  display: flex;
  align-items: center;
}
.footer__title {
  font-size: 16px;
  margin-bottom: 24px;
}

.burger {
  display: none;
}
.burger-close {
  max-height: 24px;
  max-width: 24px;
}

@media (max-width: 1290px) {
  .burger {
    display: block;
  }
  .header-container {
    padding: 30px 0;
  }
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-touch-action: none;
    touch-action: none;
    visibility: hidden;
    backface-visibility: hidden;
    height: 100vh;
    transform: translate(-105%);
    transition: transform 0.5s ease-in-out, visibility 0.5s linear;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    display: none;
    color: #7A7A7A;
  }
  .header-menu.active {
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .header-menu__container {
    max-width: 738px;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    padding-right: 20px;
  }
  .header-menu__container::-webkit-scrollbar {
    width: 7px;
  }
  .header-menu__container::-webkit-scrollbar-track {
    background-color: white;
    border-top-right-radius: 10px;
  }
  .header-menu__container::-webkit-scrollbar-thumb {
    background: rgb(128, 144, 124);
    border-radius: 10px;
  }
  .header-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 20px 0 10px;
    background-color: white;
    z-index: 2;
  }
  .header-menu__item {
    margin: 0;
  }
  .header-menu__item--user {
    padding: 10px 0;
    display: block;
  }
  .header-menu__item--user a svg {
    display: none;
  }
  .header-menu__item--user .user-link__text {
    display: block;
    font-weight: 400;
    font-size: 16px;
  }
  .header__item--user {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-container {
    padding: 20px 0;
  }
  .header-menu__container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    height: 100%;
  }
}
@media (min-width: 760px) {
  .footer__title {
    font-size: 24px;
  }
  .footer-col:first-child, .footer-col:nth-child(2) {
    width: 268px;
  }
  .footer-col__item {
    font-size: 16px;
  }
  .footer-col__item--mb span:first-child {
    font-size: 20px;
  }
}
@media (min-width: 1290px) {
  .footer-col:last-child {
    width: 486px;
  }
  .made-in-direkt {
    margin-left: auto;
  }
  header .container {
    flex-direction: row;
  }
  .header-wrapper {
    margin-right: 0;
  }
  .header__icons {
    order: 2;
  }
  .header__links {
    gap: 24px;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    gap: 53px;
  }
}
@media (min-width: 1800px) {
  .footer-col:first-child, .footer-col:nth-child(2) {
    width: fit-content;
  }
}
.btn {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  transition: background-color 0.3s ease-in;
  outline: none;
}
.btn-green {
  padding: 11px;
  width: 100%;
  max-width: 345px;
  text-align: center;
  background-color: rgb(138, 145, 124);
  color: white;
  display: inline-block;
}
.btn-green:hover {
  background-color: rgb(197, 222, 190);
  color: black;
}
.btn-green:disabled {
  background-color: rgb(221, 221, 221);
  cursor: inherit;
}
.btn-green .disabled {
  background-color: rgb(221, 221, 221);
  cursor: inherit;
}
.btn:focus {
  outline: none !important;
}

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