@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding: 0;
  direction: ltr;
  font-family: 'Titillium Web', sans-serif !important;
}

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

.block-content{
  width: 100%;
  box-sizing: border-box;
  padding-right: 23px;
  padding-left: 23px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 99;
}



  @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: 1239px;
    }
  }

  .header{
    display: flex;
    flex-direction: column;
    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{
    margin: 0;
  }

  nav {
    display: table;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

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

  .submenu li {
    padding: 10px;
}

.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 {
    text-align: left;
    font-size: 13px;
    color: white;
}

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

  .topmenu:after {
    content: "";
    display: table;
    clear: both;
}
.input-a47443896{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 10px 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-a47443896{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    width: 100%;
}

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

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

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

.box-beckground{
  position: relative;
  background: url(bg/0_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.box-beckground::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0;
  text-align: center;
  color: white;
}

.box-contacts{
  display: flex;
  padding: 0 50px;
  margin: 50px 0;
  flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 15px;
    box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.1);
}

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

.box-contacts-icon i{
  color: black;
}

.box-contacts-icon p{
  color: black;
}

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

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

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

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

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

.footer-contskt{
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.skills{
  padding: 50px;
  display: flex;
  border-radius: 15px;
  box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.1);
  margin: 50px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.skill-title{
  text-align: center;
  padding-bottom: 50px;
}

.card-skills {
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.headers {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}

.body {
  padding: 20px;
}

.skill {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.skill-name {
  width: 184px;
  font-size: 16px;
}

.skill-level {
  width: 160px;
  height: 10px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
}

.skill-percent {
  background-color: #333;
  height: 100%;
}

.skill-percent-number {
  margin-left: 20px;
  font-size: 16px;
}

.catalog{
  padding: 50px 0;
}

.catalog h1{
  text-align: center;
}

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

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

.product {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  padding: 26px;
  gap: 26px;
  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;
  }

  .product-image img {
  object-fit: contain;
  height: 300px;
  width: 100%;
  }

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

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

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

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

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

  .product-price {
    display: flex;
  font-weight: bold;
  font-size: 18px;
  }

  .comments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
    flex-direction: row-reverse;
    gap: 20px;
  }
  
  .card-comments {
    transition: .5s;
    width: 398px;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .card-comments:hover{
    transform: translateY(-5px);
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
  }
  
  .card-comments p {
    margin-bottom: 10px;
  }
  
  .card-comments .author {
    font-weight: bold;
  }
  
  .card-comments .date {
    color: #888;
    font-size: 12px;
  }
  
  .card-comments .content {
    color: #333;
    font-size: 14px;
    padding: 10px 0;
  }
  
  .card-comments .avatar {
    width: 56;
    height: 56;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
  }
  
  .card-comments .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-comments:first-child{
    display: block;
  }

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

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

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

  .form {
    background-color: #fff;
    display: block;
    padding: 1rem;
    width: 100%;
    max-width: 450px;
    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: #e54646;
    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);
  } 

  .flex-style{
    display: flex;
    flex-direction: column;
  }

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

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

  .stayTitl {
    padding-bottom: 23px;
    text-align: start;
    font-weight: bold;
  }

  .diskont-lay{
    margin: 50px 0;
    background-color: rgba(0, 30, 108, 0.2);
  }

  .diskont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;

  }

  .diskont h1{
    text-align: center;
    padding-bottom: 50px;
    font-weight: 500;
  }

  .diskont-photo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 23px;
    flex-direction: row-reverse;
  }

  .diskont-photo img{
    max-width: 100%;
  }

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

  .product-box-card {
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 23px;
}
.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: 23px;
}

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

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

.dop-tovar-page-bloc {
  display: flex;
  gap: 26px;
}
.dop-tovar-page-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 26px;
  padding: 23px;
  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: 23px;
  padding: 23px;
}

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

.kontakt {
  display: flex;
  margin: 50px 0;
  background-color: #FFFFFF;
  gap: 26px;
  padding: 23px;
  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: 18px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.box-kontakt-icon svg {
  width: 27px;
  height: 27px;
}

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

@media (max-width: 991px) {
  .header-nav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .catalogBoxs{
    flex-direction: column;
  }

  .product{
    flex-direction: column;
  }

  .product-info{
    width: 100%;
    flex-direction: column;
  }

  .product-price{
    flex-direction: row;
    gap: 10px;
  }

  .comments{
    align-items: center;
    flex-direction: column;
  }

  .card-comments{
    max-width: 100%;
    width: 80%;
  }

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

  .form{
    max-width: 100%;
  }

  .forma-video{
    width: 100%;
  }

  .footer{
    text-align: center;
    gap: 49px;
    flex-direction: column;
  }

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

  iframe{
    width: 100%;
  }

  .kontakt{
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .box-contacts{
    flex-direction: column;
  }

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

@media (max-width: 580px) {
  .header-nav ul{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .box h1{
    font-size: 21px;
  }

  .skill-title h1{
    font-size: 21px;
  }

  .submenu{
    left: -90px;
  }
}

@media (max-width: 500px) {
  .skill{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 26px;
  }

  .skill-level{
    margin-left: 0;
  }

  .card-skills{
    max-width: none;
    width: 100%;
  }
}

