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

@media (min-width: 961px) {
    .title-page .block-13 .layout_13, .block-13 .layout_13 {
      display: block;
      width: auto;
      flex: 1 0 auto; } }

.title-page .block-13 .layout_10, .block-13 .layout_10 {
  width: auto;
  display: flex;
  flex: 1 0 auto; }
  @media (max-width: 768px) {
  .title-page .block-13 .layout_10, .block-13 .layout_10 {
    display: none; } }

.title-page .widget-7, .widget-7 {
  width: auto; }

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

.title-page .block-13 .layout_4, .block-13 .layout_4 {
  width: auto;
  flex: 1 0 auto; }

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

.title-page .block-3 .layout_5, .block-3 .layout_5 {
  display: flex;
  flex-direction: row; }

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

.title-page .block-4 .layout_7, .block-4 .layout_7 {
  display: block; }

.title-page .block-4 .layout_6, .block-4 .layout_6 {
  display: block; }

.title-page .block-8 .layout_67, .block-8 .layout_67 {
  flex: none; }

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

.title-page .menu-26 .menu-scroll > ul > li.more-button, .menu-26 .menu-scroll > ul > li.more-button {
  margin: 0;
  display: block; }
  .title-page .menu-26 .menu-scroll > ul > li.more-button > a, .menu-26 .menu-scroll > ul > li.more-button > a {
    background: rgba(25, 145, 20, 0.5); }

.title-page .authorization-7 .block-body-drop, .authorization-7 .block-body-drop {
  right: 0;
  background: #fff;
  padding-bottom: 10px; }

.title-page .search-9 input, .search-9 input {
  color: #fff; }

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

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

.title-page .form-55 .form-text input:hover, .title-page .form-55 .form-text input.active, .form-55 .form-text input:hover, .form-55 .form-text input.active {
  box-shadow: none; }

.title-page .form-55 .form-success, .form-55 .form-success {
  background: none;
  color: #fff; }

.title-page .blocklist-36 .item-outer {
  text-decoration: none;
  padding-bottom: 35px; }

.title-page .blocklist-36 .text {
  padding-bottom: 0; }

.title-page .widget-37, .widget-37 {
  background: none; }

.title-page .menu-28 .menu-scroll > ul ul, .menu-28 .menu-scroll > ul ul {
  width: 200px;
  background: #199114; }

.title-page .menu-28 .menu-scroll > ul ul > li > a, .menu-28 .menu-scroll > ul ul > li > a {
  background: #199114;
  text-align: left; }
  .title-page .menu-28 .menu-scroll > ul ul > li > a:hover, .menu-28 .menu-scroll > ul ul > li > a:hover {
    text-decoration: underline; }

.title-page .widget-2, .widget-2 {
  text-decoration: none; }

.title-page .side-panel .authorization-7 .register-type2, .side-panel .authorization-7 .register-type2 {
  text-decoration: underline; }

@media (min-width: 961px) {
  .title-page .form-55 .icon.img_email, .form-55 .icon.img_email {
    min-height: 37px;
    height: 37px; }

  .title-page .form-55 .form-text input, .form-55 .form-text input {
    padding-right: 46px; }

  .title-page .authorization-7 a, .authorization-7 a {
    display: block; } }

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

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

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

  .title-page .editable_block-29 .body {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }

  .title-page .editable_block-29 .image {
    margin-bottom: 20px; }

  .title-page .blocklist-36 .item-outer {
    width: 50%; }

  .title-page .form-55 .form-table, .form-55 .form-table {
    flex-direction: column; }

  .title-page .form-55 .form-submit button, .form-55 .form-submit button {
    margin: 6px auto 0; } }

.title-page .phones-52 .text_body .align-elem div:nth-child(odd) a, .phones-52 .text_body .align-elem div:nth-child(odd) a {
  font-weight: 300;
  font-size: 22px;
  color: #fff; }

.title-page .side-panel-16 .side-panel-top-inner, .side-panel-16 .side-panel-top-inner {
  align-items: center; }

.title-page .side-panel .widget-2, .side-panel .widget-2 {
  margin: 0; }

.title-page .blocklist-36 .title {
  margin: 0; }

.title-page .side-panel .authorization-7 .block-body, .side-panel .authorization-7 .block-body {
  padding-bottom: 10px; }

@media (max-width: 960px) {
  .title-page .side-panel-16 .side-panel-content-inner, .side-panel-16 .side-panel-content-inner {
    padding-top: 10px; }

  .title-page .block-13, .block-13 {
    margin-top: 10px;
    display: flex; }

  .title-page .block-16 .layout_32 {
    order: 5; }

  .title-page .editable_block-29 .image {
    padding: 20px;
    margin: 0; }

  .title-page .editable_block-29 .img-convert {
    margin: 0; }

  .title-page .editable_block-29 .body {
    align-items: center; }

  .title-page .editable_block-29 .header {
    text-align: center; }

  .title-page .widget-28, .widget-28 {
    width: 100%; }

  .title-page .block-14, .block-14 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px; }

  .title-page .widget-18, .widget-18 {
    max-width: 240px;
    width: 100%;
    margin: 0 10px 10px;
    padding: 0; }

  .title-page .widget-37, .widget-37 {
    max-width: 240px;
    width: 100%;
    margin: 18px 10px; }

  .title-page .block-16, .block-16 {
    flex-wrap: nowrap; }

  .block-34 {
    background: none; }

  .block-2 {
    padding-bottom: 0; }

  .block-16 {
    padding-top: 20px; }

  .block-32 {
    display: none; } }

@media (max-width: 960px) {
  .title-page .block-6 .layout_8, .block-6 .layout_8, .title-page .block-6 .layout_18, .block-6 .layout_18, .title-page .block-6 .layout_22, .block-6 .layout_22, .title-page .block-6 .layout_18_id_12, .block-6 .layout_18_id_12 {
    display: none; } }

@media (max-width: 768px) {
  .title-page .block-11, .block-11 {
    display: none; }

  .title-page .block-6, .block-6 {
    display: block; }

  .title-page .block-27, .block-27 {
    padding: 0 20px; }

  .title-page .form-55 .form-text, .form-55 .form-text {
    width: 100%; }

  .title-page .block-6 .layout_22, .block-6 .layout_22 {
    display: flex; }

  .title-page .block-10, .block-10 {
    display: flex; }

  .title-page .widget-12, .widget-12 {
    background: #199114;
    margin-bottom: 5px; } }

@media (max-width: 480px) {
  .title-page .editable_block-29 .image {
    width: 100%;
    padding: 5px; }

  .title-page .editable_block-29 .img-convert {
    height: auto; } }

.email-51 .text_body a {
  color: #feed00; }

.widget-30 a {
  color: #d8d8d8; }

.widget-40 {
  padding-top: 0;
  padding-bottom: 20px; }

.title-page .widget-9, .widget-9 {
  z-index: 20; }

.title-page .phones-52 .text_body .align-elem, .phones-52 .text_body .align-elem {
  display: flex;
  flex-direction: column-reverse; }

.title-page .phones-12 .icon, .phones-12 .icon {
  display: none; }

.title-page .phones-12 a, .phones-12 a {
  display: flex;
  align-items: center; }
  .title-page .phones-12 a .icon, .phones-12 a .icon {
    display: block;
    border: none;
    box-sizing: border-box;
    height: 16px;
    width: 27px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIGlkPSJzdmctMSI+PHBhdGggZD0iTTIyIDE2LjkydjNhMiAyIDAgMCAxLTIuMTggMiAxOS43OSAxOS43OSAwIDAgMS04LjYzLTMuMDcgMTkuNSAxOS41IDAgMCAxLTYtNiAxOS43OSAxOS43OSAwIDAgMS0zLjA3LTguNjdBMiAyIDAgMCAxIDQuMTEgMmgzYTIgMiAwIDAgMSAyIDEuNzIgMTIuODQgMTIuODQgMCAwIDAgLjcgMi44MSAyIDIgMCAwIDEtLjQ1IDIuMTFMOC4wOSA5LjkxYTE2IDE2IDAgMCAwIDYgNmwxLjI3LTEuMjdhMiAyIDAgMCAxIDIuMTEtLjQ1IDEyLjg0IDEyLjg0IDAgMCAwIDIuODEuN0EyIDIgMCAwIDEgMjIgMTYuOTJ6IiBpZD0icGF0aC0yIiBzdHJva2Utb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlPSIjZmZmZmZmIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD48L3N2Zz4=)  left 50% top 50% / 19px no-repeat;
    margin-right: 5px;
    min-height: unset; }

.title-page .layout_18_id_12 .widget-25, .layout_18_id_12 .widget-25 {
  padding-left: 34px;
  margin-bottom: 5px; }
  .title-page .layout_18_id_12 .widget-25 a, .layout_18_id_12 .widget-25 a {
    color: #fff;
    text-decoration: unset !important;
    position: relative;
    font-size: 14px; }
    .title-page .layout_18_id_12 .widget-25 a:before, .layout_18_id_12 .widget-25 a:before {
      content: "";
      position: absolute;
      left: -33px;
      top: 4px;
      display: block;
      border: none;
      box-sizing: border-box;
      height: 16px;
      width: 27px;
      background: url(../fgs16_mail_full.svg) left 50% top 50% / 22px no-repeat;
      margin-right: 5px;
      min-height: unset; }

.title-page .widget-10 .align-elem, .widget-10 .align-elem {
  position: relative; }
  .title-page .widget-10 .align-elem:before, .widget-10 .align-elem:before {
    content: "";
    position: absolute;
    left: -33px;
    top: -4px;
    display: block;
    border: none;
    box-sizing: border-box;
    height: 20px;
    width: 27px;
    background: url(../icons8-marker-50.png) left 50% top 50% / 17px no-repeat;
    margin-right: 5px;
    min-height: unset; }

.title-page .block-6, .block-6 {
  align-items: center;
  margin-bottom: 5px; }
  .title-page .block-6 .layout_22, .block-6 .layout_22 {
    margin: 0; }

.title-page .block-2, .block-2 {
  padding-top: 10px; }

@media (max-width: 960px) {
  .title-page .phones-12 a .icon, .phones-12 a .icon {
    width: 26px;
    height: 26px;
    margin-right: 5px !important; } }

@media (max-width: 960px) {
  .title-page .menu-26 .menu-scroll > ul > li.menu-item > a, .menu-26 .menu-scroll > ul > li.menu-item > a {
    line-height: 1;
    min-height: 0;
    padding: 5px; }

  .title-page .site-name-14 img, .site-name-14 img {
    max-height: 35px;
    width: auto;
    margin: auto; }

  .title-page .side-panel .site-name-14 .sn-logo, .side-panel .site-name-14 .sn-logo {
    min-height: 0;
    width: 60px;
    display: flex; }

  .title-page .side-panel-16 .side-panel-button, .side-panel-16 .side-panel-button {
    min-height: 50px; } }

@media (max-width: 480px) {
  .product-list.product-list-thumbs .product-item .product-name, .product-list.product-list-thumbs .product-item .product-anonce, .product-list.product-list-thumbs .product-item .product-desc {
    text-align: left; } }

.widget-38 {
  display: flex; }
