body {
  top: 0 !important;
}
.skiptranslate {
  display: none;
  height: 0;
}
.language__img {
  cursor: pointer;
}

@media (max-width: 1240px) {
  .top_bar_left > .language{
    padding-right: 10%;
    margin-top: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1292px) {
  .text-column_asted > div > .text-column{
    min-height: 800px;
  }
}

@media (min-width: 1292px) and (max-width: 1592px) {
  .text-column_asted > div > .text-column{
    min-height: 700px;
  }
}

@media (min-width: 1592px) and (max-width: 1722px) {
  .text-column_asted > div > .text-column{
    min-height: 600px;
  }
}
@media (min-width: 1722px) {
  .text-column_asted > div > .text-column{
    min-height: 545px;
  }
}

.is-sticky > .container > .column > .top_bar_left > .language{margin-top: 20px !important}
.language {
  float: right;
  height: 100%;
  margin-top: 35px !important;
  z-index: 1000;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}


/* Сделать за кофе под пледом
.menuo-no-borders #Top_bar .menu>li>a span{
  margin-top: 20px !important;
} */

.language p {
  cursor: pointer;
  color: #c2b1c0 !important;
}

.menuo-right #Top_bar .menu_wrapper {
  float: none !important;
}

#Top_bar {
  background-color: #18392e;
}

.logo_waldlauz #logo {
  aspect-ratio: 1;
}

.product-img img {
  aspect-ratio: 4/3 !important;
  object-fit: cover;
}

#Subheader {
  background-image: url(../images/fon_style.jpg);
  background-size: cover;
  padding: 300px 0 335px 0;
}

#Subheader .title {
  font-size: 50px !important;
}

.card-wrappper {
  max-width: 330px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.card-wrappper a {
  width: 100%;
  height: 100%;
}

.card-wrappper a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: 0.2s linear;
}

.card-wrappper a img:hover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: 0.2s linear;
  transform: scale(1.2);
}

.bg-white-color {
  background-color: #fff;
}

.owl-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.owl-wrapper img {
  max-width: 30% !important;
}

.text-column {
  padding: 30px 20px;
  border: 2px solid #18392e;
  border-radius: 6px;
  font-size: 18px;
}

.text-column span {
  font-size: 22px;
  font-weight: 600;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

.card-wrapper-item {
  /* display: flex; */
  gap: 20px;
  width: 100%;
  padding: 20px;
  min-height: 300px !important;
  transition: 0.2s linear;
  cursor: pointer;
}

.card-wrapper-item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7);
  transition: 0.2s linear;
}

.card-img-wrappper {
  /* width: 60%; */
  text-align: center;
  margin-bottom: 10px;
}


.card-img-wrappper img {
  width: 70%;
  max-height: 200px;
  object-fit: contain;
}

.card-text-wrapper {
  /* width: 40%; */
}

.crop-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  box-orient: vertical;
}

.file-input {
  position: relative;
}

.file-input p {
  margin-bottom: 4px !important;
  padding: 10px;
  border: 1px solid #8da681;
  width: 165px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #c0c0c0;
}

.file-input p svg {
  fill: #c0c0c0;
}

.input-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 165px;
  height: 100%;
}
