@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

/* МЕНЮ */
.menu-container{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.menu__button{
  position: relative;
  background: #c2b195;
  color: #604f34;
  font-size: 1.2rem;
  font-weight: 600;
  padding: .7rem 1.5rem;
  width: 10rem;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: width .4s;
  border-top: 2px solid #604f34;
  border-left: 2px solid #604f34;
  border-right: 2px solid #604f34;
}
.menu__button.expand{
  width: 100%;
}
.fas.expand:before{
  content: '\f00d';
}
.menu-container ul{
  list-style: none;
  position: absolute;
  top: -24rem;
  display: block;
  background: #c2b195;
  width: 100%;
  text-align: center;
  display: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  border: 2px solid #604f34;
}
.menu-container ul:before{
  position: absolute;
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: #604f34;
  bottom: -.6rem;
  right: 1.3rem;
  transform: rotate(45deg);
  z-index: -1;
}
.menu-container ul li{
  line-height: 35px;
  padding: .5rem 1rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 1px solid #604f34;
}
.menu-container ul li:last-child{
  border-bottom: none;
}
.menu-container ul li:hover{
  box-shadow: inset 0 0 5px #604f34, inset 0 0 10px #604f34;
}
.menu-container ul li:hover:first-child{
  border-radius: 5px 5px 0 0;
}
.menu-container ul li:hover:last-child{
  border-radius: 0 0 5px 5px;
}
.menu-container ul li a{
  display: block;
  color: #604f34;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.menu-container ul li:hover a{
  color: #5E5E5E;
}
/* МЕНЮ */

























/* ШАПКА */
.head{
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.head::before {    
  content: "";
  background-image: url('main.jpg');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
  z-index: -10;
}

.adress__phone{
  width: 100%;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.head__href{
  display: block;
  text-decoration: none;
  color: #604f34;
  text-align: center;
  font-size: .9rem;
  font-weight: 600;
  padding: .3rem;
}

.head__href:hover{
  background-color: #c2b195;
  border-radius: .5rem;
}

.logo__container{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #a6a6a6;
  top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.doors__title{
  color: #fff;
  text-align: center;
  display: block;
  font-size: 3rem;
  line-height: 1;
}

.sub__title{
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: block;
}

.head__logo{
  width: 20rem;
}

.head__social{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  top: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social__href{
  display: block;
  text-decoration: none;
  color: #604f34;
  background-color: #c2b195;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding: .3rem;
  margin: .5rem;
  padding: 1rem;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #604f34;
}

.social__href:hover{
  color: #FFF;
}

.head__href:hover{
  background-color: #c2b195;
  border-radius: .5rem;
}

.payments{
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 7.5rem;
  /* background-color: #c2b195; */
}

.payments1{
  background-color: #a6a6a6;
  position: absolute;
  width: 20rem;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  padding: .5rem;
  line-height: 1;
}
.payments2{
  position: absolute;
  width: 20rem;
  right: 0;
  top: 5rem;
  text-align: center;
  color: #604f34;
  font-size: 1.3rem;
  font-weight: 800;
  padding: .5rem;
}

.pros{
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 15rem;
  /* background-color: #c2b195; */
}

.pros1{
  background-color: #a6a6a6;
  position: absolute;
  width: 20rem;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  padding: .3rem;
  line-height: 1;
}
.pros2{
  color: #5E5E5E;
  /* background-color: #fff; */
  position: absolute;
  width: 20rem;
  left: 0;
  top: 3rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  padding: .5rem;
}
/* ШАПКА */

























/* ABOUT */
.about{
  border-top: 3px solid #604f34;
  position: relative;
  min-height: 100vh;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background: #a6a6a6; */
}

.about::before {    
  content: "";
  background-image: url('about.jpg');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
  z-index: -10;
}

.about__text{
  margin-top: 1rem;
  background-color: #c2b195;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
/* ABOUT */




























/* КАТАЛОГ */
.catalog{
  border-top: 3px solid #604f34;
  position: relative;
  min-height: 100vh;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background: #a6a6a6; */
}

.catalog::before {    
  content: "";
  background-image: url('about.jpg');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
  z-index: -10;
}

.content h2{
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}

.catalog__buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.catalog__buttons .icon{
  position: relative;
  min-width: 60px;
  height: 60px;
  width: 12rem;
  background:#604f34;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 1rem;
  padding: 1rem;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
}

.catalog__buttons .icon:hover{
  color: #c2b195;
}

.btn__description{
  width: 7rem;
  height: 3rem;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  transition: 0.3s ease;
  background: #604f34;
  color: #fff;
  /* margin: .3rem; */
}

.buttons{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* КАТАЛОГ */


























/* АКЦИИ */
.stock{
  border-top: 3px solid #604f34;
  position: relative;
  min-height: 100vh;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background: #a6a6a6; */
}

.stock::before {    
  content: "";
  background-image: url('about.jpg');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
  z-index: -10;
}

.content h2{
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}



.card-container{
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.card_stock {
  height: 30rem;
  width: 20rem;
  perspective: 1000px;
  margin: 1rem;
}

.flip-card-container {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .8s;
}

.front,
.back {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #c2b195;
  border: 3px solid #604f34;
  position: absolute;
  backface-visibility: hidden;
}

.back {
  transform: rotateY(180deg);
  background-color: #c2b195;
}

.flip-card {
  transform: rotateY(180deg);
}

.front .img-area {
  height: 19rem;
  width: 19rem;
  background: #FFF;
}

.img-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.img-area img:hover {
  border: 1px solid #604f34;
}

.front .date {
  font-size: .8rem;
  font-weight: 600;
  color: #604f34;
  text-align: center;
}


.title{
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.1;
}

.btn {
  width: 10rem;
  height: 3rem;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  transition: 0.3s ease;
  background: #604f34;
  color: #fff;
}

.btn:hover {
  background-color: #604f34;
  color: #c2b195;
}

.close {
  font-size: 2rem;
  position: absolute;
  cursor: pointer;
  color: #604f34;
  transition: all 0.5s ease;

}

.close:hover {
  color: #fd1720;
}

#close {
  right: 1rem;
  top: 1rem;
}


.more__information {
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  margin: 4rem .5rem .5rem .5rem;
  text-align: left;
  padding: 1rem;
  justify-self: center;
  width: 19rem;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  gap: 1rem;
}
/* АКЦИИ */
































/* DELIVERY */
.delivery{
  border-top: 3px solid #604f34;
  position: relative;
  min-height: 100vh;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background: #a6a6a6; */
}

.content h2{
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 3px 3px 5px #222;
  text-align: center;
}

.delivery::before {    
  content: "";
  background-image: url('about.jpg');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
  z-index: -10;
}

.delivery__text{
  margin-top: 1rem;
  background-color: #c2b195;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

/* DELIVERY */







































/* КОНТАКТЫ */
.contact{
  border-top: 3px solid #604f34;
  position: relative;
  min-height: 100vh;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #a6a6a6;
}

.devby{
  display: flex;
  position: absolute;
  top: 10px;
  left: 20px;
  color: #604f34;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transform-origin: top left;
  transform: rotate(90deg);
}

.devby:hover{
  text-decoration: underline;
}

.contact .content{
  max-width: 800px;
  text-align: center;
}

.contact .content h2{
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}

.contact .content p{
  font-size: 1.1rem;
  color: #222;
  font-weight: 500;
}

.container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

.container .contactInfo{
  width: 50%;
  display: flex;
  flex-direction: column;
}

.container .contactInfo .box{
  position: relative;
  padding: 20px 0;
  display: flex;
  cursor: pointer;
}

.container .contactInfo .box .icon{
  position: relative;
  min-width: 60px;
  height: 60px;
  background: repeating-conic-gradient(from 27.5deg, #604f34 0%, #604f34 10%, transparent 10%, transparent 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .contactInfo .box .icon::before{
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(from 117.5deg, #604f34 0%, #604f34 10%, transparent 10%, transparent 50%);
}

.container .contactInfo .box .icon::after{
  content: '';
  position: absolute;
  inset: 2px;
  background: #a6a6a6;
}

.container .contactInfo .box .icon b{
  position: absolute;
  inset: 8px;
  background: #604f34;
  z-index: 2;
}

.container .contactInfo .box .icon i{
  position: relative;
  z-index: 1000;
  color: #c2b195;
  font-size: 1.25rem;
}

.container .contactInfo .box .text{
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
}

.container .contactInfo .box .text h3{
  color: #604f34;
  font-weight: 500;
}

.container .contactInfo .txt{
  color: #fff;
  margin-top: 50px;
  font-weight: 500;
  /* border-left: 50px solid #604f34; */
  padding-left: 10px;
  line-height: 1.2rem;
}

.container .contactInfo .sci{
  position: relative;
  display: flex;
  gap: 30px;
  margin: 20px 0;
}

.container .contactInfo .sci li{
  list-style: none;
}

.container .contactInfo .sci li a{
  color: #fff;
  font-size: 2rem;
  transition: 0.25s;
  text-align: center;
}

.container .contactInfo .sci li a:hover{
  color: #604f34;
  filter: drop-shadow(0 0 5px #604f34);
}

.container .contactForm{
  position: relative;
  width: 40%;
  background: repeating-conic-gradient(from var(--a), #604f34 0%, #604f34 10%, transparent 10%, transparent 50%);
  animation: animate 6s linear infinite;
  padding: 60px;
}

.container .contactForm::before{
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(from var(--a), #604f34 0%, #604f34 10%, transparent 10%, transparent 50%);
  animation: animate 6s linear infinite;
  animation-delay: -1.5s;
}

.container .contactForm::after{
  content: '';
  position: absolute;
  inset: 2px;
  border: 20px solid #a6a6a6;
  background: #c2b195;
}
@property --a
{
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes animate
{
  0%
  {
    --a: 0deg;
  }
  100%
  {
    --a: 360deg;
  }
}

.container .contactForm form{
  position: relative;
  z-index: 10;
}

.container .contactForm form h2{
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.container .contactForm form .inputBox{
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.container .contactForm form .inputBox input,
.container .contactForm form .inputBox textarea{
  width: 100% !important; 
  padding: 5px 0;
  font-size: 1.1rem;
  margin: 10px 0;
  border: none;
  background: transparent;
  border-bottom: 2px solid #604f34;
  color: #fff;
  outline: none;
  resize: none;
}

.container .contactForm form .inputBox span{
  position: absolute;
  left: 0;
  pointer-events: none;
  padding: 5px 0;
  margin: 10px 0;
  font-size: 1.1rem;
  color: #fff;
  transition: .5s;
}

.container .contactForm form .inputBox input:focus ~ span,
.container .contactForm form .inputBox textarea:focus ~ span,
.container .contactForm form .inputBox input:valid ~ span,
.container .contactForm form .inputBox textarea:valid ~ span{
  color: #604f34;
  font-size: 0.9rem;
  transform: translateY(-24px);
}

.container .contactForm form .inputBox input[type="submit"]{
  width: 100%;
  background: #604f34;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

@media (max-width: 991px)
{
  .contact{
    padding: 25px;
  }

  .container{
    flex-direction: column;
  }

  .container .contactForm,
  .container .contactInfo{
    width: 100%;
  }

  .container .contactForm {
    padding: 40px;
  }

  .container .contactForm form{
    padding: 10px;
  }
}



.footer__text{
  margin-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
}

.our__works{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.our__works .inst{
 margin-left: 1rem;
 font-size: 2.7rem;
}

.our__works:hover{
  color: #604f34;
}
/* КОНТАКТЫ */




























/* МОДАЛЬНОЕ ОКНО */
/* Services modal */
.services__modal{
  position: fixed;
  inset: 0;
  background-color: hsla(0, 0%, 0%, .7);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 99999999;
}

.services__modal-content{
  position: relative;
  background-color: #fff;
  padding: 4.5rem 1.5rem 2.5rem;
  width: 21rem;
}

.services__modal-title,
.services__modal-description{
  text-align: center;
}

.services__modal-title{
  font-size: 1.4rem;
  color: #292824;
  margin-bottom: 1rem;
  font-weight: 800;
}

.services__modal-description{
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.services__modal-close{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: #604f34;
  cursor: pointer;
}

.services__modal-close:hover{
  color: #fd1720;
}

/*Active modal*/
.active-modal{
  opacity: 1;
  visibility: visible;
}

/* модальное окно покупки */
.contact__form-modal {
  display: grid;
}

.contact__info-modal {
  row-gap: 2rem;
}

.contact__data-modal {
  row-gap: .75rem;
}

.contact__data__title-modal {
  font-size: 1rem;
  color: black;
}

.contact__data__info-modal {
  font-size: 1rem;
  color: black;
}

.contact__button-modal {
  width: max-content;
  display: inline-flex;
  align-items: center;
  column-gap: .5rem;
  color: black;
  font-size: 1rem;
  
}

.contact__button-modal i {
  font-size: 1rem;
  transition: transform .3s;
}

.contact__form-modal {
  position: relative;
  row-gap: 2rem;
}

.contact__form-div-modal {
  position: relative;
  height: 4rem;
}

.contact__form-input-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #604f34;
  padding: 1.5rem;
  font-size: 1rem;
  color: black;
  background: none;
  outline: none;
  z-index: 1;
}

.contact__form-tag-modal {
  position: absolute;
  top: -.75rem;
  left: 1.25rem;
  z-index: 10;
  background-color: #fff;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  padding: .35rem;
  transition: background .4s;
}

.contact__form-area-modal {
  height: 7rem;
}

.contact__form-area-modal textarea {
  resize: none;
}

.contact__form-modal .contact__button-modal {
  border: none;
  background: #604f34;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  margin-top: .75rem;
  color: #fff;
  padding: .3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__form-modal .contact__button-modal i {
  font-size: 1.5rem;
  font-weight: initial;
  font-style: normal;
}

.contact__message-modal {
  font-size: .9rem;
  font-weight: 600;
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;
}

.example{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.ex_button{
  color: #292824;
  transition: .3s;
}

.ex_button:hover{
  color: #fd1720;
  text-decoration: underline;
}

.main_img{
  cursor: pointer;
}




/* СОЦСЕТИ */
nav {
  position: fixed;
  bottom: .3rem;
  right: .3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  z-index: 99999;
}

nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}

.nav-content .toggle-btn,
.nav-content span a {
  height: 3rem;
  width: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.nav-content .toggle-btn {
  color: #fff;
  background-color: #604f34;
  z-index: 100;
  cursor: pointer;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}

nav.open .toggle-btn {
  transform: rotate(315deg);
}

.nav-content span {
  position: absolute;
  transition: all 0.6s ease;
  opacity: 0;
}

nav.open .nav-content span {
  transform: rotate(calc(var(--i) * (360deg/8))) translateY(120px);
  opacity: 1;
  
}

.nav-content span a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3rem;
}

.nav-content span a:hover {
  color: #604f34;
}

.first {
  background-color: #604f34;
  transform: rotate(-45deg);
  font-size: 1.4rem;
}

.second {
  background-color: #604f34;
  transform: rotate(45deg);
  font-size: 2rem;
}

.third {
  background-color: #604f34;
  transform: rotate(45deg);
  font-size: 2rem;
}


.nav-content span a i {
  
  color: #fff;
  transform: rotate(calc(var(--i) * (360deg/ -8)));
  opacity: 0.8;
  transition: 0.2s;
}

.nav-content span a:hover i {
  color: #c2b195;
}

.pulse::before,
.pulse::after {
  content: '';
  position: absolute;
  border: 2px solid #604f34;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* СОЦСЕТИ */
