@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  src: url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Regular.eot");
  src: url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Regular.woff2") format("woff2"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Regular.woff") format("woff"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Regular.ttf") format("truetype"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Regular.svg#Source Sans Pro") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  src: url("/g/s3/lp/lp.v3/fonts/SourceSansPro-RegularItalic.eot");
  src: url("/g/s3/lp/lp.v3/fonts/SourceSansPro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-RegularItalic.woff2") format("woff2"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-RegularItalic.woff") format("woff"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-RegularItalic.ttf") format("truetype"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-RegularItalic.svg#Source Sans Pro") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  src: url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Bold.eot");
  src: url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Bold.woff2") format("woff2"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Bold.woff") format("woff"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Bold.ttf") format("truetype"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-Bold.svg#Source Sans Pro") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  src: url("/g/s3/lp/lp.v3/fonts/SourceSansPro-BoldItalic.eot");
  src: url("/g/s3/lp/lp.v3/fonts/SourceSansPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-BoldItalic.woff2") format("woff2"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-BoldItalic.woff") format("woff"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-BoldItalic.ttf") format("truetype"), url("/g/s3/lp/lp.v3/fonts/SourceSansPro-BoldItalic.svg#Source Sans Pro") format("svg");
  font-weight: 700;
  font-style: italic;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
a.content-btn {
  display: inline-flex;
  text-align: center;
  color: #fff;
  background: #00038f;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 10px 15px;
  min-height: 42px;
  line-height: 1.2;
  align-items: center;
  text-decoration: none;
  font-family: RobotoSlab, Arial, Helvetica, sans-serif;
}
/*body.fx {
	position: relative;
}*/
.site-header .geo-location-wrapper {
  padding: 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .site-header .geo-location-wrapper {
    padding-left: 0;
  }
}
.site-city {
  position: relative;
  color: #000;
  padding: 0;
  box-sizing: border-box;
  background: url(/t/images/location.svg) 21px 50% no-repeat;
  border: 1px solid #dddddd;
  border-radius: 22px;
  -webkit-background-size: 16px 21px;
  background-size: 16px 21px;
}
@media (max-width: 580px) {
  .site-city {
    border-radius: 100%;
  }
}
.site-city:hover {
  border-color: #1526f3;
}
@media (max-width: 580px) {
  .site-city {
    background-position: 50% 50% !important;
  }
  .site-city .city-in .title-city {
    display: flex;
    align-items: center;
    min-height: 50px;
    min-width: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 23px !important;
  }
}
.header-bottom-wrapper .site-city {
  margin: 10px;
}
.site-city .city-in {
  display: block;
}
.site-city .city-in .title-city {
  padding: 15px 23px 16px 51px;
  color: #000000;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  line-height: normal;
}
@media (max-width: 580px) {
  .site-city .city-in .title-city {
    padding: 0;
  }
}
.site-city .city-in .title-city span {
  position: relative;
}
.city-in .block-city-first-load {
  position: absolute;
  left: 0;
  display: none;
  padding: 20px;
  top: 100%;
  margin-top: 10px;
  color: #333;
  z-index: 10;
  border: 1px solid #dddddd;
  background: #fff;
  font-size: 15px;
  min-width: 295px;
  max-width: 295px;
  border-radius: 10px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 580px) {
  .city-in .block-city-first-load {
    left: -15px;
    min-width: 285px;
    max-width: 285px;
  }
}
.city-in .block-city-first-load:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 33px;
  width: 12px;
  height: 6px;
  background: url(../block-city-first-load.png) 0 0 no-repeat;
}
.city-in .block-city-first-load .title-city2 {
  white-space: nowrap;
  font-size: 14px;
  color: #000000;
}
.city-in .block-city-first-load .title-city2 span {
  font-weight: bold;
}
.city-in .block-city-first-load .title-city2 ins {
  font-weight: bold;
  background: none;
  text-decoration: none;
}
.city-in .block-city-first-load .buttons-select {
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
}
.city-in .block-city-first-load .buttons-select span {
  display: inline-block;
  padding: 6px 10px 6px 10px;
  margin: 0;
  font-size: 13px;
  background: #00008f;
  border: 1px solid #00008f;
  color: #fff;
  cursor: pointer;
  border-radius: 14px;
  font-weight: 700;
}
.city-in .block-city-first-load .buttons-select span.city-yes {
  margin: 0 10px 0 0;
}
.city-in .block-city-first-load .buttons-select span.city-yes:hover {
  background-image: linear-gradient(#0600f5, #0600f5);
}
.city-in .block-city-first-load .buttons-select span.city-no {
  border-color: #dddddd;
  background: #fff;
  color: #00008f;
}
.city-in .block-city-first-load .buttons-select span.city-no:hover {
  border-color: #1526f3;
}
.city-popup-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.city-popup-wrap.opened {
  opacity: 1;
  visibility: visible;
}
.city-popup-wrap-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #fff;
  max-width: 100%;
  border-radius: 5px;
  max-width: 680px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.city-popup-wrap-in .title-pop {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 20px;
  color: #333;
  text-align: center;
}
.city-wr-search {
  position: relative;
  margin: 20px auto 0;
  max-width: 330px;
}
.city-wr-search:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../city-wr-search.png) 50% 50% no-repeat;
}
.city-wr-search input {
  padding: 16px 50px 17px 16px;
  font-size: 13px;
  color: #6f6f6f;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  outline: none;
  background: none;
  height: auto;
  line-height: normal;
}
.city-wr-search input::placeholder {
  font-size: 13px;
  color: #6f6f6f;
}
.city-wr-search input:focus {
  border: 1px solid #d9d9d9;
}
.city-wr-search .suggestions-wrapper {
  width: 100%;
}
.city-wr-search .suggestions-wrapper .suggestions-suggestions {
  width: 100%;
}
.city-wr-search .suggestions-wrapper .suggestions-suggestions img, .city-wr-search .suggestions-wrapper .suggestions-suggestions svg {
  display: none !important;
}
.city-popup-close {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  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%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M15.985%2C14.571%20L14.571%2C15.985%20L8.000%2C9.414%20L1.429%2C15.985%20L0.015%2C14.571%20L6.586%2C8.000%20L0.015%2C1.429%20L1.429%2C0.015%20L8.000%2C6.586%20L14.571%2C0.015%20L15.985%2C1.429%20L9.414%2C8.000%20L15.985%2C14.571%20Z%22%2F%3E%3C%2Fsvg%3E) center center/12px no-repeat;
  width: 26px;
  height: 26px;
  top: 15px;
  right: 15px;
  background-size: 16px auto;
}
.city-wr {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.city-wr div.item-city {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  display: block;
  width: 25%;
  padding: 10px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.city-wr div.item-city:hover {
  color: #00008f;
}
.shop2-product {
  margin-bottom: 20px;
}
.shop2-product-data {
  margin-top: 0;
}
.order-info-block {
  border-radius: 5px;
  text-align: left;
}
.order-info-block .order-info-block__item {
  margin: 2px 0;
}
.order-info-block .order-info-block__item .order-info-block__item-body {
  position: relative;
  z-index: 1;
  padding: 7px 10px 8px;
  padding-left: 0;
  display: block;
}
@media (max-width: 500px) {
  .order-info-block .order-info-block__item .order-info-block__item-body {
    padding-left: 10px;
  }
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 500px) {
  .order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title {
    display: flex;
    justify-content: center;
  }
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title span.bl_pic {
  width: 30px;
  min-width: 30px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title span.bl_pic img {
  max-width: 30px;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title span.bl_pic img.nrm {
  display: inline;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title span.bl_pic img.hov {
  display: none;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title span.bl_title {
  width: calc(100% - 40px);
}
@media (max-width: 500px) {
  .order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title span.bl_title {
    width: auto;
  }
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title span.bl_title ins {
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title:hover span.bl_pic img.nrm {
  display: none;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__title:hover span.bl_pic img.hov {
  display: inline;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__popup {
  position: absolute;
  left: calc(50% - 181px);
  bottom: 100%;
  padding: 20px;
  margin-bottom: 5px;
  background: #ffffff;
  border-radius: 5px;
  display: none;
  width: 320px;
  border: 1px solid #e0e0e0;
  max-width: 100%;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__popup .order-info-block__subtitle {
  font-size: 16px;
  line-height: 1.1;
  color: #3b2f38;
}
.order-info-block .order-info-block__item .order-info-block__item-body .order-info-block__popup .order-info-block__desc {
  font-size: 14px;
  line-height: 1.25;
  color: #4b4e54;
  font-weight: 400px;
}
@media handheld, only screen and (max-width: 400px) {
  .shop2-collection-header {
    font-size: 22px;
  }
}
.card-block {
  margin-top: 30px;
}
.card-block.card-block-2 .card-block-2__inner .card-block-2__header {
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  margin: 0 0 16px;
  text-align: center;
}
@media (max-width: 500px) {
  .card-block.card-block-2 .card-block-2__inner .card-block-2__header {
    font-size: 22px;
    text-transform: uppercase;
  }
}
.card-block.card-block-2 .card-block-2__inner .card-block-2__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item {
  margin: 0 15px 15px;
  width: calc(25% - 30px);
  display: flex;
  flex-wrap: wrap;
}
.card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__num {
  width: 46px;
  height: 46px;
  margin: 0 18px 0 0;
  font-size: 20px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #05009a;
}
.card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__text {
  width: calc(100% - 46px - 18px);
}
.card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__text .card-block-2__title {
  font-size: 14pt;
  font-weight: 600;
  line-height: 1.1;
  color: #070027;
  font-family: "Source Sans Pro";
  text-align: center;
}
.card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__text .card-block-2__desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #949599;
}
@media (max-width: 1260px) {
  .card-block.card-block-2 .card-block-2__inner .card-block-2__items {
    margin: 0 -10px;
  }
  .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 1023px) {
  .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .card-block.card-block-2 .card-block-2__inner .card-block-2__items {
    margin: 0;
  }
  .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.shop2-filter .result-wr .result {
  position: absolute;
  z-index: 20;
  left: 100%;
  width: 100%;
  max-width: 110px;
  height: auto;
  margin: 0;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #00008f;
  background: #00008f;
}
.shop2-filter .result-wr .result:before, .shop2-filter .result-wr .result:after {
  position: absolute;
  top: 50%;
  content: "";
  right: 100%;
}
.shop2-filter .result-wr .result:before {
  margin-top: -7px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7.5px 8px 7.5px 0;
  border-right-color: #00008f;
}
.shop2-filter .result-wr .result:after {
  margin-top: -6px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6.5px 7px 6.5px 0;
  border-right-color: #00008f;
}
@media (max-width: 768px) {
  .shop2-filter .result-wr .result {
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
  }
  .shop2-filter .result-wr .result:before, .shop2-filter .result-wr .result:after {
    display: none;
  }
}
.shop2-filter .result-wr .result ins, .shop2-filter .result-wr .result span, .shop2-filter .result-wr .result a.shop2-filter-go {
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-decoration: none;
  min-width: 0;
  color: #fff;
}
.shop2-filter .result-wr .result ins:before, .shop2-filter .result-wr .result span:before, .shop2-filter .result-wr .result a.shop2-filter-go:before {
  display: none;
}
.shop2-filter .result-wr .result ins {
  font-size: 14px;
  padding-left: 5px;
}
.shop2-filter .result-wr .result span {
  padding: 0 5px;
  font-size: 14px;
}
.shop2-filter .result-wr .result a.shop2-filter-go {
  text-decoration: underline;
  background: white;
  color: #00008f;
  padding: 3px 5px;
  border-radius: 0;
  display: block;
  max-width: 85px;
  text-align: center;
  margin: 0 auto;
}
.shop2-filter .result-wr .result a.shop2-filter-go:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .btn-filter-wrap .result {
    display: none !important;
  }
}
.site-header .header-bottom-wrapper .header-search-wrapper .shop2-block.search-form .block-title {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Фигура_4_1' data-name='Фигура 4 1' class='cls-1' d='M1415.55,174.627h-8.23a3.185,3.185,0,0,1-6.16,0h-3.71a0.456,0.456,0,0,1-.45-0.463v-0.925a0.455,0.455,0,0,1,.45-0.462h3.71a3.185,3.185,0,0,1,6.16,0h8.23a0.455,0.455,0,0,1,.45.462v0.925A0.456,0.456,0,0,1,1415.55,174.627Zm-11.31-2.863a1.938,1.938,0,1,0,1.89,1.937A1.919,1.919,0,0,0,1404.24,171.764Zm11.31-4.541h-3.71a3.186,3.186,0,0,1-6.16,0h-8.23a0.456,0.456,0,0,1-.45-0.463v-0.927a0.456,0.456,0,0,1,.45-0.462h8.23a3.186,3.186,0,0,1,6.16,0h3.71a0.456,0.456,0,0,1,.45.462v0.927A0.456,0.456,0,0,1,1415.55,167.223Zm-6.79-2.807a1.881,1.881,0,1,0,1.84,1.881A1.865,1.865,0,0,0,1408.76,164.416Z' transform='translate(-1397 -163)'/%3E%3C/svg%3E") 50% 50% no-repeat;
}
@media (max-width: 768px) {
  .sand2 .left_side .shop2-filter-button {
    display: none;
  }
  .fold_but {
    display: block;
    width: 38px;
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Фигура_4_1' data-name='Фигура 4 1' class='cls-1' d='M1415.55,174.627h-8.23a3.185,3.185,0,0,1-6.16,0h-3.71a0.456,0.456,0,0,1-.45-0.463v-0.925a0.455,0.455,0,0,1,.45-0.462h3.71a3.185,3.185,0,0,1,6.16,0h8.23a0.455,0.455,0,0,1,.45.462v0.925A0.456,0.456,0,0,1,1415.55,174.627Zm-11.31-2.863a1.938,1.938,0,1,0,1.89,1.937A1.919,1.919,0,0,0,1404.24,171.764Zm11.31-4.541h-3.71a3.186,3.186,0,0,1-6.16,0h-8.23a0.456,0.456,0,0,1-.45-0.463v-0.927a0.456,0.456,0,0,1,.45-0.462h8.23a3.186,3.186,0,0,1,6.16,0h3.71a0.456,0.456,0,0,1,.45.462v0.927A0.456,0.456,0,0,1,1415.55,167.223Zm-6.79-2.807a1.881,1.881,0,1,0,1.84,1.881A1.865,1.865,0,0,0,1408.76,164.416Z' transform='translate(-1397 -163)'/%3E%3C/svg%3E") 50% 50% no-repeat;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px !important;
    margin-right: 10px;
  }
}
@media handheld, only screen and (max-width: 562px) {
  .shop2-sorting-panel {
    width: calc(100% - 50px - 80px);
    margin-left: 50px;
  }
}
.popup-modal-folder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 20px;
  transition: ease 0.4s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}
.popup-modal-folder.open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.popup-modal-folder .popup-modal__inner {
  width: 100%;
}
.popup-modal-folder .shop2-filter {
  display: block !important;
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  width: 100%;
  box-sizing: border-box;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  margin: 30px 0 0;
  padding: 0;
  border: none;
  min-width: 240px;
  max-width: 100%;
}
.popup-modal-folder .shop2-filter .field-title {
  position: relative;
}
.popup-modal-folder .shop2-filter .field-title:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: calc(50% - 5px);
  right: 0;
  transition: all 0.3s ease;
  filter: invert(1);
  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%226px%22%20%20viewBox%3D%220%200%209%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.741%2C1.302%20L5.014%2C5.444%20C4.873%2C5.605%204.674%2C5.696%204.465%2C5.696%20C4.256%2C5.696%204.057%2C5.605%203.916%2C5.444%20L0.189%2C1.302%20L0.191%2C1.300%20C0.069%2C1.162%20-0.007%2C0.979%20-0.007%2C0.777%20C-0.007%2C0.348%200.327%2C-0.000%200.738%2C-0.000%20C0.956%2C-0.000%201.150%2C0.099%201.286%2C0.253%20L1.288%2C0.252%20L4.465%2C3.770%20L7.642%2C0.252%20L7.644%2C0.253%20C7.780%2C0.099%207.974%2C-0.000%208.192%2C-0.000%20C8.603%2C-0.000%208.937%2C0.348%208.937%2C0.777%20C8.937%2C0.979%208.861%2C1.162%208.739%2C1.300%20L8.741%2C1.302%20Z%22%20%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.popup-modal-folder .shop2-filter .field-title.active:before {
  transform: rotate(180deg);
}
.popup-modal-folder .shop2-filter .td {
  display: none;
}
.empty-val {
  opacity: 0.5;
  pointer-events: none;
}
.table-filter-param > .d-tr > .param-body {
  max-height: 194px;
  overflow-y: auto;
  padding: 0;
}
.table-filter-param > .d-tr .param-body::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
  padding-right: 0;
}
.table-filter-param > .d-tr .param-body::-webkit-scrollbar-track {
  background-color: #fff;
  padding-right: 0;
}
.table-filter-param > .d-tr .param-body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
  padding-right: 0;
}
.table-filter-param > .d-tr .param-body::-webkit-scrollbar-button {
  display: none;
}
.d-tr .td .d-tr {
  display: block !important;
}
.d-tr .td .d-tr .th {
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  position: relative;
  pointer-events: all !important;
}
.d-tr .td .d-tr .th:before {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 12px;
  content: "+" !important;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 12px;
  height: 12px;
  background: #ccc;
  color: #000;
  filter: inherit;
  border-radius: 3px;
  transition: none;
}
.d-tr .td .d-tr .th.active:before {
  content: "-" !important;
  transition: none;
}
.d-tr .td .d-tr .td {
  width: 100% !important;
}
.shop2-filter a.param-val {
  padding: 5px 0 5px 30px;
  position: relative;
  text-decoration: none;
}
.shop2-filter a.param-val:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
}
.shop2-filter a.param-val ins {
  text-decoration: none;
  opacity: 0.5;
}
.shop2-filter a.param-val span {
  display: none !important;
}
.shop2-filter a.param-val.active-val {
  background: none;
  font-weight: normal;
  color: #00038f;
}
.shop2-filter a.param-val.active-val:before {
  border-color: #00038f;
  background: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L4 11L14 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 4px no-repeat;
  background-size: 12px auto;
}
.shop2-filter a.param-val.active-val ins {
  color: #00038f;
}
.shop2-filter-fields.empty-val {
  opacity: 1;
  pointer-events: all;
}
.site-container.folder_page {
  max-width: 1306px;
}
.site-container.folder_page .aside.left_side {
  min-width: 300px;
  width: 300px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .site-container.folder_page .aside.left_side {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.popup-modal-folder .close-filter {
  display: none !important;
}
.order-info-block-wr2, .card-block-wr2, .localtabs-wr2, .shop2-tabs-31-wr, .header-phones-wrap-wr, .footer-phones-wrap-wr, .pc-phones-wrap-wr {
  display: none !important;
}
.city-wr.city-wr-pop {
  margin: 0;
  justify-content: center;
}
.city-wr.city-wr-pop .item-city {
  margin: 0 20px 10px 0;
  padding: 6px 10px;
  font-size: 15px;
  color: #000000;
  background: #fff;
  border: 1px solid #dddddd;
  width: auto !important;
  border-radius: 15px;
}
.city-wr.city-wr-pop .item-city:hover {
  border-color: #00008f;
  color: #fff;
  background: #00008f;
}
.city-wr.city-wr-pop-col {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  display: block;
}
.city-wr.city-wr-pop-col .item-city {
  width: auto;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 640px) {
  .city-wr.city-wr-pop-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 540px) {
  .city-wr.city-wr-pop-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}
.product-label {
  display: flex;
  justify-content: space-between;
}
.product-label .product-label-left {
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 15px;
}
.product-label .product-label-left .product-label-items {
  position: relative;
  padding: 0 !important;
  margin: 0 0 7px !important;
  float: none;
  display: block;
  cursor: pointer;
  min-height: 28px;
}
.product-label .product-label-left .product-label-items .items_pic {
  float: none;
  display: block;
  width: 28px;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  cursor: pointer;
}
.product-label .product-label-left .product-label-items .items_name {
  float: none;
  padding: 5px 15px 6px 35px !important;
  margin: 0 !important;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: white;
  z-index: 1;
  border-radius: 14px;
  display: none;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
  cursor: pointer;
  text-transform: initial;
  line-height: normal;
}
.product-label .product-label-left .product-label-items:hover .items_name {
  opacity: 1;
  display: flex;
}
.product-label .product-label-right {
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 6px;
  right: 15px;
}
@media (max-width: 640px) {
  .product-label .product-label-right {
    max-width: 62%;
  }
}
.product-label .product-label-right .product-label-items {
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.product-label .product-label-right .product-label-items .items_name {
  border-radius: 20px !important;
  font-size: 10px;
  text-transform: inherit !important;
  text-align: center !important;
}
.product-label .product-label-right div {
  text-transform: inherit !important;
}
.product-list .product-label div {
  text-transform: inherit !important;
}
.product-label div {
  padding-top: 0;
}
html .shop2-filter-button, html .shop2-filter .shop2-filter-go {
  border-radius: 5px !important;
}
.custom_field .d-tr > div.field-title {
  color: #000;
}
.custom_field .d-tr > div .dimension-inner input {
  border-color: #000;
  color: #000;
}
.custom_field .d-tr > div .dimension-inner input::placeholder {
  color: #000;
}
@media handheld, only screen and (max-width: 500px) {
  .shop2-product .product-side-r .ya-share2 {
    margin-bottom: 20px;
  }
}
@media handheld, only screen and (max-width: 500px) {
  h1.h1_prod {
    text-align: center;
  }
}
.site-container.folder_page .aside.left_side .shop2-filter-button {
  opacity: 0 !important;
}
.site-container.folder_page .aside.left_side .shop2-filter-button.visible_filter {
  opacity: 1 !important;
}
.site-container.folder_page .aside.left_side .shop2-filter {
  opacity: 0 !important;
}
.site-container.folder_page .aside.left_side .shop2-filter.visible_filter {
  opacity: 1 !important;
}
/*.shop2-filter .result-wr .result {
	position: fixed !important;
    top: calc(50% - 50px) !important;
    left: 50% !important;
    margin-left: -337px;
}*/
.folders-menu-wrapper .folders-menu > .folder-list-item.has-sublevel > ul {
  padding: 0;
  min-height: 0;
}
.folders-menu-wrapper .folders-menu li {
  position: relative;
}
.folders-menu-wrapper .folders-menu li ul {
  min-width: 220px;
  padding: 0;
}
.folders-menu-wrapper .folders-menu li.flexMenu-viewMore > ul {
  right: 0 !important;
  left: inherit !important;
}
.folders-menu-wrapper .folders-menu li.flexMenu-viewMore > ul li ul {
  display: none !important;
}
.filter-flags-wrapper a.empty-val {
  opacity: 1;
  pointer-events: all;
}
.shop2-block.search-form input, .shop2-block.search-form select, .shop2-block.search-form .jq-selectbox__select {
  border-radius: 5px !important;
}
.shop2-block.search-form .row label.inpdopos {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.shop2-block.search-form input {
  color: #000 !important;
  opacity: 1 !important;
}
@media (max-width: 1200px) {
  .site-header .header-bottom-wrapper .header-search-wrapper .shop2-block.search-form .block-body {
    margin-right: 0;
  }
}
.city-wr.city-wr-pop-col .item-city {
  font-size: 13px;
}
@media (min-width: 1201px) {
  .site-header .header-bottom-wrapper .header-bottom-blocks-wrapper {
    padding-left: 20px;
  }
  .site-header .header-bottom-wrapper .site-phones-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
  }
  .site-header .header-bottom-wrapper .site-phones-wrapper .header-phones-wrap {
    margin: 0 0 10px;
    min-height: 24px;
    min-width: 350px;
  }
  .site-header .header-bottom-wrapper .site-phones-wrapper .header-top-details {
    margin: 0 !important;
    display: flex;
    align-items: center;
  }
  .site-header .header-bottom-wrapper .site-phones-wrapper .header-top-details .site-schedule {
    margin-right: 12px;
    padding-left: 34px;
  }
  .site-header .header-bottom-wrapper .site-phones-wrapper .header-top-details .header-popup-form-button {
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .site-header .header-bottom-wrapper .header-search-wrapper {
    max-width: calc(100% - 590px);
  }
  .site-header .header-bottom-wrapper__inner .site-logo {
    min-width: 360px;
  }
}
.overflowHidden {
  overflow: hidden;
}
.soc-ico {
  margin: 20px auto 0;
  max-width: 240px;
  border: none;
  text-align: center;
  display: block;
}
.soc-ico a {
  width: 30px;
  margin: 0 2px 5px 2px;
  font-size: 0;
}
div.gps-ico {
  width: 180px;
  margin: auto;
  padding-right: 3px;
}
div.gps-ico a {
  width: 100%;
  text-align: center;
  margin-top: 3px;
  display: block;
  padding-right: 3px;
}
div.gps-ico a img {
  width: 140px;
  height: 40px;
}
div.footer-emails-wrap .email-item {
  margin-bottom: 19px;
}
.site .shop2-block.login-form.opened .login-form-inner {
  opacity: 1;
  visibility: visible;
}
.site .shop2-block.login-form .login-form-inner {
  opacity: 0;
  visibility: hidden;
}
.site .shop2-product .product-image-wrap {
  display: flex;
  align-items: flex-start;
}
.site .shop2-product .product-thumbnails-wrap {
  margin: 7px 2px 0 0;
}
@media (max-width: 920px) {
  .site .shop2-product .product-thumbnails-wrap {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.site .shop2-product .product-thumbnails-wrap .prevPage-wrapper, .site .shop2-product .product-thumbnails-wrap .nextPage-wrapper {
  position: absolute;
  height: 30px;
  background: #fff;
  left: 0;
  right: 0;
}
.site .shop2-product .product-thumbnails-wrap .prevPage-wrapper {
  top: 0;
  bottom: auto;
}
.site .shop2-product .product-thumbnails-wrap .nextPage-wrapper {
  top: auto;
  bottom: 0;
}
.site .shop2-product .product-thumbnails-wrap .prevPage {
  top: 0;
  bottom: auto;
}
.site .shop2-product .product-thumbnails-wrap .prevPage, .site .shop2-product .product-thumbnails-wrap .nextPage {
  left: 30px;
  margin-left: -12px;
  border: none;
  background-color: transparent;
  display: block;
}
.site .shop2-product .product-thumbnails-wrap .prevPage:not(.disabled), .site .shop2-product .product-thumbnails-wrap .nextPage:not(.disabled) {
  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%228px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%208%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2300008f%22%20d%3D%22M1.262%2C0.197%20L7.271%2C5.947%20C7.426%2C6.089%207.515%2C6.289%207.515%2C6.499%20C7.515%2C6.710%207.426%2C6.910%207.271%2C7.052%20L1.262%2C12.802%20L1.261%2C12.800%20C1.127%2C12.923%200.950%2C12.999%200.754%2C12.999%20C0.339%2C12.999%200.002%2C12.663%200.002%2C12.250%20C0.002%2C12.031%200.097%2C11.835%200.247%2C11.699%20L0.246%2C11.696%20L5.650%2C6.499%20L0.246%2C1.302%20L0.247%2C1.300%20C0.097%2C1.163%200.002%2C0.968%200.002%2C0.749%20C0.002%2C0.335%200.339%2C-0.001%200.754%2C-0.001%20C0.950%2C-0.001%201.127%2C0.076%201.261%2C0.199%20L1.262%2C0.197%20Z%22%20%2F%3E%3C%2Fsvg%3E) center center no-repeat;
}
.site .shop2-product .product-thumbnails-wrap .prevPage.disabled, .site .shop2-product .product-thumbnails-wrap .nextPage.disabled {
  display: none;
}
.site .shop2-product .product-thumbnails-wrap .pages {
  display: none;
}
@media (max-width: 920px) {
  .site .shop2-product .product-thumbnails-wrap .prevPage-wrapper, .site .shop2-product .product-thumbnails-wrap .nextPage-wrapper {
    top: 0;
    bottom: 0;
    width: 30px;
    height: auto;
  }
  .site .shop2-product .product-thumbnails-wrap .prevPage-wrapper {
    left: 0;
    right: auto;
  }
  .site .shop2-product .product-thumbnails-wrap .nextPage-wrapper {
    left: auto;
    right: 0;
  }
  .site .shop2-product .product-thumbnails-wrap .prevPage, .site .shop2-product .product-thumbnails-wrap .nextPage {
    top: 50%;
    bottom: auto;
    margin-top: -11px;
    margin-left: 0;
  }
  .site .shop2-product .product-thumbnails-wrap .prevPage {
    left: 0;
    transform: rotate(180deg);
  }
  .site .shop2-product .product-thumbnails-wrap .nextPage {
    left: auto;
    right: 0;
    transform: rotate(0deg);
  }
}
.site .shop2-product .product-thumbnails-wrap1 .scrollbar {
  display: none;
}
.site .shop2-product .product-thumbnails {
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
@media (max-width: 920px) {
  .site .shop2-product .product-thumbnails {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site .shop2-product .thumbnails-in {
  padding: 0 25px 0 0 !important;
}
.site .shop2-product .thumbnails-in li {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
@media (max-width: 920px) {
  .site .shop2-product .thumbnails-in li {
    margin-bottom: 0;
  }
}
.site .shop2-product .thumbnails-in li img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.site .shop2-product .thumbnails-in li.active-item:after {
  display: none;
}
.site .shop2-product .thumbnails-in .light_gallery2 {
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: 0.3s border-color;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.site .shop2-product .thumbnails-in .light_gallery2:hover {
  border-color: #00008f;
}
.site .shop2-product .thumbnails-in .light_gallery2.active {
  border-color: #00008f;
}
.site .shop2-product .product-image.image-center a {
  text-align: center;
}
.site .shop2-product .product-image a {
  text-align: left;
}
@media (max-width: 920px) {
  .site .shop2-product .product-image a {
    text-align: center;
  }
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__header {
  font-family: Georgia, serif;
  line-height: 115%;
  color: rgba(0, 0, 0, 0.85);
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__header-desc {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  text-align: center;
  text-align-last: center;
  font-weight: 400;
  text-decoration: none;
  line-height: 150%;
  font-family: Georgia, serif;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items {
  justify-content: center;
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item {
  flex-direction: column;
  align-items: center;
  position: relative;
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item:last-child .card-block-2__item-arrow {
  display: none !important;
}
@media (max-width: 1260px) {
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item:nth-child(3n) .card-block-2__item-arrow {
    display: none;
  }
}
@media (max-width: 1023px) {
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item:nth-child(2n) .card-block-2__item-arrow {
    display: none;
  }
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item:nth-child(3n) .card-block-2__item-arrow {
    display: flex;
  }
}
@media (max-width: 767px) {
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item {
    margin-bottom: 32px;
  }
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item:not(:first-child) {
    margin-top: 32px;
  }
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item:nth-child(2n) .card-block-2__item-arrow {
    display: flex;
  }
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__num {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1023px) {
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__num {
    width: 64px;
    height: 64px;
    font-size: 26px;
    line-height: 1.462;
  }
}
@media (max-width: 767px) {
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__num {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 639px) {
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__num {
    font-size: 20px;
    line-height: 1.5;
  }
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__text {
  margin-top: 16px;
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__text .card-block-2__title {
  font-size: 20px;
  line-height: 1.5;
  font-family: Times New Roman, Times, serif;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.85);
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__text .card-block-2__desc {
  font-size: 19px;
  margin-top: 20px;
  line-height: 1.3;
  text-align: center;
  font-family: Times New Roman, Times, serif;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__text .card-block-2__desc {
    margin-top: 8px;
  }
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__item-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  left: 100%;
  top: 50%;
  margin-top: -16px;
}
@media (max-width: 767px) {
  .site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__item-arrow {
    transform: rotate(90deg);
    left: 50%;
    top: 100%;
    margin-top: 16px;
    margin-left: -16px;
  }
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__item-arrow-line {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: #020292;
  height: 3px;
  width: 26px;
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__item-arrow-line:before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  right: 1px;
  transform: rotate(45deg);
  height: 3px;
  width: 14px;
  background-color: inherit;
}
.site .card-block.card-block-2 .card-block-2__inner .card-block-2__items .card-block-2__item .card-block-2__item-arrow-line:after {
  position: absolute;
  content: "";
  display: block;
  top: 19px;
  right: 1px;
  transform: rotate(-45deg);
  height: 3px;
  width: 14px;
  background-color: inherit;
}
.site #onicon {
  z-index: 2147483646;
}
.cart-order-nav-wrapper {
  margin-bottom: 27px !important;
}
.cart_content #shop2-cart {
  margin-top: 0;
}
.cart-order-nav {
  display: flex;
  overflow-x: auto;
  gap: 0 7px;
  padding-bottom: 10px;
}
.cart-order-nav::-webkit-scrollbar {
  width: 30px;
  height: 3px;
  background-color: #dadada;
}
.cart-order-nav::-webkit-scrollbar-thumb {
  background: #000093;
}
.cart-order-nav__item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='1px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-dasharray='4, 2' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M0.000,0.000 L10.000,0.000'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='1px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-dasharray='4, 2' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M0.000,0.000 L10.000,0.000'/%3E%3C/svg%3E");
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
  color: #000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 54px;
  padding: 15px 15px 15px 41px;
  width: calc((100% - 28px - 28px) / 5);
  align-items: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  position: relative;
}
.cart-order-nav__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='56px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-dasharray='4, 2' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M0.000,0.000 L26.000,27.553 L0.000,56.000'/%3E%3C/svg%3E");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cart-order-nav__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='56px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-dasharray='4, 2' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M0.000,0.000 L26.000,27.491 L0.000,56.000'/%3E%3C/svg%3E");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.cart-order-nav__item:first-child::before {
  width: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1px' height='56px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-dasharray='4, 2' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' fill-opacity='0' d='M0.000,0.000 L0.000,56.000'/%3E%3C/svg%3E");
}
.cart-order-nav__item:last-child {
  width: calc((100% - 28px - 28px) / 5 + 28px);
  padding-right: 41px;
}
.cart-order-nav__item:last-child::after {
  width: 1px;
  left: auto;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1px' height='56px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-dasharray='4, 2' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' fill-opacity='0' d='M0.000,0.000 L0.000,56.000'/%3E%3C/svg%3E");
}
.cart-order-nav__item--active {
  background-color: #000093;
  color: #fff;
  background-image: none;
}
.cart-order-nav__item--active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='56px'%3E%3Cpath fill-rule='evenodd' stroke='%23000093' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M0.000,0.000 L26.000,27.553 L0.000,56.000'/%3E%3C/svg%3E");
}
.cart-order-nav__item--active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31px' height='56px'%3E%3Cpath fill-rule='evenodd' stroke='%23000093' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='%23000093' d='M0.000,0.000 L26.000,27.491 L0.000,56.000'/%3E%3C/svg%3E");
}
.cart-order-nav__item--active:first-child::before {
  background-image: none;
}
.cart-order-nav__item--active:last-child::after {
  background-image: none;
}
@media (max-width: 1023px) {
  .zoomContainer {
    display: none;
  }
  .cart-order-nav__item {
    width: auto;
    min-width: calc((100% - 21px - 28px) / 4);
    white-space: nowrap;
    flex-shrink: 0;
  }
  .cart-order-nav__item:last-child {
    width: auto;
    min-width: calc((100% - 21px - 28px) / 4 + 28px);
  }
}
@media (max-width: 767px) {
  .cart-order-nav-wrapper {
    margin-bottom: 15px;
  }
  .cart-order-nav__item {
    width: auto;
    min-width: calc((100% - 14px - 28px) / 3);
    white-space: nowrap;
    flex-shrink: 0;
  }
  .cart-order-nav__item:last-child {
    width: auto;
    min-width: calc((100% - 14px - 28px) / 3 + 28px);
  }
}
@media (max-width: 479px) {
  .cart-order-nav__item {
    width: auto;
    min-width: calc((100% - 7px - 28px) / 2);
    white-space: nowrap;
    flex-shrink: 0;
  }
  .cart-order-nav__item:last-child {
    width: auto;
    min-width: calc((100% - 7px - 28px) / 2 + 28px);
  }
}
.actions-timer-wrap {
  border-radius: 10px;
}
.timer_img {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  top: -8px;
  left: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions-timer-wrap .timer-dec:before {
  background: none;
}
.actions-timer-wrap .actions-timer-text {
  margin: 0 10px 6px;
}
.actions-timer-wrap .timer-dec {
  display: none;
}
.top-buttons-wrapper {
  position: relative;
}
.secondary-buttons {
  position: relative;
  width: 293px;
  right: 0;
}
.secondary-buttons .buy-one-click {
  width: 100%;
}
.secondary-buttons .buy-one-click a {
  margin: 0;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .secondary-buttons {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
  }
  body .one-click-button {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .secondary-buttons {
    margin-top: 20px;
  }
}
@media (min-width: 640px) {
  .product-includeForm2 .tpl-anketa {
    max-width: 400px;
    box-sizing: border-box;
  }
}
.tpl-anketa form .tpl-field-button {
  text-align: center;
}
.tpl-anketa form .tpl-field-button button {
  height: 52px;
}
.product-includeForm2 .field-title {
  font-size: 14px;
}
.product-includeForm2 .tpl-anketa input[type=text] {
  margin: 0px 0 0 0;
}
.product-includeForm .field-value, .product-includeForm2 .field-value {
  margin: 0 0 15px 0;
}
.product-includeForm2 .tpl-anketa span {
  color: #00008f !important;
}
/*@media (min-width: 1024px){
	.no_diqi {
	    .secondary-buttons {
		    bottom: 0;
		}
		.top-buttons-wrapper {
		    align-items: flex-start;
		    min-height: 120px;
		}
	}
	.digi-dolyame-button--wrapper{
	    position: absolute;
	    top: 164px;
	    max-width: 350px;
	    width: 100%;
	}
}*/
@media (max-width: 639px) {
  .product-includeForm2 {
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1002;
  }
  .popup-modal.open {
    z-index: 1002;
  }
  .city-popup-wrap {
    background: rgba(0, 0, 0, 0.7);
  }
  body .one-click-button {
    margin-bottom: 10px;
  }
  .secondary-buttons {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .product-includeForm2 .tpl-anketa {
    max-width: 100%;
    width: auto !important;
    box-sizing: border-box;
  }
}
@media (min-width: 980px) {
  /*	.digi-dolyame-button--wrapper{
		margin-top: -20px;
	}*/
  body .top-buttons-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .secondary-buttons {
    order: 1;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .digi-dolyame-button {
    margin: 0 !important;
  }
  .shop2-product .shop2-product-btn.type-3, .one-click-button, .digi-dolyame-button--wrapper, .secondary-buttons {
    width: 100%;
  }
  .digi-dolyame-button--desktop {
    max-width: 100% !important;
    padding: 13px !important;
  }
}
.digi-dolyame-button--wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .digi-dolyame-button--wrapper {
    max-width: 297.5px;
  }
}
html .shop2-product .buy-one-click a, html .sand3 .site-header .favorite_top:hover .favorite_link {
  border-color: #FF0000 !important;
}
html .shop2-product .buy-one-click a, .favorite_btn_wrapper .favorite_btn.active a, html .shop2-product .form-add .product-price .price-old {
  color: #FF0000 !important;
}
.price-proc span {
  background: #FF0000 !important;
}
.favorite_btn_wrapper .favorite_btn.active span.icon {
  background-image: url(/t/images/izb.svg);
}
html .sand3 .site-header .favorite_top:not(.is-null) .favorite_link {
  background-image: url(/t/images/izb2.svg);
}
.shop2-product .buy-one-click a {
  transition: ease 0.4s;
}
.shop2-product .buy-one-click a:hover {
  background: #FF0000;
  color: #fff !important;
}
.disabled .favorite_link a {
  background: #a1a1a1 !important;
}
.shop2-buy-one-click span {
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
}
.shop2-product-article, .product-article {
  font-size: 15px !important;
}
html {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  /*.overflowHidden2, .overflowHidden, .overflow_h{
	    overflow-y: scroll !important;
	}*/
  .product-item-thumb .product-image {
    height: 250px;
    padding-top: 10px;
  }
}
.site-wrapper .product-item-thumb .product-image img {
  max-height: 250px;
  width: auto;
  max-width: 90%;
}
.product-includeForm, .product-includeForm2 {
  background: rgba(0, 0, 0, 0.7);
}
.popup-modal {
  transition: none !important;
}
.side-folders-wrap .side-folders-menu ul {
  z-index: 2;
}
.folders-menu-wrapper .folders-menu > .folder-list-item.has-sublevel > ul {
  z-index: 11 !important;
}
@media (max-width: 480px) {
  .soc-ico {
    padding: 0;
  }
}
.lazy-pagelist-btn {
  border-radius: 50px;
}
.soc-ico-wrap {
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.soc-ico {
  max-width: 100%;
  text-align: left;
  color: #fff;
}
.soc-ico .emails-name {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 11px;
  text-align: center;
}
.footer-pay-wrap {
  max-width: 330px;
}
.footer-emails-wrap .emails-name {
  text-align: center;
}
.cart-order-nav-wrapper {
  margin-bottom: 85px;
}
.cart-order-nav-wrapper.small_margin {
  margin-bottom: 25px;
}
.cart-order-nav-wrapper + h1 + .watning_wrap {
  margin: 10px 0;
}
.cart-order-nav-wrapper + h1 + .watning_wrap .shop2-warning {
  margin: 0;
}
.c_o {
  position: relative;
}
.c_o .shop2-btn {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media (max-width: 640px) {
  .c_o .shop2-btn {
    position: relative;
    left: calc(50% - 88px);
    bottom: 10px;
  }
}
.menu_shop > li > a span svg {
  max-width: 45px;
  max-height: 45px;
}
.coupon-total-price-wrap {
  margin-left: auto;
}
.folders-menu-wrapper .folders-menu ul a.folder-link.link-with-icon {
  padding-left: 15px;
  background: none;
}
.site-header__menu .folders-dorpdown-menu {
  border: 1px solid #e9eaec;
  border-radius: 10px;
}
.site-header__menu .folders-dorpdown-menu > .folder-item.has-sublevel > ul {
  padding: 0;
  border-radius: 10px;
}
.site-header__menu .folders-dorpdown {
  border-radius: 10px;
}
.site-header__menu .folders-dorpdown-menu > .folder-item:last-child {
  border: none !important;
}
.site-header__menu .folders-dorpdown-menu > .folder-item {
  border: none;
}
.city-popup-wrap.opened {
  overflow-y: scroll;
}
.site-header__menu .folders-dorpdown-menu > .folder-item > a {
  padding: 12px 15px 11px 50px;
}
.site-header__menu .folders-dorpdown-menu a {
  font-size: 16px;
  font-weight: 500;
}
.folder-link:hover {
  color: #1526f3;
}
.folders-menu-wrapper .folders-menu > .folder-list-item.has-sublevel > ul {
  margin-top: 0;
}
.tpl-anketa form .tpl-field-button button {
  height: 42px;
  line-height: 1;
}
.city-popup-wrap, .scroll_btn {
  transform: none !important;
  transition: none !important;
}
.city-wr-search:before {
  background: url(/t/images/syk.svg) 50% no-repeat #00038f !important;
}
.city-wr-search:hover:before {
  background: url(/t/images/syk.svg) 50% no-repeat #0600f5 !important;
}
.scroll_btn:hover {
  background-color: #0600f5 !important;
}
.site-header .top-menu-list > li ul {
  border-radius: 10px;
  border: 1px solid #e9eaec;
  padding: 0;
}
.site-header .top-menu-list > li ul li a {
  font-size: 14px;
  padding: 10px 12px 10px 22px;
}
.site-header .top-menu-list > li ul li a:hover {
  color: #1526f3;
}
/*body .top-menu-list > li ul {
    min-width: 0;
    width: auto;
}*/
@media (min-width: 1024px) {
  .overflowHidden * div {
    pointer-events: none;
  }
}
.overflowHidden * .login-form.opened, .overflowHidden * .login-form.opened * div {
  pointer-events: auto;
}
.site-main__inner .h1_page {
  color: rgba(0, 0, 0, 0.85);
  font-size: 36px;
  text-align: center;
  text-align-last: center;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  font-family: Georgia, serif;
  margin-bottom: 7px;
}
.site-header .block-title.login-ico {
  font-size: 14px;
}
.shop2-product .shop2-product-btn.type-3, .one-click-button {
  transition: none;
}
.shop2-product .shop2-product-btn.type-3:hover span:after {
  background-color: #0803df;
}
.product-amount-buy .shop2-product-btn:hover, .product-item-simple .shop2-product-btn:hover {
  border-color: #0803df;
}
.product-amount-buy .shop2-product-btn:hover span, .product-item-simple .shop2-product-btn:hover span {
  background-image: url(/t/images/buy_h2.svg) !important;
}
.product-amount-buy .shop2-product-btn:hover span:after, .product-item-simple .shop2-product-btn:hover span:after {
  background-color: #0803df !important;
}
.footer-copyright-wrap .company-copyright {
  text-align: center;
}
.site-map-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-bottom .title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.form-bottom .tpl-field {
  font-size: 15px;
  line-height: 1.3;
}
.form-bottom .tpl-field a {
  color: #fff !important;
}
.form-bottom input, .form-bottom input:focus {
  border: 1px solid #fff;
}
.privacy-link {
  text-align: center;
}
/*.fx, .lg-on{position: fixed; width: 100%;}*/
.footer-content-wrap .form-bottom {
  padding: 12px 0 20px 20px;
}
body .footer-content-wrap .privacy-link {
  padding: 2px 0;
}
.cart_content * h1.page_c_n_s {
  padding-bottom: 4px !important;
}
.cart_content .cart-order-nav-wrapper {
  margin-bottom: 20px !important;
}
.shop2-payments-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.shop2-payments-order .type_id_20 {
  order: 5;
}
.shop2-payments-order .type_id_48 {
  order: 1;
}
.shop2-payments-order .type_id_66 {
  order: 2;
}
.shop2-payments-order .type_id_94 {
  order: 3;
}
.shop2-payments-order .type_id_89 {
  order: 4;
}
.shop2-payments-order .shop2-btn {
  order: 10;
}
.shop2-order-options .option-type .label-icons img {
  border: none;
}
.del_wrap {
  display: flex;
}
@media (min-width: 1940px) {
  .site-header__menu, .site-header .header-bottom-wrapper, html body .site-header .header-top-panel {
    max-width: 1940px;
    margin: 0 auto;
  }
  .site-path-wrap {
    width: 1800px;
    max-width: 1800px;
    margin: 0 auto;
  }
}
.footer-copyright-wrap .company-copyright {
  padding-bottom: 0;
  padding-top: 27px;
}
html body .item_elem_last.active:before {
  bottom: 0;
}
.site-main__inner h1 {
  margin: 0;
  padding-bottom: 27px;
}
@media (max-width: 960px) {
  .site-wrapper .aside.left_side {
    display: none;
  }
  .site-main__inner h1 {
    padding-bottom: 15px;
  }
  .site-container.folder_page {
    padding-top: 15px;
  }
}
.shop2-product .shop2-product-btn.type-3 span:after {
  border: 2px solid #fff;
  background-color: #00008f;
  font-weight: 500;
  line-height: 0.95;
  width: 16px;
  height: 16px;
}
body .one-click-button {
  padding-top: 0;
  padding-bottom: 0;
}
body .one-click-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
}
/*@media (min-width: 961px) {
	.shop2-product .shop2-product-btn.type-3:hover span:after {
    	background-color: #0803df !important;
	}
}*/
.shop2-warning {
  margin: 1em 0;
  padding: 30px 30px 30px 100px;
  display: flex;
  align-items: center;
}
.watning_wrap {
  margin-bottom: 13px;
}
.error-message {
  color: red;
}
.shop2-warning h2 {
  margin: 0;
}
.watning_wrap:nth-child(3) .shop2-warning {
  margin-top: -10px;
}
.shop2-order-form label {
  width: 100%;
}
.shop2-order-form label input {
  width: 100%;
  max-width: 255px;
}
#user_note {
  max-width: 255px;
  width: 100%;
}
@media (min-width: 1024px) {
  .boxShadows .tel_t {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .shop2-payments-order {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  #_lp_block_47695906[data-block-layout="1675261"] {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
  .lpc-contacts-1[data-media-source="mobile"] .lpc-contacts-1__main {
    padding: 20px;
    margin: 0 10px 20px;
    box-sizing: border-box;
    width: auto;
    border-radius: 18px;
  }
  .shop2-product-btn span:after {
    right: 6px !important;
  }
}
.shop2-product-btn {
  border-radius: 10px;
}
@media (min-width: 640px) and (max-width: 768px) {
  .scroll_btn {
    right: 90px !important;
  }
}
@media (max-width: 639px) {
  .scroll_btn {
    right: 90px !important;
  }
  .product-item-thumb .product-name {
    min-height: 0 !important;
  }
  .site-wrapper .product-item-thumb .product-image img {
    max-height: 150px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .product-item-thumb:nth-child(4n) {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .product-list.product-list-thumbs .shop2-product-item {
    height: auto;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .product-item-thumb {
    margin: 0 !important;
  }
}
.shop2-order-options .option-type .option-label {
  overflow: inherit;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::after {
  left: -9px;
}
.deligate_points_fields {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.jq-checkbox.checked .jq-checkbox__div:after, .jq-checkbox.checked .jq-radio__div:after, .jq-radio.checked .jq-checkbox__div:after, .jq-radio.checked .jq-radio__div:after {
  background: #00008f;
}
.form-item label .jq-checkbox {
  margin: -4px 5px 0 0;
}
.shop2-cart-registration-errors table.table-registration td.cell-l {
  background-color: transparent;
  text-align: center;
  width: 100%;
}
.shop2-cart-registration-errors form.form-registration .registration-field {
  height: auto;
}
.shop2-cart-registration-errors form.form-registration {
  text-align: center;
}
.table-registration button {
  margin: 8px auto;
}
.shop2-order-form-errors {
  text-align: center;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
  margin-left: 11px;
}
.deligate_points_fields .delivery-point div {
  display: flex;
  align-items: baseline;
}
.deligate_points_fields .delivery-point p span.title {
  padding-right: 10px;
  min-width: 0;
}
@media (max-width: 480px) {
  .deligate_points_fields .delivery-point div {
    flex-direction: column;
  }
  .deligate_points_fields .delivery-point {
    flex-direction: column;
    align-items: flex-start;
  }
  .deligate_points_fields .delivery-point div + div {
    padding-left: 0;
  }
}
.shop2-cart-registration-errors table.table-registration td {
  padding: 0;
}
.shop2-order-form-errors {
  margin: 15px 0;
}
.shop2-order-form-errors .form-item {
  margin: 0;
}
.deligate_points_fields .delivery-point p span.title {
  font-size: 14px;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .active-type .option-label .control-radio__label::before {
  content: "";
  border: 1px solid #e8e8e8;
  top: 0px;
  right: 0;
  bottom: 0;
  left: -9px;
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::after {
  left: -4px;
  top: 5px;
  width: 6px;
  height: 6px;
}
.shop2-product-btn span:after {
  content: "";
  right: 20px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #00008f url(../plus_ico.svg) no-repeat center;
  background-size: contain;
}
body .shop2-product .shop2-product-btn.type-3 {
  border-radius: 30px;
}
body .one-click-button span {
  height: 46px;
  line-height: 46px;
}
[data-media-source="desktop"] .lpc-col-4-lg {
  margin: 0 !important;
}
.lpc-contacts-5__items {
  height: 100% !important;
}
.lpc-row {
  height: 100% !important;
  align-items: stretch !important;
}
.cart_content .shop2-cart-update a {
  padding: 0 32px;
}
.lpc-text-4 .lpc-text-4__row {
  height: auto !important;
  align-items: center !important;
}
.lpc-text-4 .lpc-text-4__row .lpc-text-4__title {
  margin-top: 0 !important;
}
.no_link_menu {
  padding: 16px 22px 15px;
  font-size: 14px;
  color: #262626;
  display: block;
  text-decoration: none;
  font-family: Roboto;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.no_link_menu:hover {
  border: 1px solid #00008f;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap:after {
  position: absolute;
  content: "";
  left: 50px;
  right: 50px;
  bottom: 100px;
  top: 100px;
  z-index: 9999;
}
@media (max-width: 640px) {
  .footer-content-wrap .form-bottom {
    padding-left: 0;
  }
  #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label span.shop2-edost-day {
    margin-top: 8px;
  }
  .shop2-product .product-image_new {
    width: 100% !important;
    text-align: center !important;
  }
}
.shop2-product .product-image_new {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  height: 190px;
  line-height: 0;
  font-size: 0;
  position: relative;
}
.shop2-product .product-image_new {
  height: 450px;
  width: 450px;
}
.shop2-product .product-image_new {
  padding: 7px 0 0 7px;
  position: relative;
  margin: 0 0 0 -7px;
  overflow: hidden;
  height: auto;
}
.site-wrapper .shop2-product .product-image_new {
  overflow: unset;
  text-align: center;
}
.site .shop2-product .product-image-wrap {
  justify-content: center;
}
@media (min-width: 921px) {
  .site-wrapper .shop2-product .product-image_new {
    min-height: 427px;
  }
}
.site .shop2-product .product-image_new a {
  text-align: left;
}
.shop2-product .product-image_new a {
  display: block;
}
.shop2-product .product-image_new > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.shop2-product .product-image_new img {
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
  border: none;
}
.shop2-product .product-image_new img {
  width: 100% !important;
  height: auto !important;
}
.shop2-product .product-image_new > a > img, .shop2-product .product-image_new > a:hover > img {
  border: none;
}
.site-main__inner .shop2-product .product-image_new > a > img {
  max-width: 300px;
}
@media (min-width: 921px) {
  .site-main__inner .shop2-product .product-image_new > a > img {
    max-height: 100%;
  }
}
.product-list .product-label .product-label-right .product-label-items .items_name {
  float: none;
  padding: 5px 35px 6px 15px !important;
  margin: 0 !important;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: white;
  z-index: 1;
  border-radius: 14px;
  display: none;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
  cursor: pointer;
  text-transform: initial;
  line-height: normal;
}
.product-list .product-label .product-label-right .product-label-items:hover .items_name {
  opacity: 1;
  display: flex;
}
.product-list .product-label .product-label-right .product-label-items .items_pic {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  cursor: pointer;
}
.product-list .product-image_new img {
  width: 100% !important;
  height: auto !important;
}
.product-list .product-label .product-label-right .product-label-items {
  position: relative;
  padding: 0 !important;
  margin: 0 0 7px !important;
  float: none;
  display: block;
  cursor: pointer;
  min-height: 28px;
}
.lp-form-tpl__field-checkbox--input, .lp-form-tpl__field-radio--input {
  display: none;
}
.jq-checkbox, .jq-radio {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}
.g-auth__sideright .g-form-field__title {
  text-align: center;
}
.g-auth__sideright .g-form-field__title b {
  font-weight: 400 !important;
  font-size: 15px;
  color: #000;
}
.g-auth__social-min .g-form-field__title {
  text-align: center;
  margin-bottom: 5px;
}
.product-includeForm .field-value ul, .product-includeForm2 .field-value ul {
  list-style: none;
  padding: 0;
}
.product-includeForm .field-value ul .jq-checkbox, .product-includeForm2 .field-value ul .jq-checkbox {
  margin: -5px 5px 0 0;
}
.popup-modal__content .tpl-anketa .tpl-field ul {
  margin-bottom: 5px;
}
.form-bottom .tpl-field {
  padding-top: 0;
}
.form-bottom .tpl-field ul {
  padding: 0;
  list-style: none;
}
.form-bottom .tpl-field ul label {
  display: flex;
}
.lp-form-tpl__field-checkbox [class^=lp-header], .lp-form-tpl__field-radio [class^=lp-header] {
  display: flex;
}
.lp-form-tpl__field-checkbox [class^=lp-header] p, .lp-form-tpl__field-radio [class^=lp-header] p {
  margin: 0;
}
.lpc-block[data-block-layout] .lp-form-tpl__field-checkbox input, .lpc-block[data-block-layout] .lp-form-tpl__field-radio input {
  display: block;
}
.g-form-control-checkbox__input, .g-form-control-radio__input {
  display: none;
}
.g-form-control-checkbox, .g-form-control-radio {
  display: flex;
}
.g-form-control-checkbox__label, .g-form-control-radio__label {
  padding-left: 0;
}
.product-includeForm .title, .product-includeForm2 .title {
  text-align: center;
}
.g-auth__row.g-auth__social-min .g-form-field__title {
  font-size: 15px;
}
.g-auth__row.g-auth__social-min .g-form-field__title b {
  font-weight: 400 !important;
  color: #000;
}
html .product-includeForm .tpl-anketa span {
  color: #000 !important;
}
.product-includeForm .tpl-anketa .tpl-field-button {
  margin-top: 15px;
}
.popup-modal__content .tpl-anketa .title {
  text-align: center;
}
.us_register .reg_btn {
  padding-top: 0 !important;
}
.lpc-form-4 ._type-html_block {
  width: 100% !important;
  text-align: center;
}
.s3-cookie-message-wrap {
  bottom: 20px !important;
}
@media (min-width: 1024px) {
  .s3-cookie-message-wrap {
    left: 20%;
    right: 20%;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .s3-cookie-message-wrap {
    bottom: 65px !important;
  }
}
@media only screen and (max-width: 680px) {
  .s3-cookie-message {
    flex-direction: column;
    align-items: center;
    margin: 0 6px;
  }
  .s3-cookie-message .s3-cookie-message__btn {
    margin: 0;
  }
  .s3-cookie-message .s3-cookie-message__text {
    margin-bottom: 0;
    line-height: 15px;
  }
}
.s3-cookie-message {
  max-width: 1064px;
  padding: 10px 20px;
}
#s3-cookie-message__btn {
  display: inline-block;
  padding: 6px 10px 6px 10px;
  margin: 0;
  font-size: 13px;
  background: #00008f;
  border: 1px solid #00008f;
  color: #fff;
  cursor: pointer;
  border-radius: 14px;
}
#s3-cookie-message__btn:hover {
  background-image: linear-gradient(#0600f5, #0600f5);
}
