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; }
/*  id:1792  */
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%;
    box-sizing: border-box; } }

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 .menu-11 .menu-scroll > ul > li.more-button, .menu-11 .menu-scroll > ul > li.more-button {
  display: block; }

.title-page .menu-11 .menu-scroll > ul, .menu-11 .menu-scroll > ul {
  align-items: center;
  flex-wrap: wrap; }

.title-page .menu-11 .menu-scroll > ul > li.more-button > a, .menu-11 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  text-align: center;
  min-height: 25px;
  border-radius: 0;
  background: #d4d7a0;
  width: auto; }

.title-page .menu-26 .menu-scroll > ul > li.more-button, .menu-26 .menu-scroll > ul > li.more-button {
  display: block; }
  .title-page .menu-26 .menu-scroll > ul > li.more-button ul, .menu-26 .menu-scroll > ul > li.more-button ul {
    padding: 0; }
    .title-page .menu-26 .menu-scroll > ul > li.more-button ul li.menu-item, .menu-26 .menu-scroll > ul > li.more-button ul li.menu-item {
      padding: 15px; }
      .title-page .menu-26 .menu-scroll > ul > li.more-button ul li.menu-item ul li, .menu-26 .menu-scroll > ul > li.more-button ul li.menu-item ul li {
        padding: 15px; }

.title-page .menu-26 .menu-scroll > ul, .menu-26 .menu-scroll > ul {
  align-items: center;
  flex-wrap: wrap; }

.title-page .menu-26 .menu-scroll > ul ul, .menu-26 .menu-scroll > ul ul {
  width: 280px; }

.title-page .form-50 .form-success, .form-50 .form-success {
  color: #fff;
  font-size: 18px; }

.title-page .authorization-7 .block-body, .authorization-7 .block-body {
  background: #eee;
  padding-bottom: 10px; }

.title-page .authorization-7 .register-links a, .authorization-7 .register-links a {
  display: block;
  color: #000; }

.remodal[data-remodal-id="one-click"] .remodal-close-btn, .remodal[data-remodal-id="questions-form"] .remodal-close-btn, .remodal[data-remodal-id="cart-preview"] .remodal-close-btn {
  font-size: 0; }

@media (max-width: 960px) {
  .title-page .widget-42, .widget-42 {
    pointer-events: all !important;
    z-index: 20; }

  .title-page .side-panel-77 .side-panel-close, .side-panel-77 .side-panel-close {
    background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee; }

  .title-page .phones-23 .cell-icon .icon, .phones-23 .cell-icon .icon {
    margin: 0 12px 12px; }

  .title-page .block-28 .layout_64, .block-28 .layout_64 {
    display: none; }

  .title-page .site-name-16 .sn-wrap > div:nth-child(2), .site-name-16 .sn-wrap > div:nth-child(2) {
    display: none; }

  .title-page .site-name-16 .sn-text, .site-name-16 .sn-text {
    font-size: 16px; } }

@media (max-width: 768px) {
  .title-page .popover-wrap-43 .popover-body, .popover-wrap-43 .popover-body {
    padding: 45px 15px 25px; } }

.title-page .blocklist-35 .header, .blocklist-35 .header {
  margin: 10px 10px 15px; }
  @media (max-width: 1200px) {
  .title-page .blocklist-35 .header, .blocklist-35 .header {
    width: 100%;
    min-height: 130px;
    margin: 0 10px 15px; } }
  @media (max-width: 768px) {
  .title-page .blocklist-35 .header, .blocklist-35 .header {
    margin: 0 0 15px; } }
  @media (max-width: 960px) {
    .title-page .blocklist-35 .header .header_text, .blocklist-35 .header .header_text {
      font-size: 22px; } }

.title-page .blocklist-47 .header, .blocklist-47 .header {
  margin: 0 9px 15px 0; }
  @media (max-width: 1200px) {
  .title-page .blocklist-47 .header, .blocklist-47 .header {
    width: 100%;
    min-height: 100px;
    margin: 0 9px 15px; } }
  @media (max-width: 768px) {
  .title-page .blocklist-47 .header, .blocklist-47 .header {
    margin: 0 0 15px; } }

.title-page .blocklist-47 .body-outer, .blocklist-47 .body-outer {
  margin-top: 0; }

.title-page .blocklist-47 .list, .blocklist-47 .list {
  justify-content: flex-start; }

.title-page .blocklist-35 .list, .blocklist-35 .list {
  justify-content: flex-start; }

@media (max-width: 960px) {
    .title-page .blocklist-35 .title {
      font-size: 20px; } }

@media (max-width: 1200px) {
  .title-page .block-13, .block-13 {
    padding: 0 10px; }

  .title-page .block-8, .block-8 {
    padding-left: 10px;
    padding-right: 10px; }

  .title-page .block-15, .block-15 {
    padding: 0 10px; }

  .title-page .block-16, .block-16 {
    padding-left: 10px;
    padding-right: 10px; }

  .title-page .block-17 {
    padding: 0 10px;
    flex-direction: column; }

  .title-page .block-18 {
    width: 100%;
    padding: 0 0 20px; }

  .title-page .block-22, .block-22 {
    padding-left: 10px;
    padding-right: 10px; }

  .block-35 {
    padding-left: 10px;
    padding-right: 10px; }

  .title-page .block-31, .block-31 {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 640px) {
  .title-page .form-50 .form-tfoot, .form-50 .form-tfoot {
    padding-right: 5px; } }

@media (max-width: 480px) {
  .title-page .blocklist-45 .item-outer {
    width: 100%;
    text-align: center; }

  .title-page .blocklist-45 .img-convert {
    margin-left: auto; }

  .title-page .blocklist-45 .item-label {
    display: none; } }

.title-page .side-panel .widget-13, .side-panel .widget-13 {
  text-align: left; }

.title-page .side-panel .menu-18 .menu-scroll > ul > li.menu-item > a, .side-panel .menu-18 .menu-scroll > ul > li.menu-item > a {
  justify-content: flex-start;
  text-align: left;
  font-size: 15px;
  padding-left: 0;
  margin-left: 0; }

.title-page .side-panel .menu-11 .menu-scroll > ul > li.menu-item > a, .side-panel .menu-11 .menu-scroll > ul > li.menu-item > a {
  justify-content: flex-start;
  text-align: left; }

.title-page .side-panel .widget-11, .side-panel .widget-11 {
  padding-bottom: 20px; }

.widget-48 {
  padding-top: 0; }
  @media (max-width: 960px) {
  .widget-48 {
    padding: 0; } }

.title-page .menu-26 .menu-scroll > ul ul > li > a .has-child-icon, .menu-26 .menu-scroll > ul ul > li > a .has-child-icon {
  display: none; }

.remodal[data-remodal-id="search-form"] .remodal-close-btn {
  font-size: 0; }

.title-page .block-9, .block-9 {
  width: auto; }

.title-page .popover-wrap-43 .popover-body .s3_button_large, .popover-wrap-43 .popover-body .s3_button_large {
  background: #d4d7a0;
  color: #000;
  box-shadow: none; }
  .title-page .popover-wrap-43 .popover-body .s3_button_large:hover, .popover-wrap-43 .popover-body .s3_button_large:hover {
    box-shadow: none; }

.title-page .menu-26 .menu-scroll > ul > li.haschild > a, .menu-26 .menu-scroll > ul > li.haschild > a {
  padding-right: 57px; }
  @media (min-width: 961px) and (max-width: 1200px) {
    .title-page .menu-26 .menu-scroll > ul > li.haschild > a, .menu-26 .menu-scroll > ul > li.haschild > a {
      padding-right: 22px; } }
  @media (min-width: 961px) and (max-width: 1200px) {
      .title-page .menu-26 .menu-scroll > ul > li.haschild > a .has-child-icon, .menu-26 .menu-scroll > ul > li.haschild > a .has-child-icon {
        margin-right: 0; } }

.title-page .menu-11 .menu-scroll > ul ul > li > a:hover, .menu-11 .menu-scroll > ul ul > li > a:hover {
  color: #d4d7a0; }

@media (min-width: 961px) {
  .title-page .block-8 .layout_15, .block-8 .layout_15 {
    align-self: center; } }

.title-page .lot_block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  .title-page .lot_block .slick-arrow {
    font-size: 0; }
  .title-page .lot_block .main-blocks .main-text {
    padding: 0; }
  .title-page .lot_block .main-blocks__item {
    margin-bottom: 20px; }
  .title-page .lot_block .main-blocks {
    padding: 0; }
  .title-page .lot_block .main-blocks .main-text__title {
    margin-bottom: 10px; }
  .title-page .lot_block .main-blocks .main-products {
    padding: 0; }
    @media (max-width: 960px) {
    .title-page .lot_block .main-blocks .main-products {
      margin: 0 0 20px;
      padding: 0 10px; } }
    @media (max-width: 960px) {
      .title-page .lot_block .main-blocks .main-products .product-list.thumbs {
        margin-bottom: 10px; } }
  .title-page .lot_block .main-blocks .main-products .product-list.thumbs .product-item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
    .title-page .lot_block .main-blocks .main-products .product-list.thumbs .product-item .product-flags {
      top: 10px; }
    .title-page .lot_block .main-blocks .main-products .product-list.thumbs .product-item .product-item__vendor {
      text-align: center;
      margin: 10px 0; }

@media (min-width: 1024px) {
  .title-page .blocklist-35 .title, .blocklist-35 .title {
    font-size: 50px; }

  .title-page .blocklist-35 .header_text, .blocklist-35 .header_text {
    font-size: 50px; } }
