/*====HEADER===*/
.header {
  position: sticky;
  z-index: 4;
}
.header__popup-callback {
  position: absolute;
  top: -1000px;
  left: 0;
  background-color: rgba(39, 45, 55, 0.5647058824);
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: scroll;
}
.header__popup-callback.--active {
  top: 0;
  height: 100vh;
  opacity: 1;
}
.header__popup-callback.--active .popup-callback {
  top: 0;
}
.header__popup-callback .h4 {
  margin-bottom: 20px;
}
.header__popup-callback p {
  color: #7b8aa7;
  margin-bottom: 20px;
}
.header__popup-callback p:last-child {
  font-size: 14px;
  margin-bottom: 0;
}
.header__popup-callback .btn {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  background-color: #4a7ee7;
  border-radius: 7px;
  transition: 0.3s;
}
.header__popup-callback .btn:hover {
  background-color: #5d8ef2;
}
.header__popup-callback .popup-callback {
  position: absolute;
  top: -1000px;
  width: 482px;
  padding: 53px 78px;
  border-radius: 18px;
  transition: 0.3s;
}
.header__popup-callback .popup-callback__close {
  position: absolute;
  top: 40px;
  right: 30px;
  border-width: 0px;
  transition: 0.3s;
}
.header__popup-callback .popup-callback__close:hover {
  opacity: 0.7;
}
.header__popup-callback .form-group {
  color: #272d37;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.header__popup-callback .form-group input::placeholder,
.header__popup-callback .form-group textarea::placeholder {
  color: #7b8aa7;
}
.header__catalogue {
  position: absolute;
  top: -1000px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(39, 45, 55, 0.5647058824);
  opacity: 0;
  overflow: scroll;
}
.header__catalogue.--active {
  top: 0;
  height: 100vh;
  opacity: 1;
}
.header__catalogue.--active .products-catalog {
  top: 0;
}
.header__catalogue .products-catalog {
  position: absolute;
  top: -1000px;
  border-radius: 18px;
  max-width: 1218px;
  height: 483px;
  transition: 0.3s;
  margin: 0 auto;
}
.header__catalogue .products-catalog ul {
  position: relative;
  width: auto;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 47px;
}
.header__catalogue .products-catalog .h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #272d37;
}
.header__catalogue .products-catalog__products {
  flex: 1;
  padding: 30px;
  border-left: 1px solid #e5e5e7;
}
.header__catalogue .products-catalog__products-product {
  display: none;
}
.header__catalogue .products-catalog__products-product.--active {
  display: flex;
}
.header__catalogue .products-catalog__products-product div {
  width: 224px;
  height: 148px;
  margin-right: 33px;
  margin-bottom: 30px;
}
.header__catalogue .products-catalog__products-product div a {
  color: #7b8aa7;
  transition: 0.3s;
}
.header__catalogue .products-catalog__products-product div a:hover {
  opacity: 0.7;
}
.header__main-products {
  display: none !important;
}
.header__main-products__wrapper {
  width: 100%;
}
.header__main-products-btns {
  margin-top: 15px;
}
.header__main-products-colors {
  margin-top: 15px;
}
.header__main-products-colors__wrapper {
  max-width: 295px;
}
.header.--on-main-products {
  top: 0;
  left: 0;
}
.header.--on-main-products .navbar {
  padding: 0;
}
.header.--on-main-products .header-top__wrapper {
  max-height: 0px;
  border-width: 0px;
}
.header.--on-main-products .header__main-products {
  display: block !important;
  padding-top: 18px;
}
.header.--on-main-products .header__bottom {
  display: none;
}
.header.--on-scroll {
  top: 0;
  left: 0;
}
.header.--on-scroll .header-top__wrapper {
  max-height: 0px;
  border-width: 0px;
}
.header.--on-scroll .header__bottom {
  padding-top: 0;
}
.header.--on-scroll .header__bottom-contacts__address {
  display: none;
}
.header.--on-scroll .header__bottom-contacts__mail {
  display: block;
}
.header.--on-scroll .header__bottom-contacts__phone-work-time {
  display: none;
}
.header.--on-scroll .header__bottom-contacts__phone .btn {
  display: block;
}
.header-top__wrapper {
  border-bottom: 2px solid #e5e5e7;
  width: 100%;
  overflow: hidden;
}
.header__mobile {
  position: absolute;
  top: -700px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: 0.5s;
  padding: 30px 15px 40px;
  opacity: 0;
  z-index: 2;
  overflow: scroll;
  scrollbar-width: none;
}
.header__mobile::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.header__mobile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header__mobile .navbar-brand {
  width: 163px;
}
.header__mobile .navbar-brand img {
  width: 163px;
}
.header__mobile-close {
  cursor: pointer;
  transition: 0.3s;
}
.header__mobile-close:hover {
  opacity: 0.7;
}
.header__mobile-bottom .btn {
  white-space: nowrap;
}
.header__mobile-bottom .header__contacts-nav span {
  color: #4a7ee7;
}
.header__mobile-bottom .header__contacts-nav .navbar-nav {
  width: auto;
  margin-left: 30px;
}
.header__mobile-bottom .header__contacts-nav .navbar-nav li {
  margin-bottom: 0;
}
.header__mobile-navigation {
  display: block;
  list-style-position: inside;
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .header__mobile-navigation {
    column-count: 1;
    text-align: center;
  }
  .header__mobile-navigation li a {
    font-size: 24px !important;
  }
}
.header__mobile-navigation li {
  padding: 0;
}
.header__mobile-navigation li a {
  font-size: 14px;
}
.header__mobile .navbar-nav {
  flex-direction: row;
  padding: 0;
  margin: 0;
  width: 100%;
}
.header__mobile .navbar-nav div {
  margin-right: 34px;
}
.header__mobile .navbar-nav div:last-child {
  margin-right: 0;
}
.header__mobile .navbar-nav li {
  margin-bottom: 20px;
}
.header__mobile .navbar-nav li:last-child {
  margin-bottom: 0;
}
.header__mobile .navbar-nav picture img {
  width: 22px;
  height: 22px;
}
.header__mobile-top {
  margin-bottom: 30px;
}
.header__mobile.--active {
  top: 0;
  opacity: 1;
  height: 100vh;
  overflow: scroll;
}
.header .navbar {
  padding: 20px 0 25px;
}
.header a {
  color: #272d37;
}
.header__toggler {
  padding: 0;
  display: none;
}
.header__contacts-nav ul {
  margin-right: 30px;
}
.header__contacts-nav ul li {
  margin-right: 25px;
  transition-duration: 0.3s;
}
.header__contacts-nav ul li:hover {
  opacity: 0.7;
}
.header__contacts-nav ul li:last-child {
  margin-right: 0;
}
.header__contacts-nav button {
  color: #4a7ee7;
  transition: opacity 0.3s;
}
.header__contacts-nav button:hover {
  color: #4a7ee7;
  opacity: 0.7;
}
.header__contacts-nav svg {
  width: 22px;
  height: 22px;
}
.header__contacts-nav svg path {
  fill: #7b8aa7;
}
.header__top {
  padding-bottom: 20px;
}
.header__top-menu li {
  margin-right: 40px;
  white-space: nowrap;
}
.header__top-menu li:hover a {
  color: #4a7ee7;
}
.header__top-menu li:last-child {
  margin-right: 0;
}
.header__toggler {
  margin-left: 20px;
  transition: 0.3s;
}
.header__toggler:hover {
  opacity: 0.7;
}
.header__toggler:focus {
  box-shadow: 0 0 0 0;
}
.header__bottom {
  padding-top: 25px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  transition: 0.3s;
}
.header__bottom .navbar-brand {
  padding: 0;
}
.header__bottom .navbar-brand-sm {
  display: none;
}
.header__bottom-contacts__address {
  white-space: nowrap;
  margin-left: 10px;
}
.header__bottom-contacts div {
  margin-right: 67px;
}
.header__bottom-contacts div p {
  font-weight: 500;
  margin-bottom: 0;
}
.header__bottom-contacts div:last-child {
  margin-right: 0;
}
.header__bottom-contacts__mail {
  display: none;
  margin-right: 20px;
  transition: 0.3s;
}
.header__bottom-contacts__mail:hover {
  opacity: 0.7;
}
.header__bottom-contacts__phone .btn {
  color: #4a7ee7;
  display: none;
  transition: 0.3s;
}
.header__bottom-contacts__phone .btn:hover {
  opacity: 0.7;
}
.header__bottom-container {
  width: 564px;
}
.header__bottom-search {
  width: 100%;
  margin-left: 30px;
}
.header__bottom-search__container {
  width: 100%;
}
.header__bottom-search__wrapper {
  display: flex;
  padding: 15px 20px;
  border-radius: 7px;
}
.header__bottom-search picture {
  margin-right: 8px;
}
.header__bottom-search input {
  padding: 0;
  width: 100%;
}
.header__bottom-search input::placeholder {
  color: #7b8aa7;
}
.header__bottom-search input:focus {
  box-shadow: 0 0 0 0;
}
.header__bottom-search__close {
  display: none;
  transition: 0.3s;
}
.header__bottom-search__close:hover {
  opacity: 0.7;
}
.header__btn-catalog {
  display: inline-flex;
  padding: 15px 30px;
}
.header__btn-catalog picture {
  margin-right: 10px;
}
.header__btn-catalog:hover {
  color: #4a7ee7;
  background: rgba(74, 126, 231, 0.35);
}
.header .navbar-toggler {
  border-width: 0px;
  color: #7b8aa7;
  transition: 0.3s;
}
.header .navbar-toggler:hover {
  opacity: 0.7;
}

@media (max-width: 1399px) {
  .header__bottom-container {
    width: auto;
  }
}
@media (max-width: 1218px) {
  .header__catalogue .products-catalog {
    max-width: 736px;
  }
  .header__catalogue .products-catalog__products {
    overflow: scroll;
  }
  .header__catalogue .products-catalog__products-product div {
    width: 160px;
    margin-right: 10px;
  }
  .header__top-menu {
    width: 100%;
  }
  .header__top-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header__top-menu ul li {
    margin-right: 0;
  }
  .header__top .header__contacts-nav {
    display: none !important;
  }
  .header__bottom-contacts {
    display: none !important;
  }
  .header__bottom-container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header__main-products-btns {
    overflow: scroll;
    white-space: nowrap;
    max-width: 360px;
    scrollbar-width: none;
  }
  .header__main-products-btns::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .header__main-products-btns-btns__wrapper {
    max-width: 427px;
  }
}
@media (max-width: 767px) {
  .header__popup-callback .popup-callback {
    padding: 45px 30px 30px;
    max-width: 343px;
    width: 100%;
  }
  .header__popup-callback .popup-callback .h4 {
    font-size: 20px;
  }
  .header__popup-callback .popup-callback p {
    font-size: 14px;
  }
  .header__popup-callback .form-group {
    font-size: 14px;
  }
  .header__popup-callback .btn {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
  }
  .header__catalogue .products-catalog ul {
    width: 100%;
    font-size: 14px;
  }
  .header__catalogue .products-catalog__products {
    display: none;
  }
  .header .navbar {
    padding: 21px 15px;
  }
  .header-top__wrapper {
    border-bottom: 0px solid transparent;
  }
  .header__toggler {
    display: block;
  }
  .header__top {
    padding-bottom: 0;
  }
  .header__top-menu {
    display: none;
  }
  .header__bottom {
    padding: 0;
  }
  .header__bottom .navbar-brand {
    margin-right: 0px;
  }
  .header__bottom .navbar-brand-sm {
    display: block;
  }
  .header__bottom .navbar-brand-lg {
    display: none;
  }
  .header__bottom-container {
    justify-content: space-between;
    margin-left: 15px;
  }
  .header__bottom-search__container {
    width: auto;
  }
  .header__bottom-search__wrapper {
    background-color: transparent !important;
    padding: 0;
  }
  .header__bottom-search picture {
    margin-right: 0;
  }
  .header__bottom-search input {
    display: none;
  }
  .header__bottom-search-open {
    cursor: pointer;
    transition: 0.3s;
  }
  .header__bottom-search-open:hover {
    opacity: 0.7;
  }
  .header__bottom-search.--active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 21px 30px;
    background-color: #ffffff;
  }
  .header__bottom-search.--active .header__bottom-search__wrapper {
    background-color: #f8f8f8 !important;
    padding: 11px 20px;
    flex: 1;
    margin-right: 20px;
  }
  .header__bottom-search.--active picture {
    margin-right: 8px;
  }
  .header__bottom-search.--active input {
    display: block;
  }
  .header__bottom-search.--active .header__bottom-search__close {
    cursor: pointer;
    display: block;
  }
  .header__bottom button {
    padding: 8px 25px;
  }
  .header__main-products-colors .btn {
    margin-right: 10px;
  }
  .header__main-products-btns .btn {
    margin-right: 10px;
    font-size: 14px;
    padding: 8px;
  }
}

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