/* Reset */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

button {
  border: none;
}

abbr {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: var(--black-color);
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

input {
  border: none;
}

input:focus-visible {
  outline: none;
}

address {
  font-style: normal;
}

pre {
  margin: 0;
}

textarea {
  resize: none;
}
textarea:focus-visible {
  outline: none;
}

html {
  width: 100vw;
  overflow-x: hidden;
  margin-top: 10px;
}
@media (max-width: 900px) {
  html {
    margin-top: 0;
  }
}

i {
  font-family: "Font Awesome 5 Duotone Solid";
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  margin-top: 5px;
}

* {
  font-family: "Roboto Serif", serif;
  box-sizing: border-box;
  font-weight: 500;
}

main {
  width: 100%;
  height: 100vh;
}

/* /Reset/ */
/* Header */
header {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 150px;
  position: relative;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  header {
    padding: 0 100px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  header {
    padding: 0 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 900px) {
  header {
    position: fixed;
    z-index: 1;
    background-color: #fff;
    padding: 10px 0;
    padding-bottom: 5px;
  }
}

nav {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  nav {
    display: none;
  }
}

.nav__item {
  color: #3e78de;
  font-size: 14px;
  cursor: pointer;
}

.header__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .header__wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
}
.header__wrapper__first {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 1000px) {
  .header__wrapper__first {
    flex-direction: column;
    align-items: center;
    align-self: center;
    position: static;
  }
}
.header__wrapper__second {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .header__wrapper__second {
    align-items: flex-start;
    margin-top: 0;
  }
}
.header__wrapper__second__wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 900px) {
  .header__wrapper__second__wrapper {
    flex-direction: row-reverse;
  }
}
.header__wrapper__second__contacts {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
  color: #3b3d40;
  font-size: 18px;
  font-weight: 600;
  margin-right: 100px;
}
@media (max-width: 900px) {
  .header__wrapper__second__contacts {
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
.header__wrapper__second__contacts__item {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s linear all;
  cursor: pointer;
}
@media (max-width: 900px) {
  .header__wrapper__second__contacts__item__call {
    display: none;
  }
}
.header__wrapper__second__contacts__item span {
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 900px) {
  .header__wrapper__second__contacts__item span {
    font-size: 14px;
  }
}
.header__wrapper__second__contacts__item svg * {
  transition: 0.3s linear all;
}
.header__wrapper__second__contacts__item:hover {
  color: #3e78de;
}
.header__wrapper__second__contacts__item:hover svg * {
  fill: #3e78de;
}
.header__catalog {
  padding: 15px 20px;
  height: 48px;
  width: 130px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: #484f55;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .header__catalog {
    position: absolute;
    right: 0;
    bottom: 50px;
  }
}
.header__catalog__button {
  opacity: 1;
  transition: 0.3s linear all;
}
@media (max-width: 900px) {
  .header__catalog__button {
    display: none;
  }
}
.header__catalog__cross {
  display: none;
  opacity: 1;
  transition: 0.3s linear all;
}
@media (max-width: 900px) {
  .header__catalog__cross {
    display: block;
  }
}
.header__catalog__disactive {
  display: none;
}
@media (max-width: 900px) {
  .header__catalog {
    background-color: transparent;
  }
  .header__catalog svg {
    width: 30px;
    height: 50px;
  }
  .header__catalog svg * {
    stroke: #3e78de;
  }
}
@media (max-width: 900px) {
  .header__catalog .header__catalog__text {
    display: none;
  }
}
.header__catalog__menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  transition: 0.3s linear all;
  top: 100%;
  background-color: #fff;
  pointer-events: all;
  z-index: 1;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1000px) {
  .header__catalog__menu {
    width: 95%;
  }
}
@media (max-width: 900px) {
  .header__catalog__menu {
    width: 100vw;
    height: 75vh;
    position: fixed;
    top: 0;
    right: 0;
    top: 20vh;
    padding: 10px;
    overflow-y: auto;
    max-height: 75vh;
  }
}
@media (max-width: 600px) {
  .header__catalog__menu {
    top: 10vh;
  }
}
.header__catalog__menu__disactive {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
.header__catalog__menu__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  border-bottom: 0.5px solid #3b3d40;
}
@media (min-width: 1000px) {
  .header__catalog__menu__item {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .header__catalog__menu__item {
    border: none;
    padding: 10px;
  }
}
@media (min-width: 900px) {
  .header__catalog__menu__item div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    position: relative;
  }
}
.header__catalog__menu__item * {
  transition: 0.3s linear all;
}
.header__catalog__menu__item__active .header__catalog__menu__item__text {
  color: #386cc7 !important;
}
.header__catalog__menu__item__active .header__catalog__menu__item__svg * {
  fill: #386cc7 !important;
}
@media (max-width: 900px) {
  .header__catalog__menu__item__active .header__catalog__menu__item__svg {
    transform: rotate(-90deg);
  }
}
.header__catalog__menu__item__img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .header__catalog__menu__item__img {
    display: none;
  }
}
.header__catalog__menu__item__text {
  color: #333;
  font-size: 12px;
}
@media (max-width: 600px) {
  .header__catalog__menu__item__text {
    font-size: 17.6px;
  }
}
.header__catalog__menu__item__svg {
  margin-left: 20px;
  transition: 0.3s linear all;
  right: 0;
  position: relative;
}
@media (max-width: 900px) {
  .header__catalog__menu__item__svg {
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    margin-left: 0;
    top: 5px;
    position: relative;
  }
}
.header__catalog__menu__item__svg * {
  transition: 0.3s linear all;
}
.header__catalog__menu__item__submenu {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -195%;
  top: 0;
  transition: 0.3s linear all;
  opacity: 0;
  transform: translateY(10%);
  z-index: 2;
}
@media (max-width: 900px) {
  .header__catalog__menu__item__submenu {
    position: static;
    max-height: 0;
    transform: none;
    max-height: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    align-items: flex-start;
    overflow-y: hidden;
    flex-direction: column;
  }
}
.header__catalog__menu__item__submenu__active {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 900px) {
  .header__catalog__menu__item__submenu__active {
    max-height: 500px;
  }
}
.header__catalog__menu__item__submenu__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 1px solid #d8d8d8;
  height: auto;
  padding: 10px;
}
@media (max-width: 900px) {
  .header__catalog__menu__item__submenu__item {
    border-left: none;
    padding: 0;
    margin-top: 10px;
  }
}
.header__catalog__menu__item__submenu__item:nth-child(1) {
  border: none;
}
.header__catalog__menu__item__submenu__item__text {
  color: #333;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s linear all;
}
@media (max-width: 900px) {
  .header__catalog__menu__item__submenu__item__text {
    padding: 10px;
    font-size: 14px;
  }
}
.header__catalog__menu__item__submenu__item__text:hover {
  color: #386cc7;
}
.header__account {
  padding: 15px 20px;
  height: 48px;
  width: 130px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: rgba(153, 153, 153, 0.3);
  border-radius: 10px;
  cursor: pointer;
  color: #3b3d40;
  border: transparent 3px solid;
  transition: 0.3s linear all;
}
.header__account:hover {
  background: transparent;
  border-color: #3b3d40;
  color: #3b3d40;
}
@media (max-width: 900px) {
  .header__account {
    display: none;
  }
}
.header__logo {
  height: 150px;
  width: 200px;
}
@media (max-width: 900px) {
  .header__logo {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 600px) {
  .header__logo {
    display: none;
  }
}
.header__search {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) {
  .header__search {
    display: none;
  }
}
.header__search__input {
  padding: 15px;
  position: relative;
  background: #fff;
  color: #666d70;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  border-radius: 10px;
  background: #fff;
  border: #277cea 1px solid;
  color: #3b3d40;
  box-shadow: 0px 0px 0px 1px #eeeeee inset;
}
.header__search__input::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
}
.header__search__input::placeholder {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
}
.header__search__svg {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  background: none;
}
.header__sklad {
  padding: 15px 20px;
  height: 48px;
  width: 130px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: rgba(153, 153, 153, 0.3);
  border-radius: 5px;
  cursor: pointer;
  color: #3b3d40;
  position: relative;
  border: transparent 3px solid;
  transition: 0.3s linear all;
}
.header__sklad:hover {
  background: transparent;
  border-color: #3b3d40;
  color: #3b3d40;
}
@media (max-width: 900px) {
  .header__sklad {
    width: 120px;
    height: 30px;
    font-size: 8px;
  }
  .header__sklad svg {
    width: 10px;
    height: 10px;
  }
}
.header__sklad__dot {
  background-color: #ff0000;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 20px;
}
.header__sklad__dot__pulse {
  border-radius: 50%;
  margin: 0;
  background-color: #ff0000;
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.5;
    height: 10px;
    width: 10px;
    transition: opacity 0.5s linear;
  }
  50% {
    opacity: 0;
    transform: scale(5);
    transition: opacity 0.5s linear;
  }
  100% {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}
.header__korzina {
  cursor: pointer;
  margin-left: 30px;
}
@media (max-width: 900px) {
  .header__korzina {
    margin-left: 10px;
    margin-top: 10px;
  }
  .header__korzina svg {
    width: 25px;
    height: 25px;
  }
}
.header__korzina__dropdown {
  transform: translateY(50%);
  opacity: 0;
  transition: 0.3s linear all;
  position: absolute;
  z-index: 2;
  padding: 2rem;
  width: 20rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  pointer-events: none;
  right: 50px;
  top: 100px;
}
@media (max-width: 900px) {
  .header__korzina__dropdown {
    left: 20px;
    top: 110px;
  }
}
@media (max-width: 600px) {
  .header__korzina__dropdown {
    top: 50px;
  }
}
.header__korzina__dropdown__text {
  font-size: 1rem;
  color: #3b3d40;
}
.header__korzina__dropdown__active {
  transform: translateY(0);
  opacity: 1;
}

#header__catalog__button__adaptive {
  width: 60px;
  height: 45px;
  position: relative;
  transition-duration: 1s;
  margin: 30px auto 12px auto;
  cursor: pointer;
  margin-right: 70px;
}
@media (min-width: 900px) {
  #header__catalog__button__adaptive {
    display: none;
  }
}

#header__catalog__button__adaptive span {
  height: 2px;
  width: 25px;
  background-color: #337ab7;
  border-radius: 20px;
  position: absolute;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
}

#header__catalog__button__adaptive span:before {
  left: 0;
  position: absolute;
  top: -7px;
  height: 2px;
  width: 25px;
  background-color: #337ab7;
  content: "";
  border-radius: 20px;
  transition-duration: 0.15s;
  transition: transform 0.15s, top 0.15s 0.15s;
}

#header__catalog__button__adaptive span:after {
  left: 0;
  position: absolute;
  top: 7px;
  height: 2px;
  width: 25px;
  background-color: #337ab7;
  content: "";
  border-radius: 20px;
  transition-duration: 0.15s;
  transition: transform 0.15s, top 0.15s 0.15s;
}

#header__catalog__button__adaptive.open span {
  transition-duration: 0.1s;
  transition-delay: 0.15s;
  background: transparent;
}

#header__catalog__button__adaptive.open span:before {
  transition: top 0.15s, transform 0.15s 0.15s;
  top: 0px;
  transform: rotateZ(-45deg);
}

#header__catalog__button__adaptive.open span:after {
  transition: top 0.4s, transform 0.15s 0.15s;
  top: 0px;
  transform: rotateZ(45deg);
}

/* /Header/ */
/* Footer */
footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 50px 150px;
  background-color: #eee;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1400px) {
  footer {
    padding: 50px 100px;
  }
}
@media (max-width: 1200px) {
  footer {
    padding: 50px 20px;
  }
}
@media (max-width: 700px) {
  footer {
    flex-direction: column;
  }
}

.footer__logo {
  width: 150px;
  height: 100px;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 700px) {
  .footer__item {
    margin-top: 20px;
  }
}
.footer__item__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__item__contact__text {
  color: #3b3d40;
  font-size: 16px;
}
.footer__item__caption {
  font-weight: 600;
  color: #3b3d40;
  font-size: 22px;
}
.footer__item__link {
  transition: 0.3s linear all;
  font-size: 16px;
  color: #3b3d40;
}
.footer__item__link:hover {
  color: #2d5bac;
}

/* /Footer/ *//*# sourceMappingURL=styles.css.map */
