button {
  border: none;
  outline: none;
}
button:hover {
  cursor: pointer;
}
.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}
.mg-but {
  display: inline-block;
  text-decoration: none;
}
.mg-but1 {
  padding: 8px 15px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin: 10px 20px;
  min-width: 140px;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but1:hover {
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but1:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but2 {
  min-width: 150px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but2:hover {
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but2:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but3 {
  min-width: 160px;
  padding: 6px;
  color: #fff;
  border: 1px solid #500a01;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but3:hover {
  border: 1px solid #9c1301;
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but3:active {
  border: 1px solid #680d01;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but4 {
  padding: 8px 15px;
  color: black;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: white;
  background-image: -o-linear-gradient(white, white);
  background-image: -moz-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: linear-gradient( white, white);
  -pie-background: linear-gradient( white, white);
}
.mg-but4:hover {
  color: #fff;
  background-color: #821001;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but4:active {
  color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but5 {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border: #f00 transparent transparent transparent;
  border-radius: 2px 0 0 2px;
  background: #690d01;
  line-height: 1;
}
.mg-but5:before {
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  width: 7px;
  content: "";
  border: 14px solid transparent;
  border-left: 7px solid #690d01;
}
.mg-but5:hover {
  background: #821001;
}
.mg-but5:hover:before {
  border-left-color: #821001;
}
.mg-but5:active {
  background: #500a01;
}
.mg-but5:active:before {
  border-left-color: #500a01;
}
table.mg-tabs1 {
  border-collapse: collapse;
}
table.mg-tabs1 td {
  padding: 5px;
  border: none;
}
table.mg-tabs2 {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
table.mg-tabs2 td {
  padding: 5px;
  border: 1px solid #cecece;
}
table.mg-tabs3 {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
table.mg-tabs3 th {
  padding: 5px 0;
  color: #333333;
  border: 1px solid #cecece;
  background: #e5e5e5;
}
table.mg-tabs3 td {
  padding: 5px;
  border: 1px solid #cecece;
}
table.mg-tabs4 {
  border-collapse: collapse;
}
table.mg-tabs4 th {
  padding: 5px 0;
  color: #333333;
  background: #e5e5e5;
}
table.mg-tabs4 td {
  padding: 5px;
  border-bottom: 1px solid #cecece;
}
.mg-tab {
  margin: 10px 0;
  padding: 12px;
  border-radius: 2px;
  font: normal 14px/17px arial;
}
.mg-tab p {
  margin: 0;
}
.mg-tb1 {
  color: #4d4d4d;
  border: 2px solid #9c1301;
}
.mg-tb2 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001;
}
.mg-tb3 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001;
}
.mg-tb4 {
  color: #fff;
  border: 2px solid #7e1001;
  background: #7e1001;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mg-tb5 {
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 4px 0px 0px #6a0d01;
}
.mg-tb6 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.mg-tb8 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb8 .title {
  padding: 11px 20px 11px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-image: -o-linear-gradient(#b01602, #690d01);
  background-image: -moz-linear-gradient(#b01602, #690d01);
  background-image: -webkit-linear-gradient(#b01602, #690d01);
  background-image: -ms-linear-gradient(#b01602, #690d01);
  background-image: linear-gradient( #b01602, #690d01);
  -pie-background: linear-gradient( #b01602, #690d01);
}
.mg-tb8 .body {
  padding: 14px 20px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-tb9 {
  min-width: 200px;
  padding: 0;
  border: 2px solid #6a0d01;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb9 .title {
  padding: 5px 3px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-color: #690d01;
  background-image: -o-linear-gradient(#6a0d01, #6a0d01);
  background-image: -moz-linear-gradient(#6a0d01, #6a0d01);
  background-image: -webkit-linear-gradient(#6a0d01, #6a0d01);
  background-image: -ms-linear-gradient(#6a0d01, #6a0d01);
  background-image: linear-gradient( #6a0d01, #6a0d01);
  -pie-background: linear-gradient( #6a0d01, #6a0d01);
}
.mg-tb9 .body {
  padding: 5px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-tb10 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb10 .title {
  padding: 11px 20px 11px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-color: #911201;
  background-image: -o-linear-gradient(#ce1a02, #730e01);
  background-image: -moz-linear-gradient(#ce1a02, #730e01);
  background-image: -webkit-linear-gradient(#ce1a02, #730e01);
  background-image: -ms-linear-gradient(#ce1a02, #730e01);
  background-image: linear-gradient( #ce1a02, #730e01);
  -pie-background: linear-gradient( #ce1a02, #730e01);
}
.mg-tb10 .body {
  padding: 14px 20px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-navig {
  display: inline-block;
  min-width: 38px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  font: 19px/38px arial;
}
.mg-navig1 {
  color: #fff;
  background: #690d01;
}
.mg-navig2 {
  color: #4d4d4d;
  border-color: #ce1a02;
  background: #f61f02;
}
.mg-navig3 {
  color: #4d4d4d;
  border-color: #9c1301;
  background: white;
}
.mg-navig4 {
  color: #4d4d4d;
  background: #e71d02;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.tabs-wrap {
  margin: 1.57em 0;
}
.tabs-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.tabs-nav li {
  display: inline-block;
  vertical-align: top;
}
.tabs-nav li:first-child a {
  border-left: 1px solid #cecece;
}
.tabs-nav li a {
  position: relative;
  display: block;
  height: 37px;
  padding: 0 15px;
  text-decoration: none;
  color: #666;
  border: solid #cecece;
  border-width: 1px 1px 1px 0;
  background-color: #ebebeb;
  font-size: 12px;
  line-height: 37px;
}
.tabs-nav li a:hover, .tabs-nav li a.active {
  z-index: 10;
  height: 36px;
  margin-top: -1px;
  border-top: 3px solid #690d01;
  background-color: #fff;
  line-height: 35px;
}
.tabs-nav li a:focus {
  outline: none;
}
.tabs-body {
  margin-top: -1px;
  padding: 25px;
  border: 1px solid #cecece;
}
.tabs-body > div {
  display: none;
}
.tabs-body > div.active {
  display: block;
}
input, textarea {
  outline: none;
}
@media (max-width: 480px) {
  input, textarea {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .widget-115 img {
    max-width: 100%;
    height: auto;
  }
}
.title-page .widget-18 {
  display: flex;
  flex-direction: column;
}
.title-page .editable_block-33 .header {
  max-width: 600px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding: 0 10px;
  align-self: flex-end;
}
.title-page .editable_block-33 .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.title-page .editable_block-33 .image {
  order: 1;
}
.title-page .editable_block-33 .title {
  margin: 0;
  padding: 0;
  order: 3;
}
.title-page .editable_block-33 .text {
  margin: 0 20px 0 0;
  padding: 0;
  order: 2;
}
.title-page .editable_block-33 .price {
  margin: 0 38px 0 auto;
  padding: 0;
  order: 4;
}
.title-page .editable_block-30 .header, .title-page .editable_block-30 .body {
  font-size: 0;
}
.title-page .news-48 .img-convert {
  height: auto;
}
.title-page .menu-4 .menu-scroll > ul, .menu-4 .menu-scroll > ul {
  flex-flow: row wrap;
}
.title-page .menu-4 .menu-scroll > ul > li.menu-item, .menu-4 .menu-scroll > ul > li.menu-item {
  flex: none;
}
.title-page .menu-4 .menu-scroll > ul ul, .menu-4 .menu-scroll > ul ul {
  background: #939d9f;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a, .menu-4 .menu-scroll > ul ul > li > a {
  background: #939d9f;
}
.title-page .menu-4 .menu-scroll > ul ul > li > a:hover, .menu-4 .menu-scroll > ul ul > li > a:hover {
  color: #ebae07;
}
.title-page .menu-15 .menu-scroll > ul > li.has-child > a, .menu-15 .menu-scroll > ul > li.has-child > a {
  font-size: 15px;
  padding-left: 0;
  font-weight: bold;
  color: #31383e;
  position: relative;
}
.title-page .menu-15 .menu-scroll > ul > li.has-child > a:before, .menu-15 .menu-scroll > ul > li.has-child > a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.3s;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjUxMnB4IiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSIxNjAsMTE1LjQgMTgwLjcsOTYgMzUyLDI1NiAxODAuNyw0MTYgMTYwLDM5Ni43IDMxMC41LDI1NiAiLz48L3N2Zz4=") right 50% top 50% / 16px no-repeat;
}
.title-page .widgetsocial-84 .soc span, .widgetsocial-84 .soc span {
  background-position: 50% 50% !important;
}
.title-page .widget-10 {
  cursor: pointer;
}
.title-page .blocklist-37 .footer {
  justify-content: center;
}
.title-page .blocklist-37 .footer .all_view {
  border: 1px solid rgba(138, 138, 138, 0.3);
  color: #286899;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  max-width: 325px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
.main-wr .product-thumb-item .product-name {
  text-align: left;
}
.main-wr .product-thumb-item .product-label {
  display: none;
}
.main-wr .price-wr {
  justify-content: space-between;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .main-wr .price-wr {
    padding-right: 0;
  }
}
.main-wr .price-wr .count_block {
  text-align: left;
}
.main-wr .product-thumb-item .product-price .price-current.new-price-current {
  color: #000;
}
.main-wr .product-thumb-item:nth-child(n+10) {
  display: none;
}
@media (max-width: 960px) {
  .main-wr .product-thumb-item .product-thumb-item-in {
    padding: 15px 10px;
  }
}
.block-7 {
  z-index: 20;
}
@media (min-width: 961px) and (max-width: 1200px) {
  .title-page .block-7, .block-7 {
    padding-right: 10px;
  }
  .title-page .block-9, .block-9 {
    padding-left: 10px;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .title-page .editable_block-30 .header {
    background: url("../images/text (1).png") left 52px top 50% / 260px no-repeat, url("../images/ell.png") left 0px top 50% / auto auto no-repeat;
  }
  .title-page .block-7, .block-7 {
    background: #31383e;
  }
  .title-page .block-11, .block-11 {
    flex-direction: column;
    align-items: center;
  }
  .title-page .block-13 {
    padding-top: 0;
  }
  .title-page .widget-10, .widget-10 {
    margin: 0;
  }
  .title-page .block-7 .layout_28, .block-7 .layout_28 {
    flex: none;
  }
  .title-page .block-7, .block-7 {
    align-items: center;
  }
  .title-page .block-17 {
    padding: 15px;
  }
  .title-page .block-18 {
    padding: 0 15px;
  }
  .title-page .block-20 {
    padding: 0 15px;
  }
  .title-page .block-22 {
    padding: 0 15px;
  }
  .title-page .block-24 {
    padding: 10px 15px;
  }
  .title-page .block-27 {
    padding: 0 15px;
  }
  .title-page .block-30 {
    padding: 15px;
  }
  .title-page .block-34, .block-34 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .block-31, .block-31 {
    margin-left: 10px;
  }
}
@media (max-width: 960px) {
  .title-page .block-34 .layout_88, .block-34 .layout_88 {
    align-items: center;
  }
  .title-page .block-33, .block-33 {
    margin: 15px 0 0;
    text-align: center;
  }
  .title-page .widget-29, .widget-29 {
    text-align: center;
  }
  .title-page .widget-36, .widget-36 {
    width: auto;
  }
  .title-page .blocklist-85 .list, .blocklist-85 .list {
    justify-content: center;
  }
  .title-page .block-34 .layout_86, .block-34 .layout_86 {
    align-items: center;
  }
  .title-page .block-31, .block-31 {
    margin: 0;
  }
  .title-page .form-83 .form__header, .form-83 .form__header {
    text-align: center;
  }
  .title-page .widgetsocial-84 .soc-header, .widgetsocial-84 .soc-header {
    text-align: center;
  }
  .title-page .widgetsocial-84 .soc-content, .widgetsocial-84 .soc-content {
    justify-content: center;
  }
  .title-page .block-36, .block-36 {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .title-page .form-83 .form-item-group, .form-83 .form-item-group {
    justify-content: center;
  }
  .title-page .blocklist-37 .header {
    flex-direction: column;
  }
  .title-page .blocklist-37 .header_text {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .title-page .blocklist-37 .all-in_header {
    padding: 12px 10px;
  }
}
.title-page .side-panel .menu-col-81 ul.menu-columns-items > li > a, .side-panel .menu-col-81 ul.menu-columns-items > li > a {
  color: #2f373c;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 5px 5px 7px;
}
.title-page .side-panel .menu-col-81 .columns-cell, .side-panel .menu-col-81 .columns-cell {
  padding: 10px 15px;
}
@media (max-width: 480px) {
  .title-page .block-11, .block-11 {
    flex-direction: column;
    align-items: center;
  }
  .title-page .widget-10, .widget-10 {
    margin-top: 4px;
    margin-left: 0;
  }
  .title-page .editable_block-33 .body {
    text-align: center;
  }
  .title-page .editable_block-33 .image {
    flex: 1 0 100%;
  }
  .title-page .editable_block-33 .text {
    margin: 0;
    width: 100%;
  }
  .title-page .editable_block-33 .title {
    width: 100%;
  }
  .title-page .editable_block-33 .price {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
  .title-page .list-51 .list-col {
    margin: 0 15px;
  }
  .title-page .list-51 .list-item-inner {
    margin-left: 0;
  }
}
@media (min-width: 961px) and (max-width: 1280px) {
  .inner-page .block-13 {
    padding: 5px 15px 0 15px;
  }
  .inner-page .block-9 {
    padding-left: 0;
  }
  .inner-page .block-9 .layout_24_id_22 {
    padding: 0;
    max-width: calc(100% - 280px);
  }
}
@media (max-width: 960px) {
  .inner-page .block-13 {
    padding: 0 15px;
  }
}
.title-page .popover-wrap-8 .popover-close, .popover-wrap-8 .popover-close {
  background: #ffc827 url("../images/close2.svg") 50% 50% / 50% no-repeat;
  border-radius: 4px;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large, .popover-wrap-8 .popover-body .s3_button_large {
  background: #ffc827;
  color: #fff;
}
.title-page .block-5, .block-5 {
  z-index: 22;
}
.title-page .form-83 .form-html .form-item__body, .form-83 .form-html .form-item__body {
  box-sizing: border-box;
  text-align: left;
  font-size: 10px;
  color: #b3b3b3;
  text-decoration: none;
}
.title-page .form-83 .form-html .form-item__body a, .form-83 .form-html .form-item__body a {
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 1550px) {
  .title-page .editable_block-30 .header {
    background: url("../bg_one.png") left calc(50% - 170px) top 50% / 640px no-repeat, url("../images/ell.png") left 0px top 50% / auto auto no-repeat;
  }
}
.title-page .block-14 a {
  text-decoration: none;
}
html .menu-4 .menu-scroll > ul > li.active, .title-page .menu-4 .menu-scroll > ul > li.active {
  position: relative;
}
html .menu-4 .menu-scroll > ul > li.active:before, .title-page .menu-4 .menu-scroll > ul > li.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
html .menu-4 .menu-scroll > ul > li.active > a, .title-page .menu-4 .menu-scroll > ul > li.active > a {
  color: #ebae07;
  text-decoration: underline;
}
.content-103 a.moreExtended, .moreExtended {
  cursor: pointer;
  font-weight: normal;
  box-sizing: border-box;
  color: #c2850a;
  line-height: 1.2;
  text-decoration: none;
}
.description-extended {
  display: none;
}
.description-extended p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .r-tabs .r-tabs-panel {
    display: block !important;
  }
}
.title-page .menu-4 .menu-scroll, .menu-4 .menu-scroll {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-side ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-side ul li {
  display: block;
  padding: 0px 0px 0px 0px;
}
.block-side ul li a {
  display: block;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  padding: 7px 15px;
  margin: 2px;
  color: #717b81;
  font-size: 15px;
  line-height: 1.4;
  font-family: Noto Sans, sans-serif;
}
@media screen and (max-width: 480px) {
  .shop2-product-mode-wr .product-shop2 .bottom-line {
    display: none;
  }
}
.r-tabs .r-tabs-panel ul {
  list-style-type: disc !important;
  padding: 0 0 0 40px !important;
}
.r-tabs .r-tabs-panel ul li {
  padding: 5px 0;
}
.shop2-product-options .vendor {
  display: none !important;
}
.editable_block-8 .header {
  margin-bottom: 0;
  text-align: right;
  justify-content: revert;
  margin-right: 0;
  margin-left: auto;
}
.widget-6 {
  display: none;
}
.usser-isset {
  color: #fff;
}
.widget-14 {
  width: 170px;
}
.title-page .menu-15 .menu-title, .menu-15 .menu-title {
  display: block;
}
@media (max-width: 1440px) {
  .shop2-kinds-group .shop2-kinds-group-in .shop2-kinds-group-slider {
    max-width: 1085px !important;
  }
}
@media (max-width: 1366px) {
  .shop2-kinds-group .shop2-kinds-group-in .shop2-kinds-group-slider {
    max-width: 1005px !important;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .shop2-kinds-group .shop2-kinds-group-in .product-thumb-item .cont-wr .price-wr {
    display: flex;
    flex-direction: column;
  }
}
.prod-edit-block {
  margin: 10px 0;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #dedede;
  background: rgba(236, 236, 236, 0.5);
}
.prod-edit-block ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.prod-edit-block ul li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13L10 18L19 7' stroke='%23ff8a64' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% / cover no-repeat;
}
