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;
}
/*  id:1806  */
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 725px) {
  .adaptive-table td {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  button, input, optgroup, select, textarea {
    max-width: 100%;
  }
}
input, textarea {
  outline: none;
}
@media (max-width: 375px) {
  .highslide img, .n-thumb, .tab_null .art-tpl__thumb, .s3_post_content .s3_post_image {
    float: unset !important;
    margin-right: 180px !important;
  }
  .table1 {
    width: 99% !important;
  }
}
@media (max-width: 640px) {
  article > ymaps {
    width: 100% !important;
  }
}
input[type=text][name=_cn]:focus, .g-form-control-text:focus, .g-form-control-textarea:focus {
  border: 1px solid #c5c5c5 !important;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 375px) {
  article table td h2 {
    font-size: 16px !important;
  }
  article table p {
    width: 84%;
  }
}
.title-page .schedule-9 .cell-icon, .schedule-9 .cell-icon {
  z-index: -1;
}
@media (min-width: 961px) {
  .block-6 .layout_42 {
    max-width: calc(100% - 317px);
  }
  .title-page .block-3 .layout_10_id_41, .block-3 .layout_10_id_41 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 961px) {
  .title-page .block-3 .layout_10_id_41, .block-3 .layout_10_id_41 {
    width: auto;
  }
  .title-page .menu-5 .menu-scroll > ul, .menu-5 .menu-scroll > ul {
    max-width: 395px;
    flex-wrap: nowrap;
  }
  .title-page .menu-5 .menu-scroll > ul > li.menu-item > a .menu-item-text, .menu-5 .menu-scroll > ul > li.menu-item > a .menu-item-text {
    white-space: nowrap;
  }
}
.popover-container .popover-scrolling .popover-wrap .popover-body .s3_button_large {
  background: #000;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
}
@media (max-width: 960px) {
  .widget-49 {
    z-index: 99;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  .title-page .block-9 .layout_21, .block-9 .layout_21 {
    max-width: 32%;
  }
}
.title-page .blocklist-15 .title {
  display: none;
}
.title-page .blocklist-15 .item {
  cursor: pointer;
}
.popover-container .popover-scrolling input[type="text"]:active, .popover-container .popover-scrolling input[type="text"]:focus, .popover-container .popover-scrolling textarea:active, .popover-container .popover-scrolling textarea:focus {
  box-shadow: 0 0 0 1px #000;
}
.title-page .widget-20, .widget-20 {
  opacity: 1;
}
.title-page .form-25 .form-text input::placeholder, .form-25 .form-text input::placeholder {
  text-transform: uppercase;
}
.title-page .form-25 .form-text input, .form-25 .form-text input {
  text-transform: initial;
}
.title-page .editable_block-12 .img-convert.mobile {
  display: none;
}
/*@media all and (max-width: 1024px) and (min-width: 961px) {
	.title-page .blocklist-15 .item-outer{
		width: 50%;
	}
}*/
@media (max-width: 640px) {
  .title-page .blocklist-15 .img-convert {
    height: auto;
  }
}
@media (max-width: 640px) {
  .title-page .editable_block-12 .img-convert {
    height: 600px;
  }
  .title-page .editable_block-12 .img-convert {
    display: none;
  }
  .title-page .editable_block-12 .img-convert.mobile {
    display: flex;
  }
}
@media (max-width: 480px) {
  .title-page .blocklist-34 .img-convert {
    height: 300px;
  }
  .title-page .blocklist-33 .img-convert {
    height: 340px;
  }
}
@media (max-width: 425px) {
  .title-page .editable_block-12 .img-convert {
    height: 550px;
  }
}
.title-page .blocklist-15 .image img {
  /*max-height: 100% !important;
	width: auto !important;*/
}
@media (min-width: 1025px) {
  .title-page .editable_block-12 .img-convert {
    height: auto;
  }
}
@media (max-width: 960px) {
  .title-page .block-33 .layout_31, .block-33 .layout_31, .title-page .block-33 .layout_8, .block-33 .layout_8 {
    display: none;
  }
  .title-page .block-33 .layout_32, .block-33 .layout_32, .title-page .block-33 .layout_9, .block-33 .layout_9 {
    flex: unset;
    margin-left: 0;
  }
  .title-page .block-33, .block-33 {
    justify-content: center;
  }
  .side-panel .widget-3, .side-panel .widget-15 {
    display: none;
  }
  .side-panel .widget-53 {
    padding-top: 20px;
  }
  .title-page .menu-5 .menu-scroll > ul > li.menu-item > a {
    text-align: left;
    font-weight: 500;
    font-size: 12px;
  }
}
@media (max-width: 640px) and (min-width: 375px) {
  .title-page .block-3 .layout_10_id_41, .block-3 .layout_10_id_41 {
    width: auto;
  }
  .title-page .block-3, .block-3 {
    margin-right: 0;
    margin-left: auto;
    width: auto;
  }
  .title-page .block-2, .block-2 {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    min-height: 60px;
  }
  .title-page .widget-2, .widget-2 {
    display: flex;
    align-items: center;
  }
  .title-page .widget-7, .widget-7 {
    width: auto;
  }
  .title-page .schedule-9 .icon, .schedule-9 .icon {
    width: 30px;
  }
  .title-page .widget-46, .widget-46 {
    width: 30px;
  }
  .title-page .block-2 .layout_10, .block-2 .layout_10 {
    flex: unset;
  }
  .title-page .block-2 .layout_4, .block-2 .layout_4 {
    margin-left: 33px;
    margin-right: auto;
  }
  .title-page .block-2, .block-2 {
    position: relative;
  }
  .title-page .block-2 .layout_10, .block-2 .layout_10 {
    position: absolute;
    right: 5px;
  }
}
@media (max-width: 640px) and (min-width: 375px) and (max-width: 480px) {
  .title-page .widget-5, .widget-5 {
    -webkit-background-size: 16px;
    background-size: 16px;
  }
}
@media (max-width: 640px) and (min-width: 375px) and (max-width: 420px) {
  .title-page .block-3, .block-3 {
    margin-left: 0;
  }
  .title-page .side-panel-39 .side-panel-button, .side-panel-39 .side-panel-button {
    margin-left: 0;
  }
}
@media (max-width: 640px) and (min-width: 375px) and (min-width: 360px) {
  .title-page .schedule-9 .block-body-drop, .schedule-9 .block-body-drop {
    display: none;
  }
}
@media (max-width: 640px) and (min-width: 375px) and (max-width: 360px) {
  .title-page .block-2, .block-2 {
    padding-left: 50px;
  }
}
.title-page .blocklist-15 .title {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.title-page .widget-2, .widget-2 {
  width: auto;
}
@media (max-width: 480px) {
  .title-page .blocklist-33 .image img, .title-page .blocklist-33 .img-convert {
    display: flex;
    max-height: 310px;
  }
}
@media (min-width: 640px) {
  .title-page .popover-wrap-31 .popover-body, .popover-wrap-31 .popover-body {
    width: 410px;
  }
}
.title-page .popover-wrap-31 .popover-body, .popover-wrap-31 .popover-body {
  padding: 20px !important;
}
.title-page .popover-wrap-31 .popover-body .form_text input, .title-page .popover-wrap-31 .popover-body textarea, .popover-wrap-31 .popover-body .form_text input, .popover-wrap-31 .popover-body textarea {
  border-radius: 1px;
}
.title-page .popover-wrap-31 .popover-form-title, .popover-wrap-31 .popover-form-title {
  font-size: 25px;
  text-align: center;
  pointer-events: auto;
  color: #000;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
}
.title-page .popover-wrap-31 .popover-body, .popover-wrap-31 .popover-body, small {
  font-family: Arial, Helvetica, sans-serif !important;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item, .popover-wrap-31 .popover-body .s3_form_item {
  text-align: center;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item, .popover-wrap-31 .popover-body .s3_form_item {
  margin-bottom: 0;
}
.title-page .blocklist-15 .image img, .title-page .blocklist-33 .image img {
  width: auto !important;
  max-height: 100% !important;
}
@media (max-width: 480px) {
  .title-page .blocklist-15 .image img, .title-page .blocklist-33 .image img {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .product_label .product_item_lab, .product_label .product_label_item {
    padding: 3px !important;
    margin: 0 3px 3px !important;
    font-size: 11px !important;
  }
}
@media (max-width: 1023px) {
  .title-page .widget-47 {
    display: none;
  }
}
.dn {
  display: none;
}
@media (min-width: 1024px) {
  #_lp_block_216996309 * .lpc-text-sticky-1__photos-wrap *, #_lp_block_216996309 * .lpc-text-sticky-1__photos-wrap .lpc-text-sticky-1__photos .lpc-block__img-inner .lpc-image-type-1 img {
    max-height: 200px !important;
    padding-top: 0 !important;
    position: relative !important;
  }
}
.top_text {
  padding: 5px;
  text-align: center;
  background: #000000;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 640px) {
  .top_text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .product-list.product-list-simple .product_label, .product-list.product-list-thumbs .product_label {
    left: 0 !important;
    top: 0px !important;
  }
  .product-list.product-list-simple .product_label .product_label_item, .product-list.product-list-thumbs .product_label .product_label_item {
    text-align: center;
  }
  .product-list.product-list-simple .product_label .product_label_item, .product-list.product-list-thumbs .product_label .product_label_item {
    width: auto !important;
  }
}
@media (max-width: 1023px) {
  .title-page .widget-47 {
    display: block;
  }
}
.blocklist-33 .image {
  position: relative;
}
.blocklist-33 .image .block33link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.title-page .editable_block-12 .title {
  color: #fff !important;
  font-weight: 500 !important;
}
.title-page .blocklist-15 .title {
  color: #fff;
  font-weight: 500 !important;
}
.title-page .blocklist-33 .image .block-title {
  color: #fff;
  font-weight: 500 !important;
}
.title-page .widget-46, .widget-46 {
  -webkit-background-size: 20px;
  background-size: 20px;
}
.title-page .widget-5, .widget-5 {
  -webkit-background-size: 20px;
  background-size: 20px;
}
.title-page .schedule-9 .icon, .schedule-9 .icon {
  -webkit-background-size: 20px;
  background-size: 20px;
}
button.buy_one_click.not_amount {
  text-transform: uppercase;
}
