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

.title-page .block-12 {
  background-attachment: fixed; }

.title-page .blocklist-26 .item-outer:hover .image-inner {
  background: rgba(211, 230, 39, 0.25); }

.block-42 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.block-42 .header .header_text {
  font-family: Fira Sans, sans-serif;
  color: #2b2b2b;
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: 500; }

.block-41 .block-42 {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0 30px; }

.block-41 .block-42 .widget-18 {
  width: 100%;
  display: block; }

.blocklist-32 .swipe-shadow-right, .blocklist-32 .swipe-shadow-left {
  background: none; }

.block-41 .block-42 .footer {
  display: none; }

.blocklist-32 .body-outer {
  width: 100%; }

.blocklist-32 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 20%;
  align-items: center; }

.blocklist-32 .list {
  display: flex; }

.blocklist-32 .item-outer .item {
  margin: 0 auto; }

.blocklist-32 .item-outer .item .image {
  padding: 0 5px; }

.blocklist-32 .body {
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.blocklist-32 .swipe-shadow-right {
  font-size: 20px;
  text-align: right;
  padding-top: 50%; }

.blocklist-32 .swipe-shadow-left {
  font-size: 20px;
  text-align: left;
  padding-top: 50%; }

.blocklist-32 .bx-auto_controls {
  display: none; }

.blocklist-32 .controls {
  margin: 10px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
  pointer-events: none;
  display: flex; }

.blocklist-32 .prev {
  margin: 0 0 0 -55px;
  background: url("../images/wm_block_list_slider-left.png") 9px 50% no-repeat; }

.blocklist-32 .next {
  background: url("../images/wm_block_list_slider-right.png") 13px 50% no-repeat;
  margin: 0 -55px 0 0; }

.blocklist-32 .controls span {
  border-radius: 50px;
  border: 2px solid rgba(0, 0, 0, 1);
  width: 40px;
  height: 40px;
  opacity: 0.3;
  cursor: pointer; }

.blocklist-32 span > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

@media (max-width: 960px) {
  .block-13 {
    margin-left: auto; }

  .title-page .widget-7, .widget-7 {
    margin-left: auto;
    margin-right: auto; }
    .title-page .widget-7 .inner, .widget-7 .inner {
      text-align: center; }

  .title-page .widget-8, .widget-8 {
    margin-left: auto;
    margin-right: auto; }
    .title-page .widget-8 .title, .widget-8 .title {
      text-align: center; } }

@media (max-width: 768px) and (min-width: 641px) {
  .widget-21 {
    margin-left: 30px; }

  .title-page .widget-21 {
    margin-left: 0; }

  .blocklist-32 .item-outer {
    width: 25%; } }

.blocklist-32 .item-outer .item .image {
  width: auto;
  padding: 0; }

body .side-panel .widget-8 {
  padding: 12px 10px;
  margin: 0px auto 10px 20px;
  border: none;
  z-index: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  width: 234px;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  body .side-panel .widget-8 .cell-text .title {
    display: none; }
  body .side-panel .widget-8 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row; }
  body .side-panel .widget-8 .text_body a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    color: #fff;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    font-size: 21px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    min-height: 0; }
  body .side-panel .widget-8 .block-body-drop {
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: 0;
    left: 100%; }

@media (max-width: 960px) {
  .block-41 .block-42 {
    padding: 40px 50px 30px; }

  .blocklist-32 .prev {
    margin: 0 0 0 -47px; }

  .blocklist-32 .next {
    margin: 0 -47px 0 0; }

  .block-41 .block-42 .all-in_header {
    line-height: 34px; }

  .title-page .block-17, .block-17 {
    padding-top: 70px; }

  .widget-23 {
    display: none; }

  .title-page .block-11, .block-11 {
    padding-top: 20px; } }

@media (max-width: 640px) {
  .blocklist-32 .item-outer {
    width: 33%; } }

@media (max-width: 480px) {
  .block-42 .header {
    display: block; }

  .title-page .widget-2, .widget-2 {
    margin-top: 50px; }

  .blocklist-32 .item-outer {
    width: 50%; }

  body div .decor-block-pics img {
    height: auto; } }

.block-41 .block-42 .widget-18 img {
  height: auto !important; }

.widget-18 .bx-wrapper {
  max-width: 100% !important; }

.popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px; }

.s3_form_field_content input[type="text"], .s3_form_field_content textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px; }

html body .popover-body .s3_button_large {
  background-image: linear-gradient(-180deg, #8cd164 0%, #63b435 100%);
  color: #fff; }

.g-comment {
  position: relative; }
  .g-comment .complain_btn {
    position: absolute;
    top: -12px;
    right: 10px; }
    .g-comment .complain_btn a {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      font-weight: normal;
      font-size: 13px;
      padding: 5px 10px;
      box-sizing: border-box;
      border-radius: 3px;
      padding-left: 27px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' enable-background='new 0 0 50 50'%3E%3Cpath d='M 25 3 C 12.86158 3 3 12.86158 3 25 C 3 37.13842 12.86158 47 25 47 C 37.13842 47 47 37.13842 47 25 C 47 12.86158 37.13842 3 25 3 z M 25 5 C 36.05754 5 45 13.94246 45 25 C 45 36.05754 36.05754 45 25 45 C 13.94246 45 5 36.05754 5 25 C 5 13.94246 13.94246 5 25 5 z M 23.8125 14.3125 C 23.5125 14.3125 23.40625 14.4875 23.40625 14.6875 L 23.40625 28.1875 C 23.40625 28.4875 23.6125 28.59375 23.8125 28.59375 L 26.09375 28.59375 C 26.39375 28.59375 26.5 28.3875 26.5 28.1875 L 26.5 14.6875 C 26.5 14.3875 26.29375 14.3125 26.09375 14.3125 L 23.8125 14.3125 z M 23.8125 32.3125 C 23.5125 32.3125 23.40625 32.4875 23.40625 32.6875 L 23.40625 35.3125 C 23.40625 35.6125 23.6125 35.6875 23.8125 35.6875 L 26.1875 35.6875 C 26.4875 35.6875 26.59375 35.5125 26.59375 35.3125 L 26.59375 32.6875 C 26.59375 32.3875 26.3875 32.3125 26.1875 32.3125 L 23.8125 32.3125 z' style='&%2310; fill: %23fff;&%2310;'/%3E%3C/svg%3E") left 5px top 50%/18px no-repeat, linear-gradient(-180deg, #8cd164 0%, #63b435 100%); }

.title-page .block-14, .block-14 {
  padding-bottom: 70px; }

@media (max-width: 980px) {
    html body #android_install {
      justify-content: center;
      padding: 0 20px;
      box-sizing: border-box; } }

.hide {
  display: none !important; }

[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 150px !important; }

@media screen and (max-width: 480px) {
  .blocks-bl .item-bl {
    margin: 0 auto; }

  .blocks-bl .item-bl .item {
    margin: 0 auto; } }
