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(11.1111111111%, #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(11.1111111111%, #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(11.1111111111%, #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: #000;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: #fff;
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: -moz-linear-gradient(#fff, #fff);
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -ms-linear-gradient(#fff, #fff);
  background-image: linear-gradient( #fff, #fff);
  -pie-background: linear-gradient( #fff, #fff); }
  .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(11.1111111111%, #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: #333;
    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: #333;
    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: #fff;
  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: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: #fff;
  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: #fff; }

.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; }

.product-thumb-item .product-article {
  display: none; }

.product-thumb-item .product-name a {
  color: #08c; }

.product-thumb-item .product-amount {
  display: none; }

.bot-line-wr {
  display: none; }

.shop-product-btn span .btn-shop-icon-wr {
  background: url(/t/images/buy2-btn.png) 0 0 no-repeat;
  width: 50px;
  height: 35px; }
  .shop-product-btn span .btn-shop-icon-wr svg {
    display: none; }

.shop-product-btn span {
  height: 35px; }

.product-thumb-item .shop-product-btn.type-2 {
  background: none;
  box-shadow: none; }
/* Cart Top */
.cart_top {
  margin-top: 12px;
  float: right;
  background: #ff0 url(../cart-icon_03.png) 18px 50% no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-width: 170px;
  padding: 5px 14px 5px 60px;
  line-height: 1;
  font-size: 13px;
  color: #666; }

.cart_top span {
  color: #666; }

.cart_top strong {
  color: #333; }

.cart_top strong {
  font-size: 16px; }

.cart_top a {
  display: inline-block;
  cursor: pointer;
  padding-right: 8px;
  background: url(../order-arrow.png) 100% 5px no-repeat;
  line-height: normal;
  font-size: 12px;
  color: #006634; }

.cart_top p:first-child {
  margin-top: 0; }

.cart_top p {
  padding: 2px 0; }

.block-62 {
  display: flex;
  flex-direction: row;
  padding: 50px 20px; }
  .block-62 .left_col {
    text-align: left; }
  .block-62 .right_col {
    padding-left: 30px;
    flex: 1 1 auto; }
/*M.A*/
/* left menu
 -------------------------------*/
.menu-left-wrap {
  margin: 0 0 20px 0;
  width: 224px; }

.menu-left {
  margin: 20px 0;
  padding: 10px 0;
  background: #ffff7f;
  border-bottom: 4px solid #f2f27f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.menu-left li {
  border-bottom: 1px solid #e5e572;
  list-style: none; }

.menu-left > li:first-child {
  border-top: 1px solid #e5e572; }

.menu-left li a {
  display: block;
  cursor: pointer;
  line-height: normal;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  padding: 8px 8px 8px 20px;
  background: url(../nav-main-normal.png) 100% 11px no-repeat; }

.menu-left li a:hover {
  background-color: #006634;
  background-image: url(../nav-main-hover.png);
  text-decoration: none;
  color: #fff; }

#menu_b, #menu_b ul, #menu_b li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  line-height: 0px; }

#menu_b {
  margin: 0;
  padding: 10px 0;
  background: #ffff7f;
  border-bottom: 4px solid #f2f27f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-width: 224px;
  text-align: left; }

#menu_b ul {
  display: none;
  position: absolute;
  width: 220px;
  background: none;
  margin: 0;
  padding: 0;
  margin: 0 0 0 2px;
  z-index: 1000; }

#menu_b li {
  border-bottom: 1px solid #e5e572; }

#menu_b > li:first-child {
  border-top: 1px solid #e5e572; }

#menu_b li li {
  display: block;
  padding: 0;
  margin: 0 0 1px 0;
  text-align: left;
  width: auto;
  border: none;
  background: url(../bg_a.png) repeat 0 0; }

#menu_b li a {
  display: block;
  cursor: pointer;
  line-height: normal;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  padding: 8px 8px 8px 20px;
  background: url(../nav-main-normal.png) 100% 11px no-repeat; }

#menu_b li a:hover, #menu_b li a.over, #menu_b li a.active {
  background-color: #006634;
  background-image: url(../nav-main-hover.png);
  text-decoration: none;
  color: #fff; }

#menu_b li li a, #menu_b li li a:hover, #menu_b li li a.over {
  display: block;
  cursor: pointer;
  padding: 9px 4px 9px 20px;
  line-height: normal;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background: none; }

#menu_b li li a:hover, #menu_b li li a.over, #menu_b li li a.active {
  text-decoration: underline;
  color: #fff; }

@media all and (min-width: 961px) {
  .title-page .site-name-103 img, .site-name-103 img {
    width: auto;
    max-width: none; }

  .title-page .block-56, .block-56 {
    padding: 50px 20px;
    width: 370px;
    background: none;
    box-shadow: none; }

  .title-page .site-name-103 .sn-logo, .site-name-103 .sn-logo {
    margin-right: 10px; }

  .title-page .widget-46, .widget-46 {
    font-size: 14px; }

  .title-page .block-50, .block-50 {
    margin: 0 auto 0; }

  .b-share__handle {
    height: 25px !important; } }

.title-page .block-33, .block-33 {
  background: #006634; }

.title-page .widget-25, .widget-25 {
  background-color: #015a2c; }

.title-page .block-19, .block-19 {
  background: #006634; }

.title-page .block-14, .block-14 {
  background: #006634; }

.title-page .widget-9, .widget-9 {
  background-color: #015a2c; }

.title-page .block-30 {
  background: none; }

.title-page .widget-13, .widget-13 {
  border: 2px solid #ffff7f;
  color: #333;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .widget-13:hover, .widget-13:hover {
    border: 2px solid #ffff7f;
    color: #333;
    background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }

.title-page .blocklist-32 .all, .blocklist-32 .all {
  border: 2px solid #ffff7f;
  color: #333;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .blocklist-32 .all:hover, .blocklist-32 .all:hover {
    border: 2px solid #ffff7f;
    color: #333;
    background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }

.title-page .editable_block-59 .more > a, .editable_block-59 .more > a {
  border: 2px solid #ffff7f;
  color: #333;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .editable_block-59 .more > a:hover, .editable_block-59 .more > a:hover {
    border: 2px solid #ffff7f;
    color: #333;
    background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }

.title-page .form-44 .form-submit button, .form-44 .form-submit button {
  border: 2px solid #ffff7f;
  color: #333;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .form-44 .form-submit button:hover, .form-44 .form-submit button:hover {
    border: 2px solid #ffff7f;
    color: #333;
    background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }

.title-page .widget-21, .widget-21 {
  border: 2px solid #ffff7f;
  color: #333;
  background-color: #ffff7f; }
  .title-page .widget-21:hover, .widget-21:hover {
    background-color: #ffff7f;
    border: 2px solid #ffff7f;
    color: #333; }

.title-page .up-48 .icon, .up-48 .icon {
  background: url(/t/images/lib_1609501_up.svg) left 50% top 50% / 20px no-repeat; }

.title-page .widget-5, .widget-5 {
  background: #006634; }

.title-page .widget-7, .widget-7 {
  background: #015a2c; }

.title-page .blocklist-12 .title, .blocklist-12 .title {
  box-shadow: inset 3px 0px 0px #ffff7f; }

.title-page .editable_block-14 .more > a, .editable_block-14 .more > a {
  border: 2px solid #ffff7f;
  color: #333;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .editable_block-14 .more > a:hover, .editable_block-14 .more > a:hover {
    border: 2px solid #ffff7f;
    color: #333;
    background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }

.title-page .blocklist-7 .all, .blocklist-7 .all {
  border: 2px solid #ffff7f;
  color: #333;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .blocklist-7 .all:hover, .blocklist-7 .all:hover {
    border: 2px solid #ffff7f;
    color: #333;
    background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }

.title-page .blocklist-7 .more > a, .blocklist-7 .more > a {
  border: 2px solid #ffff7f;
  color: #333;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .blocklist-7 .more > a:hover, .blocklist-7 .more > a:hover {
    border: 2px solid #ffff7f;
    color: #333;
    background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }

.bg_head {
  background: #006634; }

.title-page .menu-104 .menu-scroll > ul ul, .menu-104 .menu-scroll > ul ul {
  background: #ffff7f; }

.title-page .menu-104 .menu-scroll > ul ul > li > a, .menu-104 .menu-scroll > ul ul > li > a {
  color: #333; }

.title-page .menu-104 .menu-scroll > ul ul > li > a:hover, .menu-104 .menu-scroll > ul ul > li > a:hover {
  background-color: #006634; }

.title-page .editable_block-96 .more > a, .title-page .editable_block-96 .more > a {
  border: 2px solid #ffff7f;
  color: #333;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .editable_block-96 .more > a:hover, .title-page .editable_block-96 .more > a:hover {
    border: 2px solid #ffff7f;
    color: #333;
    background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }

.content-118 a {
  line-height: 2.2; }

.title-page .slider-97 .slider-item {
  background-size: contain; }

@media all and (max-width: 961px) {
  .title-page .block-58, .block-58 {
    background: #006634; }

  .title-page .side-panel-87 .side-panel-content, .side-panel-87 .side-panel-content {
    background: #006634; }

  .title-page .side-panel-87 .side-panel-close, .side-panel-87 .side-panel-close {
    background-color: #006634; }

  .title-page .side-panel-87 .side-panel-button, .side-panel-87 .side-panel-button {
    border: 2px solid #ffff7f;
    background: #ffff7f; }

  .title-page .side-panel-87 .side-panel-button-icon-line, .side-panel-87 .side-panel-button-icon-line {
    background: #006634; }

  .block-62 .right_col {
    padding-left: 0; } }

@media all and (max-width: 700px) {
  #shop2-cart #shop2-cart-page th:first-child {
    font-size: 13px;
    padding-left: 20px; }

  #shop2-cart #shop2-cart-page th {
    font-size: 0; }
    #shop2-cart #shop2-cart-page th:nth-child(n+5) {
      display: none; }

  #shop2-cart #shop2-cart-page td.shop2-cart-image {
    display: none; }

  #shop2-cart #shop2-cart-page td.shop2-cart-delete {
    width: 20px; }

  .in-adap-none {
    display: none; } }

@media all and (max-width: 480px) {
  div.tpl-product-list-v-23 form.product-item {
    width: 100% !important; }

  .shop2-product_card form {
    display: flex;
    flex-direction: column; }

  div.cart-registration-left, div.cart-registration-right {
    width: 100%; }

  .b-share__handle {
    height: 25px !important; }

  .shop2-product_card .image {
    margin: 0 auto; }

  #shop2-cart #shop2-cart-page td.shop2-cart-body div {
    display: none; } }

.title-page .menu-104 .menu-scroll > ul > li.menu-item > a, .menu-104 .menu-scroll > ul > li.menu-item > a {
  padding: 70px 27px 16.02px; }

.title-page .menu-104 .menu-scroll > ul > li.menu-item > a:hover, .menu-104 .menu-scroll > ul > li.menu-item > a:hover {
  color: #fff;
  padding: 70px 27px 16.02px;
  background: #4e8535;
  box-shadow: none; }

.title-page .popover-wrap-96 .popover-close, .popover-wrap-96 .popover-close {
  border-color: #ffff7f;
  background: url(../krestir_2.svg) left 50% top 50% / 13px no-repeat #ffff7f; }

.title-page .popover-wrap-96 .popover-body .s3_button_large, .popover-wrap-96 .popover-body .s3_button_large {
  border-color: #ffff7f;
  color: #000;
  background: url(/t/images/beznazvaniya.svg) right 30px top 50% / auto auto no-repeat #ffff7f; }
  .title-page .popover-wrap-96 .popover-body .s3_button_large:hover, .popover-wrap-96 .popover-body .s3_button_large:hover {
    color: #ffff7f;
    background: url(/t/images/beznazvaniya_2.svg) right 30px top 50% / auto auto no-repeat; }

.title-page .address-108 .icon, .address-108 .icon {
  background: url(../add.svg) left 50% top 50% / 16px no-repeat; }

.title-page .phones-109 .icon, .phones-109 .icon {
  background: url(../ph.svg) left 50% top 50% / 21px no-repeat; }
/*.title-page .widget-44 {
 min-height: 450px;
 }*/
.title-page .blocklist-32 .text, .blocklist-32 .text {
  background: url(../kk.svg) left 50% top 0px / 19px no-repeat; }

.title-page .editable_block-59 .text, .editable_block-59 .text {
  background: url(../kk2.svg) left 0px top 0px / 19px no-repeat; }

.title-page .address-37 .icon, .address-37 .icon {
  background: url(../add_2.svg) left 50% top 50% / 16px no-repeat; }

.title-page .side-panel-87 .side-panel-button, .side-panel-87 .side-panel-button {
  box-shadow: none; }

.title-page .menu-104 .menu-scroll > ul > li.menu-item > a.chech, .menu-104 .menu-scroll > ul > li.menu-item > a.chech {
  padding-top: 57px; }
  .title-page .menu-104 .menu-scroll > ul > li.menu-item > a.chech span, .menu-104 .menu-scroll > ul > li.menu-item > a.chech span {
    font-size: 0 !important; }

.title-page .widget-44 {
  min-height: 500px; }

@media all and (max-width: 960px) {
    .title-page .menu-104 .menu-scroll > ul > li.menu-item > a:hover, .menu-104 .menu-scroll > ul > li.menu-item > a:hover {
      padding: 16px 27px;
      color: #fff !important; } }
