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

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 .site-name-8 .sn-wrap, .site-name-8 .sn-wrap {
  align-items: center; }

.title-page .form-37 .form-success, .form-37 .form-success {
  text-align: center;
  background: none; }

.title-page .site-name-8 a, .site-name-8 a {
  color: #000; }

.title-page .menu-3 .menu-scroll > ul ul > li > a, .menu-72 .menu-scroll > ul ul > li > a {
  background: #eee;
  color: #000; }
  .title-page .menu-3 .menu-scroll > ul ul > li:hover > a, .menu-72 .menu-scroll > ul ul > li:hover > a {
    background: #f3f3f3; }

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

.title-page .menu-3 .menu-scroll > ul > li.more-button, .menu-72 .menu-scroll > ul > li.more-button {
  display: block;
  margin: 0; }
  .title-page .menu-3 .menu-scroll > ul > li.more-button > a, .menu-72 .menu-scroll > ul > li.more-button > a {
    background: none;
    color: #000; }

.popup_sear {
  cursor: pointer;
  width: 36px;
  height: 45px;
  background: url("../images/icon_7148724.svg") right 50% top 50% / 18px no-repeat;
  margin-right: 6px; }

.title-page .menu-23 .menu-scroll > ul ul > li > a, .menu-23 .menu-scroll > ul ul > li > a {
  background: #eee;
  color: #000; }
  .title-page .menu-23 .menu-scroll > ul ul > li:hover > a, .menu-23 .menu-scroll > ul ul > li:hover > a {
    background: #fff;
    color: #b88a4a; }

.shop2-search-wrap .shop2-btn {
  color: #fff; }

.title-page .popover-wrap-25 .popover-close, .popover-wrap-25 .popover-close {
  background: url("../images/close2.svg") 50% 50% / 50% no-repeat #f0b502;
  border-radius: 4px; }

.title-page .popover-wrap-25 .popover-body .s3_button_large, .popover-wrap-25 .popover-body .s3_button_large {
  background: #f0b502;
  color: #fff; }

.title-page .blocklist-31 .bot-wr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.title-page .blocklist-31 .price-inner {
  margin: 0; }

.title-page .blocklist-31 .more {
  margin: 0 auto; }

.title-page .blocklist-31 .price-value {
  margin: 0;
  align-items: center; }

.title-page .blocklist-31 .price {
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .title-page .blocklist-31 .price .price-old {
    color: #d42821;
    font-size: 14px;
    position: relative; }
    .title-page .blocklist-31 .price .price-old:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: 0;
      right: -4px;
      height: 1px;
      background: #d42821; }

.title-page .blocklist-30 .bot-wr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.title-page .blocklist-30 .price-inner {
  margin: 0; }

.title-page .blocklist-30 .more {
  margin: 0 auto; }

.title-page .blocklist-30 .price-value {
  margin: 0;
  align-items: center; }

.title-page .blocklist-30 .price {
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .title-page .blocklist-30 .price .price-old {
    font-size: 14px;
    color: #d42821;
    position: relative; }
    .title-page .blocklist-30 .price .price-old:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: 0;
      right: -4px;
      height: 1px;
      background: #d42821; }

.pay_system {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 960px) {
  .pay_system {
    padding-left: 20px;
    justify-content: flex-start; } }
  .pay_system .pay-item {
    display: inline-block;
    margin: 0 4px 2px;
    text-decoration: none;
    font-size: 0;
    max-width: 50px; }
    .pay_system .pay-item img {
      max-width: 100%;
      height: auto; }

.title-page .side-panel .widget-3, .side-panel .widget-38 {
  padding-left: 28px; }

.title-page .widget-37, .widget-39 {
  margin-left: 28px; }

.title-page .side-panel .widget-6, .side-panel .widget-6 {
  margin: 0 0 0 10px; }

.title-page .side-panel .widget-28, .side-panel .widget-28 {
  padding-left: 10px; }

.title-page .blocklist-30 .img-convert, .title-page .blocklist-31 .img-convert {
  height: auto; }

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

  .title-page .block-12 .layout_24, .block-12 .layout_24 {
    max-width: calc(100% - 240px); }

  .title-page .block-14, .block-14 {
    padding-left: 15px; }

  .title-page .block-4, .block-30 {
    padding-left: 15px;
    padding-right: 15px; }

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

  .title-page .block-6, .block-6 {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    margin: 0; }

  .title-page .block-6 .layout_57, .block-6 .layout_57 {
    margin-bottom: 10px; }

  .title-page .block-11, .block-11 {
    flex-direction: column-reverse;
    width: auto;
    margin: 0; }

  .title-page .block-11 .layout_18, .block-11 .layout_18 {
    margin-top: 10px; }

  .title-page .block-7, .block-7 {
    display: flex;
    align-items: center; }

  .title-page .block-18, .block-18 {
    width: auto;
    margin-right: 30px;
    margin-left: 30px; }

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

  .title-page .block-20 .layout_39_id_52, .block-20 .layout_39_id_52 {
    flex-direction: column; }

  .title-page .widget-28, .widget-28 {
    padding-left: 0; } }

.widget-30 {
  padding-top: 20px; }

.title-page .editable_block-35 .item-label p {
  margin: 0; }

.title-page h1 {
  font-size: 25px;
  font-weight: bold; }
  @media (max-width: 960px) {
  .title-page h1 {
    font-size: 20px; } }

.title-page .menu-col-53 ul.menu-columns-items > li, .menu-col-53 ul.menu-columns-items > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .title-page .menu-col-53 ul.menu-columns-items > li a, .menu-col-53 ul.menu-columns-items > li a {
    width: auto; }
    @media (max-width: 960px) {
  .title-page .menu-col-53 ul.menu-columns-items > li a, .menu-col-53 ul.menu-columns-items > li a {
    color: #000; }
    .title-page .menu-col-53 ul.menu-columns-items > li a:hover, .menu-col-53 ul.menu-columns-items > li a:hover {
      color: #000 !important; } }

.title-page .phones-11 .cell-text, .phones-11 .cell-text {
  text-decoration: none; }

.title-page .side-panel .phones-11 .inner, .side-panel .phones-11 .inner {
  align-items: center; }

.title-page .side-panel .phones-11 .cell-text, .side-panel .phones-11 .cell-text {
  flex-direction: row;
  align-items: center;
  padding: 5px 5px 0 0; }
  .title-page .side-panel .phones-11 .cell-text .title, .side-panel .phones-11 .cell-text .title {
    margin-right: 5px; }

@media (max-width: 960px) {
  .title-page .widget-29, .widget-29 {
    z-index: 20; }

  .title-page .widget-17, .widget-17 {
    padding-left: 10px;
    padding-right: 10px; }

  .block-14 {
    padding-bottom: 20px; } }

@media (max-width: 768px) {
  .title-page .form-37 .form-text, .form-37 .form-text {
    width: 100%; } }

@media (max-width: 425px) {
  .title-page .blocklist-30 .item-outer {
    width: 100%; }

  .title-page .blocklist-31 .item-outer {
    width: 100%; } }

@media (max-width: 768px) {
    .title-page .news-32 .item__image, .news-32 .item__image {
      float: none; } }

.title-page .site-name-8 img, .site-name-8 img {
  width: auto; }

.title-page .form-37 .group-text, .form-37 .group-text {
  flex-direction: column; }

.title-page .form-37 .form-checkbox, .form-37 .form-checkbox {
  text-align: left;
  width: 100%; }

.title-page .form-37 .form-checkbox input, .form-37 .form-checkbox input {
  display: none; }

@media (max-width: 768px) {
    .title-page .form-37 .form-checkbox .form-item__body, .form-37 .form-checkbox .form-item__body {
      justify-content: center; } }

.title-page .form-37 .form-checkbox .form-item__body label.form-item__title, .form-37 .form-checkbox .form-item__body label.form-item__title {
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin: 8px auto 0; }
  @media (max-width: 768px) {
  .title-page .form-37 .form-checkbox .form-item__body label.form-item__title, .form-37 .form-checkbox .form-item__body label.form-item__title {
    flex: none; } }
  .title-page .form-37 .form-checkbox .form-item__body label.form-item__title a, .form-37 .form-checkbox .form-item__body label.form-item__title a {
    font-weight: bold;
    text-decoration: none;
    color: #000; }

.title-page .form-37 .form-checkbox input[type=checkbox] + label:before, .form-37 .form-checkbox input[type=checkbox] + label:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: calc(50% - 7px);
  border: 1px solid #474241;
  box-sizing: border-box;
  cursor: pointer; }
  .title-page .form-37 .form-checkbox input[type=checkbox]:checked + label:before, .form-37 .form-checkbox input[type=checkbox]:checked + label:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M421.876,56.307c-6.548-6.78-17.352-6.968-24.132-0.42c-0.142,0.137-0.282,0.277-0.42,0.42L119.257,334.375 l-90.334-90.334c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.713l102.4,102.4 c6.665,6.663,17.468,6.663,24.132,0L421.456,80.44C428.236,73.891,428.424,63.087,421.876,56.307z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") 50% 50% / 8px no-repeat; }

@media (max-width: 640px) {
  .title-page .widget-19, .widget-19 {
    padding-left: 15px;
    padding-right: 15px; } }

body .tags_cloud_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

body .tags_cloud_wrapper .tag-item {
  width: 100%;
  max-width: 31%;
  margin-bottom: 15px; }

@media (max-width: 550px) {
  body .tags_cloud_wrapper .tag-item {
    max-width: 48%; } }

body .tags_cloud_wrapper .tag-item a {
  display: block;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  padding: 10px;
  color: #000;
  background: #f3f3f3; }
  body .tags_cloud_wrapper .tag-item a:hover {
    background: #e7a90e;
    color: #fff; }
