@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root{
--a-1:#f2ede9;
--a-2:#e4d8f2;
--a-3:#d8e8e1;
--a-4:#f2dede;
--a-5:#d9e3f2;
--about-1:#6b5c4c;
--about-2:#8C6865;
--about-3:#898C35;
--about-4:#262401;
--about-5:#F2A172;

  --white: #fff;
 --shadow:rgba(15,23,42,.08);
  --black: black;
  --transition: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --primary-color:#009A44;
  --gap-25-30: 28px;
}

body{
  direction: ltr;
  font-family: 'Spectral', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
  position: relative;
}

html {
  scroll-behavior: smooth;
  }
*{
  box-sizing: border-box;
}

a{
    text-decoration: none;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
}

ul, ol {
  margin-bottom: 15px;
  padding-left: 28px;
}

li {
  margin-bottom: 13px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
.section-privacy {
  overflow: hidden;
  word-break: break-all;
}
.section {
  padding: 28px 0;
}
.pay-text {
  margin-top:  20px;
}
.title{
  text-align: center;
}
.title-qqt{
  display: inline-block;
  text-align: center;
  position: relative;
}
.box-title-qqt{
  padding: 13px 0;
  display: flex;
  justify-content: flex-end;
}
.title-qqt::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 3px;
  background-color: var(--about-2);
  animation: underline-animation 2s ease-in-out infinite;
}

@keyframes underline-animation {
  0% {
      width: 0;
      left: 50%;
  }
  50% {
      width: 100%;
      left: 0;
  }
  100% {
      width: 0;
      left: 50%;
  }
}

.contain{
  max-width: 1155px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.header{
  background-color: white;
  box-shadow: 0 0 0 1px var(--shadow);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding: 13px 20px;
}
@media (max-width:767px) {
  .navbar {
   flex-direction: column;
  }
}

.logo {
  color: var(--black);
  font-size: 21px;
}
.box-logo-qqt{
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--black);
}
.box-logo-qqt:hover{ 
  color: var(--a-{rand-number_5});
   opacity: .72;
  }

.logo-img-qqt{
  width: 51px;
  height: auto;
}
.logo-img-qqt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-links {
  flex-wrap: wrap;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: var(--black);
  min-height: 42px;
  border-radius: 13px;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0 13px;
  font-size: 15px;
  font-weight: 700;
  transition:var(--transition);
  display: flex;
}
@media (max-width:575px) {
  .nav-links a{
    font-size: 13px;
  }
}
.nav-links a:hover {
  background-color: var(--a-2);
  opacity: .72;
}

.section-hero{
  overflow: hidden;
  background-color: var(--a-2);
  min-height: 542px;
  position: relative;
}

.sale-qqt-1{
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-10deg);
  animation: blink 2s infinite;
}

.sale-qqt-1 p{
  font-weight: {font_weight_bold};
  font-size: 21px;
}

.sale-qqt-2{
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(10deg);
  animation: blink 2s infinite;
}

.sale-qqt-2 p{
  font-weight: {font_weight_bold};
  font-size: 21px;
}

.sale-qqt-3{
  position: absolute;
  top: 0;
  right: 50%;
  animation: blink 2s infinite;
}

.sale-qqt-3 p{
  font-weight: {font_weight_bold};
  font-size: 21px;
}

.sale-qqt-4{
  position: absolute;
  top: 14%;
  right: 17%;
  animation: blink 1.5s infinite;
  transform: rotate(18deg);
}

.sale-qqt-4 p{
  font-weight: {font_weight_bold};
  font-size: 21px;
}

.sale-qqt-5{
  position: absolute;
  top: 18%;
  left: 13%;
  animation: blink 1.7s infinite;
  transform: rotate(-25deg);
}

.sale-qqt-5 p{
  font-weight: {font_weight_bold};
  font-size: 21px;
}

.sale-qqt-6{
  position: absolute;
  bottom: 20%;
  left: 10%;
  animation: blink 1.9s infinite;
}
.sale-qqt-6 p{
  font-weight: {font_weight_bold};
  font-size: 21px;
  transform: rotate(70deg);
}
.sale-qqt-7{
  position: absolute;
  bottom: 20%;
  right: 15%;
  animation: blink 1.1s infinite;
}
.sale-qqt-7 p{
  font-weight: {font_weight_bold};
  font-size: 21px;
}

.sale-qqt-8{
  position: absolute;
  bottom: 0%;
  left: 50%;
  animation: blink 1.4s infinite;
}
.sale-qqt-8 p{
  font-weight: {font_weight_bold};
  font-size: 21px;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@media (max-width:990px) {
  .sale-qqt-1{
    display: none;
  }
  .sale-qqt-2{
    display: none;
  }
  .sale-qqt-3{
    display: none;
  }
  .sale-qqt-4{
    display: none;
  }
  .sale-qqt-5{
    display: none;
  }
  .sale-qqt-6{
    display: none;
  }
  .sale-qqt-7{
    display: none;
  }
  .sale-qqt-8{
    display: none;
  }

}
.merch-hero-qqt{
  padding: 142px 0px;
  display: flex;
  gap: var(--gap-25-30);
  align-items: center;
  flex-direction: row;
}

@media (max-width:990px) {
  .merch-hero-qqt{
    flex-direction: column;
    text-align: center;
  }
}
.box-hero-qqt{
  flex: 1;
}
.slogan-hero-qqt{
  font-size:clamp(26px,4vw,80px);
  font-weight: 700;
}

.section-shop-qqt{
  padding: 42px 0px;
}
.merch-shop-qqt{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  
}
.box-shop-qqt{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width:768px) and (max-width:991px) {
  .box-shop-qqt{
    min-width: 320px;
    width: calc(50% - 28px);
  }
}

@media (min-width:992px) {
  .box-shop-qqt{
    min-width: 320px;
    width: calc(33% - 28px);
  }
}

.box-link-shop-qqt{
  color:#0f172a ;
  transition: var(--transition);

}
.title-shop-qqt{
  text-align: center;
  color: var(--black);
}

.price-qqt{
  text-align: center;
  font-size: clamp(15px,4vw,20px);
  animation: fontWeightChange 4s infinite;
}

@keyframes fontWeightChange {
  0% {
      font-weight: 100;
  }
  25% {
      font-weight: 100;
  }
  50% {
      font-weight: 700;
  }
  75% {
      font-weight: {font_weight_bold};
  }
  100% {
      font-weight: {font_weight_bold};
  }
}

.box-btn-product-qqt{
  margin: 0 auto;
}
.box-shop-qqt:hover{
opacity: 0.84;

}
.box-shop-qqt:hover .title-shop-qqt{
  color: var(--about-2);
}

.img-shop-qqt{
  width: 100%;
  height: 320px;
}
.img-shop-qqt img{
  border-radius: 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-shop-qqt{
  font-size: clamp(18px,4vw,20px);
  letter-spacing: -.01em;
}

.partners-section{
  padding: 42px 0px;
  background-color: var(--a-2);
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.partners-merch-qqt{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}

@media (min-width:1199px) {
  .partners-merch-qqt{
    justify-content: space-between;}
}

.box-partners-qqt{
  width: 120px;
  height: 120px;
  animation: shrinkAndGrow 2s infinite;
}
@keyframes shrinkAndGrow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.box-partners-qqt img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-sale-section{
  padding: 42px 0px;
}

.top-sale-merch-qqt{
  display: flex;
  gap: var(--gap-25-30);
  justify-content: center;
  flex-wrap: wrap;
}

.top-sale-box-qqt{
  position: relative;
  width: 100%;
  transition: var(--transition);
}

.top-sale-box-qqt:hover{
  opacity: 0.84;
}

@media (min-width:768px) and (max-width:991px) {
 .top-sale-box-qqt{
  width: calc(50% - 28px);
 }
}

@media (min-width:992px) {
  .top-sale-box-qqt{
    width: calc(33% - 28px);
  }
}

.img-box-top-sale-qqt{
  width: 100%;
  height: 542px;
}
.img-box-top-sale-qqt img{
  border-radius: 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.img-overlay{
  background-image: linear-gradient(to top, var(--a-2) 25%, rgba(242, 237, 233, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  border-radius: 18px;
}
.merch-items-sale-qqt{
  width: 100%;
  padding: 0 13px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
    align-items: center;
}

.title-popular-item-qqt{
  text-align: center;
  color: var(--about-2);
}

.section-aboutus{
  padding: 13px 0px;
  background-color: var(--about-2);
}
.container-aboutus-qqt{
padding: 28px;
}
@media (min-width:576px) {
  .container-aboutus-qqt{
    padding: 128px 76px;
    }
}
.merch-aboutus-qqt{
  display: flex;
  gap:  76px;
  align-items: center;
  flex-direction: row;
}

@media (max-width:991px) {
  .merch-aboutus-qqt{
    flex-direction: column;
  }
}

.box-aboutus-qqt{
  flex: 1;
}

.title-about-us-qqt{
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(41px,4vw,80px);
  font-weight: 700;
  line-height: .95;
  color: var(--a-2);

}
.txt-about-us-qqt{
  margin: 28px 0px;
  color: var(--a-2);
  line-height: 1.4;
}

.img-aboutus-qqt{
  width: 100%;
  height: 520px;
}

.img-aboutus-qqt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.section-testi{
  padding: 42px 0px;
  background-color: var(--a-2);
}

.merch-testi-qqt{
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contain-box-testi-qqt{
  width: 100%;
  display: flex;
  gap: var(--gap-25-30);
  flex-direction: column;
}

@media (min-width:768px) and (max-width:991px) {
 .contain-box-testi-qqt{
    width: calc(50% - 28px);
  }
}
@media (min-width:992px) {
  .contain-box-testi-qqt{
    width: calc(33% - 28px);
  }
}
.box-testi-qqt{
  background-color: var(--white);
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.box-testi-qqt:hover{
  transform: scale(1.1);
  box-shadow: 0 13px 20px rgba(0, 0, 0, 0.3);
}

.item-testi-qqt{
  padding: 20px;
  display: flex;
  flex-direction: column;

}

@media (max-width:767px) {
  .item-testi-qqt{
    align-items: flex-end;
  }
}

.star-testi-qqt svg{
  width: 23px;
  height: 23px;
  object-fit: cover;
  fill: var(--about-2);
}

.merch-name-img-testi-qqt{
  display: flex;
  gap: 13px;
  align-items: center;
}

.img-testi-qqt{
  width: 42px;
  height: 42px;
}

.img-testi-qqt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0%;
}

.box-job-name-qqt{
  flex: 1;
}

.name-testi-qqt{
  font-size: clamp(13px);
  font-weight: 700;
  margin: 0px;
}
.job-name-testi-qqt{
  font-size: clamp(13px);
  font-weight: 100;
  margin: 8px 0px;
}

.section-faq-order-qqt{
  padding: 42px 0px;
}
.merch-faq-order-qqt{
  display: flex;
  align-items: center;
  gap: 28px;
  flex-direction: row;
}

@media (max-width:1023px) {
  .merch-faq-order-qqt{
    flex-direction:column;
  }
}

.box-order-qqt{
  flex: 1;
  display: flex;
  gap:var(--gap-25-30);
}

@media (min-width: 1024px) {
  .box-order-qqt{
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .box-order-qqt{
   flex-wrap: wrap;
    justify-content: center;
  }
}

.box-faq-qqt{
  flex: 2 ;
}

.item-order-qqt{
  text-align: center;
  background-color: var(--a-2);
  padding: 20px;
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width:767px) {
  .item-order-qqt{
    width: 100%;
  }
}

.number-order-qqt{
  width: 76px;
  height: 76px;
  border-radius: 0%;
  display: inline-block;
  font-size:clamp(26px,4vw,52px);
  margin: 0;
}

.item-order-qqt:hover .number-order-qqt{
  background-color: var(--about-2);
  color: var(--white);
}

.item-order-qqt:hover{
  transform: scale(1.1);
  box-shadow: 0 13px 20px rgba(0, 0, 0, 0.3);
}

#faq {
  max-width: 788px;
  margin: auto;
  text-align: center;
}

section.faq {
  padding-top: 28px;
  padding-bottom: 28px;
}

#faq ul {
  text-align: left;
}

.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h1 {display: inline-block;
  position: relative;
  color: #000;
  margin-bottom: : 28px;
  margin-top: 0;
}

#faq h1::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 3px;
  background-color: var(--about-2);
  animation: underline-animation 2s ease-in-out infinite;
}

#faq h2 {
  color: #333;
  font-size: 21px;
  line-height: 1.4;
  text-align: left;
  padding: 20px  23px 0;
  text-transform: none;
  font-weight: 100;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
}

#faq p {
  color: #333;
  text-align: left;
  font-family: 'hm_light', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  max-height: 242px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 8px;
  margin-bottom:  20px;
  padding: 0 42px 0 20px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background:var(--a-2);
  box-shadow: 0 3px 13px -2px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
}

#faq ul li + li {
  margin-top: 20px;
}

#faq ul li:last-of-type {
  padding-bottom: 0;
}

#faq ul li i {
  position: absolute;
  transform: translate(-8px, 0);
  margin-top: 28px;
  right: 20px;
}

#faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: var(--black);
  width: 3px;
  height: 8px;
}

#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}

#faq ul li input[type=checkbox]:checked ~ h2 {
  color: #000;
}

#faq ul li input[type=checkbox]:checked ~ p {
  max-height: 0;
  transition: .3s;
  opacity: 0;
}

#faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.box-card-qqt{
  display: flex;
  gap: var(--gap-25-30);
  align-items: center;
  padding-top: var(--gap-25-30);
  flex-wrap: wrap;
  justify-content: center;
}

.item-card-qqt{
  width: calc(30% - 20px);
}

.item-card-qqt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-section{
  padding: 42px 0px;
}
.form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: : 28px;
}

.inputGroup {
  width: 100%;
}

.inputGroup input{
  width: 100%;
  min-height: 42px;
  background-color: #fafafa;
  box-shadow: 0 0 0 1px rgba(15,23,42,.08);
  color: var(--text-1);
  border: 1px #000;
  border-radius: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.4;
  transition: border .25s, background-color .25s;
}
.merch-contacts-card-qqt{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px;
}
.btn-form-contact-qqt{
  margin: 28px 0px;
  display: flex;
  justify-content: center;
}
.inputGroup input:focus{
  border: 2px solid var(--about-2);
}
.form-merch-qqt{
  display: flex;
    flex-direction: column;
    gap: 20px;
   
}
.main_form{
  flex: 1 ;
}
.input-form-rowitem{
  border-radius: 18px;
  padding: 13px;
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.4;
  border: 2px solid var(--about-2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.input-form-rowitem:focus {
  outline: none;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2);
}

.textarea-form-rowitem{
  border-radius: 18px;
  padding: 13px;
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.4;
  border: 2px solid var(--about-2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}

.textarea-form-rowitem:focus {
  outline: none;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2);
}
.confcolor{
  color: black;
  transition: var(--transition);
}
.confcolor:hover{
  color: black;
}

.merch-form-box-qqt{
  align-items: center;
  flex-direction: row;
  display: flex;
  gap: var(--gap-25-30);
}

.merch-video-form-qqt{
  flex: 1;
  position: relative;
  width: 100%;
  height: 479px;
  overflow: hidden;
}
@media (max-width:991px) {
  .merch-video-form-qqt{
    display: none;
  }
}
.merch-video-form-qqt video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 18px;

}
.form-btn-qqt{
  margin: 23px auto;
  text-align: center;
}
.label-check-qqt{
  font-size: clamp(13px,4vw,18px);
}

.footer-section{
  padding: 42px 0px;
  background-color: var(--about-2);
}
.merch-footer-qqt{
  align-items: center;
  display: flex;
  gap: var(--gap-25-30);
  justify-content: space-around;
  flex-direction: row;
}
@media (max-width:767px) {
  .merch-footer-qqt{
    flex-direction:  column;
  }
}
.img-box-footer-qqt{
  width: 51px;
  height: auto;
}
.logo-footer-name-qqt{
  color: var(--a-2);
  font-size: 27px;
}
.img-box-footer-qqt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merch-logo-img-footer-qqt{
  display: flex;
  gap: 13px;
  align-items: center;
}
.link-footer-qqt{
  color: var(--a-2);
}
.box-all-footer-qqt{
  display: flex;
  flex-wrap: wrap;
  flex: 1;
 gap: var(--gap-25-30);
}
.title1 {
  margin-top:  20px;
}
@media (max-width:575px) {
  .box-all-footer-qqt{
    flex-direction: column ;
  }
}
@media (min-width:576px) {
  .box-all-footer-qqt{
    gap: 51px;
  }
}
.box-menu-link-qqt{
  padding: 28px 0px;
}
.box-menu-footer-qqt{
  list-style-type: none;
  margin: 0!important;
  padding: 0;
  text-align: center;
}
.section-podval{
  padding: 20px 0px;
  background-color: rgb(17, 16, 16);
}

.box-txt-podval-qqt{
  text-align: flex-end;
  color: var(--white);
}

.merch-contacts-card-qqt{
  display: flex;
}
.card-merch-qa{
  display: flex;
  justify-content: center;
  margin: 28px 0px;
}
.info-cards-qa{
  border-radius: 20px;
  text-align: center;
  padding: 33px;
  width: 100%;
  background-color: var(--a-2);
}
.info-cards-qqt{
  border-radius: 18px;

  text-align: center;
  padding: 33px;
  width: 100%;
  background-color: var(--a-2);
}
.info-cards-qqt a {
  word-break: break-all;
}
.info-cards-qa a {
  word-break: break-all;
}
@media (min-width:767px)and  (max-width:991px) {
  .info-cards-qqt{
    width:calc(50% - 20px);
  }
}
@media (min-width:992px) {
  .info-cards-qqt{
    width:calc(33% - 28px);
  }
}
.info-cards__description-qqt a{
  transition: var(--transition);
  color: var(--about-2);
}
.info-cards__description-qqt a:hover{
 opacity: 0.87;
}
.form{
  background-color: var(--a-2);
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  display: flex;
}
@media (min-width:767px) and (min-width:991px) {
 .form{
  padding: 55px;
 }
}
@media (min-width:992px) {
 .form{
  padding: 120px;
 }
}
.label-check-qa{
  font-size: clamp(13px,4vw,15px);
}

.page-img{
  margin: 20px;
}
.box-label-footer-qqt {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}
.box-label-nex {
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width:767px) {
  .box-label-footer-qqt {
    flex-direction: column;
  }
}
@media (min-width:768px) {
  .page-img{
    width: 50%;
    height: 342px;
    float: left; 
  }
}

.size-img{
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
}

@media (max-width: 992px) {
  .merch-contacts-card-qqt {
    justify-content: center;
  }
  .box-label-footer-qqt {
    flex-direction: column;
  }
  
}
@media  (min-width:576px) {
  .size-img{
    height: 342px;}
}

.box-btn-product-qqt{
  margin: 28px 0px;
  display: flex;
  justify-content: center;
}

.day-deliv-page-qqt{
  display: flex;
  justify-content: center;
}

.custom-btn-qqt {
	padding: 8px 13px;
	border-radius: 5px;
	background: transparent;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
  font-weight: 700;
	outline: none;
}


.btn-1 {
	padding-left: 33px;
	padding-right: 33px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-radius: 8px;
	background: var(--about-2);
	border: none;
	font-family: inherit;
	text-align: center;
	cursor: pointer;
	transition: 0.4s;
  color: var(--a-2);
  font-weight: {font_weight_bold};
}

.btn-1:hover {
	box-shadow: 7px 5px 56px -14px var(--about-2);
}

.btn-1:active {
	transform: scale(0.97);
	box-shadow: 8px 5px 51px -13px var(--about-2);
}
.btn-2 {
  font-family: inherit;
  display: inline-block;
  line-height: 2.5em;
  overflow: hidden;
  cursor: pointer;
  margin: 20px;
  font-size: 18px;
  z-index: 1;
  color: var(--about-2);
  border: 2px solid var(--about-2);
  border-radius: 5px;
  position: relative;
}

.btn-2::before {
  position: absolute;
  content: "";
  background: var(--about-2);
  width: 142px;
  height: 249px;
  z-index: -1;
  border-radius: 50%;
}

.btn-2:hover {
  color: white;
}

.btn-2:before {
  top: 100%;
  left: 100%;
  transition: 0.3s all;
}

.btn-2:hover::before {
  top: -28px;
  left: -28px;
}

.btn-3 {
  outline: none;
  color: var(--about-2);
  padding:  20px;
  padding-left:  28px;
  padding-right:  28px;
  border: 2px dashed var(--about-2);
  border-radius:  20px;
  background-color: var(--a-2);
  box-shadow: 0 0 0 4px var(--a-2), 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
  transition: .1s ease-in-out, .4s color;
}

.btn-3:hover {
  transform: translateX(0.1em) translateY(0.1em);
  box-shadow: 0 0 0 4px var(--a-2), 1.5px 1.5px 2.5px 1.5px rgba(0, 0, 0, 0.5);
}
.btn-4 {
  padding: 8px;
  background: transparent;
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
  border: 2px solid var(--about-2);
  background:var(--about-2);
  outline: none;
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
}

.btn-4:hover {
  color: #ffffff;
  animation: squeeze3124 0.9s both;
}

@keyframes squeeze3124 {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.btn-5{
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, var(--about-2), var(--about-2));
  border-radius: 20px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 18px;
  padding: 13px 20px;
 }
 
 .btn-5:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }
 
 @keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 var(--about-2);
  }
 
  70% {
   box-shadow: 0 0 0 13px rgb(218 103 68 / 0%);
  }
 
  100% {
   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
 }

 .map{
  iframe{
    border: none;
  }
 }