@charset "UTF-8";
.clearfix:after, .container:after, .row:after {
  display: block;
  clear: both;
  content: ''; }

.container {
  margin-right: auto;
  margin-left: auto;
  /*@media (min-width: $screen-lg) {
      width: $container-lg;
    }*/ }

.row {
  margin-left: -10px;
  margin-right: -10px; }

[class^="col-"],
[class*=" col-"] {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-1 {
  width: 12.5%; }

.col-lg-2 {
  width: 25%; }

.col-lg-3 {
  width: 37.5%; }

.col-lg-4 {
  width: 50%; }

.col-lg-5 {
  width: 62.5%; }

.col-lg-6 {
  width: 75%; }

.col-lg-7 {
  width: 87.5%; }

.col-lg-8 {
  width: 100%; }

.col-md-1 {
  width: 12.5%; }

.col-md-2 {
  width: 25%; }

.col-md-3 {
  width: 37.5%; }

.col-md-4 {
  width: 50%; }

.col-md-5 {
  width: 62.5%; }

.col-md-6 {
  width: 75%; }

.col-md-7 {
  width: 87.5%; }

.col-md-8 {
  width: 100%; }

.col-sm-1 {
  width: 12.5%; }

.col-sm-2 {
  width: 25%; }

.col-sm-3 {
  width: 37.5%; }

.col-sm-4 {
  width: 50%; }

.col-sm-5 {
  width: 62.5%; }

.col-sm-6 {
  width: 75%; }

.col-sm-7 {
  width: 87.5%; }

.col-sm-8 {
  width: 100%; }

.col-xs-1 {
  width: 12.5%; }

.col-xs-2 {
  width: 25%; }

.col-xs-3 {
  width: 37.5%; }

.col-xs-4 {
  width: 50%; }

.col-xs-5 {
  width: 62.5%; }

.col-xs-6 {
  width: 75%; }

.col-xs-7 {
  width: 87.5%; }

.col-xs-8 {
  width: 100%; }

@media (max-width: 480px) {
  .col-sm-1 {
    width: 100%; }
  .col-sm-2 {
    width: 100%; }
  .col-sm-3 {
    width: 100%; }
  .col-sm-4 {
    width: 100%; }
  .col-sm-5 {
    width: 100%; }
  .col-sm-6 {
    width: 100%; }
  .col-sm-7 {
    width: 100%; }
  .col-sm-8 {
    width: 100%; } }

@media (max-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0; }
  .col-md-1 {
    width: 100%; }
  .col-md-2 {
    width: 100%; }
  .col-md-3 {
    width: 100%; }
  .col-md-4 {
    width: 100%; }
  .col-md-5 {
    width: 100%; }
  .col-md-6 {
    width: 100%; }
  .col-md-7 {
    width: 100%; }
  .col-md-8 {
    width: 100%; } }

@media (min-width: 992px) {
  .col-md-1 {
    width: 12.5%; }
  .col-md-2 {
    width: 25%; }
  .col-md-3 {
    width: 37.5%; }
  .col-md-4 {
    width: 50%; }
  .col-md-5 {
    width: 62.5%; }
  .col-md-6 {
    width: 75%; }
  .col-md-7 {
    width: 87.5%; }
  .col-md-8 {
    width: 100%; } }

@media (min-width: 1240px) {
  .col-lg-1 {
    width: 12.5%; }
  .col-lg-2 {
    width: 25%; }
  .col-lg-3 {
    width: 37.5%; }
  .col-lg-4 {
    width: 50%; }
  .col-lg-5 {
    width: 62.5%; }
  .col-lg-6 {
    width: 75%; }
  .col-lg-7 {
    width: 87.5%; }
  .col-lg-8 {
    width: 100%; } }

.col-lg-offset-1 {
  margin-left: 12.5%; }

.col-lg-offset-2 {
  margin-left: 25%; }

.col-lg-offset-3 {
  margin-left: 37.5%; }

.col-lg-offset-4 {
  margin-left: 50%; }

.col-lg-offset-5 {
  margin-left: 62.5%; }

.col-lg-offset-6 {
  margin-left: 75%; }

.col-lg-offset-7 {
  margin-left: 87.5%; }

.col-lg-offset-8 {
  margin-left: 100%; }

.col-md-offset-1 {
  margin-left: 12.5%; }

.col-md-offset-2 {
  margin-left: 25%; }

.col-md-offset-3 {
  margin-left: 37.5%; }

.col-md-offset-4 {
  margin-left: 50%; }

.col-md-offset-5 {
  margin-left: 62.5%; }

.col-md-offset-6 {
  margin-left: 75%; }

.col-md-offset-7 {
  margin-left: 87.5%; }

.col-md-offset-8 {
  margin-left: 100%; }

.col-sm-offset-1 {
  margin-left: 12.5%; }

.col-sm-offset-2 {
  margin-left: 25%; }

.col-sm-offset-3 {
  margin-left: 37.5%; }

.col-sm-offset-4 {
  margin-left: 50%; }

.col-sm-offset-5 {
  margin-left: 62.5%; }

.col-sm-offset-6 {
  margin-left: 75%; }

.col-sm-offset-7 {
  margin-left: 87.5%; }

.col-sm-offset-8 {
  margin-left: 100%; }

.col-xs-offset-1 {
  margin-left: 12.5%; }

.col-xs-offset-2 {
  margin-left: 25%; }

.col-xs-offset-3 {
  margin-left: 37.5%; }

.col-xs-offset-4 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 62.5%; }

.col-xs-offset-6 {
  margin-left: 75%; }

.col-xs-offset-7 {
  margin-left: 87.5%; }

.col-xs-offset-8 {
  margin-left: 100%; }

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 12.5%; }
  .col-md-offset-2 {
    margin-left: 25%; }
  .col-md-offset-3 {
    margin-left: 37.5%; }
  .col-md-offset-4 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 62.5%; }
  .col-md-offset-6 {
    margin-left: 75%; }
  .col-md-offset-7 {
    margin-left: 87.5%; }
  .col-md-offset-8 {
    margin-left: 100%; } }

@media (min-width: 1240px) {
  .col-lg-offset-1 {
    margin-left: 12.5%; }
  .col-lg-offset-2 {
    margin-left: 25%; }
  .col-lg-offset-3 {
    margin-left: 37.5%; }
  .col-lg-offset-4 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 62.5%; }
  .col-lg-offset-6 {
    margin-left: 75%; }
  .col-lg-offset-7 {
    margin-left: 87.5%; }
  .col-lg-offset-8 {
    margin-left: 100%; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important; } }

.default-padding {
  padding: 16px 16px 0px 16px; }
  @media only screen and (max-width: 459px) {
    .default-padding {
      padding: 10px 10px 0px 10px; } }

.full-padding {
  padding: 16px; }
  @media only screen and (max-width: 459px) {
    .full-padding {
      padding: 10px; } }

.padding-b-24 {
  padding-bottom: 24px; }

.c-wrapper--mg-16 {
  margin-bottom: 16px; }

.c-wrapper--mg-24 {
  margin-bottom: 24px; }

.c-wrapper--mg-32 {
  margin-bottom: 32px; }

.mnf-tooltip {
  position: relative;
  cursor: pointer; }

.mnf-tooltiptext {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  padding: 6px;
  position: absolute;
  z-index: 12;
  bottom: -34px;
  left: 0;
  margin-left: 0;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .mnf-tooltiptext:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: 23px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent; }
  .mnf-tooltiptext.top {
    bottom: inherit;
    top: 30px; }
  .mnf-tooltiptext.center {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0px, 0);
    transform: translate3d(-50%, 0px, 0); }
    .mnf-tooltiptext.center:after {
      left: 50%;
      margin-left: -5px; }
  @media all and (max-width: 687px) {
    .mnf-tooltiptext.mob-left {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
      top: 16px;
      left: -26px; }
      .mnf-tooltiptext.mob-left:after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        margin-left: 23px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent; }
    .mnf-tooltiptext.mob-right {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
      top: 10px;
      left: inherit;
      right: 0px; }
      .mnf-tooltiptext.mob-right:after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: inherit;
        margin-left: 0px;
        right: 0;
        margin-right: 23px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent; } }

.mnf-tooltip:hover .mnf-tooltiptext {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mnf-tooltip:hover .mnf-tooltiptext.center {
    -webkit-transform: translate3d(-134px, -10px, 0);
    transform: translate3d(-134px, -10px, 0); }
  @media all and (max-width: 687px) {
    .mnf-tooltip:hover .mnf-tooltiptext.mob-left {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .mnf-tooltip:hover .mnf-tooltiptext.mob-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.tooltip, .mfn-bonus-deposits .list-short-details li .tooltip {
  display: inline-block;
  border: 1px solid #2f79cd;
  border-radius: 100%;
  color: #2f79cd;
  cursor: pointer;
  width: 12px;
  height: 12px;
  line-height: 12px;
  padding-left: 3px;
  font-size: 9px;
  margin-left: 3px;
  position: relative; }
  .tooltip--link {
    color: #2f79cd; }
    .tooltip--link:hover, .tooltip--link:active {
      text-decoration: none; }
  .tooltip--inner {
    cursor: default;
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 2px 4px 0 rgba(183, 183, 183, 0.5);
    box-shadow: 0 2px 4px 0 rgba(183, 183, 183, 0.5);
    border-radius: 4px;
    width: 258px;
    z-index: 100;
    top: 19px;
    left: -129px;
    font-family: 'Roboto';
    font-size: 12px;
    color: #101010;
    line-height: 16px;
    padding: 10px; }
    .tooltip--inner:before, .tooltip--inner:after {
      content: '';
      position: absolute;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 8px 6px; }
    .tooltip--inner:before {
      z-index: 2;
      top: -7px;
      border-color: transparent transparent #fff transparent; }
    .tooltip--inner:after {
      top: -8px;
      border-color: transparent transparent #e8e8e8 transparent; }
  .tooltip:hover .tooltip--inner, .mfn-bonus-deposits .list-short-details li .tooltip:hover .tooltip--inner {
    display: block; }

.mfz-main-header {
  margin-bottom: 0 !important; }

.mfz-page-wrap {
  background: #f7f7f7 !important;
  min-width: 0 !important; }

.txt-semibold {
  font-family: "OpenSansSemiBold", sans-serif; }

.txt-red {
  color: #d52d28; }

.txt-center {
  text-align: center; }

b {
  font-family: "OpenSansBold", sans-serif; }

.visible {
  display: block !important; }

.hidden {
  display: none !important; }

.mfn-bonus-deposits {
  position: relative;
  margin-bottom: 40px;
  /* Details */
  /*.hide-details:last-child:hover {
        .btn-more {
            bottom: -1px;
        }
    }*/ }
  @media only screen and (max-width: 799px) {
    .mfn-bonus-deposits {
      margin-bottom: 0px; } }
  .mfn-bonus-deposits--head {
    position: relative;
    padding-bottom: 60px;
    font-size: 0; }
    .mfn-bonus-deposits--head---image {
      position: absolute;
      left: -80px;
      top: 0;
      width: 255px;
      height: 200px;
      background: url("/i/redesign/content/bonus_deposits/prize-image.png") 0 -45px/255px auto no-repeat transparent;
      pointer-events: none; }
    .mfn-bonus-deposits--head .left,
    .mfn-bonus-deposits--head .right {
      display: inline-block;
      vertical-align: top; }
    .mfn-bonus-deposits--head .left {
      width: 70%; }
    .mfn-bonus-deposits--head .right {
      width: 30%;
      text-align: right; }
    .mfn-bonus-deposits--head .description-block {
      margin: 0; }
    .mfn-bonus-deposits--head--ask {
      font-size: 0;
      margin-top: 55px;
      padding-right: 20px; }
      .mfn-bonus-deposits--head--ask:after {
        position: absolute;
        top: 39px;
        right: 0px;
        background: #e2e2e2;
        width: 1px;
        height: 96px;
        content: ''; }
        @media only screen and (min-width: 480px) and (max-width: 687px), only screen and (min-width: 800px) and (max-width: 1011px) {
          .mfn-bonus-deposits--head--ask:after {
            content: none !important; } }
      .mfn-bonus-deposits--head--ask a,
      .mfn-bonus-deposits--head--ask .icon {
        display: inline-block;
        vertical-align: middle; }
      .mfn-bonus-deposits--head--ask .icon {
        color: #4078cd;
        font-size: 32px;
        cursor: pointer; }
      .mfn-bonus-deposits--head--ask a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #4179cd;
        text-align: left;
        padding-left: 15px;
        text-decoration: underline;
        -webkit-text-decoration-style: dotted !important;
        text-decoration-style: dotted !important; }
        .mfn-bonus-deposits--head--ask a:hover, .mfn-bonus-deposits--head--ask a:active, .mfn-bonus-deposits--head--ask a:focus {
          text-decoration: underline !important;
          -webkit-text-decoration-style: dotted !important;
          text-decoration-style: dotted !important; }
        .mfn-bonus-deposits--head--ask a span {
          display: block;
          text-decoration: underline !important;
          -webkit-text-decoration-style: dotted !important;
          text-decoration-style: dotted !important;
          line-height: 14px; }
    @media (max-width: 860px) and (min-width: 800px) {
      .mfn-bonus-deposits--head .mfn-bonus-deposits--subtitle {
        font-size: 14px; }
      .mfn-bonus-deposits--head .mfn-bonus-deposits--title {
        font-size: 20px;
        padding-top: 21px; }
      .mfn-bonus-deposits--head .mfn-bonus-deposits--head--ask a {
        font-size: 12px; }
      .mfn-bonus-deposits--head .mfn-bonus-deposits--head--ask a {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #4179cd; } }
    @media only screen and (max-width: 800px) {
      .mfn-bonus-deposits--head {
        padding-bottom: 0; }
        .mfn-bonus-deposits--head---image {
          background-size: cover;
          left: -66px;
          width: 200px;
          height: 182px; }
        .mfn-bonus-deposits--head .mfn-bonus-deposits--title {
          padding-top: 0px; }
        .mfn-bonus-deposits--head .description-block {
          display: block;
          width: 140px;
          padding-top: 14px;
          text-align: left;
          margin-left: auto; }
          .mfn-bonus-deposits--head .description-block--header {
            font-size: 14px; }
          .mfn-bonus-deposits--head .description-block--phone {
            font-size: 14px; }
        .mfn-bonus-deposits--head--ask {
          width: 140px;
          text-align: left;
          margin-top: 20px;
          margin-left: auto;
          padding: 0; }
          .mfn-bonus-deposits--head--ask:after {
            display: none; }
          .mfn-bonus-deposits--head--ask .icon {
            font-size: 25px; }
          .mfn-bonus-deposits--head--ask a {
            font-size: 13px; } }
    @media only screen and (max-width: 687px), only screen and (min-width: 800px) and (max-width: 1011px) {
      .mfn-bonus-deposits--head---image {
        left: auto;
        right: -20px;
        top: -15px;
        width: 158px;
        height: 157px;
        background: url("/i/redesign/content/bonus_deposits/prize-image.png") 0 -6px/172px auto no-repeat transparent;
        background-size: cover; }
      .mfn-bonus-deposits--head .mfn-bonus-deposits--title,
      .mfn-bonus-deposits--head .mfn-bonus-deposits--subtitle {
        margin-left: 0; }
      .mfn-bonus-deposits--head .mfn-bonus-deposits--subtitle {
        font-size: 14px; }
      .mfn-bonus-deposits--head .right,
      .mfn-bonus-deposits--head .left {
        display: block; }
      .mfn-bonus-deposits--head .right {
        width: auto;
        margin-left: 0; }
        .mfn-bonus-deposits--head .right > * {
          margin-left: 0;
          width: auto; }
        .mfn-bonus-deposits--head .right .description-block--header, .mfn-bonus-deposits--head .right .description-block--call-me {
          display: none; }
        .mfn-bonus-deposits--head .right .description-block--phone {
          font-size: 18px;
          margin-bottom: 0; }
      .mfn-bonus-deposits--head--ask {
        margin-top: 0; }
        .mfn-bonus-deposits--head--ask .icon {
          display: none; }
        .mfn-bonus-deposits--head--ask a {
          font-size: 14px;
          padding-left: 0px;
          display: block; }
          .mfn-bonus-deposits--head--ask a span {
            display: inline-block;
            margin-right: 2px; } }
    @media only screen and (max-width: 480px) {
      .mfn-bonus-deposits--head .left {
        width: auto;
        max-width: 75%; }
      .mfn-bonus-deposits--head .mfn-bonus-deposits--title {
        padding-top: 0; }
      .mfn-bonus-deposits--head---image {
        width: 107px;
        height: 157px;
        background: url(/i/redesign/content/bonus_deposits/prize-image.png) 0px -10px no-repeat transparent;
        background-size: cover; } }
  .mfn-bonus-deposits--title {
    position: relative;
    padding-top: 16px;
    margin-left: 104px;
    font-size: 24px;
    font-family: "OpenSansBold", sans-serif;
    color: #2b2b2b;
    z-index: 2;
    margin-bottom: 12px; }
  .mfn-bonus-deposits--subtitle {
    position: relative;
    margin-left: 104px;
    font-size: 16px;
    color: #2b2b2b;
    z-index: 2;
    font-weight: normal;
    margin-top: 8px; }
  .mfn-bonus-deposits--body {
    /* CURRENCY TOGGLER */
    /* TABLE */ }
    .mfn-bonus-deposits--body .body-top {
      font-size: 0; }
      .mfn-bonus-deposits--body .body-top .top-right {
        display: none; }
      @media only screen and (max-width: 687px), only screen and (min-width: 800px) and (max-width: 1011px) {
        .mfn-bonus-deposits--body .body-top .top-right,
        .mfn-bonus-deposits--body .body-top .top-left {
          display: inline-block;
          vertical-align: middle; }
        .mfn-bonus-deposits--body .body-top .top-left {
          width: 65%;
          padding: 0; }
        .mfn-bonus-deposits--body .body-top .top-right {
          width: 35%;
          padding: 25px 0 25px; }
          .mfn-bonus-deposits--body .body-top .top-right label {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            color: #848484;
            line-height: 25px;
            display: block;
            position: relative; }
          .mfn-bonus-deposits--body .body-top .top-right select {
            background: none;
            cursor: pointer;
            border: 1px solid #cccccc;
            border-radius: 4px;
            width: 100%;
            height: 38px;
            line-height: 38px;
            text-align: center;
            color: #848484;
            padding-left: 0;
            font-size: 13px;
            font-family: 'Roboto', sans-serif; }
            .mfn-bonus-deposits--body .body-top .top-right select:focus {
              outline: none; } }
      @media only screen and (max-width: 480px) {
        .mfn-bonus-deposits--body .body-top .top-left {
          padding-top: 32px; }
        .mfn-bonus-deposits--body .body-top .top-left,
        .mfn-bonus-deposits--body .body-top .top-right {
          width: 100%; }
        .mfn-bonus-deposits--body .body-top .top-right {
          margin-bottom: 16px;
          padding: 16px 0 0; }
          .mfn-bonus-deposits--body .body-top .top-right label,
          .mfn-bonus-deposits--body .body-top .top-right select {
            display: inline-block;
            vertical-align: middle; }
          .mfn-bonus-deposits--body .body-top .top-right label {
            width: 30%; }
          .mfn-bonus-deposits--body .body-top .top-right select {
            width: 65%;
            margin-left: 5%;
            padding-left: 0px; } }
    .mfn-bonus-deposits--body .currency-switcher {
      font-size: 12px;
      text-transform: none;
      padding: 0px 0 25px; }
      .mfn-bonus-deposits--body .currency-switcher .curtog {
        position: relative; }
        .mfn-bonus-deposits--body .currency-switcher .curtog-btn {
          display: inline-block;
          vertical-align: top;
          padding: 0 20px;
          height: 32px;
          font-size: 16px;
          line-height: 32px;
          text-align: center;
          text-decoration: none;
          color: #4179cd;
          -webkit-box-shadow: none !important;
          box-shadow: none !important;
          text-decoration: none !important; }
          .mfn-bonus-deposits--body .currency-switcher .curtog-btn span {
            position: relative;
            pointer-events: none; }
            .mfn-bonus-deposits--body .currency-switcher .curtog-btn span:after {
              content: '';
              position: absolute;
              left: 0;
              width: 100%;
              bottom: 0;
              border-bottom: 1px dotted #4179cd; }
      .mfn-bonus-deposits--body .currency-switcher.uah .curtog-btn-uah {
        background: #d52d28;
        border-radius: 4px;
        color: #fff; }
        .mfn-bonus-deposits--body .currency-switcher.uah .curtog-btn-uah span:after {
          border: none; }
      .mfn-bonus-deposits--body .currency-switcher.usd .curtog-btn-usd {
        background: #d52d28;
        border-radius: 4px;
        color: #fff; }
        .mfn-bonus-deposits--body .currency-switcher.usd .curtog-btn-usd span:after {
          border: none; }
      .mfn-bonus-deposits--body .currency-switcher.eur .curtog-btn-eur {
        background: #d52d28;
        border-radius: 4px;
        color: #fff; }
        .mfn-bonus-deposits--body .currency-switcher.eur .curtog-btn-eur span:after {
          border: none; }
      .mfn-bonus-deposits--body .currency-switcher.raffle .curtog-btn-raffle {
        background: #d52d28;
        border-radius: 4px;
        color: #fff; }
        .mfn-bonus-deposits--body .currency-switcher.raffle .curtog-btn-raffle span:after {
          border: none; }
      .mfn-bonus-deposits--body .currency-switcher.p2p .curtog-btn-p2p {
        background: #d52d28;
        border-radius: 4px;
        color: #fff; }
        .mfn-bonus-deposits--body .currency-switcher.p2p .curtog-btn-p2p span:after {
          border: none; }
      .mfn-bonus-deposits--body .currency-switcher.realty .curtog-btn-realty {
        background: #d52d28;
        border-radius: 4px;
        color: #fff; }
        .mfn-bonus-deposits--body .currency-switcher.realty .curtog-btn-realty span:after {
          border: none; }
    .mfn-bonus-deposits--body .offers {
      position: relative;
      display: block;
      border: 1px solid #e5e5e5;
      border-radius: 4px; }
      .mfn-bonus-deposits--body .offers--head {
        display: table;
        width: 100%;
        margin: 1px auto;
        border-collapse: collapse;
        table-layout: fixed;
        border-bottom: 1px solid #e5e5e5;
        background: #f9f9f9; }
        .mfn-bonus-deposits--body .offers--head .offer-item {
          padding-top: 5px;
          padding-bottom: 5px;
          font-size: 14px;
          color: #707070;
          white-space: nowrap;
          position: relative;
          cursor: pointer; }
          .mfn-bonus-deposits--body .offers--head .offer-item.js-inc .sort-link {
            color: #707070;
            pointer-events: none; }
            .mfn-bonus-deposits--body .offers--head .offer-item.js-inc .sort-link.up {
              border-color: transparent transparent #707070 transparent;
              top: 11px; }
            .mfn-bonus-deposits--body .offers--head .offer-item.js-inc .sort-link.down {
              border-color: transparent; }
          .mfn-bonus-deposits--body .offers--head .offer-item .sort-link {
            position: absolute;
            display: block;
            top: 8px;
            left: 8px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 4px 6px 4px;
            border-color: transparent transparent #c1c1c1 transparent;
            pointer-events: none; }
            .mfn-bonus-deposits--body .offers--head .offer-item .sort-link.down {
              border-color: #c1c1c1 transparent transparent transparent;
              border-width: 6px 4px 0 4px;
              top: 17px; }
          .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(1) {
            width: 28%; }
          .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(2) {
            width: 28%; }
          .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(3) {
            width: 17%; }
          .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(4) {
            width: 14%; }
          .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(5) {
            width: 172px; }
          .mfn-bonus-deposits--body .offers--head .offer-item.js-dec .sort-link.up {
            border-color: transparent; }
          .mfn-bonus-deposits--body .offers--head .offer-item.js-dec .sort-link.down {
            border-color: #707070 transparent transparent transparent;
            top: 13px; }
          @media only screen and (min-width: 688px) and (max-width: 799px) {
            .mfn-bonus-deposits--body .offers--head .offer-item .sort-link {
              position: absolute;
              display: block;
              top: 8px;
              left: 8px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 4px 6px 4px;
              border-color: transparent transparent #c1c1c1 transparent; }
              .mfn-bonus-deposits--body .offers--head .offer-item .sort-link.down {
                border-color: #c1c1c1 transparent transparent transparent;
                border-width: 6px 4px 0 4px;
                top: 17px; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(1) {
              width: 28%;
              width: 32%; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(2) {
              width: 28%;
              width: 32%; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(3) {
              width: 17%;
              width: 18%; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(4) {
              width: 14%;
              width: 18%; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(5) {
              width: 172px; }
            .mfn-bonus-deposits--body .offers--head .offer-item.js-dec .sort-link.up {
              border-color: transparent; }
            .mfn-bonus-deposits--body .offers--head .offer-item.js-dec .sort-link.down {
              border-color: #707070 transparent transparent transparent;
              top: 13px; } }
          @media only screen and (min-width: 1012px) and (max-width: 1035px) {
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(1) {
              width: 32%; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(2) {
              width: 32%; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(3) {
              width: 18%; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(4) {
              width: 18%; }
            .mfn-bonus-deposits--body .offers--head .offer-item:nth-child(5) {
              width: 100%; } }
      .mfn-bonus-deposits--body .offers--body {
        display: block;
        width: 100%; }
    .mfn-bonus-deposits--body .offer {
      position: relative;
      display: block;
      background: #fff; }
      .mfn-bonus-deposits--body .offer-promo {
        padding: 10px 16px 16px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .mfn-bonus-deposits--body .offer-promo .promo--tag {
          padding: 0 16px 0 0;
          font-size: 14px;
          line-height: 14px;
          color: #ffffff;
          text-align: center;
          position: relative;
          left: -16px;
          top: 0; }
          .mfn-bonus-deposits--body .offer-promo .promo--tag:after {
            content: '';
            position: absolute;
            right: 0px;
            top: 0;
            border: 10px solid white;
            border-left: 14px solid transparent;
            border-top: 24px solid transparent;
            display: block; }
          .mfn-bonus-deposits--body .offer-promo .promo--tag.bg-orange {
            background-image: -webkit-gradient(linear, right top, left top, from(#f36f2f), to(#d73128));
            background-image: -webkit-linear-gradient(right, #f36f2f 0%, #d73128 100%);
            background-image: -o-linear-gradient(right, #f36f2f 0%, #d73128 100%);
            background-image: linear-gradient(-90deg, #f36f2f 0%, #d73128 100%); }
        .mfn-bonus-deposits--body .offer-promo .promo--tag span {
          display: inline-block;
          min-width: 237px;
          padding: 5px 0px 4px 4px;
          font-size: 14px;
          line-height: 16px;
          color: #fff;
          text-align: center; }
        .mfn-bonus-deposits--body .offer-promo .desc-promo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin-left: 22px; }
          .mfn-bonus-deposits--body .offer-promo .desc-promo .c-title-promo {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .mfn-bonus-deposits--body .offer-promo .desc-promo .c-title-promo .title-promo {
              font-family: "Roboto Bold", sans-serif;
              font-size: 20px;
              margin-bottom: 11px; }
            .mfn-bonus-deposits--body .offer-promo .desc-promo .c-title-promo .more-promo {
              margin-left: auto; }
            .mfn-bonus-deposits--body .offer-promo .desc-promo .c-title-promo .btn-orange {
              margin: 0;
              text-align: center; }
        .mfn-bonus-deposits--body .offer-promo .table-promo {
          display: table;
          border: 1px solid #ebebeb;
          max-width: 410px; }
          .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row {
            background: #f8f8f8;
            display: table-row;
            border: 1px solid #ebebeb;
            border-top: none; }
            .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row .mnf-tooltiptext {
              width: 269px; }
              @media only screen and (max-width: 687px) {
                .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row .mnf-tooltiptext {
                  width: 60vw; } }
            .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row .c-column {
              display: table-cell;
              padding: 4px 10px 5px;
              font-size: 13px;
              word-wrap: unset;
              word-break: keep-all;
              color: #000;
              min-width: 115px;
              vertical-align: middle; }
              .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row .c-column .c-about {
                font-family: "Roboto", sans-serif;
                color: #707070;
                font-size: 14px; }
              .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row .c-column-left {
                padding-right: 6px; }
              .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row .c-column-right {
                padding-left: 9px;
                border-left: 1px solid #ebebeb;
                font-size: 16px;
                width: 158px; }
                .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row .c-column-right .c-about {
                  position: relative;
                  top: -3px; }
            .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row .column-right {
              text-align: right; }
            .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row:first-of-type {
              border: 1px solid #ffe8bb;
              background-color: #fffcdf; }
              .mfn-bonus-deposits--body .offer-promo .table-promo .promo-row:first-of-type .c-column-right {
                border-left-color: #ffe8bb;
                font-family: 'Roboto Bold', sans-serif;
                color: rgba(0, 0, 0, 0.8); }
        .mfn-bonus-deposits--body .offer-promo .ribbon-promo {
          padding-bottom: 7px;
          text-align: left;
          height: auto; }
        .mfn-bonus-deposits--body .offer-promo_img {
          width: 116px;
          overflow: hidden;
          margin-top: 12px; }
          .mfn-bonus-deposits--body .offer-promo_img img {
            display: block;
            width: 100%; }
        .mfn-bonus-deposits--body .offer-promo_desc {
          margin-left: 0px;
          margin-right: 8px; }
          .mfn-bonus-deposits--body .offer-promo_desc .title-promo {
            font-family: "Roboto Bold", sans-serif;
            font-size: 18px;
            display: block; }
          .mfn-bonus-deposits--body .offer-promo_desc .label-promo {
            border: 1px solid #15822E;
            border-radius: 2px;
            font-size: 12px;
            position: relative;
            top: -1px;
            color: #15822E;
            font-family: "Roboto", sans-serif;
            padding: 0 6px;
            line-height: 24px;
            height: 24px;
            display: inline-block;
            width: auto; }
          .mfn-bonus-deposits--body .offer-promo_desc .table-promo {
            margin-top: 12px; }
          .mfn-bonus-deposits--body .offer-promo_desc.s-realty {
            margin-left: 0px;
            margin-right: 18px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
        .mfn-bonus-deposits--body .offer-promo_more {
          margin-left: auto; }
      .mfn-bonus-deposits--body .offer[data-type="finished"] {
        display: none; }
      .mfn-bonus-deposits--body .offer:last-child {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 1px; }
      .mfn-bonus-deposits--body .offer--head {
        display: table;
        width: 100%;
        padding: 0 10px;
        border-collapse: collapse;
        table-layout: fixed; }
      .mfn-bonus-deposits--body .offer-item {
        display: table-cell;
        vertical-align: middle;
        padding: 23px 18px 37px 20px;
        font-weight: 500 !important;
        font-size: 16px; }
        .mfn-bonus-deposits--body .offer-item.offer-type {
          width: 28%; }
          @media only screen and (min-width: 1012px) and (max-width: 1024px) {
            .mfn-bonus-deposits--body .offer-item.offer-type {
              display: inline-table;
              padding: 5px; } }
        .mfn-bonus-deposits--body .offer-item.offer-bonus {
          width: 28%; }
        .mfn-bonus-deposits--body .offer-item.offer-sum {
          width: 17%; }
          @media only screen and (min-width: 860px) and (max-width: 1135px) {
            .mfn-bonus-deposits--body .offer-item.offer-sum {
              padding: 0 10px;
              max-width: 95px; } }
        .mfn-bonus-deposits--body .offer-item.offer-period {
          width: 14%; }
        .mfn-bonus-deposits--body .offer-item.offer-more {
          width: 172px; }
      .mfn-bonus-deposits--body .offer--body {
        background: #fff;
        font-size: 0;
        margin: 0 3%;
        width: 94%;
        position: relative; }
        .mfn-bonus-deposits--body .offer--body:before {
          position: absolute;
          top: -16px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #ececec; }
        @media only screen and (min-width: 800px) and (max-width: 1011px), only screen and (min-width: 481px) and (max-width: 688px) {
          .mfn-bonus-deposits--body .offer--body {
            margin: 0 2%;
            width: 94%; } }
      .mfn-bonus-deposits--body .offer-details {
        display: none; }
        @media only screen and (max-width: 688px) and (min-width: 481px) {
          .mfn-bonus-deposits--body .offer-details {
            display: none; } }
      .mfn-bonus-deposits--body .offer.hide-details {
        /*&:hover {
                    box-shadow:0 1px 6px 0 #cdcdcd, inset 0 1px 0 0 #e3e3e3;
                    .offer {

                        &--body {
                            position: absolute;
                            left: 0;
                            right: 0;
                            z-index: 2;
                            box-shadow:0 6px 14px 0 rgba(205, 205, 204, 0.62);
                        }

                        &-details--short {
                            display: block;
                        }
                    }
                }*/ }
      @media only screen and (min-width: 1012px), only screen and (min-width: 688px) and (max-width: 799px) {
        .mfn-bonus-deposits--body .offer.show-details {
          border-bottom: 1px solid #e3e3e3;
          -webkit-box-shadow: none;
          box-shadow: none; } }
      @media only screen and (min-width: 800px) and (max-width: 1011px), only screen and (min-width: 480px) and (max-width: 687px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body:before {
          content: ''; } }
      @media only screen and (min-width: 1012px), only screen and (min-width: 688px) and (max-width: 799px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body {
          border-top: 1px solid #dfdfdf;
          display: inline-block !important; } }
      @media only screen and (min-width: 1012px), only screen and (min-width: 688px) and (max-width: 799px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details {
          position: relative !important;
          display: inline-block !important;
          vertical-align: top;
          width: 75%;
          margin-top: 20px; }
          .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details ul.list-full-details li {
            position: relative;
            display: inline-block;
            margin-right: 0;
            padding-left: 30px;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 16px;
            color: #2b2b2b;
            width: 100%; } }
      @media only screen and (min-width: 1012px) and (max-width: 1230px), only screen and (min-width: 688px) and (max-width: 799px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details {
          width: 65%; } }
      .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short {
        width: 30%;
        float: right;
        display: inline-block !important; }
        @media only screen and (min-width: 1200px) {
          .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short {
            width: 30%; } }
        @media only screen and (min-width: 1012px) and (max-width: 1230px), only screen and (min-width: 688px) and (max-width: 799px) {
          .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short {
            width: 35%; } }
      @media only screen and (min-width: 1012px), only screen and (min-width: 688px) and (max-width: 799px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details .expertise {
          background: #079f52;
          width: 100%;
          height: 40px;
          font-family: 'Roboto';
          font-size: 14px;
          color: #ffffff;
          padding-left: 46px;
          line-height: 16px;
          padding-top: 3px;
          text-decoration: underline;
          position: relative;
          margin-bottom: 8px;
          padding-right: 15px; } }
      .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details .expertise a {
        color: #fff; }
        @media only screen and (max-width: 480px) {
          .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details .expertise a {
            background: #079f52;
            width: 100%;
            display: inline-block;
            padding: 9px 16px 10px 46px;
            position: relative;
            font-size: 14px; } }
      .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details .expertise .icon {
        position: absolute;
        bottom: -3px;
        left: 0; }
        .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details .expertise .icon:before {
          content: url("/i/deposits/main/expert-icon.svg"); }
      @media only screen and (min-width: 1200px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details {
          width: 70%; } }
      @media only screen and (max-width: 1230px) and (min-width: 1012px), only screen and (max-width: 799px) and (min-width: 688px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details {
          width: 65%; } }
      @media only screen and (max-width: 687px) and (min-width: 481px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details {
          width: 50%; }
          .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short {
            width: 50%; } }
      @media only screen and (max-width: 990px) and (min-width: 800px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details {
          width: 50%; }
          .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short {
            width: 50%;
            margin-bottom: 23px; } }
      @media only screen and (max-width: 667px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body {
          display: table; }
          .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details {
            display: table-footer-group !important;
            width: 100%; }
            .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short {
              width: 100%;
              display: table-header-group !important; }
              .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short .expertise,
              .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short .list-short-details {
                display: inline-block;
                vertical-align: top; }
              .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short .expertise {
                width: 47%;
                margin-right: 1%;
                margin-top: 0; }
              .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short .list-short-details {
                width: 52%; } }
      @media only screen and (max-width: 480px) {
        .mfn-bonus-deposits--body .offer.show-details .offer--body {
          margin: 0 2%;
          width: 96%; }
          .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short {
            position: relative; }
            .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short:before {
              position: absolute;
              top: -16px;
              left: -2%;
              width: 104%;
              height: 1px;
              background: #ececec;
              content: ""; }
            .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short .expertise,
            .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short .list-short-details {
              width: 100%;
              padding-bottom: 8px; }
            .mfn-bonus-deposits--body .offer.show-details .offer--body .offer-details.offer-details--short .list-short-details li {
              display: block; } }
      .mfn-bonus-deposits--body .offer.show-details .offer-body {
        border-radius: 4px; }
      @media only screen and (min-width: 800px) and (max-width: 1011px), only screen and (max-width: 687px) and (min-width: 481px) {
        .mfn-bonus-deposits--body .offer.show-details.offer--body {
          margin: 0 10px; }
        .mfn-bonus-deposits--body .offer.show-details .offer-details {
          width: 100% !important;
          display: inherit; }
          .mfn-bonus-deposits--body .offer.show-details .offer-details .offer-table {
            width: 100%;
            display: block; }
          .mfn-bonus-deposits--body .offer.show-details .offer-details.offer-details--short {
            width: 100%;
            display: table-header-group !important; }
            .mfn-bonus-deposits--body .offer.show-details .offer-details.offer-details--short .expertise {
              width: 50%;
              font-family: 'Roboto';
              font-size: 14px;
              display: table-cell;
              padding-right: 10px;
              position: relative; }
              .mfn-bonus-deposits--body .offer.show-details .offer-details.offer-details--short .expertise a {
                color: white;
                background: #079f52;
                width: 100%;
                display: inline-block;
                padding: 9px 16px 10px 46px;
                position: relative; }
                .mfn-bonus-deposits--body .offer.show-details .offer-details.offer-details--short .expertise a .icon {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  height: 35px; }
                  .mfn-bonus-deposits--body .offer.show-details .offer-details.offer-details--short .expertise a .icon:before {
                    content: url(/i/deposits/main/expert-icon.svg); }
            .mfn-bonus-deposits--body .offer.show-details .offer-details.offer-details--short .list-short-details {
              margin: 0 0 20px;
              background: #fffeeb;
              padding: 5px;
              display: table-cell;
              width: 52%; }
              .mfn-bonus-deposits--body .offer.show-details .offer-details.offer-details--short .list-short-details li {
                width: 100%;
                position: relative; }
          .mfn-bonus-deposits--body .offer.show-details .offer-details .list-full-details {
            padding: 23px 0 45px 0; }
          .mfn-bonus-deposits--body .offer.show-details .offer-details .list-full-details li {
            width: 100%;
            margin-right: 0; } }
  .mfn-bonus-deposits .offer-bank {
    display: table; }
    .mfn-bonus-deposits .offer-bank--logo {
      display: table-cell;
      vertical-align: middle; }
      .mfn-bonus-deposits .offer-bank--logo img {
        width: 60px;
        margin-right: 15px;
        -o-object-fit: cover;
        object-fit: cover; }
    .mfn-bonus-deposits .offer-bank--details {
      display: table-cell;
      vertical-align: middle;
      font-size: 9px;
      color: #777; }
      .mfn-bonus-deposits .offer-bank--details a {
        font-size: 16px;
        color: #2b76cc;
        font-family: "OpenSansBold"; }
  .mfn-bonus-deposits .offer-bonus,
  .mfn-bonus-deposits .offer-sum,
  .mfn-bonus-deposits .offer-period {
    font-family: "OpenSansSemiBold", sans-serif; }
  .mfn-bonus-deposits .offer-bonus .bonus {
    font-size: 14px;
    color: #d52d28;
    font-family: "OpenSansSemiBold", sans-serif; }
  .mfn-bonus-deposits .offer-bonus .prize {
    font-family: 'Roboto',  sans-serif;
    font-size: 14px;
    color: #4179cd;
    border-bottom: 1px dotted #4179cd;
    position: relative;
    margin-left: 27px;
    margin-top: 6px;
    display: inline-block;
    text-decoration: none; }
    .mfn-bonus-deposits .offer-bonus .prize:before {
      content: url("/i/deposits/main/trophy-sportive-cup-outline.svg");
      position: absolute;
      top: 0;
      right: 100%;
      top: -2px;
      right: 100%;
      margin-right: 5px; }
    .mfn-bonus-deposits .offer-bonus .prize:hover, .mfn-bonus-deposits .offer-bonus .prize:active {
      text-decoration: none; }
  .mfn-bonus-deposits .offer-more {
    text-align: right; }
  .mfn-bonus-deposits .btn-orange {
    display: inline-block;
    font-size: 16px;
    font-family: "OpenSansBold";
    line-height: 20px;
    padding: 8px 16px;
    color: #fff;
    background: #d52d28;
    border-radius: 4px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    margin: 8px 0 20px; }
    .mfn-bonus-deposits .btn-orange:hover {
      text-decoration: none !important; }
  .mfn-bonus-deposits .list-short-details {
    margin: 0 0 20px;
    background: #fffeeb;
    padding: 10px 5px; }
    .mfn-bonus-deposits .list-short-details li {
      display: inline-block;
      margin-bottom: 15px;
      font-size: 13px;
      color: #4b4b4b; }
      @media only screen and (max-width: 799px) {
        .mfn-bonus-deposits .list-short-details li .tooltip--inner {
          opacity: 0.8;
          background: #000000;
          color: #fff;
          max-width: 170px;
          left: -85px; }
          .mfn-bonus-deposits .list-short-details li .tooltip--inner:before {
            z-index: 2;
            top: -7px;
            border-color: transparent transparent #000 transparent; } }
      .mfn-bonus-deposits .list-short-details li:before {
        font-size: 18px;
        color: #2b2b2b;
        margin-right: 6px; }
      .mfn-bonus-deposits .list-short-details li:last-child {
        margin-left: 0; }
  .mfn-bonus-deposits .list-full-details {
    margin: 0;
    padding: 0px 20px 30px 0; }
    @media only screen and (max-width: 480px) {
      .mfn-bonus-deposits .list-full-details {
        padding: 0 0 30px 0; } }
    .mfn-bonus-deposits .list-full-details li {
      position: relative;
      display: inline-block;
      margin-right: 20px;
      padding-left: 30px;
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 16px;
      color: #2b2b2b; }
      @media only screen and (min-width: 800px) and (max-width: 1011px) {
        .mfn-bonus-deposits .list-full-details li {
          width: 100%; } }
      @media only screen and (max-width: 480px) {
        .mfn-bonus-deposits .list-full-details li {
          display: block; } }
      .mfn-bonus-deposits .list-full-details li:before {
        position: absolute;
        top: -2px;
        left: 0;
        margin-left: 0;
        font-size: 20px;
        color: #297d33;
        width: 20px; }
      .mfn-bonus-deposits .list-full-details li:last-child {
        margin-left: 0; }
  .mfn-bonus-deposits .btn-more {
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -1px !important;
    width: 66px;
    height: 24px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
    font-size: 6px;
    text-align: center;
    color: #737373;
    cursor: pointer;
    outline: none;
    z-index: 10; }
    .mfn-bonus-deposits .btn-more:before {
      margin-left: -17px;
      pointer-events: none; }
  .mfn-bonus-deposits .offer:last-child .btn-more {
    bottom: -2px; }
  .mfn-bonus-deposits .show-details .btn-more {
    bottom: -1px !important; }
  .mfn-bonus-deposits .show-details:last-child {
    border-bottom: none; }
  .mfn-bonus-deposits .show-details .btn-more:before {
    content: '\e816';
    font-size: 14px;
    margin-left: 0; }
  .mfn-bonus-deposits .list-additional-details {
    margin: 0 0 30px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 14px;
    color: #000; }
    .mfn-bonus-deposits .list-additional-details li {
      display: block;
      margin-bottom: 15px; }
      .mfn-bonus-deposits .list-additional-details li:last-child {
        margin-bottom: 0; }
    .mfn-bonus-deposits .list-additional-details .number {
      font-size: 20px;
      font-family: "OpenSansBold";
      color: #d52d28; }
  .mfn-bonus-deposits .more-button-wrap {
    margin: 36px 0 80px 0;
    text-align: center; }
    .mfn-bonus-deposits .more-button-wrap button.articles-block--link {
      margin: 0 auto 30px;
      background: transparent;
      padding: 0 55px; }
      @media only screen and (max-width: 480px) {
        .mfn-bonus-deposits .more-button-wrap button.articles-block--link {
          padding: 0 10px; } }
  .mfn-bonus-deposits .after-content {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center; }
  .mfn-bonus-deposits .about-reviews {
    margin-bottom: 20px; }
  .mfn-bonus-deposits .about-agreements {
    font-size: 11px;
    color: #999; }
  .mfn-bonus-deposits .show-details {
    /*.offer:hover {*/ }
    .mfn-bonus-deposits .show-details .ribbon {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .mfn-bonus-deposits .ribbon {
    padding-bottom: 10px;
    text-align: right;
    height: 24px; }
    .mfn-bonus-deposits .ribbon.for-mob-688 {
      display: none; }
    @media only screen and (max-width: 1135px) {
      .mfn-bonus-deposits .ribbon {
        display: block;
        position: absolute;
        right: 150px;
        top: 18px; } }
    .mfn-bonus-deposits .ribbon span {
      display: inline-block;
      min-width: 155px;
      padding: 5px;
      font-size: 14px;
      line-height: 14px;
      color: #ffffff;
      text-align: center;
      background-image: -webkit-gradient(linear, right top, left top, from(#f36f2f), to(#d73128));
      background-image: -webkit-linear-gradient(right, #f36f2f 0%, #d73128 100%);
      background-image: -o-linear-gradient(right, #f36f2f 0%, #d73128 100%);
      background-image: linear-gradient(-90deg, #f36f2f 0%, #d73128 100%);
      border-radius: 4px 0 0 4px;
      position: absolute;
      right: 0px; }
      @media only screen and (max-width: 1135px) {
        .mfn-bonus-deposits .ribbon span {
          position: relative;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
          .mfn-bonus-deposits .ribbon span:after {
            content: '';
            position: absolute;
            right: -12px;
            top: 6px;
            border: 6px solid transparent;
            border-left: 10px solid #f26c2f;
            z-index: 0; } }

.c-left-column .description-block.large-hidden {
  display: none; }
  @media only screen and (max-width: 1011px) {
    .c-left-column .description-block.large-hidden {
      display: block; } }

.call-back-p {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  margin-bottom: 10px; }

#call-back-form {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 25px; }

.mfn-bonus-deposits {
  position: relative;
  margin-top: -15px; }

.description-block {
  margin-top: 33px;
  font-family: 'Roboto Bold';
  margin-bottom: 90px;
  text-align: left; }
  @media only screen and (max-width: 1040px) {
    .description-block {
      margin-bottom: 124px; } }
  .description-block--header {
    font-size: 16px;
    color: #2b2b2b;
    font-family: "OpenSansBold"; }
  .description-block--phone {
    font-size: 18px;
    color: #d52d28;
    margin-bottom: 8px; }
  .description-block--call-me {
    background: #d52d28;
    border-radius: 4px;
    width: 140px;
    height: 28px;
    font-family: 'Roboto';
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer; }
    .description-block--call-me:focus, .description-block--call-me:active {
      border: none;
      outline: none; }

.comments-block {
  font-size: 0;
  text-align: left; }
  .comments-block--header {
    font-family: 'Roboto Bold';
    font-size: 18px;
    margin-bottom: 15px;
    width: 60%;
    margin: 0; }
  .comments-block--header, .comments-block--controls {
    display: inline-block;
    vertical-align: top; }
  .comments-block--inner {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    display: none; }
    .comments-block--inner.active {
      display: block; }
    .comments-block--inner p {
      padding: 13px 14px 17px;
      font-family: 'Roboto';
      font-size: 14px;
      line-height: 20px; }
    .comments-block--inner .user-comment--inner {
      position: relative;
      padding: 10px 14px 17px;
      border-top: 1px solid #e3e3e3; }
      .comments-block--inner .user-comment--inner:before, .comments-block--inner .user-comment--inner:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        position: absolute;
        top: -8px;
        left: 15px;
        content: ''; }
      .comments-block--inner .user-comment--inner:before {
        border-color: transparent transparent #e3e3e3 transparent; }
      .comments-block--inner .user-comment--inner:after {
        border-color: transparent transparent #fff transparent;
        top: -6px; }
      .comments-block--inner .user-comment--inner .name {
        font-size: 16px;
        font-family: 'Roboto';
        font-weight: 500; }
      .comments-block--inner .user-comment--inner .descr {
        display: block;
        font-size: 14px;
        color: #707070; }
    .comments-block--inner .user-comment a {
      display: block;
      font-family: 'Roboto';
      font-size: 14px;
      color: #2b76cc;
      margin-top: 10px; }
  .comments-block--controls {
    width: 35%;
    margin-left: 5%;
    margin-bottom: 20px;
    height: 28px;
    position: relative; }
    .comments-block--controls .left,
    .comments-block--controls .right {
      position: absolute;
      top: 0;
      border-radius: 4px;
      width: 18px;
      height: 28px;
      text-align: center;
      color: #707070;
      cursor: pointer; }
      .comments-block--controls .left .icon,
      .comments-block--controls .right .icon {
        padding-top: 2px;
        display: block;
        font-size: 16px; }
    .comments-block--controls .left {
      left: 0; }
      .comments-block--controls .left *, .comments-block--controls .left *:before {
        pointer-events: none; }
    .comments-block--controls .right {
      right: 0; }
      .comments-block--controls .right *, .comments-block--controls .right *:before {
        pointer-events: none; }
    .comments-block--controls .digits {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 16px;
      color: #818181;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .comments-block--controls .digits .digit {
        display: inline-block;
        vertical-align: top; }
  .comments-block--link {
    font-family: 'Roboto';
    font-size: 16px;
    color: #2b76cc;
    display: block;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #2b76cc;
    text-align: center;
    margin-top: 30px; }
    .comments-block--link:hover, .comments-block--link:active {
      text-decoration: none; }
    .comments-block--link .icon {
      display: inline-block;
      vertical-align: middle; }
      .comments-block--link .icon:before {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        position: relative;
        top: 1px;
        content: url("/i/deposits/main/create-review-icon.svg"); }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999998;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.articles-block--item {
  max-height: 172px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .articles-block--item:hover:after {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.9) 100%); }
  .articles-block--item:after {
    position: absolute;
    width: 100%;
    height: 137px;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    border-radius: 4px; }
  .articles-block--item .img {
    max-width: 100%; }
  .articles-block--item .descr {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    text-align: left;
    padding: 0 10px; }
    .articles-block--item .descr .head {
      font-family: 'Roboto Bold';
      font-size: 20px;
      color: #fff;
      border-bottom: 1px solid #fff;
      margin-bottom: 5px;
      line-height: 20px; }
      .articles-block--item .descr .head:hover, .articles-block--item .descr .head:active {
        text-decoration: none !important;
        border-color: transparent; }
    .articles-block--item .descr .head-descr {
      font-family: 'Roboto';
      font-size: 16px;
      line-height: 20px;
      margin-top: 12px;
      margin-bottom: 10px; }

.articles-block--link {
  font-family: 'Roboto';
  font-size: 16px;
  color: #2b76cc;
  display: block;
  border: 1px solid #2b76cc;
  border-radius: 4px;
  line-height: 38px;
  margin-bottom: 30px; }
  .articles-block--link:hover, .articles-block--link:active {
    text-decoration: none; }

.finished-blocks {
  font-family: 'Roboto Bold';
  font-size: 24px;
  color: #2b2b2b;
  margin-top: 32px;
  margin-bottom: 18px; }

.finished-btn {
  font-family: 'Roboto';
  font-size: 16px;
  color: #2b76cc;
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid #2b76cc;
  text-align: center;
  background: none;
  cursor: pointer;
  width: 300px; }
  .finished-btn:active, .finished-btn:hover {
    outline: none; }

.mfz-col-aside .after-content {
  display: none; }

@media only screen and (max-width: 800px) {
  .after-content {
    display: none; }
  .mfz-col-aside {
    padding: 0 !important; }
  .aside-wrap .description-block {
    display: none; }
  .aside-wrap .comments-block,
  .aside-wrap .articles-block {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  .aside-wrap .comments-block {
    padding-left: 10px; }
  .aside-wrap .articles-block {
    padding-right: 10px; }
    .aside-wrap .articles-block--item {
      overflow: hidden; }
  .aside-wrap .after-content {
    display: block;
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px; }
    .aside-wrap .after-content .about-agreements {
      margin-top: 10px;
      font-size: 11px;
      color: #999; } }

@media only screen and (max-width: 1135px) {
  .offers--head .offer-item {
    padding-left: 16px;
    padding-right: 0; }
    .offers--head .offer-item:nth-child(5) {
      display: none; }
    .offers--head .offer-item:nth-child(1) {
      width: 31%; }
    .offers--head .offer-item:nth-child(2) {
      width: 18%; }
    .offers--head .offer-item .sort-link {
      left: 2px !important; }
  .offers--body .offer--head {
    display: block;
    z-index: 1;
    position: relative; }
  .offers--body .offer-item {
    padding: 10px 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; }
    .offers--body .offer-item > * {
      font-size: 12px !important;
      text-decoration: none !important; }
      .offers--body .offer-item > *:hover {
        text-decoration: none !important; }
    .offers--body .offer-item:nth-child(1) {
      width: 31%; }
    .offers--body .offer-item.offer-more {
      display: block;
      width: auto; }
    .offers--body .offer-item.offer-type .offer-bank--details {
      font-size: 12px; }
    .offers--body .offer-item.offer-type a {
      font-size: 14px; }
    .offers--body .offer-item.offer-more {
      padding-bottom: 20px;
      margin-right: 20px; } }
    @media only screen and (max-width: 1135px) and (max-width: 1135px) {
      .offers--body .offer-item.offer-more {
        position: relative; } }

@media only screen and (min-width: 1012px) and (max-width: 1175px), only screen and (min-width: 688px) and (max-width: 899px) {
  .offers--head .offer-item {
    padding-left: 16px;
    padding-right: 0; }
    .offers--head .offer-item:nth-child(5) {
      display: none; }
    .offers--head .offer-item:nth-child(1) {
      width: 31%; }
    .offers--head .offer-item:nth-child(2) {
      width: 18%; }
    .offers--head .offer-item .sort-link {
      left: 2px !important; }
  .offers .offer-promo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .offers .offer-promo .table-promo, .offers .offer-promo_desc.s-realty .table-promo {
    width: 100%;
    margin-bottom: 8px !important; }
  .offers .offer-promo_desc, .offers .offer-promo_desc.s-realty {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 8px; }
  .offers .offer-promo_more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: right;
    padding-right: 4px; }
  .offers--body .offer--head {
    display: block; }
  .offers--body .offer-item {
    font-size: 16px;
    padding: 10px 10px 4px;
    display: inline-block;
    vertical-align: middle; }
    .offers--body .offer-item > * {
      font-size: 16px !important;
      text-decoration: none !important; }
      .offers--body .offer-item > *:hover {
        text-decoration: none !important; }
    .offers--body .offer-item:nth-child(1) {
      width: 31%; }
    .offers--body .offer-item.offer-more {
      display: block;
      width: auto; }
    .offers--body .offer-item.offer-type .offer-bank--details {
      font-size: 14px; }
    .offers--body .offer-item.offer-type a {
      font-size: 16px; }
    .offers--body .offer-item.offer-more {
      padding-bottom: 20px;
      margin-right: 0px;
      position: relative; }
    .offers--body .offer-item.offer-bonus {
      width: 32%; }
    .offers--body .offer-item.offer-sum {
      width: 18%;
      max-width: unset; }
    .offers--body .offer-item.offer-period {
      width: 18%;
      text-align: center; } }

@media only screen and (min-width: 1012px) and (max-width: 1135px) {
  .offers--body .offer--head {
    display: block; }
  .offers--body .offer-item.offer-period {
    width: 14%; } }

@media only screen and (max-width: 687px), only screen and (max-width: 1011px) and (min-width: 800px) {
  .offers {
    border: none !important; }
    .offers .offer {
      margin-bottom: 10px;
      border: 1px solid #e5e5e5;
      border-radius: 4px; }
    .offers--head {
      display: none !important; }
    .offers--body .ribbon {
      display: none; }
    .offers--body .offer-item.offer-type {
      display: block;
      width: auto;
      border-bottom: 1px solid #e3e3e3; }
      .offers--body .offer-item.offer-type .offer-bank--logo .bank-logo-small {
        width: 40px;
        height: auto; }
      .offers--body .offer-item.offer-type .offer-bank--details {
        font-size: 14px; }
        .offers--body .offer-item.offer-type .offer-bank--details a {
          font-size: 16px;
          display: inline-block;
          vertical-align: middle; }
          .offers--body .offer-item.offer-type .offer-bank--details a:after {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            content: url("/i/deposits/main/link-icon.svg"); }
    .offers--body .offer-item.offer-bonus, .offers--body .offer-item.offer-sum, .offers--body .offer-item.offer-period {
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 31px 0 35px; }
      .offers--body .offer-item.offer-bonus:before, .offers--body .offer-item.offer-sum:before, .offers--body .offer-item.offer-period:before {
        position: absolute;
        top: 14px;
        left: 0;
        font-family: 'Roboto';
        font-size: 13px;
        color: #727272;
        line-height: 15px; }
      .offers--body .offer-item.offer-bonus > *, .offers--body .offer-item.offer-sum > *, .offers--body .offer-item.offer-period > * {
        font-size: 16px !important;
        line-height: 19px; }
    .offers--body .offer-item.offer-bonus {
      width: 49%; }
      .offers--body .offer-item.offer-bonus a.prize {
        display: none; }
      .offers--body .offer-item.offer-bonus:before {
        content: 'Ставка и бонус'; }
      .offers--body .offer-item.offer-bonus > * {
        font-size: 14px !important; }
    .offers--body .offer-item.offer-sum {
      width: 24%; }
      .offers--body .offer-item.offer-sum:before {
        content: 'Мин. сумма'; }
    .offers--body .offer-item.offer-period {
      width: 24%; }
      .offers--body .offer-item.offer-period:before {
        content: 'Мин. срок'; }
    .offers--body .offer-item.offer-more {
      display: none; }
    .offers .offers--body .ribbon.for-mob-688 {
      position: relative;
      right: auto;
      top: 0;
      left: -10px;
      width: auto;
      display: block; }
      .offers .offers--body .ribbon.for-mob-688 span {
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0px;
        position: relative;
        right: auto;
        float: left; }
        .offers .offers--body .ribbon.for-mob-688 span:after {
          display: none; } }

@media only screen and (max-width: 480px) {
  .offers--body .offer-item.offer-period {
    padding-bottom: 5px !important; }
  .offers--body .offer-item.offer-more {
    display: block;
    margin: auto;
    padding-bottom: 15px;
    text-align: center;
    font-size: 19px; }
    .offers--body .offer-item.offer-more .btn, .offers--body .offer-item.offer-more .btn-orange {
      font-size: 14px !important;
      width: 100%; }
  .offers--body .offer-item.offer-bonus, .offers--body .offer-item.offer-sum, .offers--body .offer-item.offer-period {
    display: block;
    width: 60%;
    margin-left: auto;
    padding-top: 0;
    font-size: 14px !important;
    padding-bottom: 8px; }
    .offers--body .offer-item.offer-bonus > *, .offers--body .offer-item.offer-sum > *, .offers--body .offer-item.offer-period > * {
      font-size: 13px !important; }
    .offers--body .offer-item.offer-bonus:before, .offers--body .offer-item.offer-sum:before, .offers--body .offer-item.offer-period:before {
      top: 2px;
      left: -67%;
      width: 67%; }
  .offers--body .offer-item.offer-period {
    padding-bottom: 30px; } }

@media only screen and (max-width: 688px) {
  .aside-wrap .description-block {
    display: none; }
  .aside-wrap .comments-block,
  .aside-wrap .articles-block {
    width: 100%; }
  .aside-wrap .comments-block {
    padding-left: 0px;
    margin-bottom: 20px; }
  .aside-wrap .articles-block {
    padding-right: 0px; } }

@media only screen and (max-width: 600px) {
  #sendMailModal .modal-dialog {
    width: auto !important; }
  .minfin-form-send-mail .form-group {
    width: 100% !important;
    margin: 0 !important; }
  .minfin-form-send-mail .form-group input,
  .minfin-form-send-mail .form-group textarea {
    width: 100% !important; } }

a:-webkit-any-link {
  text-decoration: none; }

a:-webkit-any-link:hover {
  text-decoration: underline !important; }

@media only screen and (min-width: 1012px), only screen and (min-width: 688px) and (max-width: 799px) {
  .mfn-bonus-deposits--body .offer.hide-details .offer--head {
    position: relative; }
    .mfn-bonus-deposits--body .offer.hide-details .offer--head:before {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -1px;
      z-index: 1;
      height: 1px;
      background: #ececec; } }

.full-article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

ul#mobMenu a:-webkit-any-link:hover {
  text-decoration: none !important; }

ul#mainMenu a:-webkit-any-link:hover {
  text-decoration: none !important; }

.mfn-bonus-deposits .promo--tag {
  position: relative;
  display: block;
  min-height: 24px; }

.mfn-bonus-deposits .promo--tag .tooltip, .mfn-bonus-deposits .promo--tag .list-short-details li .tooltip, .mfn-bonus-deposits .list-short-details li .promo--tag .tooltip {
  border: 1px solid #ffffff;
  color: #fbfbfb;
  text-align: left;
  cursor: pointer;
  z-index: 12;
  top: -1px; }
  .mfn-bonus-deposits .promo--tag .tooltip--inner {
    width: 250px;
    left: -125px; }
  .mfn-bonus-deposits .promo--tag .tooltip:hover--inner {
    display: block; }

.mfn-bonus-deposits .promo--tag-text {
  padding: 5px 16px 4.5px 5px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 10px; }
  @media only screen and (max-width: 686px) {
    .mfn-bonus-deposits .promo--tag-text {
      top: 0px; } }
  .mfn-bonus-deposits .promo--tag-text .bold--text {
    font-family: "OpenSansBold"; }
  .mfn-bonus-deposits .promo--tag-text:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    border: 12px solid white;
    border-left: 12px solid transparent;
    border-top: 24px solid transparent; }

@media only screen and (max-width: 479px) {
  .mfn-bonus-deposits--head---image {
    right: -9px; }
  .mfn-bonus-deposits .promo--tag-text:after {
    right: -1px; } }

.main-content-conditions ul li {
  list-style: disc; }

.c-full-width .mfn-bonus-deposits--head .left {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.c-full-width .mfn-bonus-deposits--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-full-width .mfn-bonus-deposits--head .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: auto; }
  .c-full-width .mfn-bonus-deposits--head--ask a {
    padding-right: 20px; }
  .c-full-width .mfn-bonus-deposits--head--ask:after {
    position: absolute;
    top: 39px;
    right: inherit;
    background: #e2e2e2;
    width: 1px;
    height: 102px;
    content: '';
    top: 24px; }

.mfn-bonus-deposits--body .c-promo-realty .offer-promo_desc .table-promo {
  margin-bottom: 24px; }
  @media only screen and (max-width: 687px) {
    .mfn-bonus-deposits--body .c-promo-realty .offer-promo_desc .table-promo {
      margin-bottom: 0px; } }

@media only screen and (max-width: 1011px) {
  .c-full-width .mfn-bonus-deposits--head .mfn-bonus-deposits--head---image {
    background-size: cover;
    left: -66px;
    width: 200px;
    height: 182px; }
  .c-full-width .mfn-bonus-deposits--head .description-block--phone {
    font-size: 16px;
    margin-top: 4px; }
  .c-full-width .mfn-bonus-deposits--head {
    padding-bottom: 18px; }
  .c-full-width .mfn-bonus-deposits--head .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .c-full-width .mfn-bonus-deposits--head .left {
    padding-right: 20px; }
  .c-full-width .mfn-bonus-deposits--title, .c-full-width .mfn-bonus-deposits--subtitle {
    margin-left: 104px; }
  .c-full-width .mfn-bonus-deposits--head .description-block--header {
    margin-top: 8px;
    margin-bottom: 8px; }
  .c-full-width .description-block--call-me {
    display: none; }
  .c-full-width .mfn-bonus-deposits--head--ask {
    width: auto; }
  .c-full-width .mfn-bonus-deposits--head .description-block {
    width: auto;
    padding-top: 20px; }
  .c-full-width .mfn-bonus-deposits--head--ask {
    margin: 0;
    padding-bottom: 20px; }
  .c-full-width .mfn-bonus-deposits--head--ask a {
    padding-right: 6px;
    padding-left: 12px;
    display: inline-block; }
    .c-full-width .mfn-bonus-deposits--head--ask a > span {
      display: block; }
  .c-full-width .mfn-bonus-deposits--head--ask:after {
    display: none; }
  .c-full-width .mfn-bonus-deposits--head--ask .icon, .c-full-width .mfn-bonus-deposits--head .right .description-block--header {
    display: inline-block; } }

@media only screen and (max-width: 1011px) {
  .mfz-content-wrapper .mfz-col-content {
    width: 100%;
    padding-right: 0 !important; } }

@media only screen and (max-width: 1011px) {
  .mfz-content-wrapper .mfz-col-aside {
    display: none !important; }
  [data-template='twoColumns']:not([data-layout='fixed']) .mfz-content-wrapper .mfz-col-content {
    width: 100%; }
  [data-template='twoColumns']:not([data-layout='fixed']) .mfz-content-wrapper .mfz-col-aside {
    display: block !important; }
  .mfn-bonus-deposits--body .offer-promo .img-promo {
    width: 240px; } }

@media only screen and (max-width: 687px) {
  .c-full-width mfn-bonus-deposits--head {
    padding-bottom: 40px; }
  .c-full-width .mfn-bonus-deposits--head--ask .icon, .c-full-width description-block--header {
    display: none; }
  .c-full-width .mfn-bonus-deposits--head .right .description-block--header {
    display: none; }
  .c-full-width .mfn-bonus-deposits--title, .c-full-width .mfn-bonus-deposits--subtitle {
    margin-left: 0px; }
  .c-full-width .mfn-bonus-deposits--head .mfn-bonus-deposits--head---image {
    left: auto;
    right: -10px;
    top: -10px;
    width: 166px;
    height: 187px;
    position: absolute; }
  .c-full-width .mfn-bonus-deposits--head .description-block--phone {
    font-size: 18px;
    margin: 0; }
  .c-full-width .mfn-bonus-deposits--head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-full-width .mfn-bonus-deposits--head .right, .c-full-width .mfn-bonus-deposits--head .left {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-full-width .mfn-bonus-deposits--head .left {
    padding-right: 120px; }
  .c-full-width .mfn-bonus-deposits--head--ask a {
    padding-left: 0px; }
    .c-full-width .mfn-bonus-deposits--head--ask a > span {
      display: inline-block; }
  .mfn-bonus-deposits--body .offer-promo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .mfn-bonus-deposits--body .offer-promo_title, .mfn-bonus-deposits--body .offer-promo_desc, .mfn-bonus-deposits--body .offer-promo_more {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .mfn-bonus-deposits--body .offer-promo .offer-promo_desc {
      margin: 0px; }
    .mfn-bonus-deposits--body .offer-promo .mnf-tooltiptext.mob-right {
      top: 24px; }
    .mfn-bonus-deposits--body .offer-promo .title-promo {
      font-size: 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-top: 12px;
      text-align: center; }
    .mfn-bonus-deposits--body .offer-promo .label-promo {
      margin-bottom: 8px;
      margin-top: 4px; }
    .mfn-bonus-deposits--body .offer-promo .promo--tag {
      position: absolute;
      left: 0px;
      top: 0px; }
    .mfn-bonus-deposits--body .offer-promo .offer-promo_img {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      width: 270px;
      max-width: 90vw;
      height: auto;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-top: 24px; }
    .mfn-bonus-deposits--body .offer-promo .table-promo {
      width: 100%;
      border-color: transparent; }
  .more-promo {
    width: 100%; }
  .more-promo .btn-orange {
    display: block;
    line-height: 1.4;
    text-align: center;
    padding: 9px 4px;
    margin-bottom: 6px;
    margin-top: 16px; }
  .c-promo-realty .more-promo .btn-orange {
    margin-bottom: 36px; } }

@media only screen and (min-width: 687px) and (max-width: 1135px) {
  .mfn-bonus-deposits--body .c-promo .offer--head {
    padding: 0; } }

.m-20 {
  padding-top: 6px;
  margin-bottom: 32px; }

@media only screen and (max-width: 1130px) {
  .mfn-bonus-deposits--body .currency-switcher .curtog-btn {
    padding: 0 10px;
    margin: 0 0 12px; }
  .m-20 {
    padding-top: 62px; } }

@media only screen and (max-width: 479px) {
  .mfn-bonus-deposits--body .offer-promo .img-promo {
    width: 100%; }
  .c-full-width .mfn-bonus-deposits--head .left {
    padding-right: 0px; } }

.mfn-bonus-deposits--head--ask a span {
  pointer-events: none; }

.mf-client {
  padding: 16px 0;
  font-size: 12px; }
  .mf-client--content {
    padding-left: 26px;
    font-size: 12px; }
  .mf-client--checkbox {
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px; }
    .mf-client--checkbox::before {
      background-color: white;
      content: "";
      height: 18px;
      left: 0px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 18px;
      border-color: #cdd7e7;
      border-radius: 2px;
      border-style: solid;
      border-width: 1px;
      -webkit-transition: border-color 0.3s ease 0s;
      -o-transition: border-color 0.3s ease 0s;
      transition: border-color 0.3s ease 0s; }
    .mf-client--checkbox::after {
      content: "";
      position: absolute;
      display: none;
      height: 11px;
      left: 0;
      top: 50%;
      -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      width: 7px;
      border-color: #239c13;
      border-style: solid;
      border-width: 0px 2px 2px 0px; }
  input[type=radio]:checked ~ .mf-client--checkbox:after,
  input[type=checkbox]:checked ~ .mf-client--checkbox:after {
    display: block; }

.mf-client--field, .form-container--form .form-group label.mf-client--field {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  text-align: left; }
  .mf-client--field input, .form-container--form .form-group label.mf-client--field input {
    display: none !important; }

.steps {
  font-size: 0;
  margin-bottom: 30px; }
  .steps--item {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    text-align: left;
    padding-left: 38px;
    position: relative; }
    .steps--item.active:before {
      background: #000;
      color: #fff; }
    .steps--item:before {
      content: '1';
      position: absolute;
      top: 3px;
      left: 0;
      background: #ffffff;
      border: 2px solid #181818;
      width: 28px;
      height: 28px;
      border-radius: 100%;
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      font-family: 'Roboto Bold', sans-serif;
      color: #181818; }
    .steps--item:nth-child(2):before {
      content: '2'; }
    .steps--item:nth-child(3):before {
      content: '3'; }
    .steps--item:nth-child(1), .steps--item:nth-child(2) {
      padding-right: 38px; }
      .steps--item:nth-child(1):after, .steps--item:nth-child(2):after {
        position: absolute;
        top: 11px;
        right: 6px;
        content: url("/i/deposits/main/arrow-stepper-icon.svg"); }
    .steps--item a {
      font-family: 'Roboto Bold', sans-serif;
      color: #4179cd;
      text-align: left; }
  @media only screen and (max-width: 1100px) {
    .steps {
      margin: 20px auto;
      max-width: 89%; }
      .steps.c-inner .steps--item:nth-child(1) {
        display: none; }
      .steps.c-inner .steps--item:nth-child(2) {
        width: 50%; }
        .steps.c-inner .steps--item:nth-child(2):before {
          content: '1';
          background: black;
          color: white; }
      .steps.c-inner .steps--item:nth-child(3) {
        width: 50%; }
        .steps.c-inner .steps--item:nth-child(3):before {
          content: '2'; } }
  @media only screen and (max-width: 800px) {
    .steps {
      margin-top: 30px; } }
  @media only screen and (max-width: 687px) {
    .steps {
      display: none; } }

.mobile-step {
  display: none;
  padding-bottom: 20px; }
  .mobile-step--item {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    text-align: left;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    vertical-align: top; }
  @media only screen and (max-width: 687px) {
    .mobile-step {
      display: block; }
      .mobile-step--item:before {
        content: "";
        position: absolute;
        top: -9px;
        left: 0;
        background: #ffffff url("/i/deposits/main/info-icon.png") no-repeat center;
        border: 2px solid #181818;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-family: 'Roboto Bold', sans-serif;
        color: #181818; } }
  @media only screen and (max-width: 479px) {
    .mobile-step {
      background: #ffdea1;
      padding: 10px;
      margin-left: -10px;
      margin-right: -10px; }
      .mobile-step--item {
        padding-left: 0; }
        .mobile-step--item:before {
          display: none; } }

.form-container {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 20px 0;
  margin-bottom: 30px; }
  .form-container h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #181818;
    text-align: center;
    margin-bottom: 15px; }
  .form-container--form {
    width: 325px;
    margin: 0 auto;
    text-align: center; }
    .form-container--form .form-group {
      text-align: left;
      font-size: 0; }
      .form-container--form .form-group label,
      .form-container--form .form-group input,
      .form-container--form .form-group select {
        display: block; }
      .form-container--form .form-group label {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #181818;
        margin-bottom: 5px;
        margin-top: 20px; }
        .form-container--form .form-group label.marg {
          font-size: 14px;
          color: #7b7b7b;
          margin-bottom: 20px;
          margin-top: 0; }
      .form-container--form .form-group input, .form-container--form .form-group input[name="phone"],
      .form-container--form .form-group select {
        background: #f7f7f7;
        border: 1px solid #ececec;
        border-radius: 2px;
        height: 38px;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        padding-left: 12px;
        font-size: 16px;
        outline: none;
        position: relative;
        margin-bottom: 6px; }
        .form-container--form .form-group input:focus, .form-container--form .form-group input:active, .form-container--form .form-group input[name="phone"]:focus, .form-container--form .form-group input[name="phone"]:active,
        .form-container--form .form-group select:focus,
        .form-container--form .form-group select:active {
          outline: none;
          box-shadow: none; }
      .form-container--form .form-group select {
        cursor: pointer; }
        .form-container--form .form-group select option {
          width: 100%; }
      .form-container--form .form-group .sum {
        width: 50%;
        display: inline-block; }
        .form-container--form .form-group .sum.blloon-position + .error-blloon {
          right: 164px; }
      .form-container--form .form-group .btn-group {
        width: 50%;
        display: inline-block;
        font-size: 0; }
        .form-container--form .form-group .btn-group .radio {
          display: inline-block;
          width: 33.3%; }
          .form-container--form .form-group .btn-group .radio input,
          .form-container--form .form-group .btn-group .radio label {
            display: inline-block;
            vertical-align: middle; }
          .form-container--form .form-group .btn-group .radio input {
            height: 14px;
            width: 14px;
            margin-bottom: 0;
            margin-top: 0;
            margin-right: 0;
            padding: 0; }
      .form-container--form .form-group .error-blloon {
        right: -1px;
        top: 17px;
        padding: 1px 5px;
        background: #f00;
        color: #fff;
        z-index: 10;
        position: absolute;
        font-size: 12px; }
        .form-container--form .form-group .error-blloon:after {
          content: '';
          position: absolute;
          right: 5px;
          bottom: -9px;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 10px 10px 0;
          border-color: transparent #ff0000 transparent transparent; }
      .form-container--form .form-group .btn {
        background: #d52d28;
        border-radius: 4px;
        width: 100%;
        height: 40px;
        cursor: pointer;
        border: none;
        font-family: 'Roboto Bold', sans-serif;
        font-size: 16px;
        margin-bottom: 20px;
        color: #ffffff; }
        .form-container--form .form-group .btn:active, .form-container--form .form-group .btn:focus {
          outline: none; }
      .form-container--form .form-group .confirm-checkbox {
        font-size: 16px; }
        .form-container--form .form-group .confirm-checkbox input,
        .form-container--form .form-group .confirm-checkbox p {
          display: inline-block;
          vertical-align: middle; }
          .form-container--form .form-group .confirm-checkbox input a,
          .form-container--form .form-group .confirm-checkbox p a {
            text-decoration: none;
            color: #4179cd; }
        .form-container--form .form-group .confirm-checkbox input {
          width: 20px;
          margin: 0;
          cursor: pointer; }
        .form-container--form .form-group .confirm-checkbox .error-blloon {
          right: 55px;
          top: -12px; }
      .form-container--form .form-group.upload-image .error-blloon {
        top: 41px; }
    .form-container--form .radio-group {
      text-align: left;
      margin-bottom: 10px; }
    .form-container--form h5 {
      text-align: left;
      margin-bottom: 10px; }
    .form-container--form .alert {
      color: #a94442;
      border-color: #ebccd1;
      border-radius: 4px;
      padding: 15px;
      margin-bottom: 20px;
      background-color: #f2dede;
      font-size: 12px; }
      .form-container--form .alert h4 {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px; }
      .form-container--form .alert p {
        font-family: 'Roboto', sans-serif; }
        .form-container--form .alert p a {
          font-family: 'Roboto Bold', sans-serif;
          color: #4179cd;
          text-decoration: none; }
    .form-container--form .data-safe {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      color: #2b2b2b;
      display: inline-block;
      vertical-align: middle; }
      .form-container--form .data-safe:before {
        content: url("/i/deposits/main/locked-form-icon.svg");
        vertical-align: middle;
        position: relative;
        top: 2px;
        margin-right: 6px; }
  .form-container--right {
    font-family: 'Roboto', sans-serif;
    color: #181818;
    padding-right: 10px;
    margin-top: 5px;
    position: relative; }
    .form-container--right:before {
      content: '';
      position: absolute;
      top: 0;
      left: -20px;
      width: 1px;
      height: 100%;
      background: #d8d8d8; }
    .form-container--right p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px; }
    .form-container--right ul li {
      font-size: 14px;
      line-height: 16px;
      text-align: left;
      margin-bottom: 15px;
      padding-left: 30px;
      position: relative; }
      .form-container--right ul li:before {
        position: absolute;
        content: '1.';
        top: 0;
        left: 0; }
      .form-container--right ul li:nth-child(2):before {
        content: '2.'; }
      .form-container--right ul li a {
        color: #4179cd;
        text-decoration: none; }
  @media only screen and (max-width: 940px) and (min-width: 801px) {
    .form-container--right {
      max-width: 100%;
      width: 326px;
      margin-left: auto;
      margin-right: auto; }
      .form-container--right:before {
        content: none; }
    .form-container--form .data-safe {
      margin-bottom: 20px; }
    .form-container--form {
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 20px;
      width: 323px;
      max-width: 100%; }
    .form-container .col-sm-5 {
      width: 100%; }
    .form-container .col-sm-3 {
      width: 100%; } }
  @media only screen and (max-width: 800px) {
    .form-container .confirm-step-2 .radio-group .radio label {
      font-size: 16px; }
    .form-container--right {
      max-width: 100%;
      width: 326px;
      margin-left: auto;
      margin-right: auto; }
      .form-container--right:before {
        content: none; } }
  @media only screen and (max-width: 800px) and (min-width: 769px) {
    .form-container--right:before {
      content: ""; } }
  @media only screen and (max-width: 687px) {
    .form-container--form {
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 20px;
      width: 323px;
      max-width: 100%; }
    .form-container--right {
      width: 323px;
      margin-left: auto;
      margin-right: auto; }
      .form-container--right:before {
        content: none; }
    .form-container--form .data-safe {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 480px) {
    .form-container--form .data-safe {
      display: none;
      margin-bottom: 0; }
    .form-container--right {
      max-width: 90%;
      width: 340px;
      margin: auto; }
      .form-container--right:before {
        content: none; }
    .form-container--form {
      width: 340px;
      max-width: 90%; }
    .form-container--form .form-group input {
      margin-bottom: 16px; } }
  @media only screen and (max-width: 320px) {
    .form-container {
      margin-left: -10px;
      margin-right: -10px;
      padding-left: 10px;
      padding-right: 10px;
      border: none;
      border-radius: 0px;
      margin-bottom: 0px; }
    .form-container h1 {
      font-size: 18px;
      line-height: 20px; }
    .form-container--form {
      width: 100%;
      margin-bottom: 20px; }
    .form-container--right {
      width: 100%; }
    .form-container--form .form-group label {
      text-align: left; }
    .form-container--form .form-group .confirm-checkbox p {
      font-size: 15px; }
    .form-container .confirm-step-2 .radio-group .radio label {
      font-size: 15px; } }

@media only screen and (max-width: 320px) {
  .mfz-social-footer-btns.mfz-section .mfz-container span {
    font-size: 14px; } }

@media only screen and (max-width: 320px) {
  main.mfz-page-wrap.mfz-section .mfz-content-wrapper .mfz-col-aside {
    padding-top: 1px; } }

ul#mobMenu a:-webkit-any-link:hover {
  text-decoration: none !important; }

.mfm-bonus-deposits {
  margin-top: -15px; }

.payment, .upload-image {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #181818;
  margin: 20px 0; }

.payment p {
  margin-top: 6px;
  padding: 16px;
  background-color: #f7f7f7; }

.upload-image input {
  margin: 10px 0;
  padding: 5px 0; }

ol.c-list li {
  list-style-type: decimal;
  margin: 8px 16px; }

ul.c-list li {
  list-style-type: circle;
  margin: 8px 16px; }

.question-header {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  color: #181818;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 107px; }

.panel-group {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  margin-left: 107px; }
  .panel-group .panel-heading .panel-title {
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 25px 40px 25px 0;
    font-family: 'Roboto', "Open Sans", sans-serif;
    font-size: 16px;
    color: #2b76cc;
    position: relative; }
    .panel-group .panel-heading .panel-title:after {
      position: absolute;
      content: url("/i/deposits/main/down-arrow-icon.svg");
      top: 50%;
      right: -20px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .panel-group .panel-heading .panel-title.opened:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      top: 25%; }
  .panel-group .panel {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    padding: 0 30px 0 20px; }
    .panel-group .panel .panel-collapse {
      display: none; }
    .panel-group .panel .panel-body {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      color: #2b2b2b;
      line-height: 20px;
      padding-bottom: 20px; }

@media only screen and (max-width: 1000px) {
  .question-header {
    margin-top: 34px; }
  .question-header,
  .panel-group {
    margin-left: 0; } }

@media only screen and (max-width: 480px) {
  .panel-group {
    margin-left: -10px;
    margin-right: -10px; }
    .panel-group .panel {
      padding-left: 10px; }
      .panel-group .panel .panel-title {
        padding: 16px 10px 16px 0; } }

ul#mobMenu a:-webkit-any-link:hover {
  text-decoration: none !important; }

.mfm-bonus-deposits {
  margin-top: -15px; }

.main-content-conditions {
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  margin-bottom: 40px;
  padding: 30px 320px 20px 104px; }
  .main-content-conditions .main-page-header-title {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #181818;
    margin-bottom: 20px; }
  .main-content-conditions p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 20px; }
  .main-content-conditions h3 {
    font-family: 'Roboto', sans-serif;
    margin: 20px 0; }
  .main-content-conditions a {
    color: #4179cd; }
  @media only screen and (max-width: 1060px) {
    .main-content-conditions {
      padding-right: 238px; } }
  @media only screen and (max-width: 1060px) {
    .main-content-conditions {
      padding: 20px 10px;
      border-radius: 0;
      border: none;
      margin-right: -10px;
      margin-left: -10px; } }

.mfz-main-nav-full-wrap ul {
  list-style: none !important; }
  .mfz-main-nav-full-wrap ul li {
    list-style: none !important; }

ul#mobMenu a:-webkit-any-link:hover {
  text-decoration: none !important; }

.mfm-bonus-deposits {
  margin-top: -15px; }

.main-body {
  margin-bottom: 24px; }
  .main-body--table {
    width: 690px;
    border: 2px solid #f26522;
    border-bottom: 10px solid #f26522;
    border-radius: 4px;
    background: #fff; }
    .main-body--table-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .main-body--table-row + .main-body--table-row {
        border-top: 1px solid #e3e3e3; }
      .main-body--table-row:nth-of-type(1) div {
        font-family: 'Roboto', sans-serif; }
    .main-body--table-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      font-size: 16px;
      font-family: 'Roboto', sans-serif;
      line-height: 24px;
      font-weight: 500;
      color: #000;
      padding: 10px;
      text-align: left; }
      .main-body--table-col + .main-body--table-col {
        border-left: 1px solid #e3e3e3; }
      .main-body--table-col:nth-of-type(1) {
        width: 5%; }
      .main-body--table-col:nth-of-type(2) {
        width: 20%; }
      .main-body--table-col:nth-of-type(3) {
        width: 30%; }
      .main-body--table-col:nth-of-type(4) {
        width: 25%; }
      .main-body--table-col:nth-of-type(5) {
        width: 20%; }

.main-video {
  width: 100%; }
  .main-video * {
    max-width: 100%; }
  .main-video h3 {
    margin-top: 36px; }

@media only screen and (max-width: 584px) and (min-width: 470px) {
  .main-body--table {
    width: 100%; }
  .main-body--table-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    padding: 8px;
    text-align: left; } }

@media only screen and (max-width: 470px) {
  .main-body--table {
    width: 100%;
    border: 2px solid #f26522;
    border-bottom: 10px solid #f26522;
    border-radius: 4px;
    background: #fff; }
  .main-body--table-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    padding: 0 4px;
    text-align: left; }
  .main-body--table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    width: 100%; }
  .main-body--table-col + .main-body--table-col {
    border-left: none; }
  .main-body--table-col:nth-of-type(4) {
    width: 50%;
    padding-left: calc(10% + 4px); }
  .main-body--table-col:nth-of-type(1) {
    width: 10%; }
  .main-body--table-col:nth-of-type(2) {
    width: 40%; }
  .main-body--table-col:nth-of-type(3) {
    width: 50%; }
  .main-body--table-col:nth-of-type(5) {
    width: 50%; } }

body .js-connect {
  cursor: pointer; }

body:after {
  content: "";
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }

body.mask:after {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 104; }

.success-modal-title-block, .modal-title-block {
  position: relative;
  width: 100%;
  display: inline-block; }

.success-modal-title, .modal-title {
  font-family: roboto,sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
  width: auto;
  line-height: 16px; }

.success-modal-close, .modal-close {
  position: relative;
  display: block;
  float: right;
  width: 18px;
  height: 18px; }
  .success-modal-close span, .modal-close span {
    pointer-events: none; }

.success-modal-close-line, .modal-close-line {
  width: 1px;
  height: 22px;
  position: absolute;
  top: 0;
  background: #2d2d2d; }

.success-modal-close-line-left, .modal-close-line-left {
  left: 8px;
  transform: rotate(-45deg); }

.success-modal-close-line-right, .modal-close-line-right {
  right: 9px;
  transform: rotate(45deg); }

.success-modal.modal-show,
.modal.modal-show,
.modal-bonus.modal-show {
  top: 50%;
  z-index: 1005; }

.success-modal,
.modal-bonus {
  width: 300px;
  height: auto;
  position: fixed;
  top: -100%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  background: #fff;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  .success-modal-title,
  .modal-bonus-title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 16px;
    float: left;
    line-height: 16px; }
    .success-modal-title-block,
    .modal-bonus-title-block {
      position: relative;
      width: 100%;
      display: inline-block; }
  .success-modal-close,
  .modal-bonus-close {
    position: relative;
    display: block;
    float: right;
    width: 18px;
    height: 18px; }
    .success-modal-close-line,
    .modal-bonus-close-line {
      width: 1px;
      height: 22px;
      position: absolute;
      top: 0;
      background: #2d2d2d; }
      .success-modal-close-line-left,
      .modal-bonus-close-line-left {
        left: 8px;
        transform: rotate(-45deg); }
      .success-modal-close-line-right,
      .modal-bonus-close-line-right {
        right: 9px;
        transform: rotate(45deg); }
  .success-modal .form-control,
  .modal-bonus .form-control {
    width: 100%;
    display: block;
    border: 1px solid #e7e7e7;
    padding: 14px 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 16px;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .success-modal .form-control:focus, .success-modal .form-control:active,
    .modal-bonus .form-control:focus,
    .modal-bonus .form-control:active {
      outline: none;
      border-color: #000; }
  .success-modal .form-group,
  .modal-bonus .form-group {
    position: relative;
    margin-bottom: 16px;
    width: 100%; }
    .success-modal .form-group .mfn-confirm,
    .modal-bonus .form-group .mfn-confirm {
      font-size: 13px;
      line-height: 1; }
  .success-modal .placeholder,
  .modal-bonus .placeholder {
    font-size: 14px;
    color: #777777;
    line-height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 1;
    margin-top: -8px;
    font-family: "Roboto", sans-serif; }
  .success-modal .asterisc,
  .modal-bonus .asterisc {
    color: #ff0000;
    padding-left: 3px; }
  .success-modal .success-modal-close-btn,
  .success-modal .btn-submit,
  .modal-bonus .success-modal-close-btn,
  .modal-bonus .btn-submit {
    width: 100%;
    background: #ff7500;
    border: none;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
    font-size: 16px; }
    .success-modal .success-modal-close-btn:focus, .success-modal .success-modal-close-btn:active,
    .success-modal .btn-submit:focus,
    .success-modal .btn-submit:active,
    .modal-bonus .success-modal-close-btn:focus,
    .modal-bonus .success-modal-close-btn:active,
    .modal-bonus .btn-submit:focus,
    .modal-bonus .btn-submit:active {
      outline: none; }
  .success-modal .form-control.inpError,
  .modal-bonus .form-control.inpError {
    border-color: #ff0000; }
  .success-modal .error-blloon,
  .modal-bonus .error-blloon {
    position: absolute;
    top: -7px;
    right: 10px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ff0000;
    background: linear-gradient(to top, #fff, #fff);
    line-height: 14px;
    -webkit-animation: fadeInRight .3s ease-out;
    animation: fadeInRight .3s ease-out; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.success-modal-h3 {
  font-family: "Raleway";
  font-size: 18px;
  color: #2b2b2b;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 12px;
  line-height: 22px; }

.success-modal-close-btn {
  text-align: center; }

.success-modal-text {
  font-family: "Roboto";
  font-size: 14px;
  color: #2b2b2b;
  line-height: 16px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 35px; }

.success-modal-icon {
  text-align: center;
  margin: 16px auto 9px; }
