
 /*  **** header ******** */
 h1{
  font-size: 48px;
 }
 h2{
  font-size: 36px;
 }
 h3{
  font-size: 24px;
 }
 h4{
  font-size: 16px;
  font-weight: 600;
 }
 /* h5{} */
 p{
  font-size: 16px;
 }
 /* .header{
 } */
 .header__line{
  height: 50px;
  background-color: var(--design-dark);
 }
 .container{
  position: relative;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 15px;
 }
 .search__container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  margin-top: 15px;
 }
 .none {
  display: none;
 }
 .nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

.nav__logo{
  width: 88px;
  height: 38px;
}
.nav__search{
  flex-grow: 1;
  border-radius: 50px;
  border: 1px solid var(--design-dark);
  padding: 9px 20px;
  margin-left: 15px;

  font-size: 20px;

  max-width: 674px;
  min-width: 260px;

  color: var(--design-dark);
}
.nav__basket{
  position: relative;
}
.basket__numb {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  background-color: red;
  color: white;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  text-align: center;
  padding-top: 1px;
}

.header__phone{
  margin-left: auto;
}
.nav__list {
  max-width: 1750px;
  position: sticky;
  top: 0px;
  padding: 5px;
  display: flex;
  justify-content: flex-end;
  margin: 15px auto;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
.nav__item{
  margin-left: 15px;
  margin-right: 15px;
}
.nav__item.burger{
  z-index: 200;
}

.header__search{
  display: flex;
  justify-content: start;
  margin-left: 100px;
  overflow-x: hidden;
}

.hader__search-item{
  margin-left: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
.header__search-list{
  display: none;
  flex-wrap: nowrap;
  margin-left: auto;
  min-width: 1320px;
}
.search--active{
  display: flex;
}

/*  ********** drop menu ********* */
.menu {
  /* display: none; */
  transform: scaleY(0);
  position: absolute;
  margin-top: 50px;
  padding-top: 2px;
  right: 13px;
  left: 0px;
  /* max-width: 100%; */
  transform-origin: top;
  opacity: 0;
  background-color: var(--white);
  transition: all .25s ease-in;
  z-index: 5;
}
.menu--active{
  /* display: block; */
  transform: scaleY(1);
  opacity: 1;
}

.menu__item{
  transition: all .15s ease-in;
}

.item__title{
  position: relative;
  padding: 15px;
  transition: all .15s ease-in;
}
.item__title:hover{
  cursor: pointer;
  color: var(--white);
  background-color: var(--design-dark);
}
.item__title--active.item__title::after{
  transform: rotate(90deg);
  right: 9px;
}
.item__title--active
{
  color: var(--white);
  background-color: var(--design-dark);
}
.item__title::after{
  content: '';
  position: absolute;
  right: 13px;
  top: 13px;
  width: 25px;
  height: 25px;
  background-image: url(../img/icon/Expand_right_light.svg);
  transform-origin: center;
}

.list__menu{
  position: relative;
  max-height: 0;
  overflow: hidden;
  line-height: 1.5;
  transition: all .25s ease-in;
}
.list__menu--active{
  max-height: 300px;
}

/*  ********* breg line menu ******* */
.bred__line {
  margin-top: 15px;
  padding: 15px;
  text-align: left;
  background: rgb(228, 228, 228);
}
.bred__this {
  padding-left: 15px;
}


/*  ******** footer ********* */
.footer{
  display: block;
  padding: 25px;
  margin-top: 42px;
  background-color: rgb(27, 26, 26);
}
.footer__search {
  display: flex;
  justify-content: start;
  align-items: center;
}
.footer__search-input {
  margin-left: 50px;
  background: transparent;
}

.footer__content {
  margin-top: 42px;
  display: grid;
  column-gap: 10px;
  grid-template-columns: 3fr 3fr 2fr;
}
.foot__title {
  position: relative;
  cursor: pointer;
  line-height: 1.7;
}
.foot__title:hover {
  color: var(--blu_button_hovering);
}
.foot__title--active.foot__title::after {
  transform: rotate(90deg);
}
.foot__title::after {
  content: '';
  position: absolute;
  left: 80%;
  top: 10px;
  background: url(../img/icon/Expand_right_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 30px;
  transition: transform .15s ease-in;
}

.foot__title, .foot__list {
  color: var(--text-light);
}
.foot__list {
  font-size: 0;
  padding-left: 5px;
  transition: all .15s ease-in;
}

.foot__list--active {
  font-size: unset;
}

.foot__contact {
  margin-top: -35px;
  display: flex;
  flex-direction: column;
  color: white;
}

.foot__col-left {
  display: flex;
  flex-direction: column;
}

.foot-cont__title{
  display: inline-block;
  margin-top: 20px;
  line-height: 1.3;
  color: rgb(199, 199, 199);
}
.foot__tel, .foot__insta, .foot__mail {
  position: relative;
  padding-left: 43px;
  line-height: 40px;
}
.foot__tel::before {
  content: '';
  position: absolute;
  left: 0;bottom: 4px;
  background: url(../img/icon/Phone_light.svg);
  background-repeat: no-repeat;
  width: 35px;height: 35px;
}
.foot__insta::before {
  content: '';
  position: absolute;
  left: 0;bottom: 4px;
  background: url(../img/icon/insta-lite.svg);
  background-repeat: no-repeat;
  width: 35px;height: 35px;
}
.foot__mail::before {
  content: '';
  position: absolute;
  left: 6px;bottom: -2px;
  background: url(../img/icon/email-lite1.svg);
  background-repeat: no-repeat;
  width: 35px;height: 35px;
}
.foot__street{
  padding-left: 43px;
}
.foot__geo{
  position: relative;
  padding-left: 43px;
}
.foot__geo::before{
  content: '';
  position: absolute;
  left: 0;bottom: -15px;
  background: url(../img/icon/Geo_Pin_light.svg);
  background-repeat: no-repeat;
  width: 35px;height: 35px;
}

.footer__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__data p{
  line-height: 1.3;
  font-size: 13px;
  margin-top: 36px;
  max-width: 620px;
  color: rgb(199, 199, 199);
}

/*  ** qr-code ** */
.qr__icon {
  width: 55px;
  height: 55px;
  transition: transform .15s ease;
}
.qr__icon:hover {
  transform-origin: bottom right;
  transform: scale(8);
}


/* ** footer basket *** */
.foot__list-hide {
  font-size: 0;
}
.foot__list-basket .--active{
  font-size: unset;
}

.accordion__title~ol{
  font-size: 0;
}
.accordion__title~.--active {
  font-size: unset;
}



