@charset "UTF-8";
.mosaic-auth-block.mosaic-auth-block--u-iumwg4evk .jq-checkbox__div {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.mosaic-auth-block.mosaic-auth-block--u-iumwg4evk .jq-checkbox__div::before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23ff0000%22%20d%3D%22M0.000%2C4.000%20L3.000%2C7.000%20L8.000%2C2.000%20L9.000%2C1.000%20L8.000%2C-0.000%20L3.000%2C5.000%20L1.000%2C3.000%20L0.000%2C4.000%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.mosaic-auth-block.mosaic-auth-block--u-iumwg4evk .mosaic-form__checkbox ~ .mosaic-form__checkbox-icon {
  display: none;
}
/*фиксированная шапка*/
.div--u-ivvxlc6z6, .link-universal--u-imf8mr7dr, .div--u-i4je80kks, .div--u-i9gxbuvbj, .div--u-iv7029psi, .div--u-i1rom0pjz {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  transition-behavior: normal;
}
.section--u-iy242icss.scrolled .div--u-ivvxlc6z6 {
  padding: 10px 0;
  margin-right: 10px;
}
.section--u-iy242icss.scrolled .link-universal--u-imf8mr7dr {
  margin: 0;
  width: 90px;
  height: 90px;
}
.section--u-iy242icss.scrolled .div--u-i4je80kks {
  min-height: 45px;
}
.section--u-iy242icss.scrolled .div--u-i9gxbuvbj {
  padding: 10px 0;
}
.section--u-iy242icss.scrolled .div--u-i1rom0pjz {
  margin: 0;
}
.overflowAdd {
  overflow: hidden;
}
.banPopup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.banPopup.opened {
  opacity: 1;
  visibility: visible;
}
.banPopupWr {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 55px 30px;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) left 50% top 50% / cover no-repeat, url("/thumb/2/HpGTWiZkyN7KtV4tT_E5wA/1920r/d/1621993-8335-2.png") left 50% top 50% / cover no-repeat;
  max-width: 1200px;
  width: 100%;
  position: relative;
  justify-content: space-around;
}
.banPopupWr .closeBan {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #fff url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2030%2030%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15%2013.586l7.293-7.293a1%201%200%20111.414%201.414L16.414%2015l7.293%207.293a1%201%200%2001-1.414%201.414L15%2016.414l-7.293%207.293a1%201%200%2001-1.414-1.414L13.586%2015%206.293%207.707a1%201%200%20011.414-1.414L15%2013.586z%22%2F%3E%3C%2Fsvg%3E") center / 30px 30px no-repeat;
  border-radius: 250px;
  cursor: pointer;
}
.banPopupWr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) left 50% top 50% / cover no-repeat;
  height: 100%;
  z-index: 0;
}
.leftSideForm {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  /*background: #fff;
	box-shadow: 0 0 15px 0 rgba(204,204,204,1);*/
  max-width: 350px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}
.leftSideForm .title {
  font-size: 28px;
  font-weight: 800;
  font-family: Wix Madefor Display, sans-serif;
  margin-bottom: 5px;
  color: #fff !important;
}
.leftSideForm .desc {
  font-family: Wix Madefor Display, sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff !important;
}
.leftSideForm .tpl-field.type-checkbox ul li span {
  font-size: 14px !important;
  color: #fff !important;
  padding-top: 0 !important;
}
.leftSideForm .tpl-field.type-checkbox ul li span:before {
  width: 23px;
  height: 23px;
  left: -35px;
  background: rgba(0, 0, 0, 0.2);
}
.leftSideForm .tpl-field .field-note {
  color: #fff !important;
  font-style: italic;
}
.leftSideForm .tpl-field:not(.type-checkbox) input, .leftSideForm .tpl-field:not(.type-checkbox) textarea, .leftSideForm .tpl-field:not(.type-checkbox) select {
  border: none !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.leftSideForm {
  margin-right: 30px;
  z-index: 1;
}
.leftSideForm .field-title {
  font-family: Wix Madefor Display, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #fff !important;
}
.leftSideForm .tpl-field:not(.type-checkbox) {
  margin-bottom: 10px;
}
.leftSideForm .tpl-field:not(.type-checkbox) input, .leftSideForm .tpl-field:not(.type-checkbox) button, .leftSideForm .tpl-field:not(.type-checkbox) textarea, .leftSideForm .tpl-field:not(.type-checkbox) select {
  width: 100%;
}
.leftSideForm .tpl-field:not(.type-checkbox) input, .leftSideForm .tpl-field:not(.type-checkbox) textarea, .leftSideForm .tpl-field:not(.type-checkbox) select {
  border: 1px solid rgba(21, 21, 21, 0.3);
  border-radius: 2px;
  outline: none;
  height: 36px;
  padding: 7px 16px;
  box-sizing: border-box;
  font-family: Wix Madefor Display, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.leftSideForm .type-checkbox {
  margin-bottom: 10px;
}
.leftSideForm .type-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.leftSideForm .type-checkbox ins {
  text-decoration: none;
  color: red;
}
.leftSideForm .type-checkbox input {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.leftSideForm .tpl-field-button button {
  border-radius: 250px;
  color: #151515;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  outline: none;
  background: linear-gradient(240deg, #ffba00, #ffe500);
  background-repeat: no-repeat;
  min-height: 36px;
  padding: 15px 22px 16px 22px;
  box-sizing: border-box;
}
._type-textarea {
  width: 100% !important;
  min-width: 257px !important;
}
.lp-form-tpl__field-textarea {
  min-width: 100% !important;
  max-width: 436px !important;
  min-height: 50px !important;
  max-height: 400px !important;
}
@media (max-width: 479px) {
  .highslide img {
    margin: 10px 0 10px 0 !important;
    height: 270px !important;
  }
  .lpc-popup-form-1__top {
    height: auto !important;
    margin: 10% 0 !important;
  }
}
.rightSideText {
  color: #fff;
  font-family: Wix Madefor Display, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  flex: 1 0 auto;
  max-width: 56%;
  z-index: 1;
}
.rightSideText .title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
.rightSideText .desc {
  font-size: 20px;
}
.rightSideText .text {
  font-size: 20px;
}
.rightSideText ul.seo1 {
  padding-left: 20px;
}
@media (max-width: 1060px) {
  .rightSideText {
    max-width: 320px;
  }
  .leftSideForm {
    margin-right: 20px;
  }
  .rightSideText .title, .leftSideForm .title {
    font-size: 25px;
  }
  .rightSideText .desc, .leftSideForm .desc {
    font-size: 16px;
  }
  .rightSideText .text {
    font-size: 15px;
  }
  .rightSideText ul.seo1 {
    padding-left: 10px;
  }
}
@media (max-width: 740px) {
  .banPopupWr {
    flex-direction: column;
    padding: 20px 15px;
    width: 100%;
    max-width: calc(100vw - 40px);
    margin-top: 151px;
  }
  .leftSideForm {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .rightSideText, .leftSideForm {
    max-width: 100%;
  }
}
.banPopupWr .closeBan {
  right: 5px !important;
  top: 5px !important;
}
@media (max-width: 740px) {
  .banPopupWr {
    max-height: 500px;
    overflow-y: scroll;
  }
}
.news_slider-wrapper .news-slider {
  padding: 10px;
  box-sizing: border-box;
}
.news_slider-wrapper .news-slider .news_item {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  border-radius: 6px;
}
@media (max-width: 430px) {
  .news_slider-wrapper .news-slider .news_item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news_slider-wrapper .news-slider .news_item:before {
  content: "";
  left: 0;
  top: 0;
  right: 100%;
  height: 1px;
  position: absolute;
  background: #ff0000;
  transition: ease 0.5s;
  border-radius: 6px;
}
.news_slider-wrapper .news-slider .news_item:after {
  content: "";
  right: 0;
  bottom: 0;
  left: 100%;
  height: 1px;
  position: absolute;
  background: #ff0000;
  transition: ease 0.3s;
  border-radius: 6px;
}
.news_slider-wrapper .news-slider .news_item .border-element {
  pointer-events: none;
}
.news_slider-wrapper .news-slider .news_item .border-element:before {
  content: "";
  right: 0;
  top: 0;
  bottom: 100%;
  width: 1px;
  position: absolute;
  background: #ff0000;
  transition: ease 0.5s;
  border-radius: 6px;
}
.news_slider-wrapper .news-slider .news_item .border-element:after {
  content: "";
  left: 0;
  bottom: 0;
  top: 100%;
  width: 1px;
  position: absolute;
  background: #ff0000;
  transition: ease 0.5s;
  border-radius: 6px;
}
.news_slider-wrapper .news-slider .news_item:hover:before {
  right: 0;
}
.news_slider-wrapper .news-slider .news_item:hover:after {
  left: 0;
}
.news_slider-wrapper .news-slider .news_item:hover .border-element:before {
  bottom: 0;
}
.news_slider-wrapper .news-slider .news_item:hover .border-element:after {
  top: 0;
}
.news_slider-wrapper .news-slider .news_item .news_image {
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .news_slider-wrapper .news-slider .news_item .news_image {
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .news_slider-wrapper .news-slider .news_item .news_image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
  }
}
.news_slider-wrapper .news-slider .news_item .news_date {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  padding: 10px 45px 8px 0;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:url(%23a)%7D.b%7Bfill:url(%23b)%7D.c,.d,.e,.f,.g%7Bfill-rule:evenodd%7D.c%7Bfill:url(%23c)%7D.d%7Bfill:url(%23d)%7D.e%7Bfill:url(%23e)%7D.f%7Bfill:url(%23f)%7D.g%7Bfill:url(%23g)%7D%3C/style%3E%3ClinearGradient id='a' x1='32' y1='61.513' x2='32' y2='37.524' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23efb07f'/%3E%3Cstop offset='1' stop-color='%23fddbbb'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='32' y1='29.524' x2='32' y2='35.867' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ee4423'/%3E%3Cstop offset='1' stop-color='%23d53221'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='32' y1='14.667' x2='32' y2='16.581' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234b4d4e'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='24.75' y1='31.319' x2='24.75' y2='32.945' xlink:href='%23c'/%3E%3ClinearGradient id='e' x1='24.75' y1='38.568' x2='24.75' y2='40.194' xlink:href='%23c'/%3E%3ClinearGradient id='f' x1='39.251' y1='34.803' x2='39.251' y2='36.346' xlink:href='%23b'/%3E%3ClinearGradient id='g' x1='39.251' y1='42.052' x2='39.251' y2='43.595' xlink:href='%23b'/%3E%3C/defs%3E%3Ctitle%3Ecalendar-2_color%3C/title%3E%3Cpath class='a' d='M13.875 27.043h36.251v21.746H13.875z'/%3E%3Cpath class='b' d='M13.875 19.099h36.251v7.944H13.875z'/%3E%3Cpath class='c' d='M18.708 15.21h3.625v7.777h-3.625v-7.776zm22.959 0h3.625v7.777h-3.625v-7.776z'/%3E%3Cpath class='d' d='M18.708 31.875h4.834v4.833h-4.834v-4.833zm7.25 0h4.834v4.833H25.96v-4.833z'/%3E%3Cpath class='e' d='M25.959 39.124h4.833v4.832H25.96v-4.832zm-7.251 0h4.834v4.832h-4.834v-4.832z'/%3E%3Cpath class='f' d='M40.46 31.875h4.833v4.833h-4.834v-4.833zm-7.251 0h4.834v4.833h-4.834v-4.833z'/%3E%3Cpath class='g' d='M40.46 39.124h4.833v4.832h-4.834v-4.832zm-7.251 0h4.834v4.832h-4.834v-4.832z'/%3E%3C/svg%3E") right center / 40px auto no-repeat;
}
.news_slider-wrapper .news-slider .news_item .news_date:before {
  content: "Статья";
  color: #fff;
  background: #ff0000;
  padding: 6px 10px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -11px;
  font-size: 12px;
}
@media (max-width: 430px) {
  .news_slider-wrapper .news-slider .news_item .news_date:before {
    left: -15px;
  }
}
.news_slider-wrapper .news-slider .news_item .news_title {
  display: block;
  padding: 5px 0;
  margin-top: 10px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  transition: ease 0.3s;
  cursor: pointer;
}
.news_slider-wrapper .news-slider .news_item .news_title:hover {
  color: #000;
}
.news_slider-wrapper .news-slider .news_item .news_body {
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.5;
}
.news_slider-wrapper .news-slider .news_item .news_body p {
  margin: 0;
}
.news_slider-wrapper .news-slider .owl-dots {
  text-align: center;
  padding: 15px 0 15px;
}
.news_slider-wrapper .news-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  transition: ease 0.3s;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.news_slider-wrapper .news-slider .owl-dots .owl-dot:hover, .news_slider-wrapper .news-slider .owl-dots .owl-dot.active {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.news_slider-wrapper .news-slider .owl-dots .owl-dot span {
  display: none;
}
#search-result .search-result-btn {
  padding-right: 30px;
  padding-left: 30px;
}
#search-app {
  flex: 1 0 auto;
}
#search-result .result-products .product-image {
  position: relative;
  height: 70px;
}
body #search-result .search-result-left + .search-result-right {
  max-width: 180px;
  margin-left: 20px;
  flex: auto;
  min-width: 0;
}
body #search-result .search-result-btn {
  padding-right: 30px;
}
.searchBtn {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  padding-left: 35px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='%23000' xmlns='http://www.w3.org/2000/svg' data-prefix='ifnp0az7h'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.068 6.274a8 8 0 1 0 .009 15.456l.965-.26.52 1.931-.965.26a9.958 9.958 0 0 1-5.176.002c-5.336-1.425-8.505-6.907-7.08-12.242 1.426-5.336 6.908-8.505 12.243-7.08 5.336 1.426 8.505 6.908 7.08 12.243a9.966 9.966 0 0 1-1.932 3.766l3.488 3.714.684.73-1.458 1.368-.684-.729-4.119-4.386-.663-.706.685-.686a8 8 0 0 0-3.597-13.382z' class='path-in42yrxxq'%3E%3C/path%3E%3C/svg%3E") left 0 top 50% / auto no-repeat;
  cursor: pointer;
}
.searchTopWr {
  position: relative;
  font-size: 0;
  margin-right: 15px;
  z-index: 98;
}
body #search-app {
  top: calc(100% + 20px);
  right: 0;
  width: 500px;
  max-width: 500px;
  position: absolute;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
body #search-app.active {
  transform: none;
  opacity: 1;
  visibility: visible;
}
body #search-result {
  width: auto;
}
.search-block {
  position: relative;
}
.search-block .search-block__btn {
  border-radius: 0 12px 12px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='%23fff' xmlns='http://www.w3.org/2000/svg' data-prefix='ifnp0az7h'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.068 6.274a8 8 0 1 0 .009 15.456l.965-.26.52 1.931-.965.26a9.958 9.958 0 0 1-5.176.002c-5.336-1.425-8.505-6.907-7.08-12.242 1.426-5.336 6.908-8.505 12.243-7.08 5.336 1.426 8.505 6.908 7.08 12.243a9.966 9.966 0 0 1-1.932 3.766l3.488 3.714.684.73-1.458 1.368-.684-.729-4.119-4.386-.663-.706.685-.686a8 8 0 0 0-3.597-13.382z' class='path-in42yrxxq'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
}
.search-block input[type="text"] {
  border-radius: 12px 0 0 12px;
  background: #fff;
}
body .div--u-i2zutod2a {
  width: auto;
  flex: none;
  min-width: 0;
}
body .mosaic-search--u-imou8pw5t {
  display: none;
}
@media (max-width: 991px) {
  .div--u-i4je80kks {
    justify-content: flex-end;
  }
}
@media (max-width: 750px) {
  .searchTopWr {
    position: static;
  }
  body #search-app {
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 98;
  }
  body #search-result .search-result-left + .search-result-right {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  body .side-panel__button-open--u-i3psfxo9x {
    width: 50px;
    height: 50px;
  }
}
