@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  direction: ltr;
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(12px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

p, li{
  padding: 5px 0;
  line-height: 1.5;
}

li{
  margin: 0 8px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.inner-container{
  width: auto;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .inner-container{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .inner-container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .inner-container{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .inner-container{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .inner-container{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .inner-container{
    max-width: 1274px;
  }
}

.page-privacy{
  padding: 48px 0;
  word-break: break-all;
  color: #040807;
  overflow: hidden;
  text-align: justify;
  width: 100%;
}

.title-politics{
  font-size: clamp(22px, 4vw, 30px);
}

.page-privacy a{
  transition: 0.3s ease;
  word-break: break-all;
  color: #040807;
}

.page-privacy a:hover{
  color: #040807;
  opacity: 0.5;
}

.contacts-header-back{
  background-color: #d97642;
  padding: 5px 0;
}

.contacts-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-direction: row;
}

.contacts-header a{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(12px, 4vw, 16px);
}

.contacts-header a:hover{
  opacity: 0.5;
}

.header-back{
  background-color: #fff;
}

.header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
}

.logo{
  flex-direction: column;
  color: #040807; 
  display: flex; 
  align-items: center; 
  transition: 0.3s ease;
}

.logoImg img{
  width: 26px;
}

.logoTitle h2{
  color: #040807;
  font-size: clamp(12px, 4vw, 17px);
  margin: 0;
}

.logo:hover{
  opacity: 0.5;
}

.nav-header-box{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.nav-header{
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.nav-header li{
  padding: 0;
}

.nav-header li a {
  position: relative;
  display: inline-block;
  transition: color 0.5s ease;
  font-size: clamp(10px, 4vw, 17px);
  color: #040807; 
  text-decoration: none;
}

.nav-header li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; 
  width: 0;
  height: 2px; 
  background-color: #000; 
  transition: width 0.5s ease;
}

.nav-header li a:hover::after {
  width: 100%;
}

.nav-header li a:hover{
  color: #d97642;
}

.header-content-back{
  background-color: #faf3e0;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.header-content-back::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-image: url(gallery/snapshot_header_678e4812285ec2.95749880.jpg);
  background-position: center;
  background-size: cover;
}

.header-content{
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 60px 0;
}

.header-content-block{
  width: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 26px;
}

.header-content-text{
  display: flex;
  flex-direction: column;
  align-items: start
  gap: 13px;
}

.header-content-text h5{
  font-size: clamp(12px, 4vw, 18px);
  color: #d97642; 
}

.header-content-text h2{
  font-size: clamp(12px, 4vw, 120px);
  color: #040807; 
}

.border-content{
  height: 2px;
  background-color: #d97642;
  width: 24%;
}

.header-content p{
  padding: 0;
  font-size: clamp(12px, 4vw, 18px);
  color: #040807; 
}

.header-content-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.catalog-link{
  cursor: pointer;
  font-size: clamp(12px, 4vw, 18px);
  transition: 0.3s ease;
  text-align: center;
  color: #fff;
  background-color: #d97642;
  padding: 5px 18px;
}

.catalog-link:hover{
  background-color: #040807;
}

.aboutus-link{
  cursor: pointer;
  border: 1px solid #040807;
  background-color: transparent;
  font-size: clamp(12px, 4vw, 18px);
  transition: 0.3s ease;
  text-align: center;
  color: #040807;
  padding: 5px 18px;
}

.aboutus-link:hover{
  color: #fff;
  background-color: #040807;
}

.benefits{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding: 60px 0;
}

.benefits-card{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 18px;
}

.icon-benefits{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #faf3e0;
  width: 60px;
  height: 60px;
}

.icon-benefits svg{
  width: 26px;
  height: 26px;
  fill: #040807;
}

.benefits-card h5{
  color: #040807;
  font-size: clamp(12px, 4vw, 18px);
}

.benefits-card p{
  opacity: 0.7;
  color: #040807;
  font-size: clamp(12px, 4vw, 16px);
}

.wrapper-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  padding-bottom: 60px;
}

.subscribe{
  padding: 60px 48px;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.subscribe::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  background-image: url(gallery/photo_header_678e4812ec4d60.43604540.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.form-subscribe{
  display: flex;
  gap: 13px;
  flex-direction: column;
}

.form-subscribe h5{
  color: #fff;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: bold;
}

.footer-input{
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  flex-direction: row;
}

.form-subscribe input{
  flex: 1.5;
  outline: none;
  margin: 8px 0;
  transition: 0.3s ease;
  color: #040807b3;
  background-color: transparent;
  padding: 0.8rem;
  background-color: #ffffffcc;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

.form-subscribe input::placeholder{
  color: #040807b3;
}

.form-subscribe input:hover, .form-subscribe input:focus{
  background-color: #fff;
}

.button-subscribe{
  flex: 1;
  padding: 0.7rem;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: clamp(12px, 4vw, 16px);
  transition: 0.3s ease;
  text-align: center;
  color: #fff;
}

.button-subscribe:hover{
  color: #040807;
  background-color: #fff;
}

.discont-box{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 18px;
  padding: 60px 48px;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.discont-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  background-image: url(gallery/drawing_header_678e48156a9cf1.73364187.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.discont-box h5{
  color: #fff;
  font-size: clamp(16px, 4vw, 48px);
}

.discont-button{
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: clamp(12px, 4vw, 18px);
  transition: 0.3s ease;
  text-align: center;
  color: #fff;
  padding: 5px 18px;
}

.discont-button:hover{
  color: #040807;
  background-color: #fff;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.form-container {
  display: none;
  max-height: 90%;
  overflow: auto;
  width: 80%;
  padding: 20px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.close {
  color: black;
  position: fixed;
  top: 0;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}

.osn-form {
  display: flex;
  flex-direction: column;
}

.title-container{
  margin-bottom: 26px;
  text-align: center;
}

.title-container h3{
  margin: 0;
  font-weight: bold;
}

.input-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.input-container .input-group__area_component, .input-container .textarea-group__area_component, .form button {
  outline: none;
  margin: 8px 0;
}

.input-container .input-group__area_component {
  border-radius: 18px;
  transition: 0.3s ease;
  color: #040807b3;
  background-color: transparent;
  padding: 0.8rem;
  background-color: #ffffffcc;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

.input-container .textarea-group__area_component {
  border-radius: 18px;
  transition: 0.3s ease;
  color: #040807b3;
  background-color: transparent;
  padding: 0.8rem;
  background-color: #ffffffcc;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  resize: vertical;
  min-height: 48px;
  max-height: 130px;
}

.input-container .input-group__area_component::placeholder, .input-container .textarea-group__area_component::placeholder{
  color: #040807b3;
}

.input-container .input-group__area_component:hover, .input-container .input-group__area_component:focus, .input-container .textarea-group__area_component:hover, .input-container .textarea-group__area_component:focus{
  background-color: #fff;
}

.check{
  transition: 0.3s ease;
  color: #000;
}

.check:hover{
  color: #000;
  opacity: 0.5;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.form-check-label{
  flex: 1;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.catal{
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-bottom: 60px;
}

.catal h2{
  color: #040807;
  font-size: clamp(14px, 4vw, 30px);
}

.border-catalog{
  height: 2px;
  background-color: #d97642;
  width: 120px;
}

.catalog-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.catalog-card{
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 2px solid #f5f5f5;
  padding: 25px;
}

.catalog-img{
  width: 100%;
  height: 210px;
}

.catalog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-description{
  display: flex;
  align-items: center;
  text-align: center;
  gap: 18px;
  flex-direction: column;
}

.catalog-card-title h3{
  opacity: 0.6;
  color: #040807;
  font-size: clamp(14px, 4vw, 22px);
}

.catalog-card-title h3:hover{
  text-decoration: underline;
}

.catalog-card-price{
  color: #d97642;
  font-weight: bold;
  font-size: clamp(14px, 4vw, 22px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.catalog-button{
  cursor: pointer;
  border: 2px solid #d97642;
  background-color: transparent;
  font-size: clamp(12px, 4vw, 18px);
  transition: 0.3s ease;
  text-align: center;
  color: #d97642;
  padding: 5px 26px;
}

.catalog-button:hover{
  color: #fff;
  background-color: #d97642;
}

.about-us{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 60px;
}

.about-us-img{
  flex: 1;
}

.about-us-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutus-block{
  background-color: #faf3e0;
  flex: 1;
}

.aboutus-box{
  padding: 120px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: 26px;
}

.aboutus-box h2{
  color: #040807;
  font-size: clamp(14px, 4vw, 30px);
}

.aboutus-box p{
  padding: 0;
  opacity: 0.7;
  color: #040807;
  font-size: clamp(14px, 4vw, 18px);
}

.about-us-partner{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.about-part-img{
  width: 100%;
  height: 130px;
}

.about-part-img img{
  filter: drop-shadow(2px 4px 6px black);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contacts-link{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 18px;
  padding: 60px;
  margin-bottom: 60px;
}

.contacts-link::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  background-image: url(gallery/picture_header_678e48163af177.86544900.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.contacts-link h2{
  color: #fff;
  font-size: clamp(14px, 4vw, 40px);
}

.contacts-link-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.contacts-link-box h5{
  color: #fff;
  font-size: clamp(14px, 4vw, 22px);
}

.contacts-link-box a{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(14px, 4vw, 22px);
}

.contacts-link-box a:hover{
  text-decoration: underline;
}

.contacts-link-button{
  cursor: pointer;
  border: 2px solid #fff;
  background-color: transparent;
  font-size: clamp(12px, 4vw, 18px);
  transition: 0.3s ease;
  text-align: center;
  color: #fff;
  padding: 5px 26px;
}

.contacts-link-button:hover{
  color: #040807;
  background-color: #fff;
}

.map{
  filter: grayscale(1);
  min-height: 50vh;
}

.gallery-block{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gallery-images{
  width: 100%;
  height: 240px;
}

.gallery-images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-back{
  background-color: #040807e6;
}

.footer{
  display: flex;
  gap: 25px;
  justify-content: space-between;
  flex-direction: row;
  padding: 48px 0;
}

.footer-nav{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 13px;
}

.footer-nav a{
  color: #fff;
  font-size: clamp(12px, 4vw, 16px);
  transition: 0.3s ease;
}

.footer-nav a:hover{
  text-decoration: underline;
  opacity: 0.5;
}

.footer-img{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column;
}

.footer-img img{
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}

.footer-politics{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 13px;
}

.footer-politics a{
  color: #fff;
  font-size: clamp(12px, 4vw, 16px);
  transition: 0.3s ease;
}

.footer-politics a:hover{
  text-decoration: underline;
  opacity: 0.5;
}

.created-back{
  background-color: #040807;
}

.created{
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-direction: row;
}

.created p{
  padding: 0;
  font-size: clamp(12px, 4vw, 16px);
  color: #fff;
}

.page-product{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 48px;
  flex-direction: row;
  padding: 60px 0;
}

.product-images{
  top: 48px;
  position: sticky;
  flex: 1;
}

.product-images img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-description{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 18px;
}

.aviable-text{
  color: green;
  font-size: clamp(14px, 4vw, 18px);
}

.product-description h2{
  color: #040807;
  font-size: clamp(14px, 4vw, 30px);
}

.product-price{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(16px, 4vw, 30px);
  color: #d97642;
  gap: 5px;
}

.product-description-content{
  align-items: start;
  display: flex;
  flex-direction: column;
}

.title-desc-content {
  color: #040807;
  font-size: clamp(14px, 4vw, 22px);
  border-bottom: 2px solid #d97642;
  position: relative;
}

.product-description-content div{
  border-top: 1px solid #00000033;
  padding-top: 18px;
  opacity: 0.7;
  color: #040807;
  font-size: clamp(14px, 4vw, 16px);
}

.contacts-block{
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-direction: row;
}

.kontact-form{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-contact-form{
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  gap: 18px;
}

.title-contact-form h2{
  text-transform: none !important;
  margin-bottom: 0 !important;
}


.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 8px 0;
}

.input-position{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.input-kontact-form .inputs-kontact {
  border-radius: 18px;
  transition: 0.3s ease;
  color: #040807b3;
  background-color: transparent;
  padding: 0.8rem;
  background-color: #ffffffcc;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

.input-kontact-form .textarea-kontact{
  border-radius: 18px;
  transition: 0.3s ease;
  color: #040807b3;
  background-color: transparent;
  padding: 0.8rem;
  background-color: #ffffffcc;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  resize: vertical;
  min-height: 48px;
  max-height: 130px;
}

.input-kontact-form .inputs-kontact::placeholder, .input-kontact-form .textarea-kontact::placeholder{
  color: #040807b3;
}

.input-kontact-form .inputs-kontact:hover, .input-kontact-form .textarea-kontact:hover, .input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  background-color: #fff;
}

.contact-block-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  padding: 25px;
  flex: 1;
}

.contact-block-box h2{
  margin-bottom: 26px;
  text-transform: uppercase;
  color: #040807;
  font-size: clamp(16px, 4vw, 30px);
}

.contact-box{
  display: flex;
  gap: 13px;
  flex-direction: column-reverse;
}

.contacts-box-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.contacts-box-card svg{
  width: 18px;
  height: 18px;
  fill: #040807;
}

.contacts-box-card h5{
  opacity: 0.8;
  color: #040807;
  font-size: clamp(12px, 4vw, 18px);
}

.contacts-box-card a h5{
  opacity: 0.8;
  font-size: clamp(12px, 4vw, 18px);
  color: #040807;
  transition: 0.3s ease;
}

.contacts-box-card a h5:hover{
  opacity: 0.5;
}


@media (max-width: 991px) {
  .header-content-block{
    width: 80%;
  }

  .benefits{
    grid-template-columns: repeat(2, 1fr);
  }

  .wrapper-box{
    grid-template-columns: repeat(1, 1fr); 
  }

  .catalog-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .footer{
    gap: 26px;
    flex-direction: column-reverse;
  }

  .footer-img{
    flex-direction: row;
  }

  .created{
    flex-direction: column;
    text-align: center;
  }

  .page-product{
    flex-direction: column;
  }

  .product-images{
    position: relative;
    top: 0;
  }

  .contacts-block{
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .header-content-block{
    width: 100%;
  }

  .header-content-back::before{
    width: 100%;
  }

  .benefits{
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .about-us{
    flex-direction: column-reverse;
  }

  .gallery-block{
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-images:nth-child(4),.gallery-images:nth-child(5){
    display: none;
  }

  .header{
    flex-direction: column;
  }

  .nav-header{
    gap: 5px;
  }

  .logo{
    flex-direction: row;
    gap: 5px;
  }

  .footer-input{
    flex-direction: column;
    align-items: stretch;
  }

  .nav-header li:first-child{
    display: none;
  }

  .product-description{
    align-items: stretch;
  }
}

@media (max-width: 576px){
  .gallery-block{
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-images:nth-child(2),.gallery-images:nth-child(3){
    display: none;
  }

  .contacts-header-back{
    display: none;
  }

  .input-position{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 400px){
  .about-us-partner{
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
