@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
*{
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  direction: ltr;
  font-family: 'Rokkitt', sans-serif !important;
}


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

.block-content{
  width: 100%;
  box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.box-kontakt a {
  color: black;
  word-break: break-all;
}
img{max-width:100%;}

  @media (min-width: 576px){
    .block-content{
      max-width: 540px;
    }
  }

  @media (min-width: 768px){
    .block-content{
      max-width: 720px;
    }
  }

  @media (min-width: 992px){
    .block-content{
      max-width: 960px;
    }
  }

  @media (min-width: 1200px){
    .block-content{
      max-width: 1140px;
    }
  }

  @media (min-width: 1400px){
    .block-content{
      max-width: 1262px;
    }
  }

  .header-background{
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #fecfc6, #fdc4ba, #fcb9af, #faada4, #f8a29a);
    
  }

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

  .logo{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 20px;
  }

  .logoImg img{
    width: 45px;
  }

  .logoTitle{
    color: #000000;
    margin: 0;
  }

  nav {
    display: table;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

  .header-nav{
    padding:  19px 0;
  }

  .submenu li {
    padding: 5px;
}

.submenu {
    background: #63727d;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 280px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}

.submenu a {
    color: white;
    text-align: left;
    font-size: 13px;
}

.submenu li:last-child a {
    border-bottom: none;
}

  .topmenu:after {
    content: "";
    display: table;
    clear: both;
}

.topmenu>li {
    float: left;
    position: relative;
    padding: 0 19px;
}

.topmenu>li>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.topmenu>li>a:hover {
    border-bottom: 1px solid;
}

.topmenu>li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}

.hedBox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    gap: 91px;
  }

  .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .box a{
    text-decoration: none;
  }

  .box h1{
    color: #000000;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
  }

  .box button{
    width: 100%;
  }

  .imgBox img{
    width: 340px;
  }

  .about-background{
    background-color: rgba(59, 9, 68, 0.2);
    padding: 50px 0;
  }

  .aboutUs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.1);
  }

  .about{
    font-size: 28px;
    padding-top: 30px;
  }

  .aboutTitle{
    font-size: 22px;
    padding: 0 30px 30px 30px;
  }

  .catalog{
    padding: 50px 0;
  }

  .cards-catalog{
    display: flex;
    padding-bottom: 50px;
    flex-direction:column;
    gap: 28px;
  }

  .catalogBoxs{
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .product {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px;
    gap: 28px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: .5s;
    }

    .product:hover {
    transform: translateY(-10px);
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    }

    .product-image {
    display: flex;
    flex: 1;
    justify-content: center;
    }

    .input-user--holder_section{
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        margin: 12px 0px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .textarea-user--holder_section{
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        padding: 0.375rem 0.75rem;
        width: 100%;
    }
    .product-image img {
    object-fit: contain;
    height: 300px;
    width: 100%;
    }

    .product-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    }

    .product-details a{
      text-decoration: none;
      color: black;
    }

    .product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row;
    }

    .product-buttons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row;
    text-align: center;
    }

    .product-title {
    font-size: 22px;
    }

    .product-price {
      display: flex;
    font-weight: bold;
    font-size: 22px;
    }
   
    .comment-lay{
      background-image: url(assets/images/bgopacity_2025-01-01_17-400.png);
      background-position: center;
      background-size: cover;
    }

    .comment-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 50px 0;
    }
    
    .cards-comments {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 50px 0;
      flex-direction: column;
    }
    
    .card-comm-box {
      background-color: white;
      border-radius: 15px;
      box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.1);
      display: flex;
      gap: 16px;
      flex-direction: column;
      align-items: center;
      margin: 20px;
      padding: 20px;
      max-width: 506px;
      text-align: center;
      transition: .5s;
    }

    .card-comm-box:hover{
      transform: translateY(-10px);
      box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    }
    
    .card-comm-img img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
    }
    
    .card-comm-txt p {
      margin: 0;
    }

    .form-box-lay{
      margin: 50px 0;
      background: linear-gradient(to bottom, #fff7ed, #fff4e5, #fff2dc, #ffefd4, #ffedcb);
    }

    .from-box{
      display: flex;
      padding: 50px 0;
      justify-content: space-between;
      flex-direction: row;
      align-items: center;
      text-align: center;
      gap: 16px;
    }

    .forma-video{
      width: 50%;
      display: flex;
      justify-content: center;
    }

    .forma-video video{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      background-position: center;
    }

    .from-box h2{
      width: 50%;
    }

    .form {
      background-color: #fff;
      display: block;
      padding: 1rem;
      max-width: 350px;
      border-radius: 0.5rem;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .input-container {
      position: relative;
    }

    .input-container input, .form button {
      outline: none;
      border: 1px solid #e5e7eb;
      margin: 8px 0;
    }

    .input-container input {
      background-color: #fff;
      padding: 1rem;
      padding-right: 3rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      width: 100%;
      border-radius: 0.5rem;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .form-check {
      display: flex;
      justify-content: flex-start;
      padding: 15px 0;
    }

    .form-check input {
      width: 10%;
    }

    .submit {
      display: block;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      background-color: #4F46E5;
      color: #ffffff;
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 500;
      width: 100%;
      border-radius: 0.5rem;
      text-transform: uppercase;
      cursor: pointer;
      transition: all .1s;
    }

    .submit:hover{
      transform: scale(1.05);
    } 

    .footer-lay{
      background: linear-gradient(to bottom, #fecfc6, #fdc4ba, #fcb9af, #faada4, #f8a29a);
      color: #000000;
    }
    
    .footer{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 50px 0;
    }

    .footer-img {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

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

    .footer-politiks {
      display: flex;
      flex-direction: column;
      gap: 16px;
  }

  .footer-politiks a {
    color: #000000;
    text-decoration: none;
  }

  .dop-pages {
    background-color: white;
  }

  .dop-pages-text {
    text-align: justify;
  }

  .stayTitl {
    padding-bottom: 16px;
    text-align: center;
    font-weight: bold;
  }

  .container-product-card{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    gap: 16px;
  }

  .product-box-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
}
.product-box-card-img {
    display: flex;
    justify-content: center;
}
.product-box-card-img img {
    object-fit: contain;
    height: 350px;
    width: 100%;
}

.pages-main-content {
  flex: 1;
  text-align: justify;
}

.product-box-card-dop{
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  gap: 16px;
}

.product-box-button{
  max-width: 350px;
  margin: 0 auto;
}

.info-dop{
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  gap: 28px;
}

.dop-tovar-page-bloc {
  display: flex;
  gap: 28px;
}
.dop-tovar-page-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 28px;
  padding: 16px;
  box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  transition: .5s;
}
.dop-tovar-page-box:hover {
  transform: translateY(-10px);
}
.dop-tovar-page-box-img {
  display: flex;
  justify-content: center;
}
.dop-tovar-page-box-img img {
  object-fit: contain;
  height: 200px;
  width: auto;
}
.dop-tovar-page-box-content {
   display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

.btm-more {
  text-align: center;
  margin: 0 auto;
}

.kontakt {
  display: flex;
  margin: 50px 0;
  background-color: #FFFFFF;
  gap: 28px;
  padding: 16px;
  box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  justify-content: space-around;
}

.box-kontakt {
  display: flex;
  flex: 1;
  font-size: 22px;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.box-kontakt-name {
  border-bottom: 1px solid;
}

.box-kontakt-text {
  text-align: center;
}


@media (max-width: 991px) {
  .header {
    flex-direction: column;
  }

  .hedBox {
    flex-direction: column;
  }

  .catalogBoxs{
    flex-direction: column;
  }

  .cards-comments{
    flex-direction: column;
  }

  .from-box{
    flex-direction: column;
  }

  .from-box h2{
    width: 100%;
  }

  .form{
    max-width: 100%;
  }

  .kontakt{
    flex-direction: column;
  }

  .forma-video video{
    width: 200%;
  }

  .container-product-card{
    flex-direction: column;
  }

}

@media (max-width: 767px) {
  .topmenu{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .submenu{
    left: -90px;
  }

  .product{
    flex-direction: column;
  }

  .aboutUs{
    width: 100%;
  }

  .dop-tovar-page-bloc{
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .footer{
    flex-direction: column;
    text-align: center;
    gap: 19px;
  }
}

    

