@import url('/fonts.googleapis.com/css2__q_609d61266c/index.bin');
@import url('/fonts.googleapis.com/css2__q_150f8afb29/index.bin');

html{
  scroll-behavior: smooth;
}
.input-u55883358{
  margin: 14px 0px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  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-u55883358{
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  width: 100%;
  font-size: 1rem;
}
body{
  margin: 0;
  padding: 0;
  direction: ltr;
  font-family: 'Lexend', sans-serif !important;
}

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

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



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

  .header-lay{
    width: 100%;
    background-color: #00000004;
  }

  .header-box-lay {
    position: relative;
    background: url('/bg/0_bg.jpg');
    background-position: center;
    background-size: cover;
}

.header-box-lay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}


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

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

  .logoImg img{
    width: 40px;
  }

  .logoTitle{
    margin: 0;
  }

  nav {
    display: table;
}

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

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

.topmenu{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 21px;
}

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

.topmenu>li {
    float: left;
    position: relative;
}

.topmenu>li>a {
  display: flex;
  align-items: center;
  gap: 9px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #272121;
    text-decoration: none;
}
.topmenu>li>a:hover {
    border-bottom: 1px solid;
}

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

.header-box{
  color: white;
  padding: 28px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 61px;
}

.header-box-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 18px;
  gap: 18px;
}

.header-box-title h2{
  padding: 17px 0;
}

.main-unit{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 43px 0;
  gap: 28px;
}

.main-card{
  flex: 0 0 auto;
  width: 60%;
}

.card-box{
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 18px;
}

.news-card {
  width: 40%;
  border-radius: 9px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 17px;
  margin-bottom: 17px;
  transition: .5s;
}

.news-card:hover{
  transform: translateY(-10px);
}

.box-img-card{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-image img {
  width: 100%;
  height: auto;
  border-radius: 9px;
}

.news-title {
  font-size: 17px;
  color: #272121;
  margin-top: 9px;
  margin-bottom: 9px;
}

.news-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 9px;
}

.news-date i{
  padding-right: 9px;
}

.news-author {
  font-size: 12px;
  color: #888;
  margin-bottom: 9px;
}

.news-author i{
  padding-right: 9px;
}

.news-description {
  font-size: 12px;
  color: #555;
  margin-bottom: 9px;
}


.sidebar{
  flex: 0 0 auto;
  width: 33.333%;
}

.sidebar-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.sidebar-box-gallery {
  background-color: #00000004;
  padding: 21px;
  border-radius: 9px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sidebar-box-gallery h4 {
  color: #272121;
  font-size: 21px;
  margin-top: 0;
}

.sidebar-box-gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-box-gallery li {
  margin-bottom: 9px;
}

.sidebar-box-gallery li a {
  font-size: 15px;
  color: #272121;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sidebar-box-gallery li a i{
  padding-right: 9px;
}

.sidebar-box-gallery li a:hover {
  text-decoration: underline
}

.sidebar-box-gallery li:last-child {
  margin-bottom: 0;
}

.sidebar-box-aboutus{
  display: none;
  background-color: #00000004;
  padding: 21px;
  border-radius: 9px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sidebar-box-aboutus h4 {
  color: #272121;
  font-size: 21px;
  margin-top: 0;
}

.sidebar-box-news {
  background-color: #00000004;
  border-radius: 9px;
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sidebar-box-news h4 {
  color: #272121;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
}

.sidebar-box-news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-box-news li {
  margin-bottom: 14px;
  cursor: pointer;
}

.sidebar-box-news li:hover{
  text-decoration: underline
}

.sidebar-box-news li:last-child {
  margin-bottom: 0;
}

.sidebar-box-comments{
  background-color: #00000004;
  border-radius: 9px;
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sidebar-box-comments h4 {
  color: #272121;
  font-size: 21px;
  margin-top: 0;
}

.sidebar-box-comments ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar-box-comments li {
  margin-bottom: 14px;
}

.sidebar-box-comments li i{
  padding-right: 9px;
}

.email-subscribe{
  background-color: #ffffff;
  padding: 21px 0;
  text-align: center;
}

.email-subscribe h3{
  padding-bottom: 21px;
}

.form-control{
  background-color: #fff;
  padding: 0.7rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 354px;
  border: none;
  margin: 21px;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.container-news-card-box{
  display: flex;
  flex-direction: column;
}

.container-news-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  padding: 21px;
  background-color: #00000004;
}

.container-news-card h1 {
  text-align: center;
}

.published-news-card {
  margin-bottom: 21px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.published-news-card span {
  font-size: 15px;
  color: #555555;
}

.published-news-card span i{
  padding-right: 9px;
}

.images-news-card img {
  max-width: 100%; 
  height: auto;
  margin: 21px;
  float: left;
}

.content-news-card {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 21px;
}

.col-news-card {
  display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
}

.comm-news-card{
  display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.view-news-card{
  display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.row-news-card{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
  flex-direction: row;
}

.form {
  margin: 0 auto;
  display: block;
  padding: 1rem;
  max-width: 100%;
}


.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);
}

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

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

.submit {
  width: 100%;
  font-size: 12px;
  padding: 15px 0;
}

.comments{
  padding: 50px 0;
}

.review-box-new {
  display: flex;
  flex-direction:row;
  gap: 22px;
}

.review {
  max-width: 100%;
  display: flex;
  flex: 1;
  background-color: white;
  padding: 22px;
  gap: 22px;
  box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.review-box {
  display: flex;
  flex-direction:column;
  width: 100%;
  gap: 22px;
  justify-content: space-around;
}

.review-name {
  color: #000957;
   font-size: 15px;
}
.review-img {
  flex-shrink: 0;
}
.review-img i {
  font-size: 61px;
  color: #000957;
}
.review-img-new {
  height: 96px;
  border-radius:0%;
}
.review-text-new {
  padding: 22px 0;
}
.review-bop {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}
.blokc {
  display: flex;
}

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

.dop-tovar-page-bloc {
  display: flex;
  gap: 28px;
}
.dop-tovar-page-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  gap: 28px;
  padding: 22px;
  box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  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: 236px;
  width: auto;
}
.dop-tovar-page-box-content {
   display: flex;
  flex-direction: column;
  gap: 22px;
}

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

.block-contact{
  display: flex;
  flex-direction: column;
  gap: 48px;
}

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

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

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

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

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

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

.footer-lay{
  width: 100%;
  background-color: #00000004;
}

.footer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
  gap: 75px;
}

.footer-box{
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
.footer-box-logo {
  flex: 1;
}
.footer-politiks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 22px;
}

.footer-politiks a {
  border-bottom: 1px solid;
  color: #272121;
  text-decoration: none;
}

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

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

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

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

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



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

  .main-unit{
    flex-direction: column;
  }

  .main-card{
    width: 100%;
  }

  .sidebar{
    width: 100%;
  }

  .footer-box{
    align-items: center;
    gap: 25px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .review-box-new{
    flex-direction: column;
  }

  .kontakt{
    flex-direction: column;
  }

  .images-news-card img {
    width: 100%;
    margin: 0 0 21px 0;
  }
}

@media (max-width: 767px) {
  .news-card{
    width: 100%;
  }

  .header-box-title h2{
    font-size: 13px;
  }

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

  .row-news-card{
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
  }
}

@media (max-width: 600px) {
  .footer-politiks{
    flex-direction: column;
  }

  .published-news-card{
    gap: 9px;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .form-control{
    width: 236px;
  }

  .topmenu{
    flex-direction: column;
  }

  .review-bop{
    align-items: stretch;
    flex-direction: column;
  }
}