@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: #0f905a;
  color: #fff;
  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 #074730;
  border-left: 2px solid #074730;
  border-right: 2px solid #074730;
}
.menu__button.expand{
  width: 100%;
}
.fas.expand:before{
  content: '\f00d';
}
.menu-container ul{
  list-style: none;
  position: absolute;
  top: -21rem;
  display: block;
  background: #0f905a;
  width: 100%;
  text-align: center;
  display: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  border: 2px solid #074730;
}
.menu-container ul:before{
  position: absolute;
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: #074730;
  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 #074730;
}
.menu-container ul li:last-child{
  border-bottom: none;
}
.menu-container ul li:hover{
  box-shadow: inset 0 0 5px #fff, inset 0 0 10px #fff;
}
.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: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.menu-container ul li:hover a{
  color: #074730;
}
/* МЕНЮ */

























/* ШАПКА */
.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: #074730;
  text-align: center;
  font-size: .9rem;
  font-weight: 600;
  padding: .3rem;
}

.head__href:hover{
  background-color: #074730;
}

.logo__container{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #074730;
  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: 13rem;
}

.head__social{
  margin-top: 1rem;
  margin-bottom: 1rem;
  /* width: 100%; */
  padding: 1rem;
  top: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  background-color: #0f905a;
}

.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;
}

.head__href:hover{
  background-color: #074730;
  border-radius: .5rem;
  color: #fff;
}

.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;
}


.priem{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.image-container1 {
  background-image: url("uploaded_img/makulatura.png");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image-container2 {
  background-image: url("uploaded_img/steklo.png");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image-container3 {
  background-image: url("uploaded_img/plenka.png");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image-container4 {
  background-image: url("uploaded_img/metall.png");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image-container5 {
  background-image: url("uploaded_img/shiny.png");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image-container6 {
  background-image: url("uploaded_img/tehnika.png");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image-container7 {
  background-image: url("uploaded_img/batarejki.png");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image-container8 {
  background-image: url("uploaded_img/maslo.png");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.text-overlay {
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  display: inline-block;
  /* border-radius: 5px; */
  width: 100%;
  margin-top: 3.5rem;
  text-align: center;
}

.text-overlay2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  display: inline-block;
  /* border-radius: 5px; */
  width: 100%;
  margin-top: 6rem;
  text-align: center;
}

.services{
  color: #074730;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}
/* ШАПКА */

























/* ABOUT */
.about{
  border-top: 3px solid #074730;
  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: #fff;
  padding: 2rem;
  border-radius: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}
/* 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;
}



.buttons{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* КАТАЛОГ */


























/* АКЦИИ */
.stock{
  border-top: 3px solid #074730;
  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;
}

.stock .content h2{
  font-size: 3rem;
  color: #074730;
  font-weight: 600;
  text-shadow: 1px 1px 3px #0a6c43;
}



.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: #0f905a;
  border: 3px solid #074730;
  position: absolute;
  backface-visibility: hidden;
}

.back {
  transform: rotateY(180deg);
  background-color: #0f905a;
}

.flip-card {
  transform: rotateY(180deg);
}

.front .img-area {
  height: 19rem;
  width: 19rem;
  background: #0f905a;
}

.img-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #074730;
}

.img-area img:hover {
  /* border: 1px solid #074730; */
}

.front .date {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.front .date:hover {
  color: #074730;
  text-decoration: underline;
}


.title{
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.1;
}

.btn__description{
  width: 7rem;
  height: 3rem;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  transition: 0.3s ease;
  background: #074730;
  color: #fff;
  text-decoration: none;
}

.btn__description:hover {
  background-color: #0f905a;
  color: #074730;
  border: 3px solid #074730;
}

.close {
  font-size: 2rem;
  position: absolute;
  cursor: pointer;
  color: #074730;
  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 #074730;
  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: #074730;
  font-weight: 500;
  text-shadow: 1px 1px 3px #0a6c43;
  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: #0f905a; */
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.price_btn{
  width: 18rem;
  height: 6rem;
  color: #fff;
  background-color: #0f905a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  padding: 1rem;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  border: 3px solid #074730;
}

.price_btn{
  width: 18rem;
  height: 6rem;
  color: #fff;
  background-color: #0f905a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  padding: 1rem;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  border: 3px solid #074730;
}

.price_btn:hover{
  background-color: #074730;
}
/* DELIVERY */







































/* КОНТАКТЫ */
.contact{
  border-top: 3px solid #074730;
  position: relative;
  min-height: 100vh;
  padding: 50px 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}

.devby{
  display: flex;
  position: absolute;
  top: 10px;
  left: 20px;
  color: #074730;
  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: #074730;
  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, #074730 0%, #074730 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, #074730 0%, #074730 10%, transparent 10%, transparent 50%);
}

.container .contactInfo .box .icon::after{
  content: '';
  position: absolute;
  inset: 2px;
  background: #fff;
}

.container .contactInfo .box .icon b{
  position: absolute;
  inset: 8px;
  background: #074730;
  z-index: 2;
}

.container .contactInfo .box .icon i{
  position: relative;
  z-index: 1000;
  color: #fff;
  font-size: 1.25rem;
}

.container .contactInfo .box .text{
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  font-size: 1.1rem;
  color: black;
  font-weight: 500;
}

.container .contactInfo .box .text h3{
  color: #074730;
  font-weight: 600;
}

.container .contactInfo .txt{
  color: #fff;
  margin-top: 50px;
  font-weight: 500;
  border-left: 50px solid #074730;
  padding-left: 10px;
  line-height: 1rem;
}

.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: 1.5rem;
  transition: 0.25s;
}

.container .contactInfo .sci li a:hover{
  color: #074730;
  filter: drop-shadow(0 0 5px #074730);
}

.container .contactForm{
  position: relative;
  width: 40%;
  background: repeating-conic-gradient(from var(--a), #074730 0%, #074730 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), #074730 0%, #074730 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 #fff;
  background: #0f905a;
}
@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 #074730;
  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: #074730;
  font-size: 0.9rem;
  transform: translateY(-24px);
}

.container .contactForm form .inputBox input[type="submit"]{
  width: 100%;
  background: #074730;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

@media (max-width: 991px)
{
  .contact{
    padding: 50px;
  }

  .container{
    flex-direction: column;
  }

  .container .contactForm,
  .container .contactInfo{
    width: 100%;
  }

  .container .contactForm {
    padding: 40px;
  }

  .container .contactForm form{
    padding: 10px;
  }
}
/* КОНТАКТЫ */




























/* МОДАЛЬНОЕ ОКНО */
/* 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;
  color: #074730;
}

.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;
}



.priem2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}

.image2-container1 {
  background-image: url("uploaded_img/3.jpg");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20rem;
  height: 20rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image2-container2 {
  background-image: url("uploaded_img/1.jpg");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20rem;
  height: 20rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image2-container3 {
  background-image: url("uploaded_img/2.jpg");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20rem;
  height: 20rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}

.image2-container4 {
  background-image: url("uploaded_img/3.jpg");
  /* указать путь к картинке */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20rem;
  height: 20rem;
  border: 3px solid #074730;
  margin: 0.5rem;
}