@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Onest", sans-serif !important;
}
.site-wrapper {
  overflow: hidden;
}
#sticky-wrapper {
  z-index: 10;
}
#sticky-wrapper.is-sticky {
  z-index: 100;
}
.owl-stage-outer {
  z-index: initial !important;
}
.site-wrapper:after {
  z-index: initial !important;
}
.site_header {
  z-index: initial !important;
}
.site_header * {
  font-family: "Onest", sans-serif !important;
}
.site_header .site_header__top {
  padding-top: 14px;
  padding-bottom: 13px;
  left: 0;
  right: 0;
  width: 100% !important;
  border: none;
}
.site_header .site_header__top .site_header__in {
  max-width: 1360px;
  margin: 0 auto;
}
.site_header .site_header__top .site_header__in .site_header__left {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: initial;
  padding-top: 0;
}
.site_header .site_header__top .site_header__in .site_header__left .site_header__name_wrap {
  display: flex;
  flex-direction: column;
}
.site_header .site_header__top .site_header__in .site_header__left .site_header__name_wrap .site__name a {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .site_header .site_header__top .site_header__in .site_header__left .site_header__name_wrap .site__name a {
    font-size: 11px;
  }
}
.site_header .site_header__top .site_header__in .site_header__center {
  display: flex;
  padding-right: 5px;
}
.site_header .site_header__top .site_header__in .site_header__center .left {
  text-align: left;
}
.site_header .site_header__top .site_header__in .site_header__center .left .deliv {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}
.site_header .site_header__top .site_header__in .site_header__center .left .worktime_tit, .site_header .site_header__top .site_header__in .site_header__center .left .site_header__worktime {
  color: #000;
  opacity: 0.6;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
}
.site_header .site_header__top .site_header__in .site_header__right {
  width: auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.site_header .site_header__top .site_header__in .site_header__right .right {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: auto 0 5px 0;
}
.site_header .site_header__top .site_header__in .site_header__right .right .social_new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
  max-width: 170px;
  /*display: grid;
					    grid-template-columns: 1fr 1fr;*/
}
.site_header .site_header__top .site_header__in .site_header__right .right .social_new .social__item {
  width: 46px;
  height: 46px;
  background: #F7F7F7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.site_header .site_header__top .site_header__in .site_header__right .right .social_new .social__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.site_header .site_header__top .site_header__in .site_header__right .right .social_new .social__item:hover {
  transform: scale(0.9);
}
.site_header .site_header__top .site_header__in .site_header__right .right .main_top {
  text-align: left;
}
.site_header .site_header__top .site_header__in .site_header__right .right .main_top .email {
  font-weight: bold;
}
.site_header .site_header__top .site_header__in .site_header__right .right .main_top .email a {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}
.site_header .site_header__top .site_header__in .site_header__right .right .main_top .email_name {
  color: #000;
  font-size: 15px;
  opacity: 0.6;
}
.site_header .site_header__top .site_header__in .site_header__right .site_header__phones__wr {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-right: 7px;
}
.site_header .site_header__top .site_header__in .site_header__right .site_header__phones {
  display: flex;
  flex-direction: column-reverse;
}
.site_header .site_header__top .site_header__in .site_header__right .site_header__phones a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.site_header .site_header__top .site_header__in .site_header__right .site_header__phones a:not(:first-child) {
  margin: 0;
}
.site_header .site_header__top .site_header__in .site_header__right .site_header__phones .suntit {
  color: #000;
  opacity: 0.6;
  font-size: 15px;
  text-align: left;
  margin-bottom: 7px;
}
@media (max-width: 1025px) {
  .site_header .site_header__top .site_header__in {
    justify-content: space-between;
  }
}
@media (max-width: 960px) {
  .site_header .site_header__top .site_header__in .site_header__center, .site_header .site_header__top .site_header__in .site_header__right {
    display: none;
  }
}
@media (max-width: 1025px) {
  .site_header .site_header__top {
    padding: 12px 0 0 0;
    box-sizing: border-box;
  }
}
@media (max-width: 789px) {
  .site_header .site_header__top {
    padding-top: 12px;
  }
}
.site_header .btn_top {
  display: flex;
  align-items: center;
  background: #FA2C2B;
  border-radius: 8px;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  min-height: 50px;
  transition: 0.3s ease;
}
.site_header .btn_top div {
  display: flex;
  align-items: center;
  padding: 4px 16px 4px 27px;
}
.site_header .btn_top b {
  font-size: 16px;
  font-weight: 500;
  padding: 0 12px 0 2px;
}
.site_header .btn_top svg {
  width: 20px;
  height: 20px;
  padding: 5px;
}
.site_header .btn_top:hover {
  opacity: 0.75;
}
.site_header .site_header__middle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 2px;
  padding: 8px 0;
  position: relative;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}
.site_header .site_header__middle:before {
  position: absolute;
  left: -30%;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  right: 100%;
}
.site_header .site_header__middle:after {
  position: absolute;
  right: -30%;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  left: 100%;
}
.site_header .site_header__middle .link_vak {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  color: #FA2C2B;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid rgba(250, 44, 43, 0.5);
  padding: 0 20px 0 24px;
  min-height: 50px;
  min-width: 86px;
}
.site_header .site_header__middle .link_vak:hover {
  background: rgba(250, 44, 43, 0.06);
}
.site_header .site_header__middle .search {
  flex: 1 0 0;
}
.site_header .site_header__middle .search .header_bottom__search_opener {
  margin-left: 18px;
}
.site_header .site_header__middle .search .header_bottom__popup_wrap_form {
  margin-bottom: 0;
  border: none;
  justify-content: flex-start;
  border: 1px solid #00000033;
  border-radius: 8px;
  margin: 0 -4px 0 -2px;
}
.site_header .site_header__middle .search .header_bottom__popup_wrap_form .search-text {
  margin: 0;
  height: 50px;
  padding: 0 31px;
  color: #000;
  border: none;
  max-width: 100%;
}
.site_header .site_header__middle .search .header_bottom__popup_wrap_form .search-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.068 2.27371C7.79948 1.13298 3.41445 3.66852 2.27371 7.937C1.13298 12.2055 3.66852 16.5905 7.937 17.7312C9.34636 18.1079 10.7655 18.0839 12.0769 17.7304L13.0424 17.4702L13.5629 19.4012L12.5974 19.6615C10.9556 20.1041 9.17871 20.1333 7.42064 19.6634C2.08503 18.2375 -1.08439 12.7562 0.341522 7.42064C1.76744 2.08503 7.24873 -1.08439 12.5843 0.341522C17.9199 1.76744 21.0894 7.24873 19.6634 12.5843C19.2829 14.0083 18.6124 15.2797 17.7323 16.3502L21.2195 20.0641L21.904 20.7931L20.446 22.1621L19.7615 21.4331L15.6433 17.0472L14.9799 16.3407L15.6653 15.6555C16.6259 14.6952 17.3546 13.4773 17.7312 12.068C18.872 7.79948 16.3364 3.41445 12.068 2.27371Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 22px;
  height: 50px;
  min-height: 50px;
  margin: 0 18px 0 auto;
}
@media (max-width: 960px) {
  .site_header .site_header__middle {
    justify-content: space-between;
  }
  .site_header .site_header__middle .search {
    display: none;
  }
  .site_header .site_header__middle .link_vak {
    padding: 6px 14px;
  }
  .site_header .site_header__middle .btn_top {
    padding: 8px 14px;
  }
}
.site_header .header_bottom__main_wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site_header .header_bottom__main_wrap .header_bottom.center {
  max-width: 1360px;
}
.site_header .header_bottom__main_wrap .header_bottom.center .header_bottom__in {
  gap: 32px;
  min-height: 40px;
  margin: 16px 0 7px 0;
}
.site_header .header_bottom__main_wrap .header_bottom__search {
  margin: 0;
}
.mob_soc {
  display: none !important;
}
@media (max-width: 960px) {
  .site-wrapper {
    overflow: hidden;
  }
  .site_header {
    padding-top: 0;
  }
  .header_bottom__popup_wrap_form input[type="submit"] {
    width: 20%;
  }
  .site_header__in {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
  }
  .site_header .is-sticky .site_header__top {
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    right: 0;
    width: auto !important;
    background: #fff;
  }
}
.site_header .is-sticky .site_header__top {
  background: #fff;
}
.social_new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-widht: 960px) {
  .social_new {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.social_new .social__item {
  width: 44px;
  height: 44px;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.social_new .social__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
a.company_name {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.company_name span {
  margin-left: 15px;
}
/*.main_blocks_wra{
	.product-list{
		.product-item-thumb-wrap{
			width: 100% !important;
		}
	}
}*/
@media (max-width: 767px) {
  .main_blocks_wra .product-list .product-item-thumb-wrap {
    width: calc(33.33% + 1px);
  }
}
@media (max-width: 600px) {
  .main_blocks_wra .product-list .product-item-thumb-wrap {
    width: calc(50% + 1px);
  }
}
@media (max-width: 390px) {
  .main_blocks_wra .product-list .product-item-thumb-wrap {
    width: 100%;
    margin: 0 0 -1px;
  }
}
body .product-list.thumbs {
  width: 100%;
  justify-content: flex-start;
  gap: 16px;
}
body .main_blocks_wra .product-list.thumbs .product-item-thumb-wrap:hover .shop2-product-item .shop2-product-options {
  display: none !important;
}
.product-item-thumb .shop2-product-btn {
  margin-top: 5px;
}
#search-app2 #search-result {
  z-index: 16;
}
#search-app2 #search-result .search-result-top {
  flex-wrap: nowrap;
}
.site_header .site_header__middle .search .header_bottom__popup_wrap_form .search-text::placeholder {
  letter-spacing: 0.5px;
}
