@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

:root {
  --beige-light: #f4efeb;
  --pink: #e8dcd5;
  --beige-dark: #D8C7BD;
  --grey-blue: #486572;
  --green-blue: #22495a;
}

html{
  overflow-x: hidden;
}
body {
direction: ltr;
font-family: 'Fira Sans Extra Condensed', sans-serif !important;
font-size: 16px;
line-height: 1.4;
margin: 0px;
padding: 0px;  
box-sizing: border-box;
overflow-x: hidden;
}

ul {
padding-left: 0;
padding-right: 0;

}
li {
  margin: 0 19px;
}
a {
white-space: normal;
text-decoration: none;
word-break: break-all;
}

.marg-container {
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.padd-container {
  padding: 96px 0;
}


.nav-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-bottom: 10px solid var(--grey-blue);
}
.menu-list-header{
  display: flex;
  flex-direction: row;
}
.menu-list-header li{
  margin:  0 19px;
  list-style: none;
}
.menu-list-header li a{
  color: var(--green-blue);
  font-size: 13px;
}
.title-header{
  color: var(--green-blue);
  font-size: 20px;
}
.logo-top{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-box{
  display: flex;
  align-items: center;
}

.section-head {
  display: flex;
  width: 100%;
  height: auto;
}

.image-block {
  flex: 1;
}

.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-title h1{
  color: var(--green-blue);
  font-size: 25px;
  text-transform: capitalize;
}
.head-btn{
  display: flex;
}
.text-block {
  flex: 1;
  padding: 49px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: var(--beige-light);
}

.open-icon svg,
.close-icon svg{
  color: var(--beige-dark);
  width: 30px;
  margin: 8px;
}
.open-icon svg:hover,
.close-icon svg:hover {
  color: var(--beige-light);
}
.open-icon,
.close-icon,
.menu-mobile {
  display: none;
}

.menu-mobile.active {
  transform: translateX(0);
}

.menu-mobile .header-menu-items {
  flex-direction: column;
}

.menu-mobile .header-menu-items li {
  margin: 8px 0;
}

.section-about{
  background-color: var(--pink);
  position: relative;
  width: 100%;
}
.img-text-about {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.img-about-wrap{
  flex: 1;
  position: relative;
}
.about-square {
  position: absolute;
  top: 123px; 
  width: 403px;
  height: 303px;
  background-color: var(--beige-light); 
  z-index: 1; 
}
.img-about-wrap img{
  position: relative;
  z-index: 2; 
  width: 353px;
  height: 353px;
  object-fit: cover;
}
.content-about{
  flex: 1;
}
.text-about{
  background-color: var(--grey-blue);
  padding: 19px;
}
.text-about h2{
  color: white;
}
.content-about p{
  padding: 19px;
  margin: 20px 0;
}
.section-service{
  background-color: var(--beige-light);
}
.service-title h2{
  text-align: center;
  font-size: 41px;
  color: var(--green-blue);
}
.service-item{
  display: flex;
  background-color: white;
  justify-content: center;
  flex-direction: row;
}
.service-img-box{
  width: 50%;
  height: 579px;
}
.service-img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.service-info{
  display: flex;
    width: 303px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-around;
}
.service-title-info a{
  color: var(--green-blue);
  font-size: 20px;
}
.service-text{
  color: var(--grey-blue);
}
.flex-dir{
  flex-direction: row-reverse;
}
.main-img{
  text-align: center;
  position: relative;
}
.main-img img{
  width: 51%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.main-square {
  position: absolute;
    top: -30px;
    width: 70%;
    height: 65%;
    background-color: var(--beige-light);
    z-index: -1;
}
.main-info{
  padding: 11px;
    background-color: var(--pink);
}
.main-title{
  border: 0.4px solid var(--grey-blue);
    padding: 29px;
    margin: 0;
    background-color: var(--beige-light);
    text-align: center;
    font-size: 41px;
    color: var(--green-blue);
}
.price-title{
  border: 0.4px solid var(--grey-blue);
    padding: 29px;
    background-color: var(--beige-light);
    text-align: center;
    font-size: 26px;
    color: var(--green-blue);
}


.section-quiz {
  position: relative;
    background: url('uploads/11_2025/bg-2025-11-23_14-42-170.jpg') no-repeat center center fixed;
    background-size: cover; 
    padding: 45px 25px;
    color: #fff;
}
.section-quiz::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22495aa6; 
  z-index: 1;
}
.wrap-quiz{
  position: relative;
    z-index: 2; 
    display: flex;
    flex-direction: row-reverse;
}
.quiz-title {
    padding: 25px;
    flex: 1;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.quiz-title h2{
  font-size: 25px;
  color: white;
  text-align: left;
  margin-bottom: 25px;
  font-style: italic;
}

.quiz-box {
  flex: 1;
  background-color: #ffffff87;
    padding: 8px;
}

.quiz-box h5 {
  text-align: center;
  font-size: 25px;
  color: var(--color-brend-1);
  margin-bottom:  8px;
}

.answer-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.answer-item{
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--green-blue);
  border: none;
  padding: 11px 19px;
  margin: 8px 0;
  cursor: pointer;
  transition: background-color 1s ease;
}

.answer-item:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateX(-2px); 
}

.hidden {
  display: none;
}
.quiz-block.show {
  display: block;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.quiz-result {
  display: none;
}

.quiz-result.show {
  flex: 1;
  text-align: center;
  color: var(--color-bgd-4);
  display: flex;
  justify-content: center;
  padding: 27px;
  opacity: 0;
  animation: fadeIn 0.4s forwards;
  align-items: center;
  background-color: #ffffff82;
}

.section-articles{
  background-color: var(--beige-light);
}

.articles-list{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
}
.articles-title{
  font-size: 41px;
  color: var(--green-blue);
  text-align: center;
}
.articles-card {
  width: 454px;
  height: auto;

  background-color: var(--green-blue);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 43px 100px -25px, rgba(0, 0, 0, 0.3) 0px 29px 60px -29px;
  color: white;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
}

.card-content {
  padding: 19px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
}

.card-content .card-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.card-title a{
  color: white;
}
.card-content .card-para {
  color: inherit;
  opacity: 0.8;
  font-size: 13px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: normal; 
}

.articles-card:hover {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 11px 25px rgba(0, 0, 0, 0.2);
}

.articles-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.articles-card:hover:before {
  transform: translateX(-100%);
}

.articles-card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#22495a, #d8c7bd69);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  
}

.articles-card:hover:after {
  transform: translateX(100%);
}
.about-page-img{
  text-align: center;
  position: relative;
}
.about-page-img img{
  width: 70%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.aboute-page-square {
  position: absolute;
    top: 45%;
    width: 70%;
    height: 65%;
    background-color: var(--grey-blue);
    z-index: -1;
}
.about-page-title{
  padding: 25px;
}
.about-page-title h2{
  text-align: center;
  color: var(--green-blue);
    font-size: 41px;
}
.content-page-img{
  display: flex;
  justify-content: center;
  position: relative;
}
.content-page-img img{
  width: 51%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
}
.content-page-img-square {
  position: absolute;
  top: -10%; 
  width: 80%;
  height: 65%;
  background-color: var(--beige-light); 
  z-index: -1; 
}
.content-page-text{
  padding:29px;
}
.content-page-text h2{
  color: var(--green-blue);
    font-size: 41px;
    text-align: center;
}


.login-box {
  width: 80%;
  padding: 27px 0;
}
.form-title{
  color: white;
}


.input-field__group--element {
  width: 100%;
  padding:  11px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 29px;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  background: transparent;
}
.textarea-field__group--element{
  width: 100%;
  padding:  11px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 29px;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  background: transparent;
}
.login-box .user-box label {
  padding:  11px 0;
  font-size: 16px;
  color: #fff;
}
.contact-page-sctn{
  background-color: var(--green-blue);
}

.login-box-form-p {
  flex: 1;
  padding: 27px;
  box-sizing: border-box;
}

.login-box-form-p .user-box {
  position: relative;
}

.login-box-form-p .user-box input {
  width: 100%;
  padding: 11px 0;
  font-size:  16px;
  color: #fff;
  margin-bottom: 29px;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  background: transparent;
}
.login-box-form-p .user-box textarea {
  width: 100%;
  padding: 11px 0;
  font-size:  16px;
  color: #fff;
  margin-bottom: 29px;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  background: transparent;
}

.login-box-form-p .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0;
  font-size:  16px;
  color: #fff;
  pointer-events: none;
  transition: .4s;
}

.login-box-form-p .user-box input:focus ~ label,
.login-box-form-p .user-box input:valid ~ label {
  top: -25px;
  left: 0;
  color: #bdb8b8;
  font-size: 16px;
}
.login-box-form-p .user-box textarea:focus ~ label,
.login-box-form-p .user-box textarea:valid ~ label {
  top: -25px;
  left: 0;
  color: #bdb8b8;
  font-size: 16px;
}

.input-field{
  display: flex;
  align-items: center;
  margin: 0 0 29px;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  width: 2em;
  height: 2em;
  user-select: none;
  border: 4px solid white;
  display: block;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkmark:after {
  content: '';
  position: absolute;
  top: 25%;
  left: 25%;
  background-color: white;
  width: 50%;
  height: 50%;
  transform: scale(0);
  transition: .1s ease;
}

.container input:checked ~ .checkmark:after {
  transform: scale(1);
}


.section-form{
  background-color: var(--green-blue);
}
.contact-page-block{
  display: flex;
  flex-direction: row;
  margin: 29px 0;
}
.adres-wrap{
  flex: 1;
  padding: 29px;
  margin: 0 25px;
  border: 2px solid #486572;
  background-color: var(--beige-light);
}
.adres-item{
  list-style: none;
}
.adres-item p{
  padding-bottom: 11px;
    color: var(--green-blue);
    font-size: 20px;
    border-bottom: 2px solid var(--grey-blue);
}
.adres-item a{
  color: #414141;
}
.contact-form-maps-wrap{
  display: flex;
  flex-direction: column-reverse;
}
.wrap-footer{
  display: flex;
    flex-direction: row;
}
.form-wrap,
.footer-menu,
.footer-serv-art-block{
  flex: 1;
}
.form-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-gallery{
background-color: var(--beige-light);
}
.gallery-title{
  margin: 0;
    background-color: var(--grey-blue);
    padding: 29px;
    text-align: center;
    color: white;
}
.img-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;

}
.img-wrap img{
  width: 100%;
  height: 219px;
  object-fit: cover;
  transition: transform 0.2s ease; 
}
.img-wrap img:hover {
  transform: scale(1.1);
}

.footer-serv-art-block{
  margin: 0 45px;
}
.menu-link-foot{
  font-size: 20px;
    color: white;
    font-weight: 700;
}
.serv-art-item{
  line-height: 2;
    list-style: none;
}
.serv-art-item a{
  padding: 11px 0;
  font-size:  21px;
    color: var(--pink);
}
.comment-wrap{
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white;
}
.comment-item{
  margin: 37px;
  flex: 1;
}
.comment-item svg{
  color: var(--beige-dark);
}
.comment-text{
  color: var(--green-blue);
}
.comment-name{
  font-style: italic;
  color: var(--green-blue);
  font-size:  21px;

}
.section-comment{
  background-color: var(--beige-light);
}


.footer-menu{
  margin: 0 78px;
}
.footer-menu-list li{
  font-size: 20px;
    list-style: none;
    margin: 11px 0;
}
.footer-menu-list a{
  color: white;
    font-weight: 700;
}
.copyright-wrap{
  background-color: var(--green-blue);
    padding: 29px;
}
.copyright-wrap div{
  display: flex;
    justify-content: center;
    align-items: center;
}
.copyright-wrap div svg{
  margin: 0 8px;
  color: white;
}
.copyright-wrap div p{
  margin: 0 8px;
  color: white;
}
.slide-in-right {
  opacity: 0;
  transform: translateX(100%); 
  transition: transform 2s ease-out, opacity 2s ease-out;
}
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0); 
}
.slide-in-bottom {
  opacity: 0;
  transform: translateY(100%); 
  transition: transform 2s ease-out, opacity 2s ease-out; 
}

.slide-in-bottom.visible {
  opacity: 1;
  transform: translateY(0); 
}



@media screen and (min-width: 480px) {
    .marg-container{
      max-width: 480px;
    }
  }
  @media screen and (min-width: 768px) {
    .marg-container {
      max-width: 768px;
    }
  }
  @media screen and (min-width: 1200px) {
    .marg-container {
      max-width: 1200px;
    }
  }


  @media (max-width: 1230px){
    .form-wrap{
      align-items: center;
    }
    .form-title{
      text-align: center;
    }
    .wrap-footer{
      flex-direction: column;
      align-items: center;
    }
    .footer-serv-art-block {
      text-align: center;
    }
    .footer-menu-list li{
      text-align: center;
    }
    .batton-form{
      text-align: center;
    }
  }
  
  @media (max-width: 825px) {
    .img-text-about{
      flex-direction: column;
    }
    .content-about{
      margin: 29px 0;
    }
    .img-about-wrap {
      display: flex;
      justify-content: center;
    }
    .about-square{
      top: 50px;
    }
  }




@media (max-width: 767px){
  .section-head{
    flex-direction: column;
  }
 
  .service-item{
    flex-direction: column;
  }
  .service-img-box{
    width: 100%;
  }
  .service-info {
    width: auto;
  }
  .contact-page-block{
    flex-direction: column-reverse;
  }
.gallery-title,
.main-title,
.service-title h2,
.content-page-text h2,
.about-page-title h2,
.articles-title h2{
  font-size: 25px;
}

  .header-menu{
    flex-direction: row;
    align-items: center;
  }
  .head-title h1{
    font-size: 21px;
  }
  .title-header{
    font-size: 21px;
  }
  .menu-list-header{
    display: none;
  }
  .serv-title-menu{
    display: flex;
      justify-content: flex-start;
  }
 
  .menu-mobile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--grey-blue);
    padding: 19px;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform 1s ease;
    z-index: 5;
  }
 
  .close-icon{
    display: flex;
    justify-content: flex-end;
  }
  .open-icon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  .header-menu-mob-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 2;
  }
  .header-menu-mob-items li{
    color: var(--green-blue);
  }
  .header-menu-mob-items li a{
     color: var(--pink);
     font-size: 21px;
  }
  .serv-art-menu-heder-menu{
    list-style: square;
  }

  .comment-wrap{
    flex-direction: column;
  }
  .comment-item{
    text-align: center;
  }
.wrap-quiz{
  flex-direction: column;
}
 
}



@media (max-width: 415px){
.about-square {
width: 303px;
height: 303px;
}

.img-about-wrap img{
  width: 273px;
  height: 273px;
}
}


  @media (max-width: 320px){
    .header-menu-mob-items li a{
      font-size: 18px;
    }
  }




  .button-1  {
   width: 133px;
   height: auto;
   color: #fff;
   padding: 11px 19px;
   text-align: center;
   font-weight: 700;
   background: transparent;
   cursor: pointer;
   transition: all 0.2s ease;
   position: relative;
   display: inline-block;
   box-shadow: inset 2px 2px 2px 0px #D8C7BD,
     9px 9px 25px 0px rgba(0,0,0,.1),
     4px 4px 4px 0px rgba(0,0,0,.1);
   outline: none;
   white-space: normal;
  }
  
  .button-1 {
   background: #D8C7BD;
   background: linear-gradient(0deg, #D8C7BD 0%, #83a6b6 100%);
   border: none;
  }
  
  .button-1:before {
   height: 0%;
   width: 2px;
  }
  
  .button-1:hover {
   box-shadow: 4px 4px 9px 0 rgba(255,255,255,.5),
                -4px -4px 9px 0 rgba(116, 125, 136, .5), 
      inset -4px -4px 9px 0 rgba(255,255,255,.2),
      inset 4px 4px 9px 0 rgba(0, 0, 0, .4);
  }
  
  

   .button-2  {
    appearance: button;
    background-color: #e8dcd5;
    border: solid transparent;
    border-radius: 20px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 25px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding:  11px 19px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: normal;
   }
   
   .button-2:after {
    background-clip: padding-box;
    background-color: #D8C7BD;
    border: solid transparent;
    border-radius: 20px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
   }
   
   .button-2:main, .button-2:focus {
    user-select: auto;
   }
   
   .button-2:hover:not(:disabled) {
    filter: brightness(1.1);
   }
   
   .button-2:disabled {
    cursor: auto;
   }
   
   .button-2:active:after {
    border-width: 0 0 0px;
   }
   
   .button-2:active {
    padding-bottom:  8px;
   }
   
 
   .button-3 {
  background: linear-gradient(140.14deg, #D8C7BD 15.05%, #e8dcd5 114.99%)
      padding-box,
    linear-gradient(142.51deg, #ff9465 8.65%, #af1905 88.82%) border-box;
  border: 2px solid #22495a;

  text-shadow: 2px 2px 2px #00000040;
  box-shadow: 10px 10px 25px 0px #45090059;

  padding: 11px 19px;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s;
  color: #22495a;
  font-size: 15px;
  font-weight: 700;
  white-space: normal;
  width: auto;
}

.button-3:hover {
  box-shadow: none;
  opacity: 80%;
}

  

  .button-4  {
    padding: 11px 19px;
    font-size: 15px;
    background: transparent;
    border: none;
    position: relative;
    color: black;
    z-index: 1;
    white-space: normal;
  }
  
  .button-4::after,
  .button-4::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
  }
  
  .button-4::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: var(--beige-dark);
    border-radius: 10px;
  }
  
  .button-4::after {
    transform: translate(10px, 10px);
    width: 31px;
    height: 31px;
    background: #ffffff15;
    backdrop-filter: blur(4px);
    border-radius: 20px;
  }
  
  .button-4:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
  }
  
  .button-4:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
  
  .button-4:active::after {
    transition: 0s;
    transform: translate(0, 5%);
  }
   

 .button-5 {
  position: relative;
  font-size: 15px;
  text-transform: inherit;
  text-decoration: none;
  padding: 11px 19px;
  display: inline-block;
  border-radius: 20px;
  transition: all .2s;
  border: 2px solid var(--pink);
  font-family: inherit;
  font-weight: 700;
  color: black;
  white-space: normal;
  background-color: var(--beige-dark);
 }
 
 .button-5:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 25px rgba(0, 0, 0, 0.2);
 }
 
 .button-5:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.2);
 }
 
 .button-5::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
 }
 
 .button-5::after {
  background-color: #fff;
 }
 
 .button-5:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
 }

 .privacyBlockPad{
    padding: 0 8px;
 }

 .form-wrap{
   width: 100% !important;
 }

 .labelFormwrap{
  margin: 13px; 
  color: var(--pink);
 }

 .labelFormwrapLink{
  color: var(--beige-dark);
  text-decoration: underline;
 }

 .maps iframe{
   border: 0;
 }

 .logo-top img{
  width: 72px;
  margin: 12px;
 }

 .serv-art-menu-heder-menu li a{
  font-size: 16px;
 }


@media(max-width: 992px){
  .img-wrap{
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


@media(max-width: 768px){
  .img-wrap{
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
 