.header{
  margin-bottom: 30px;
  padding: 0 20px;
  background: var(--Color-1, #439597);
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 0.95;
  z-index: 4;
}

.header__logolink{
  font-family: sans-serif;
  font-size: 40px;
  display: block;
  width: 400px;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  margin: 0 50px;
}

.header__logo{
  font-family: sans-serif;
  font-size: 40px;
  display: block;
  text-decoration: none;
  font-weight: 900;
}

.header__logolink:hover{
  color: #1E1E1E;
}

.header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.header__link{
  color: #fff;
}

.site__logoimg{
  width: 70px;
  height: auto;
}

.header__nav{
  width: 100%;
}

.header__list{
  display: flex;
  list-style: none;
  align-items: center;
  gap: 50px;
  margin: 0;
  margin-left: 70px;
  padding: 0;
}

.header__item:nth-child(4){
  margin-left: auto;
}

.header__item__link{
  color: var(--Color-2, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.header__item__link:hover{
  color: var(--Color-4, rgba(30, 30, 30, 0.50));
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header__burger{
  display: none;
}

.header__item__link--last{
  margin-left: 10px;
  width: 60px;
}

/* --------------carousel section ------------ */

.stone__carousel{
  margin: 150px 0 60px;

}

.caruselimg{
  height:600px !important ;
  border-radius: 30px;
}

/* ----------------- catalog section -------------------- */

.catalog__list{
  list-style: none;
  display: flex;
  background-color: rgb(223, 246, 178);
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.catalog__title{
  text-align: center;
  font-weight: 700;
  font-size: 35px;
}

.catalog__item{
  margin-right: 10px;
  padding: 10px;
}

.catalog__link{
  text-decoration: none;
  color: black;
}

.stone{
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap:40px;
  margin-top: 3  0px;
}

.stone__box{
  display: inline-block;
  width: 270px;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 15px;
  color: black;
  list-style: none;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.stone__img{
  width: 250px;
  height: 250px;
  border-radius: 10px ;
}

.stone__name-and-price{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px 0;
}

.stone__name{
  color: var(--Color-2, #1E1E1E);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 5px 0 0;
  padding-left: 5px;
}

.stone__price{
  color: rgba(30, 30, 30, 0.50);
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 5px;
  margin: 5px 0;
}

.stone__link{
  border: 1px solid blue;
  padding: 5px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
}

.btn-info{
  border-radius: 20px !important;
  color: #fff !important;
  background-color: var(--Color-1, #16585a) !important;
  border: none !important;
}
/* ---------contact section ---------------- */
.contact__title{
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}

.contact__cover-box{
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__left-box{
  display: flex;
  /* flex-direction: column;   */
  gap: 20px;
}

.contact__list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.contact__item-link{
 list-style: none;
 text-decoration: none;
 color: black;
 margin-left: 10px;
}

.contact__item-link:hover{
  color: gray;
}


/* ----------------- footer section --------------------- */

.footer{
  background: var(--Color-1, #439597);
  padding: 20px;
}

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

.footer__link{
  text-decoration: none;
  color: white;
}

.footer__list{
  list-style: none;
  padding: 0;
}

.footer__item{
  margin-bottom: 10px;
}

.footer__item:nth-last-child(){
  display: flex;
  gap: 10px;
}

.footer__name{
  font-weight: 600;
  font-size: 20px;
  color:white;
  margin-bottom: 10px;
}


.site__logoimg{
  max-width: 200px;
  width: 200px;
}




/* ----------------------contact block------------- */

.contacts{
  padding:50px 0px;
}

.contact__header{
  text-align: center;
  font: 700;
  font-size: 30px;
  color: black;
}

.contact__cover-box{
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}

.contact__list{
  list-style: none;
}

.contact__item{
  color:black;
  margin-bottom: 15px;
  font-size: 20px;
}

/* -------------------service block----------------- */

.services{
  margin: 60px 0;
}

.service__list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
  justify-content: center;
}



.service__img{
  border-right: 2px solid white;
  width: 300px;
  height: 220px;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.service__item{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.service__name{
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 576px){
  .service__list{
    align-items: center;
  }

  .contact__cover-box{
    flex-direction: column-reverse;
  }
}

.aboutus{
  margin-top: 30px;
}

/* ---------------- about us ----------------- */

.about-us-text{
  margin: 0 !important;
  text-align: center;
}

/* ------------------responsive ------------- */

@media only screen and (max-width: 576px){
  .site__logoimg{
    width: 100px;
  }

  .footer__box{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer__logo{
    width: 100px;
    margin: 0 auto;
  }

  .header__inner{
    padding: 0 15px;
    justify-content: space-between;
  }

  .header__nav{
    display: none;
  }

  .header__burger{
    display: block;
    border: none;
    background: none;
    font-size: 24px;
    color: #fff;
    z-index: 100;
  }



  .header__nav--open {
    overflow: hidden;
    margin-top: 0px;
    display: block;
    position: absolute;
    background-color: gray;
    top: 0;
    right: 0;
    max-width: 50%;
    width: 100%;
    height: 100vh;
    z-index: 5;
  }

  .active__scroll{
    overflow: hidden;
  }

  .stone{
    flex-direction: column;
    align-items: center;
  }

  .container-own{
    padding: 15px;
  }

  .header__nav{
    display: none;
  }

  .contact__cover-box{
    gap: 15px;
  }

  .service__img{
    width: 180px;
    height: 180px;
  }
  .caruselimg{
    height: 300px !important;
  }

  .stone__carousel{
    margin: 95px 0 20px 0;
  }

  .stone__box{
    justify-content: center;
  }

  .service__name{
    width: 300px;
  }

  iframe{
    width: 350px;
  }
}