.product__block__img img {
width: 100% !important;
}

.header {
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header.sticky {
  background: #fff;
}

.top_menu-levl_1 > .top_menu_linck {
 padding: 10px 0;
}

.top_menu-levl_1 > .top_menu_linck  a {
  font-size: 12px;
}

.show-search {
 	background: none;
  	cursor: pointer;
  	height: 20px;
  	margin-top: 5px;
}

.show-search  svg {
  max-width: 20px;
  height: 20px;
}

.search_form {
  display: none; 
  position: absolute;
  top: 0;
  right:42%;
  z-index: 1000000;
  margin-right: 27px;
}

.header_row_right {
 position: relative;
  
}

@media (max-width: 480px) {
  .sidebar-inner .logo_block {
      display: none;
  }
  .sidebar-inner .main-menu.menu {
	padding-top: 50px;
	}
.header {
  position: sticky !important;
}
}

.container-index {
    max-width: unset;
}
.container-index .product_slider_wrap {
    max-width: 1450px;
    margin: 0 auto;
}

.option.is-select {
  margin: 0 0 24px 0;
}

.option.option-cvet, .option.is-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.option.option-cvet {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
}

.option.option-cvet .option-values {
  margin: 0 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.option.option-cvet .option-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border-bottom: 2px solid transparent;
  width: 50px;
}

.option.option-cvet .option-value img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.option.option-cvet .option-value.is-active {
  border-color: #4A4345;
}

.option.is-select .option-values.slct {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.video-slide-title {
    font-size: 3rem;
    color: white;
    font-weight: bold;
}
span.slide_data {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.video-slide-title {
    padding-bottom: 60px;
    font-family: SONTI SC;
}
a.video-slide-link {
    color: white;
    border: 1px solid white;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}
.index_slider .slide_data {
    bottom: 100px;
    left: 100px;
}
span.slide_data {
    padding-left: 0 !important;
}

.product__controls-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.index_slider .slide_data {
        max-width: none;
    left: 1%;
    text-align: center;
    margin: auto;
    bottom: 50%;
}
.index_slider .slide_data span {
  line-height: 2;
}
.index_slider .text_1 {
  font-size: xx-large;
}
.index_slider .text_2 {
    font-size: 20px;
      outline: none;
    border: 2px solid;
    border-radius: 1px;
    transition: 0.2s;
    text-decoration: none;
    user-select: none;
        width: 160px;
        margin-left: auto;
  margin-right: auto;
}
