div.viewport {
  width: auto;
  max-width: 1312px;
  padding: 0 1rem;
}

* {
  box-sizing: border-box;
}

div.content-table,
div.tariff-table {
  width: 100%;
}

div.content-wiki table,
div.content-table table {
  max-width: 100%;
  width: 100%;
}

.paramswrap {
  display: flex;
  flex-wrap: wrap;
}

div.content ul.forms {
  margin-left: 0;
}

label.form-compact-prefix {
  height: auto;
  min-height: 33px;
  line-height: 144%;
  display: flex;
  align-items: center;
}

input[type=text],
input[type=password] {
  height: 33px;
}

input[type=checkbox],
input[type=radio] {
  margin: 5px;
  top: 0;
}

ul.filters select, ul.filters input[type=text], ul.filters input[type=password] {
  height: 25px;
}

ul.filters li > table input[type=text] {
  width: 50px;
}

div.content pre {
  max-width: 100%;
  overflow: auto;
}

.button-submit {
  width: auto;
}

@media (max-width: 992px) {
  .mobile-form,
  .mobile_vis {
    display: none;
  }
  ul.showcase-blocks {
    min-height: 100px;
    position: relative;
  }
  .swiper-slide,
  .swiper-wrapper,
  body {
    height: 100%;
    width: 100%;
  }
  .swiper-slide,
  body,
  div.viewport {
    width: 100%;
  }
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    position: relative;
  }
  html {
    -webkit-text-size-adjust: 100%;
  }
  a.illustration-main,
  div.service-block,
  nav {
    display: none;
  }
  .hidden,
  .mobile_hidden {
    display: none !important;
  }
  .mobile_vis {
    display: block !important;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  header {
    background: 0 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
  }
  header a.logo-webmoney {
    width: 60%;
    display: block;
  }
  div.header-functions {
    display: block;
    width: 100px;
    float: right;
    margin: 0;
  }
  table.header-user {
    width: 100%;
    display: block;
  }
  table.header-user tbody {
    float: right;
  }
  td.header-user-search {
    padding-right: 0;
    width: auto;
  }
  #search-button,
  td.header-user-search .hus_btn {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/search.png) center center no-repeat #fff;
    background-size: 22px 22px;
    float: right;
    display: block;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
  #search-button {
    background: url(../img/search_ac.png) center center no-repeat #1e5ba7;
    background-size: 22px 22px;
  }
  .header-registration,
  td.header-user-search .search-block {
    display: none;
  }
  div.main-fieldset fieldset {
    width: 100%;
  }
  header button.sidebar-toggle-button {
    float: right;
    margin: 0;
    width: 50px;
    height: 50px;
    background: url(../img/menu.png) center center no-repeat #fff;
    background-size: 18px 12px;
    border-left: 1px solid #e5e5e5;
    display: none;
  }
  header button.sidebar-toggle-button.opened {
    background: url(../img/menu_ac.png) center center no-repeat #1e5ba7;
    background-size: 18px 12px;
  }
  td.header-user-search .search-block {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    border: none;
    height: 50px;
  }
  td.header-user-search .search-block.active {
    display: block;
  }
  td.header-user-search .search-block .toggle-search {
    position: absolute;
    right: 64px;
    top: 50%;
    margin-top: -12px;
    background: url(../img/arror_down.png) center center no-repeat #fff;
    background-size: 12px 6px;
    display: block;
    width: 25px;
    height: 22px;
  }
  td.header-user-search .search-block .toggle-search.arror_top {
    background: url(../img/arror_top.png) center center no-repeat #fff;
    background-size: 12px 6px;
  }
  td.header-user-search .search-block #search-button {
    display: none;
  }
  div.search-block > input[type=search] {
    float: left;
    width: 157px;
    height: 29px;
    padding: 0;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    outline: 0;
    font-family: Verdana, Arial, sans-serif;
    border-radius: 0;
    box-shadow: none;
    text-overflow: ellipsis;
    -webkit-appearance: none;
  }
  div.search-block > input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  td.header-user-search div.search-block > input[type=search] {
    height: 28px;
    margin-top: 10px;
    border: none;
    border-bottom: 2px solid #c4c8cc;
    width: 66%;
    width: calc(100% - 117px);
    font-size: 16px;
    box-shadow: none;
    outline: 0;
    margin-left: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  td.header-user-search div.search-block > input[type=search]:focus {
    border-bottom: 2px solid #1e5ba7;
  }
  td.header-user-search .search-block .close_s {
    content: "";
    display: block;
    width: 40px;
    height: 50px;
    background: url(../img/back.png) center center no-repeat;
    background-size: 15px 15px;
    float: left;
  }
  td.header-user-search .search-block .remove_text {
    content: "";
    width: 40px;
    height: 50px;
    background: url(../img/close_s.png) center center no-repeat;
    background-size: 12px 12px;
    float: right;
    position: absolute;
    top: 50%;
    right: 61px;
    margin-top: -25px;
    display: none;
  }
  .sb_header a.user-link-to-events img {
    position: static;
    float: left;
    margin-right: 10px;
  }
  .sb_header a.user-link-to-events {
    border-bottom: none;
    color: #fff;
  }
  .sb_header a.user-link-to-events span {
    width: 100px;
    display: inline-block;
    font-size: 13px;
  }
  .header-user-block {
    position: relative;
    background: #fff;
  }
  td.header-user-block > div.wmidAvPopup {
    position: absolute;
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    right: 10px;
    top: 44px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
    height: auto;
    width: auto;
    display: none;
    z-index: 1;
  }
  td.header-user-block > div.wmidAvPopup.active {
    display: block;
  }
  td.header-user-block > div.wmidAvPopup:after,
  td.header-user-block > div.wmidAvPopup:before {
    bottom: 100%;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  a.icon-log-off,
  td.header-user-block a.user-link-to-events {
    height: auto;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
  }
  td.header-user-block > div.wmidAvPopup:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-right: -5px;
    display: block;
  }
  td.header-user-block > div.wmidAvPopup:before {
    border-color: rgba(205, 205, 205, 0);
    border-bottom-color: #cdcdcd;
    border-width: 6px;
    margin-right: -6px;
    display: block;
  }
  td.header-user-block a.user-link-to-events {
    line-height: 18px;
    color: #353535;
    font-weight: 900;
    font-size: 18px;
    width: auto;
    border-bottom: 1px solid #bdbdbd !important;
    margin-bottom: 5px;
    padding-bottom: 8px;
  }
  td.header-user-block a.user-link-to-events span {
    border-bottom: none;
    width: auto;
  }
  td.header-user-block a.user-link-to-events b {
    color: #8c8c8c;
    display: block;
    font-weight: 700;
    font-size: 14px;
  }
  .wmidAv {
    float: right;
    padding: 12px 10px;
    cursor: pointer;
  }
  .overlayM {
    display: none;
    position: fixed;
    background: 0 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
  }
  .overlayM.active {
    display: block;
  }
  a.icon-log-off {
    background: url(../img/logout.png) left center no-repeat;
    background-size: 20px 21px;
    width: 100%;
    position: static;
    padding-left: 25px;
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
  }
  td.header-user-block {
    width: auto;
  }
  a.header-sign-in {
    background: url(../img/login-gray.png) center center no-repeat;
    background-size: 22px 22px;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    float: left;
  }
  td.header-user-buttons a.header-registration {
    display: none;
  }
  td.header-user-buttons a.header-sign-in {
    width: 50px;
    height: 50px;
  }
  ul.search-more {
    position: absolute;
    top: 38px;
    right: 68px;
    left: auto;
    border: 1px solid #c4c8cc;
    box-shadow: 0 4px 10px 0 rgba(21, 21, 20, 0.4);
    border-top: none;
    width: 66%;
    width: calc(100% - 117px);
  }
  ul.search-more li a {
    font-size: 14px;
    color: #646669;
    padding: 12px 10px;
  }
  ul.search-more li {
    margin-top: 0;
  }
  ul.search-more li a.search-current {
    color: #fff;
    background-color: #1e5ba7;
  }
  div.service-block {
    display: block;
    margin: 0;
    height: auto;
  }
  div.service-block-just-logo ul.service-menu {
    margin-left: 0;
  }
  div.service-block div.service-tab-active a,
  div.service-block div.service-tab-active span {
    display: inline-block;
    float: left;
    font-size: 17px;
    height: 34px;
    line-height: 30px;
    margin-right: 7px;
    margin-top: 7px;
  }
  div.service-block div.service-tab-active a img {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    position: static;
  }
  .service-title,
  .st_parent,
  div.service-block a.service-block-custom-logo {
    display: none;
  }
  div.service-block-custom {
    padding-left: 0;
  }
  div.service-block > ul li.service-tabs {
    display: block;
  }
  li.service-tabs > a:first-child {
    margin: 0 18px;
  }
  li.service-tabs > a {
    top: 0;
    display: block;
    height: auto;
    line-height: auto;
    float: none;
    border-radius: 0;
    background: 0 0;
    border: none;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #bdbdbd;
    margin: 0 18px;
  }
  li.service-tabs > a:last-child {
    border-bottom: none;
  }
  ul.service-menu > li {
    padding: 0;
  }
  li.service-tabs {
    background: #f5f5f5;
  }
  .service-block > div a {
    margin: 7px 15px 0 1px;
  }
  .custom-sub-tabs,
  ul.service-menu li.service-sub-tabs {
    display: block;
    background: #fff;
    border: none;
    height: 50px;
    border-radius: 0;
    padding: 0 !important;
    white-space: nowrap;
    box-sizing: border-box;
  }
  li.service-sub-tabs a {
    white-space: nowrap;
    font-size: 12px;
    height: 26px;
    color: #555;
    line-height: 24px;
    padding: 0 14px;
    border-radius: 3px;
    float: left;
    display: inline-block;
    margin: 8px 14px 0 0;
    text-align: center;
    text-decoration: none;
    width: auto;
  }
  ol.custom-sub-tabs li a,
  ul.service-menu li.service-sub-tabs a {
    margin: 0;
    border-radius: 0;
    border-top: 2px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 11px 14px 8px;
    font-size: 14px;
    background: #fff;
    position: relative;
    float: none;
  }
  ol.custom-sub-tabs .sst_ar,
  ul.service-menu .sst_ar {
    width: 15px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/sst_ar.png) center center no-repeat #fff;
    display: block;
    z-index: 10;
    background-size: 5px 8px;
  }
  ol.custom-sub-tabs .sst_ar:before,
  ul.service-menu .sst_ar:before {
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 15px;
    background: url(../img/sh_r.png) right center repeat-y;
  }
  ol.custom-sub-tabs .sst_al:before,
  ul.service-menu .sst_al:before {
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 15px;
    background: url(../img/sh_l.png) left center repeat-y;
  }
  ol.custom-sub-tabs .sst_al,
  ul.service-menu .sst_al {
    width: 15px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/sst_al.png) center center no-repeat #fff;
    display: block;
    z-index: 10;
    background-size: 5px 8px;
  }
  .service-block a.service-title span {
    color: #fff;
  }
  div.service-block > ul li:first-child {
    height: auto;
  }
  ol.custom-sub-tabs,
  ul.service-menu {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    background: #fff;
  }
  ol.custom-sub-tabs li a {
    height: 25px;
    display: inline-block;
  }
  ul.service-menu::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  div.service-block div.custom-tabs-current:after,
  div.service-block div.service-tab-active:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
  }
  div.service-block div.service-tab-active:after {
    display: block;
    background: url(../img/ar_b.png) center center no-repeat;
    background-size: 16px 8px;
  }
  div.service-block div.service-tab-active.active:after {
    background: url(../img/ar_t.png) center center no-repeat;
    background-size: 16px 8px;
  }
  div.service-block div.service-tab-active.empty:after {
    display: none;
  }
  div.service-block div.custom-tabs-current:after {
    display: block;
    background: url(../img/ar_b.png) center center no-repeat;
    background-size: 16px 8px;
  }
  div.service-block div.custom-tabs-current.active:after {
    background: url(../img/ar_t.png) center center no-repeat;
    background-size: 16px 8px;
  }
  div.main-for-individuals {
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
  }
  div.service-block div.service-tab-active {
    display: block;
    border: none;
    margin-top: 0;
    border-radius: 0;
    height: 45px;
    margin-right: 0;
    position: static;
    padding: 0 15px;
  }
  div.service-block div.service-tab-active a,
  div.service-block div.service-tab-active span {
    color: #fff;
    text-decoration: none;
    max-width: 76%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  li.custom-sub-tabs > a.custom-tabs-current {
    border-bottom-color: #046cb5 !important;
    color: #046cb5 !important;
  }
  div.custom-sub-tabs div.custom-tabs-current {
    background: #046cb5;
  }
  div.custom-sub-tabs div.custom-tabs-current a,
  div.custom-sub-tabs div.custom-tabs-current span {
    color: #fff;
    text-decoration: none;
  }
  .service-block > div h2.w_zag {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin: 14px 0 0;
  }
  footer {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
  }
  .main_menu_footer {
    background: #ececec;
    padding: 0 17px;
  }
  .main_menu_footer div.sidebar-submenu {
    background: 0 0;
    margin-left: 20px;
  }
  .main_menu_footer div.sidebar-submenu a {
    color: #353535;
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    margin: 0;
    text-decoration: none;
  }
  .main_menu_footer span {
    color: #353535;
    font-size: 1em;
    padding: 13px 0;
    display: block;
    background: url(../img/m_ab.png) right center no-repeat;
    background-size: 10px 6px;
    border-bottom: 1px solid #d8d8d8;
  }
  .main_menu_footer span.submenu-opened {
    background: url(../img/m_at.png) right center no-repeat;
    background-size: 10px 6px;
  }
  .main_menu_footer span:last-child {
    border-bottom: none;
  }
  .main_menu_footer .sidebar-submenu {
    display: none;
  }
  .main_menu_footer .sidebar-submenu.shown {
    display: block;
  }
  .soc_footer {
    background: #1a2230;
    text-align: center;
  }
  .soc_footer ul,
  .soc_footer ul li {
    display: inline-block;
  }
  .soc_footer ul li a {
    display: block;
    width: 30px;
    margin: 5px;
  }
  .soc_footer ul li a img {
    max-width: 100%;
    display: block;
  }
  div.footer-menu {
    width: inherit;
    padding: 0;
    background: 0 0;
    display: block;
    border: none;
  }
  div.footer-menu table td {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    height: auto;
    padding: 10px 17px;
    box-sizing: border-box;
  }
  .footer-menu tr td.footer-menu-developers {
    display: none;
  }
  div.footer-menu table a {
    width: inherit;
    margin: 0;
    display: inline-block;
    color: #3e3e3e;
    font-size: 1.5em;
    font-family: "Open Sans", sans-serif;
    padding: 0;
  }
  div.footer-menu table a i {
    position: inherit;
    margin: 0 10px 0 0;
    float: left;
  }
  div.main-fieldset.main-for-individuals fieldset ul li {
    width: 50% !important;
    float: left;
  }
  div.main-fieldset.main-for-individuals fieldset ul li a {
    font-size: 1.154em;
    color: #3d3d3d;
    width: 100%;
    display: block;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-in a {
    background: url(../img/deposit.png) center center no-repeat;
    background-size: 72px 72px;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-pay a {
    background: url(../img/pay.png) center center no-repeat;
    background-size: 72px 72px;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-out a {
    background: url(../img/withdraw.png) center center no-repeat;
    background-size: 51px 72px;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-borrow a {
    background: url(../img/g_loan.png) center center no-repeat;
    background-size: 72px 71px;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-earn a {
    background: url(../img/r_funds.png) center center no-repeat;
    background-size: 72px 57px;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-google_play a {
    background: url(../img/google_play.png) center center no-repeat;
    background-size: 64px 64px;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-app_store a {
    background: url(../img/app_store.png) center center no-repeat;
    background-size: 64px 64px;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-bb a {
    background: url(../img/blackberry.png) center center no-repeat;
    background-size: 64px 64px;
  }
  div.main-fieldset.main-for-individuals fieldset ul li.main-for-i-wph a {
    background: url(../img/windows_phone.png) center center no-repeat;
    background-size: 64px 64px;
  }
  footer {
    margin-top: 30px;
  }
  td.footer-menu-events a i {
    background: url(../img/events_ic.png) left top no-repeat;
    background-size: 48px 48px;
  }
  td.footer-menu-news a i {
    background: url(../img/news_ic.png) left top no-repeat;
    background-size: 48px 40px;
  }
  .footer-menu-news-list {
    list-style: none;
    margin-top: -10px;
  }
  div.footer-menu table .footer-menu-news-list li a {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
  }
  div.footer-menu table .footer-menu-news-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  div.footer-menu table .more_news {
    color: #154488;
    font-weight: 600;
    padding: 10px 0 10px 25px;
    font-size: 1em;
    background: url(../img/more_news.png) left center no-repeat;
    background-size: 20px 14px;
    box-sizing: border-box;
  }
  div.footer-menu table span.events-text {
    color: #333;
    display: block;
    font-size: 0.667em;
    font-weight: 400;
    margin: 10px 0 5px;
    width: 90%;
    padding-left: 64px;
    box-sizing: border-box;
    line-height: 1.2em;
  }
  div.footer-menu table span.events-text span {
    color: #154488;
  }
  .footer_bottom_info {
    background: #313a4a;
    padding: 5px 17px;
    box-sizing: border-box;
  }
  .footer_bottom_info .fc_links li a {
    color: #fff;
    font-weight: 600;
    font-size: 0.75em;
    text-decoration: none;
    display: block;
    margin: 7px 0;
  }
  .footer_bottom_info .fc_links li {
    display: inline-block;
    width: 100%;
  }
  .footer_bottom_info .fc_links {
    margin-top: 7px;
    max-width: 40%;
  }
  .footer_bottom_info .langs {
    text-align: center;
    margin: 10px 0 5px;
  }
  .footer_bottom_info .langs ul li {
    display: inline-block;
    margin: 0 5px;
  }
  .footer_bottom_info .langs ul li a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.625em;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    background-repeat: no-repeat;
  }
  .footer-content-coprights_mob {
    background: #2c333f;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.625em;
    padding: 5px 17px;
    box-sizing: border-box;
    line-height: 26px;
  }
  .logo_footer {
    background: url(../img/logo_footer.png) right center no-repeat;
    background-size: 80px 20px;
    width: 100px;
    height: 25px;
    display: block;
  }
  .app_store_footer,
  .app_store_footer_br,
  .app_store_footer_eng,
  .app_store_footer_es,
  .bb_store_footer,
  .bb_store_footer_br,
  .bb_store_footer_eng,
  .bb_store_footer_es,
  .bb_store_footer_tr,
  .google_play_footer,
  .google_play_footer_br,
  .google_play_footer_eng,
  .google_play_footer_es,
  .google_play_footer_tr,
  .wph_store_footer,
  .wph_store_footer_br,
  .wph_store_footer_eng,
  .wph_store_footer_es,
  .wph_store_footer_tr {
    width: 125px;
    height: 43px;
    display: block;
  }
  .mapp_link {
    margin-top: 13px;
  }
  .google_play_footer {
    background: url(../img/gp_btn_footer.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .app_store_footer {
    background: url(../img/as_btn_footer.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .bb_store_footer {
    background: url(../img/bb_btn_footer.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .wph_store_footer {
    background: url(../img/wph_btn_footer.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .google_play_footer_eng {
    background: url(../img/gp_btn_footer_eng.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .app_store_footer_eng {
    background: url(../img/as_btn_footer_eng.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .bb_store_footer_eng {
    background: url(../img/bb_btn_footer_eng.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .wph_store_footer_eng {
    background: url(../img/wph_btn_footer_eng.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .google_play_footer_tr {
    background: url(../img/gp_btn_footer_tr.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .app_store_footer_tr {
    background: url(../img/as_btn_footer_tr.png) center center no-repeat;
    background-size: 125px 43px;
    width: 125px;
    height: 43px;
    display: block;
  }
  .bb_store_footer_tr {
    background: url(../img/bb_btn_footer_tr.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .wph_store_footer_tr {
    background: url(../img/wph_btn_footer_tr.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .google_play_footer_es {
    background: url(../img/gp_btn_footer_es.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .app_store_footer_es {
    background: url(../img/as_btn_footer_es.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .bb_store_footer_es {
    background: url(../img/bb_btn_footer_es.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .wph_store_footer_es {
    background: url(../img/wph_btn_footer_es.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .google_play_footer_br {
    background: url(../img/gp_btn_footer_br.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .app_store_footer_br {
    background: url(../img/as_btn_footer_br.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .bb_store_footer_br {
    background: url(../img/bb_btn_footer_br.png) center center no-repeat;
    background-size: 125px 43px;
  }
  .wph_store_footer_br {
    background: url(../img/wph_btn_footer_br.png) center center no-repeat;
    background-size: 125px 43px;
  }
  div.content h1 {
    margin: 15px 0;
    font-size: 150%;
  }
  div.content-table,
  div.tariff-table {
    width: 100%;
  }
  div.content table {
    display: inline-block;
    overflow: scroll;
    border: none;
  }
  div.content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  div.content ul.forms {
    list-style-type: none;
  }
  a.logo-webmoney object,
  a.logo-webmoney img {
    margin-left: 16px;
    margin-top: 8px;
  }
  /*Colors*/
  .service-menu li.service-sub-tabs a.service-sub-tab-active {
    border-bottom-color: #b77368;
    color: #b77368;
  }
  div.service-block div.service-tab-active {
    background: #b77368;
  }
  a.like-a-button.w50 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  div.content ul,
  div.content ol,
  div.content form ul,
  div.content form ol,
  div.code-preview ul,
  div.code-preview ol,
  div.content-wiki ul,
  div.content-wiki ol {
    margin: 10px 0 10px 20px;
  }
  div.content ul {
    list-style: disc;
  }
  .content-wiki table tr:first-child {
    display: none;
  }
  .content-wiki table tr {
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-top: none;
  }
  .content-wiki table tr td {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .content-wiki table tr td .hZag {
    font-weight: 700;
  }
  div.content .content-wiki pre {
    word-break: break-word;
  }
  div.content ul.forms {
    list-style: none;
  }
  .content-wiki a {
    word-break: break-word;
  }
  div.content-table table.table_wmw tr:first-child {
    display: none;
  }
  div.content-table table.table_wmw tr {
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-top: none;
  }
  div.content-table table.table_wmw tr td {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    margin-bottom: -6px;
  }
  div.content-table table.table_wmw tr td .hZag {
    font-weight: 700;
    width: 48%;
    float: left;
    text-align: left;
  }
  div.content-table table.table_wmw tr td .cont_td {
    width: 48%;
    float: right;
    text-align: right;
  }
  div.content form ul.forms {
    margin-left: 0;
  }
  form ul.forms > li {
    padding: 0;
    margin-bottom: 15px;
  }
  form ul.forms > li .form-compact-field input[type=text],
  form ul.forms > li .form-compact-field select {
    width: 97%;
    padding: 1%;
  }
  div.form-compact-field > i[rel=formHelp] {
    display: none;
  }
  label.form-inline-label {
    height: auto;
  }
  form div.form-compact-field button {
    margin-left: 0;
    margin-top: 10px;
  }
  .form div[style*="height: 40px;"] {
    height: auto !important;
  }
  .spoiler_body label.form-compact-prefix {
    line-height: inherit;
  }
  div.form-compact-requirements {
    top: 0;
  }
  form div.form-compact-field input[type=text] + select {
    margin-left: 0;
    margin-top: 10px;
  }
  form div.form-compact-field > i[rel=formHelper] {
    position: absolute;
    right: 0;
  }
  form label.form-compact-prefix,
  form div.form-compact-field {
    float: none;
  }
  div.content form ul.filters {
    list-style-type: none;
  }
  div.content ul.filters {
    list-style-type: none;
  }
  .forms.ul_plist li label.form-compact-prefix.w25 {
    width: auto;
  }
  div.content-table,
  div.tariff-table {
    overflow: visible;
  }
  .filters .filter,
  .filters .filters-buttons {
    float: none;
  }
  .filters .filters-buttons input[type=button] {
    margin-left: 0;
  }
  .filters .filters-buttons {
    margin-top: 10px;
  }
  div.content h1 {
    font-size: 130%;
  }
  div.user-card {
    padding: 0;
  }
  div.user-card > table tr th,
  div.user-card > table tr td,
  div.user-card > table tr {
    display: block;
    text-align: left;
  }
  div.content .content-wiki pre {
    white-space: pre-line;
  }
  div.user-card > table tr {
    display: inline-block;
    width: 100%;
  }
  div.user-card > table tr th,
  div.user-card > table tr td {
    width: 100%;
    box-sizing: border-box;
  }
  div.user-card > table tr th {
    font-weight: 700;
  }
  div.user-card .user-limits tr td,
  div.user-card .user-limits tr th {
    padding-left: 0 !important;
  }
  div.user-card .user-limits tr td.limit-date {
    background: none;
  }
  .select_variant_cp {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
  .select_variant_cp span:first-child {
    display: inline-block;
    width: 50%;
    padding: 7px 0;
    text-align: center;
    background: #D8D8D8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
  }
  .select_variant_cp span:last-child {
    display: inline-block;
    width: 50%;
    padding: 7px 0;
    text-align: center;
    background: #D8D8D8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
  }
  .select_variant_cp span.active {
    background-color: #b77368;
    color: #fff;
  }
  div.code-preview textarea {
    white-space: inherit;
  }
  .code-preview table {
    overflow: hidden;
    max-width: 100%;
  }
  #OperDay_ID,
  #OperDay1_ID {
    right: 0;
    top: 27px;
  }
  div.content #OperDay_DayTable_ID table,
  div.content .filters table {
    display: table;
    overflow: visible;
  }
  input[type=submit],
  input[type=reset],
  input[type=button],
  button,
  a.like-a-button {
    white-space: inherit;
    height: auto;
    min-height: 30px;
    padding: 5px 20px;
  }
  form ul.forms > li .form-compact-field input[type=text],
  form ul.forms > li .form-compact-field select {
    width: 100%;
    box-sizing: border-box;
    min-height: 30px;
  }
  div.form-compact-field {
    display: inline-block;
    width: 100%;
  }
  div.code-preview > div {
    width: 100%;
  }
  .wm-youtube-video {
    width: 100%;
    max-width: 640px;
  }
  .w55, .w45, .w25, .w20 {
    width: auto;
  }
  .filters .filters-buttons {
    margin-top: 0;
    margin-bottom: 10px;
  }
  span.form-hint {
    right: 0;
  }
  .button-submit {
    margin-bottom: 5px !important;
    width: auto;
  }
  div.content table {
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .paramswrap .paramsleft,
  .paramswrap .paramsright {
    width: 100%;
  }
}