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

.widget-110 {
  margin: 0; }

.block-63.left .widget-75 {
  text-align: left; }
  .block-63.left .widget-93 {
    justify-content: flex-start; }

.widget-75 {
  text-align: center; }

.widget-93 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.block-63 {
  padding-top: 0;
  margin-top: 0; }

.blocklist-83 .item {
  display: flex;
  flex-direction: column; }

.widget-100 {
  border: none;
  background: none;
  padding: 0; }

.blocklist-83 .product-article {
  font: 400 12px/1 'Roboto', sans-serif;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.5); }
  .blocklist-83 .product-article span {
    font: 400 12px/1 'Roboto', sans-serif; }

.blocklist-83 .text {
  margin-top: 10px; }

.widget-102 {
  width: auto;
  position: relative; }
  .widget-102 .count {
    position: absolute;
    left: 20px;
    top: -10px;
    background: #e4534e;
    font: 700 12px/1 'Roboto', sans-serif;
    -webkit-box-shadow: 0px 4px 4px rgba(210, 35, 42, 0.2);
    -moz-box-shadow: 0px 4px 4px rgba(210, 35, 42, 0.2);
    box-shadow: 0px 4px 4px rgba(210, 35, 42, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 4px;
    min-width: 10px;
    min-height: 10px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-width: 20px;
    height: 22px; }
  .widget-102 .count.not-null {
    display: flex; }

@media only screen and (max-width: 960px) {
  .side-panel .widget-102 {
    width: auto; }
    .side-panel .widget-102 .count {
      position: static;
      margin-left: 7px;
      margin-top: -2px; } }
  @media only screen and (max-width: 960px) and (max-width: 375px) {
    .side-panel .widget-102 {
      font-size: 0;
      line-height: 0; } }

.blocklist-168 .more {
  display: inline-block; }

.blocklist-168 .image a {
  justify-content: flex-start; }

.block-16 {
  z-index: 10; }

.block-15 {
  z-index: 11; }

.blocklist-168 {
  overflow: hidden; }

@media only screen and (max-width: 1020px) and (min-width: 961px) {
  .blocklist-168 .item {
    padding: 0 30px; } }

@media only screen and (min-width: 961px) {
  .block-72 {
    width: auto;
    max-width: 1380px; }
    .block-72 .blocklist-168 .item {
      padding-left: 70px;
      padding-right: 70px; }
      .block-72 .blocklist-168 .bx-auto_controls {
        margin-left: 70px; }
      .block-72 .blocklist-168 .controls {
        margin-right: 70px; } }

@media only screen and (max-width: 960px) {
  .schedule-106 .inner {
    display: -webkit-flex;
    display: flex; }

  .widget-54 {
    display: flex; }

  .widget-75:hover, .widget-75.hover, .widget-75.active {
    font-weight: 300; }

  .schedule-106 .text_body:hover, .schedule-106 .text_body.hover, .schedule-106 .text_body.active {
    font-weight: normal; }

  .side-panel .widget-38 {
    z-index: 6; }

  .authorization-31 .block-body-drop {
    background: #fff; } }

@media only screen and (max-width: 768px) {
  .menu-col-137 ul.menu-columns-items > li > a:hover, .menu-col-137 ul.menu-columns-items > li > a.hover, .menu-col-137 ul.menu-columns-items > li > a.active {
    color: #596899; } }

@media only screen and (max-width: 550px) {
  .shop2-cart-wrapper p.shop2-cart-update a.shop2-btn {
    margin-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  .blocklist-168 .item .image {
    display: flex;
    flex-direction: column;
    padding: 0; }
    .blocklist-168 .item .image .image-inner {
      position: static;
      margin: 0;
      width: 100%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

  .side-panel .widget-102 {
    margin: 0; } }

.top-line {
  border-bottom: 1px solid #e5e5e5; }

.block-16.in_page {
  padding-bottom: 30px; }

.block-63.in_page {
  padding-top: 35px; }

@media only screen and (min-width: 961px) {
    .menu-170 {
      padding: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      border-color: #e5e5e5;
      width: 290px; } }
  @media only screen and (min-width: 961px) {
    .menu-170 .menu-title {
      cursor: pointer;
      position: relative;
      margin: 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      transition: all 0.3s ease;
      margin-bottom: -1px;
      border-color: #e5e5e5;
      padding-left: 22px;
      padding-top: 27px; }
      .menu-170 .menu-title:before {
        content: '';
        position: absolute;
        width: 35px;
        height: 50px;
        right: 16px;
        bottom: 0;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        background: #f2f2f2; }
      .menu-170 .menu-title:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 7px;
        right: 28px;
        top: 35px;
        background: url(../mgi/jq-arrow.svg) 50% 50% no-repeat;
        transition: all 0.3s ease; }
      .menu-170 .menu-title.opened {
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0; }
        .menu-170 .menu-title.opened:after {
          transform: rotate(180deg); } }
  @media only screen and (min-width: 961px) {
    .menu-170 .menu-scroll {
      margin-top: 8px;
      display: none; } }
  @media only screen and (max-width: 960px) {
    .menu-170 .menu-scroll {
      display: block !important; } }
  .menu-170 .menu-scroll > ul {
    padding-bottom: 14px; }
    .menu-170 .menu-scroll > ul li.opened.menu-item > a {
      color: #8ab1dd;
      background: #fafafa; }
      .menu-170 .menu-scroll > ul li.opened > ul {
        display: block; }
      .menu-170 .menu-scroll > ul li.opened > a .has-child-icon {
        background-image: url(../mgi/min.svg); }
      .menu-170 .menu-scroll > ul li:hover > a .has-child-icon, .menu-170 .menu-scroll > ul li:active > a .has-child-icon {
        background-image: url(../mgi/plus-active.svg); }
      .menu-170 .menu-scroll > ul li:hover.opened > a .has-child-icon, .menu-170 .menu-scroll > ul li:active.opened > a .has-child-icon {
        background-image: url(../mgi/min-active.svg); }

.blocklist-84 .item a {
  text-decoration: none; }
  .blocklist-84 .item .more {
    border: 1px solid #87addb;
    display: -webkit-inline-flex;
    display: inline-flex;
    box-sizing: border-box;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #87addb;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 44px;
    padding-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px; }
    .blocklist-84 .item .more:hover, .blocklist-84 .item .more:active {
      color: #fff;
      background: #87addb; }

@media (min-width: 960px) {
  .blocklist-168 .image-inner {
    padding: 10px 10px;
    max-width: 420px; } }

@media (max-width: 768px) {
  .blocklist-168 .image {
    display: flex;
    flex-direction: column;
    padding: 0; }

  .blocklist-168 .item .image .image-inner {
    position: static;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .blocklist-168 .image-inner {
    padding: 0; } }

.schedule-106 .title #Rounded_Rectangle_1-6 {
  fill: #000; }

.folders_block_list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .folders_block_list .folder-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .folders_block_list .folder-item:hover .folder-name {
    color: #e4534e; }
  .folders_block_list .folder-item-inner {
    margin: 10px; }
  .folders_block_list .folder-image {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .folders_block_list .folder-image img {
    max-width: 200px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .folders_block_list .folder-image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
  .folders_block_list .folder-name {
    display: block;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  @media (max-width: 1100px) {
  .folders_block_list .folder-image {
    width: auto;
    height: auto; }
    .folders_block_list .folder-image img {
      max-width: 100%; } }
  @media (max-width: 480px) {
  .folders_block_list .folder-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%; } }
  @media (max-width: 360px) {
  .folders_block_list .folder-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%; } }

.block-52, .widget-53 {
  width: auto; }

.phones-160 .text_body, .phones-60 .text_body {
  text-align: right; }
  .phones-160 .text_body a, .phones-60 .text_body a {
    font-weight: 600; }

@media (min-width: 960px) {
  .blocklist-168 {
    max-height: 300px; }

  .blocklist-168 .img-convert {
    max-height: 240px; }

  .widget-108 {
    padding-bottom: 20px; }

  .blocklist-168 .img-convert {
    background: #fff; }

  .menu-6 .menu-scroll ul li.home_class_top {
    display: flex;
    height: 36px;
    padding-left: 20px;
    align-items: center; }
    .menu-6 .menu-scroll ul li.home_class_top a {
      background: url('/t/images/domik.png') no-repeat;
      width: 30px;
      height: 34px;
      background-size: contain; }

  .block-13 {
    padding-top: 0;
    padding-bottom: 0; }

  .block-16 {
    padding-bottom: 2px;
    padding-top: 9px; }

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

  .block-83 {
    margin-top: 10px; }

  .block-83 .layout_104.product .widget-76 p {
    margin: 0; }

  .widget-67 {
    padding-top: 0; }

  .widget-64, .widget-22, .search-online-store .block-title, .widget-100, .widget-102 {
    min-height: 38px; }

  .widget-33 .cart-wr .desctop {
    height: 36px !important; }

  .widget-33 {
    min-height: 38px; }

  .search-4 button, .search-4 input {
    min-height: 36px; }

  .search-online-store .block-title {
    min-height: 36px !important;
    font: 500 16px/36px 'Roboto', sans-serif !important; }

  .ticker {
    margin-top: 2px; }

  .email-161 .text_body {
    text-align: right; }

  .menu-6 .menu-scroll > ul > li.more-button > a {
    min-height: 34px;
    padding: 5px 15px 5px;
    align-items: center; }
    .menu-6 .menu-scroll > ul > li.more-button > a span {
      margin-top: -13px; }

  .menu-6 .menu-scroll > ul > li.menu-item > a {
    min-height: 34px;
    align-items: center; }

  .widget-38 {
    padding: 5px 0 0px;
    min-height: 34px; }

  .blocklist-168 .title {
    font-size: 30px;
    margin-bottom: 5px; }

  .blocklist-168 .more {
    margin-top: 10px;
    padding: 9px 24px; }

  .blocklist-168 .image-inner {
    margin: -130px 0 60px; } }

.pay_edit_block a {
  text-decoration: none; }
  .pay_edit_block a img {
    max-height: 34px; }

@media (max-width: 480px) {
  .block-37 {
    padding-left: 0;
    padding-right: 0; }

  .widget-100 {
    min-height: 36px !important; }

  .search-online-store .block-title {
    min-height: 36px !important; }

  .widget-22 {
    min-height: 36px !important;
    margin-top: -38px; }

  .search-4 input, .search-4 button {
    min-height: 36px; }

  .side-panel-32 .side-panel-button {
    min-height: 36px;
    padding-top: 5px;
    padding-bottom: 5px; }

  .side-panel .widget-102 {
    min-height: 36px;
    height: 36px; }

  .widget-33 .cart-wr .mobile {
    height: 36px !important; }

  .side-panel-32 .side-panel-top {
    height: 36px; }

  .widget-101 span {
    font-size: 13pt !important; }

  .block-82, .widget-101 {
    margin-top: 0; }

  .block-13 {
    padding-top: 30px;
    padding-bottom: 0; }

  .blocklist-168 .img-convert {
    height: 200px; }

  .blocklist-168 .title {
    font-size: 20px;
    margin-bottom: 5px; }

  .blocklist-168 .text {
    margin-bottom: 5px; }

  .blocklist-168 .item .image .image-inner {
    padding-left: 20px;
    padding-right: 20px; } }

.widget-101 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif; }

.blocklist-84 .item-label {
  margin-top: 5px; }

.blocklist-84 .title {
  margin-top: 11px; }
