@charset "UTF-8";
/* line 1, ../../../../base/assets/sass/parts/_base.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 7, ../../../../base/assets/sass/parts/_base.scss */
html {
  font: 15px/1.5 "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  color: #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 17, ../../../../base/assets/sass/parts/_base.scss */
body {
  margin: 10px 0 0;
  background: #f1f2f2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 26, ../../../../base/assets/sass/parts/_base.scss */
a {
  color: #00ace8;
  text-decoration: none;
}
/* line 30, ../../../../base/assets/sass/parts/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 35, ../../../../base/assets/sass/parts/_base.scss */
main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 49, ../../../../base/assets/sass/parts/_base.scss */
.page-content {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 54, ../../../../base/assets/sass/parts/_base.scss */
.page-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1180px;
      -ms-flex: 0 0 1180px;
          flex: 0 0 1180px;
  padding-left: 170px;
  position: relative;
  margin-top: 10px;
}
/* line 62, ../../../../base/assets/sass/parts/_base.scss */
.page-center .content {
  margin: 0 8px 0 0;
}
@media (max-width: 950px) {
  /* line 62, ../../../../base/assets/sass/parts/_base.scss */
  .page-center .content {
    margin: 0;
  }
}
/* line 71, ../../../../base/assets/sass/parts/_base.scss */
.page-center #page-views {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 760px;
}
/* line 76, ../../../../base/assets/sass/parts/_base.scss */
.page-center > .fullWidth {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 8px;
  max-width: 100%;
}

/* line 83, ../../../../base/assets/sass/parts/_base.scss */
i {
  font-style: normal;
}

@media all and (max-width: 1200px) {
  /* line 88, ../../../../base/assets/sass/parts/_base.scss */
  .page-center {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin: 10px 30px 0;
  }
}
@media all and (max-width: 1024px) {
  /* line 95, ../../../../base/assets/sass/parts/_base.scss */
  .page-center {
    padding-left: 200px;
  }
}
@media all and (max-width: 950px) {
  /* line 102, ../../../../base/assets/sass/parts/_base.scss */
  .disable-page-scroll .page-content {
    position: fixed;
    width: 100%;
  }

  /* line 107, ../../../../base/assets/sass/parts/_base.scss */
  .page-center {
    margin: 0;
    padding-left: calc(29% + 10px);
  }

  /* line 111, ../../../../base/assets/sass/parts/_base.scss */
  .main-nav-opened .page-content::after {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }
}
@media all and (max-width: 500px) {
  /* line 124, ../../../../base/assets/sass/parts/_base.scss */
  .page-content {
    left: 0;
    position: absolute;
    width: 100%;
  }
  /* line 130, ../../../../base/assets/sass/parts/_base.scss */
  .preopened-left-sidebar .page-content::after, .preopened-user-menu .page-content::after {
    background: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    width: 100%;
    z-index: 3;
  }
  /* line 142, ../../../../base/assets/sass/parts/_base.scss */
  .opened-left-sidebar .page-content::after, .opened-user-menu .page-content::after {
    background: rgba(0, 0, 0, 0.4);
  }

  /* line 148, ../../../../base/assets/sass/parts/_base.scss */
  .page-center {
    padding-left: 0;
  }
}
/* line 153, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  -webkit-perspective: 2500px;
          perspective: 2500px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
/* line 165, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body {
  color: #fff;
  font-size: 15px;
  width: 100%;
}
/* line 169, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body #meter-content {
  width: 100%;
  height: 5px;
  margin: 25px auto 16px;
  background: #000;
}
/* line 174, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body #meter-content .expand {
  width: 100%;
  height: 1px;
  margin: 2px 0;
  background: #2187e7;
  position: absolute;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 198, 255, 0.7);
          box-shadow: 0px 0px 0px 1px rgba(0, 198, 255, 0.7);
  -webkit-animation: fullexpand 10s ease-out;
          animation: fullexpand 10s ease-out;
  left: 0;
}
/* line 186, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text {
  line-height: 1;
}
/* line 188, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo {
  display: inline-block;
  vertical-align: middle;
}
/* line 191, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo img {
  width: 94px;
  height: auto;
  padding: 0 10px;
  position: relative;
  top: -5px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
/* line 201, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo.liga img {
  width: 110px;
}
/* line 206, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text.second {
  top: -6px;
  position: relative;
}
/* line 210, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body .bm-redirect-close {
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 216, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container .bm-redirect-popup-body .bm-redirect-close::before {
  cursor: pointer;
  content: "\e62d";
  font-size: 18px;
  color: #fff;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* line 233, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container #goto-1xbet {
  margin: 42px 0 25px 0;
  width: 205px;
  height: 45px;
  font-size: 15px;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  text-decoration: none;
}
/* line 251, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container #goto-1xbet:hover {
  background-color: #5bbb60 !important;
}

/* line 256, ../../../../base/assets/sass/parts/_base.scss */
.bm-redirect-container.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* line 274, ../../../../base/assets/sass/parts/_base.scss */
.pps-page-wrapper .content {
  width: 100%;
}
/* line 278, ../../../../base/assets/sass/parts/_base.scss */
.pps-page-wrapper .right-sidebar {
  max-width: 240px;
}

/**
 * Paragraphs
 */
/* line 4, ../../sass/ui-kit/_text.scss */
p {
  line-height: 1.5;
  font-size: 15px;
  margin: 0 0 25px;
}
/* line 9, ../../sass/ui-kit/_text.scss */
p:last-of-type {
  margin: 0;
}

/* line 14, ../../sass/ui-kit/_text.scss */
small {
  font-style: italic;
  font-size: 12px;
  color: #7b7b7b;
}

/**
 * Headings
 */
/* line 23, ../../sass/ui-kit/_text.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 15px 0 15px;
  font-weight: bold;
}

/* line 29, ../../sass/ui-kit/_text.scss */
.h1-big {
  font-size: 30px;
  line-height: normal;
}

/* line 35, ../../sass/ui-kit/_text.scss */
h1, .h1 {
  font-size: 24px;
  line-height: 1.125;
}
/* line 38, ../../sass/ui-kit/_text.scss */
h1.is-colored, .h1.is-colored {
  color: #0D0D0D;
}

/* line 42, ../../sass/ui-kit/_text.scss */
h2, .h2 {
  font-size: 18px;
  line-height: 1.33;
}
/* line 45, ../../sass/ui-kit/_text.scss */
h2.is-colored, .h2.is-colored {
  color: #1A1A1A;
}

/* line 49, ../../sass/ui-kit/_text.scss */
h3, .h3 {
  font-size: 16px;
  line-height: 1.33;
}
/* line 52, ../../sass/ui-kit/_text.scss */
h3.is-colored, .h3.is-colored {
  color: #1A1A1A;
}

/* line 56, ../../sass/ui-kit/_text.scss */
h4, .h4 {
  font-size: 14px;
  line-height: 1.33;
}
/* line 59, ../../sass/ui-kit/_text.scss */
h4.is-colored, .h4.is-colored {
  color: #272727;
}

/* line 63, ../../sass/ui-kit/_text.scss */
h5, .h5 {
  font-size: 13px;
  line-height: 1.33;
}
/* line 66, ../../sass/ui-kit/_text.scss */
h5.is-colored, .h5.is-colored {
  color: #272727;
}

/* line 70, ../../sass/ui-kit/_text.scss */
h6, .h6 {
  font-size: 12px;
  line-height: 1.33;
}
/* line 73, ../../sass/ui-kit/_text.scss */
h6.is-colored, .h6.is-colored {
  color: #272727;
}

/**
 * Blackquote
 */
/* line 81, ../../sass/ui-kit/_text.scss */
blockquote, .quote {
  position: relative;
  margin: 25px 0;
  font-size: 18px;
  padding-left: 60px;
  line-height: 1.5;
}
/* line 88, ../../sass/ui-kit/_text.scss */
blockquote p, .quote p {
  font-size: inherit;
}
/* line 91, ../../sass/ui-kit/_text.scss */
blockquote:before, .quote:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #60aae5;
  content: "\e6c1";
  font-size: 26px;
}
/* line 101, ../../sass/ui-kit/_text.scss */
blockquote.center, .quote.center {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* line 108, ../../sass/ui-kit/_text.scss */
.bold-v {
  font-weight: bold;
}

/* line 112, ../../sass/ui-kit/_text.scss */
.uikit-text {
  font-size: 16px;
  line-height: 1.75;
  color: #474747;
}
/* line 117, ../../sass/ui-kit/_text.scss */
.uikit-text.size-lg-v {
  font-size: 18px;
  line-height: 1.67;
  color: rgba(0, 0, 0, 0.8);
}
/* line 123, ../../sass/ui-kit/_text.scss */
.uikit-text.size-sm-v {
  font-size: 14px;
  line-height: 1.75;
  color: #595959;
}

/* line 130, ../../sass/ui-kit/_text.scss */
.uikit-footnote {
  font-size: 12px;
  line-height: 1.65;
  color: #7E7E7E;
}

/* line 136, ../../sass/ui-kit/_text.scss */
.uikit-link {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  text-decoration: none;
  color: #00ACE8;
}
/* line 143, ../../sass/ui-kit/_text.scss */
.uikit-link.size-xs-v {
  font-size: 12px;
  line-height: 1.65;
}
/* line 148, ../../sass/ui-kit/_text.scss */
.uikit-link.size-sm-v {
  font-size: 14px;
  line-height: 1.71;
}
/* line 153, ../../sass/ui-kit/_text.scss */
.uikit-link.size-lg-v {
  font-size: 16px;
  line-height: 1.75;
}
/* line 158, ../../sass/ui-kit/_text.scss */
.uikit-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 164, ../../sass/ui-kit/_text.scss */
.text-color-red {
  color: #c62828;
}

/* line 168, ../../sass/ui-kit/_text.scss */
.text-color-green {
  color: #43a047;
}

/* line 14, ../../sass/ui-kit/_helpers.scss */
blockquote:before, .quote:before, .block-item .image .autoplay {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, ../../sass/ui-kit/_popups.scss */
body.has-overlay::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* line 17, ../../sass/ui-kit/_popups.scss */
.uikit-popup-container {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: fixed;
  outline: none !important;
  overflow-x: hidden;
  overflow-y: auto;
  color: #131313;
}
/* line 30, ../../sass/ui-kit/_popups.scss */
.uikit-popup-container .uikit-popup-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 37, ../../sass/ui-kit/_popups.scss */
.uikit-popup-container .uikit-popup-inner::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 45, ../../sass/ui-kit/_popups.scss */
.uikit-popup-container .uikit-popup-buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 49, ../../sass/ui-kit/_popups.scss */
.uikit-popup-container .uikit-popup-buttons-row button:not(:last-of-type) {
  margin-right: 8px;
}

/* line 55, ../../sass/ui-kit/_popups.scss */
.uikit-popup-container.open {
  display: block;
}

/* line 59, ../../sass/ui-kit/_popups.scss */
.uikit-popup-content {
  width: 100%;
  cursor: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 320px;
  padding: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: rotate3d(0, 1, 0, -90deg);
          transform: rotate3d(0, 1, 0, -90deg);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  transition-property: transform, opacity, -webkit-transform;
  color: #131313;
}
/* line 78, ../../sass/ui-kit/_popups.scss */
.uikit-popup-content a {
  color: #00ace8;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}
/* line 82, ../../sass/ui-kit/_popups.scss */
.uikit-popup-content a:hover {
  text-decoration: none;
}
/* line 87, ../../sass/ui-kit/_popups.scss */
.uikit-popup-content .button-default {
  text-align: center;
  width: 100%;
}
/* line 93, ../../sass/ui-kit/_popups.scss */
.uikit-popup-content .checkbox label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
/* line 97, ../../sass/ui-kit/_popups.scss */
.uikit-popup-content .checkbox .checkbox input[type="checkbox"]:checked + label:after {
  font-size: 18px;
}
/* line 100, ../../sass/ui-kit/_popups.scss */
.uikit-popup-content .checkbox label.singlerow {
  padding-top: 2px;
}

/* line 106, ../../sass/ui-kit/_popups.scss */
.uikit-popup-header {
  position: relative;
  margin-bottom: 15px;
  z-index: 1001;
}
/* line 111, ../../sass/ui-kit/_popups.scss */
.uikit-popup-header .uikit-popup-title {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid #f1f2f2;
  padding-bottom: 14px;
  color: #131313;
}
/* line 119, ../../sass/ui-kit/_popups.scss */
.uikit-popup-header .icon-close {
  cursor: pointer;
  font-size: 20px;
  color: #131313;
  position: absolute;
  right: -4px;
  top: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/* line 129, ../../sass/ui-kit/_popups.scss */
.uikit-popup-header .icon-close::before {
  display: inline-block;
  width: 31px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/* line 135, ../../sass/ui-kit/_popups.scss */
.uikit-popup-header .icon-close:hover::before {
  color: #00ace8;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 141, ../../sass/ui-kit/_popups.scss */
.uikit-popup-descr {
  padding: 0 0 15px;
  text-align: center;
  font-size: 15px;
  color: #191919;
}
/* line 147, ../../sass/ui-kit/_popups.scss */
.uikit-popup-descr.error {
  color: #d32f2f;
}
/* line 150, ../../sass/ui-kit/_popups.scss */
.uikit-popup-descr.success {
  color: #43a047;
}
/* line 153, ../../sass/ui-kit/_popups.scss */
.uikit-popup-descr.is-bold {
  font-weight: bold;
}
/* line 156, ../../sass/ui-kit/_popups.scss */
.uikit-popup-descr a {
  color: #00ace8;
  text-decoration: underline;
}

/* line 163, ../../sass/ui-kit/_popups.scss */
.uikit-link-wrapper {
  border-bottom: 1px dashed #00ace8;
  line-height: 1;
}

/* line 168, ../../sass/ui-kit/_popups.scss */
.uikit-form-link {
  color: #00ace8;
  text-decoration: none;
  font-size: 13px;
}

/* line 175, ../../sass/ui-kit/_popups.scss */
.uikit-form-separator {
  margin: 5px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 181, ../../sass/ui-kit/_popups.scss */
.uikit-form-separator:before, .uikit-form-separator:after {
  border-top: 1px solid #f1f1f2;
  height: 1px;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 3px;
}
/* line 188, ../../sass/ui-kit/_popups.scss */
.uikit-form-separator:before {
  margin-right: 5px;
}
/* line 191, ../../sass/ui-kit/_popups.scss */
.uikit-form-separator:after {
  margin-left: 5px;
}

/* line 196, ../../sass/ui-kit/_popups.scss */
.open .uikit-popup-content {
  opacity: 1;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
}

/* line 1, ../../sass/ui-kit/_tooltip.scss */
.uikit-tt-body,
.uikit-tt-arrow {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  background-color: white;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

/* line 12, ../../sass/ui-kit/_tooltip.scss */
.uikit-tt-body {
  border: 1px solid whitesmoke;
  padding: 7px 15px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  z-index: 9998;
}

/* line 21, ../../sass/ui-kit/_tooltip.scss */
.uikit-tt-body.dark-scheme {
  color: #707070;
  font-size: 13px;
  max-width: 290px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #131313;
  padding: 10px 15px;
  text-align: left;
  border-color: #131313;
}

/* line 32, ../../sass/ui-kit/_tooltip.scss */
.uikit-tt-arrow.dark-scheme {
  background-color: #131313;
}

/* line 36, ../../sass/ui-kit/_tooltip.scss */
.uikit-tt-arrow {
  z-index: 9999;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (max-width: 500px) {
  /* line 44, ../../sass/ui-kit/_tooltip.scss */
  .uikit-tt-arrow.mobile-cut {
    display: none;
  }
}
/* line 49, ../../sass/ui-kit/_tooltip.scss */
.uikit-tt-body.complaint-subcommittee-scheme {
  background: url("../img/icons/subcommittee.jpg");
  background-repeat: no-repeat;
  background-position: 5px 10px;
  padding: 10px 10px 10px 35px;
  background-color: white;
}

@media all and (max-width: 600px) {
  /* line 58, ../../sass/ui-kit/_tooltip.scss */
  .uikit-tt-body.complaint-subcommittee-scheme {
    background-position: 10px 20px;
    width: 300px;
  }
}
/* line 64, ../../sass/ui-kit/_tooltip.scss */
.tt-menu {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bababa;
  border-top: 1px solid #f1f2f2;
  margin-top: -1px;
  -webkit-box-shadow: 3px 4px 10px -2px #bababa;
          box-shadow: 3px 4px 10px -2px #bababa;
  background-color: white;
  max-height: 212px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
}
/* line 78, ../../sass/ui-kit/_tooltip.scss */
.tt-menu::-webkit-scrollbar {
  width: 6px;
}
/* line 82, ../../sass/ui-kit/_tooltip.scss */
.tt-menu::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}
/* line 87, ../../sass/ui-kit/_tooltip.scss */
.tt-menu .tt-s {
  margin: 0;
  padding: 10px;
  font-size: 15px;
  color: #131313;
  cursor: pointer;
}
/* line 94, ../../sass/ui-kit/_tooltip.scss */
.tt-menu .tt-s:hover, .tt-menu .tt-s.tt-cursor {
  background-color: #fffde7;
}
/* line 99, ../../sass/ui-kit/_tooltip.scss */
.tt-menu .tt-s strong {
  font-size: 15px;
  font-weight: bold;
}

/* line 1, ../../sass/ui-kit/_misc.scss */
.rb-recommend-stamp {
  background: url("/wp-content/themes/bmr/assets-v2/img/reviews/review/rb-badge.png") 0 0 no-repeat;
  background-size: cover;
  height: 160px;
  width: 160px;
  display: inline-block;
  position: absolute;
  z-index: 999;
}
/* line 10, ../../sass/ui-kit/_misc.scss */
.rb-recommend-stamp.top-left {
  top: 10px;
  left: 10px;
}
/* line 14, ../../sass/ui-kit/_misc.scss */
.rb-recommend-stamp.top-right {
  top: 10px;
  right: 10px;
}
/* line 18, ../../sass/ui-kit/_misc.scss */
.rb-recommend-stamp.bottom-left {
  bottom: 10px;
  left: 10px;
}
/* line 22, ../../sass/ui-kit/_misc.scss */
.rb-recommend-stamp.bottom-right {
  bottom: 10px;
  right: 10px;
}

/* line 28, ../../sass/ui-kit/_misc.scss */
.info-icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  font-size: 16px;
  color: #00ace8;
  text-decoration: none !important;
  cursor: pointer;
}
/* line 39, ../../sass/ui-kit/_misc.scss */
.info-icon::before {
  content: "\e917";
}

/* line 45, ../../sass/ui-kit/_misc.scss */
.uikit-readmore-container .uikit-readmore-content {
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
/* line 53, ../../sass/ui-kit/_misc.scss */
.uikit-readmore-container.active .uikit-readmore-content::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 90%);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  width: 100%;
}
/* line 64, ../../sass/ui-kit/_misc.scss */
.uikit-readmore-container.active .uikit-readmore-buttons a {
  font-size: 15px;
}
/* line 68, ../../sass/ui-kit/_misc.scss */
.uikit-readmore-container.active .uikit-readmore-buttons a::before {
  content: attr(data-slideup-title);
}
/* line 74, ../../sass/ui-kit/_misc.scss */
.uikit-readmore-container.active.closed .uikit-readmore-content::after {
  height: 60px;
}
/* line 78, ../../sass/ui-kit/_misc.scss */
.uikit-readmore-container.active.closed .uikit-readmore-buttons a::before {
  content: attr(data-slidedown-title);
}

/* line 87, ../../sass/ui-kit/_misc.scss */
.icon-spin {
  text-rendering: auto;
  -webkit-animation: icon-spin 2s infinite linear;
          animation: icon-spin 2s infinite linear;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* line 104, ../../sass/ui-kit/_misc.scss */
.uikit-collapsable > h1, .uikit-collapsable > h2, .uikit-collapsable > h3, .uikit-collapsable > .h2, .uikit-collapsable > .h3 {
  -webkit-transition: margin-bottom 300ms linear;
  transition: margin-bottom 300ms linear;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 110, ../../sass/ui-kit/_misc.scss */
.uikit-collapsable > h1:after, .uikit-collapsable > h2:after, .uikit-collapsable > h3:after, .uikit-collapsable > .h2:after, .uikit-collapsable > .h3:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  content: "\e6b4";
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
          transform: rotate3d(1, 0, 0, 180deg);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
/* line 121, ../../sass/ui-kit/_misc.scss */
.uikit-collapsable > p, .uikit-collapsable > div:not(.h2):not(.h3) {
  -webkit-transition: height 300ms linear;
  transition: height 300ms linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  overflow: hidden;
}
/* line 131, ../../sass/ui-kit/_misc.scss */
.uikit-collapsable.is-collapsed > h1, .uikit-collapsable.is-collapsed > h2, .uikit-collapsable.is-collapsed > h3, .uikit-collapsable.is-collapsed > .h2, .uikit-collapsable.is-collapsed > .h3 {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
/* line 135, ../../sass/ui-kit/_misc.scss */
.uikit-collapsable.is-collapsed > h1:after, .uikit-collapsable.is-collapsed > h2:after, .uikit-collapsable.is-collapsed > h3:after, .uikit-collapsable.is-collapsed > .h2:after, .uikit-collapsable.is-collapsed > .h3:after {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
          transform: rotate3d(1, 0, 0, 0deg);
}
/* line 139, ../../sass/ui-kit/_misc.scss */
.uikit-collapsable.is-collapsed > p, .uikit-collapsable.is-collapsed > div:not(.h2):not(.h3):not(.filter-title) {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media all and (min-width: 501px) {
  /* line 148, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable.uikit-mobile-only > h1, .uikit-collapsable.uikit-mobile-only > h2, .uikit-collapsable.uikit-mobile-only > h3, .uikit-collapsable.uikit-mobile-only > .h2, .uikit-collapsable.uikit-mobile-only > .h3 {
    cursor: text;
  }
  /* line 151, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable.uikit-mobile-only > h1:after, .uikit-collapsable.uikit-mobile-only > h2:after, .uikit-collapsable.uikit-mobile-only > h3:after, .uikit-collapsable.uikit-mobile-only > .h2:after, .uikit-collapsable.uikit-mobile-only > .h3:after {
    content: normal;
  }
  /* line 156, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable.uikit-mobile-only.is-collapsed > h1, .uikit-collapsable.uikit-mobile-only.is-collapsed > h2, .uikit-collapsable.uikit-mobile-only.is-collapsed > h3, .uikit-collapsable.uikit-mobile-only.is-collapsed > .h2, .uikit-collapsable.uikit-mobile-only.is-collapsed > .h3 {
    margin: 15px 0 15px;
  }
  /* line 160, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable.uikit-mobile-only > p, .uikit-collapsable.uikit-mobile-only > div:not(.h2):not(.h3) {
    height: auto !important;
  }
}
@media all and (min-width: 951px) {
  /* line 168, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable.uikit-tablet-only > h1, .uikit-collapsable.uikit-tablet-only > h2, .uikit-collapsable.uikit-tablet-only > h3, .uikit-collapsable.uikit-tablet-only > .h2, .uikit-collapsable.uikit-tablet-only > .h3 {
    cursor: text;
  }
  /* line 171, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable.uikit-tablet-only > h1:after, .uikit-collapsable.uikit-tablet-only > h2:after, .uikit-collapsable.uikit-tablet-only > h3:after, .uikit-collapsable.uikit-tablet-only > .h2:after, .uikit-collapsable.uikit-tablet-only > .h3:after {
    content: normal;
  }
  /* line 176, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable.uikit-tablet-only.is-collapsed > h1, .uikit-collapsable.uikit-tablet-only.is-collapsed > h2, .uikit-collapsable.uikit-tablet-only.is-collapsed > h3, .uikit-collapsable.uikit-tablet-only.is-collapsed > .h2, .uikit-collapsable.uikit-tablet-only.is-collapsed > .h3 {
    margin: 15px 0 15px;
  }
  /* line 180, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable.uikit-tablet-only > p, .uikit-collapsable.uikit-tablet-only > div:not(.h2):not(.h3) {
    height: auto !important;
  }
}
@media all and (max-width: 950px) {
  /* line 187, ../../sass/ui-kit/_misc.scss */
  .uikit-collapsable > h1, .uikit-collapsable > h2, .uikit-collapsable > h3, .uikit-collapsable > .h2, .uikit-collapsable > .h3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 193, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner {
  position: relative;
}
/* line 196, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
}
/* line 206, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner::after {
  content: "\e60b";
  display: inline-block;
  -webkit-animation: spin-middle 2s infinite linear;
          animation: spin-middle 2s infinite linear;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1001;
  font-size: 30px;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #4271b5;
}
/* line 233, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner.pos-top::after {
  top: 27px;
}
/* line 237, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner.pos-middle::after {
  -webkit-animation: spin-middle 2s infinite linear;
          animation: spin-middle 2s infinite linear;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 244, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner.pos-bottom::after {
  top: auto;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 252, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner.black-bg::before {
  background: rgba(0, 0, 0, 0.5);
}
/* line 258, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner.white-bg::before {
  background: white;
}
/* line 264, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner.white:after {
  color: #fff;
}
/* line 270, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner.clear-white::before {
  content: none;
}
/* line 273, ../../sass/ui-kit/_misc.scss */
.uikit-has-spinner.clear-white:after {
  color: #fff;
}

@-webkit-keyframes spin-middle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg);
  }
}

@keyframes spin-middle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* line 46, ../../sass/ui-kit/_list.scss */
ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 52, ../../sass/ui-kit/_list.scss */
.list-styled,
.use-default-ui ol,
.use-default-ui ul {
  margin: 15px 0;
  font-size: 15px;
  padding-left: 10px;
  list-style: none;
}
/* line 61, ../../sass/ui-kit/_list.scss */
.list-styled ol, .list-styled ul,
.use-default-ui ol ol,
.use-default-ui ol ul,
.use-default-ui ul ol,
.use-default-ui ul ul {
  margin: 0;
}

/* line 67, ../../sass/ui-kit/_list.scss */
ol.list-styled li,
.use-default-ui ol li {
  counter-increment: item;
}
/* line 4, ../../sass/ui-kit/_list.scss */
ol.list-styled li:before,
.use-default-ui ol li:before {
  margin-right: 10px;
  content: counter(item) ".";
  color: #131313;
  font-weight: bold;
  display: inline-block;
  position: static;
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
}
/* line 17, ../../sass/ui-kit/_list.scss */
ol.list-styled li ol li,
.use-default-ui ol li ol li {
  counter-increment: item2;
}
/* line 19, ../../sass/ui-kit/_list.scss */
ol.list-styled li ol li:before,
.use-default-ui ol li ol li:before {
  content: counter(item2) ".";
}
/* line 21, ../../sass/ui-kit/_list.scss */
ol.list-styled li ol li ol li,
.use-default-ui ol li ol li ol li {
  counter-increment: item3;
}
/* line 23, ../../sass/ui-kit/_list.scss */
ol.list-styled li ol li ol li:before,
.use-default-ui ol li ol li ol li:before {
  content: counter(item3) ".";
}
/* line 25, ../../sass/ui-kit/_list.scss */
ol.list-styled li ol li ol li ol li,
.use-default-ui ol li ol li ol li ol li {
  counter-increment: item4;
}
/* line 27, ../../sass/ui-kit/_list.scss */
ol.list-styled li ol li ol li ol li:before,
.use-default-ui ol li ol li ol li ol li:before {
  content: counter(item4) ".";
}
/* line 34, ../../sass/ui-kit/_list.scss */
ol.list-styled ul li:before,
.use-default-ui ol ul li:before {
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #131313;
  border-radius: 50%;
  position: relative;
  top: -3.5px;
}

/* line 34, ../../sass/ui-kit/_list.scss */
ul.list-styled li:before,
.use-default-ui ul li:before {
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #131313;
  border-radius: 50%;
  position: relative;
  top: -3.5px;
}
/* line 77, ../../sass/ui-kit/_list.scss */
ul.list-styled ol li,
.use-default-ui ul ol li {
  counter-increment: item;
}
/* line 4, ../../sass/ui-kit/_list.scss */
ul.list-styled ol li:before,
.use-default-ui ul ol li:before {
  margin-right: 10px;
  content: counter(item) ".";
  color: #131313;
  font-weight: bold;
  display: inline-block;
  position: static;
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
}
/* line 17, ../../sass/ui-kit/_list.scss */
ul.list-styled ol li ol li,
.use-default-ui ul ol li ol li {
  counter-increment: item2;
}
/* line 19, ../../sass/ui-kit/_list.scss */
ul.list-styled ol li ol li:before,
.use-default-ui ul ol li ol li:before {
  content: counter(item2) ".";
}
/* line 21, ../../sass/ui-kit/_list.scss */
ul.list-styled ol li ol li ol li,
.use-default-ui ul ol li ol li ol li {
  counter-increment: item3;
}
/* line 23, ../../sass/ui-kit/_list.scss */
ul.list-styled ol li ol li ol li:before,
.use-default-ui ul ol li ol li ol li:before {
  content: counter(item3) ".";
}
/* line 25, ../../sass/ui-kit/_list.scss */
ul.list-styled ol li ol li ol li ol li,
.use-default-ui ul ol li ol li ol li ol li {
  counter-increment: item4;
}
/* line 27, ../../sass/ui-kit/_list.scss */
ul.list-styled ol li ol li ol li ol li:before,
.use-default-ui ul ol li ol li ol li ol li:before {
  content: counter(item4) ".";
}

/* line 15, ../../sass/ui-kit/form/_base.scss */
.has-error.input-control, .has-error .input-control {
  border: 1px solid #c62828;
}
/* line 2, ../../sass/ui-kit/form/_base.scss */
.has-error.input-control::-webkit-input-placeholder, .has-error .input-control::-webkit-input-placeholder {
  color: #c62828;
}
/* line 5, ../../sass/ui-kit/form/_base.scss */
.has-error.input-control:-moz-placeholder, .has-error .input-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c62828;
}
/* line 8, ../../sass/ui-kit/form/_base.scss */
.has-error.input-control::-moz-placeholder, .has-error .input-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c62828;
}
/* line 11, ../../sass/ui-kit/form/_base.scss */
.has-error.input-control:-ms-input-placeholder, .has-error .input-control:-ms-input-placeholder {
  color: #c62828;
}
/* line 21, ../../sass/ui-kit/form/_base.scss */
.has-error.input-control:focus, .has-error .input-control:focus {
  border: 1px solid #c62828;
}

/* line 25, ../../sass/ui-kit/form/_base.scss */
.input-control {
  background: #fff;
  width: 100%;
  outline: none;
  border: 1px solid #d9dada;
  padding: 10px 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #131313;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
/* line 41, ../../sass/ui-kit/form/_base.scss */
.input-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3b86c4;
}
/* line 2, ../../sass/ui-kit/form/_base.scss */
.input-control::-webkit-input-placeholder {
  color: #bababa;
}
/* line 5, ../../sass/ui-kit/form/_base.scss */
.input-control:-moz-placeholder {
  /* Firefox 18- */
  color: #bababa;
}
/* line 8, ../../sass/ui-kit/form/_base.scss */
.input-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #bababa;
}
/* line 11, ../../sass/ui-kit/form/_base.scss */
.input-control:-ms-input-placeholder {
  color: #bababa;
}

/* line 55, ../../sass/ui-kit/form/_base.scss */
.form-row {
  margin-bottom: 15px;
}

/* line 58, ../../sass/ui-kit/form/_base.scss */
.form-row-inline {
  margin-bottom: 15px;
}
/* line 60, ../../sass/ui-kit/form/_base.scss */
.form-row-inline label, .form-row-inline input {
  display: inline-block;
}

/* line 67, ../../sass/ui-kit/form/_base.scss */
.form-row.required > label::after, .form-row-inline.required > label::after {
  content: '*';
  color: red;
  display: inline-block;
  margin-left: 5px;
}

/* line 77, ../../sass/ui-kit/form/_base.scss */
.form-small input, .form-small textarea {
  padding: 6px 6px;
}

/* line 82, ../../sass/ui-kit/form/_base.scss */
.form label, .label {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

/* line 90, ../../sass/ui-kit/form/_base.scss */
.form fieldset, .fieldset {
  margin-bottom: 15px;
}

/* line 98, ../../sass/ui-kit/form/_base.scss */
.input-control[readonly]:focus {
  outline: none;
  border-color: #d9dada;
}

/* line 103, ../../sass/ui-kit/form/_base.scss */
.input-control:-moz-read-only {
  color: #999999;
}
.input-control:read-only {
  color: #999999;
}

/* line 107, ../../sass/ui-kit/form/_base.scss */
textarea {
  overflow: auto;
}

/*input[type="file"]*/
/* line 117, ../../sass/ui-kit/form/_base.scss */
.input-control-file {
  display: none;
  visibility: hidden;
}
/* line 122, ../../sass/ui-kit/form/_base.scss */
.input-control-file + label {
  cursor: pointer;
  line-height: 44px;
  max-width: 250px;
  font-size: 15px;
}
/* line 128, ../../sass/ui-kit/form/_base.scss */
.input-control-file + label:hover .bmr-paperclip {
  color: white;
  background-color: #00ace8;
}

/* line 135, ../../sass/ui-kit/form/_base.scss */
.bmr-paperclip {
  font-size: 28px;
  display: inline-block;
  width: 48px;
  height: 46px;
  text-align: center;
  border: 1px solid #d0d0d0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background-color: #f4f4f4;
}
/* line 147, ../../sass/ui-kit/form/_base.scss */
.bmr-paperclip::before {
  position: relative;
  top: 10px;
}

/* line 1, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"],
.form input[type="checkbox"],
.radio input[type="radio"],
.form input[type="radio"] {
  display: none;
}
/* line 7, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"] + label,
.form input[type="checkbox"] + label,
.radio input[type="radio"] + label,
.form input[type="radio"] + label {
  font-weight: normal;
  margin: auto 10px auto auto;
  text-transform: none;
  display: inline-block;
  font-size: 13px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 16, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"] + label:before, .checkbox input[type="checkbox"] + label:after,
.form input[type="checkbox"] + label:before,
.form input[type="checkbox"] + label:after,
.radio input[type="radio"] + label:before,
.radio input[type="radio"] + label:after,
.form input[type="radio"] + label:before,
.form input[type="radio"] + label:after {
  cursor: pointer;
}
/* line 22, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"]:disabled + label,
.form input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label,
.form input[type="radio"]:disabled + label {
  color: #bababa;
}
/* line 25, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"]:disabled + label:hover:before, .checkbox input[type="checkbox"]:disabled + label:before,
.form input[type="checkbox"]:disabled + label:hover:before,
.form input[type="checkbox"]:disabled + label:before,
.radio input[type="radio"]:disabled + label:hover:before,
.radio input[type="radio"]:disabled + label:before,
.form input[type="radio"]:disabled + label:hover:before,
.form input[type="radio"]:disabled + label:before {
  border-color: #eaeaea;
  cursor: auto;
}

/* line 36, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"] + label,
.form input[type="checkbox"] + label {
  margin-left: 31px;
  min-height: 24px;
  cursor: pointer;
}
/* line 41, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"] + label:before,
.form input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -31px;
  top: 0;
  z-index: 1;
}
/* line 54, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"] + label:after,
.form input[type="checkbox"] + label:after {
  color: #00ace8;
  position: absolute;
  left: -31px;
  top: 3px;
  font-size: 18px;
}
/* line 63, ../../sass/ui-kit/form/_buttons.scss */
.checkbox input[type="checkbox"]:checked + label:after,
.form input[type="checkbox"]:checked + label:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62f";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -32px;
  top: 2px;
  z-index: 2;
  font-size: 19px;
}

/* line 80, ../../sass/ui-kit/form/_buttons.scss */
.radio input[type="radio"] + label,
.form input[type="radio"] + label {
  margin-left: 31px;
  min-height: 24px;
}
/* line 84, ../../sass/ui-kit/form/_buttons.scss */
.radio input[type="radio"] + label:before,
.form input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #bababa;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  left: -31px;
  top: 0;
  z-index: 1;
}
/* line 99, ../../sass/ui-kit/form/_buttons.scss */
.radio input[type="radio"] + label:hover:before,
.form input[type="radio"] + label:hover:before {
  border-color: #131313;
}
/* line 104, ../../sass/ui-kit/form/_buttons.scss */
.radio input[type="radio"]:checked + label:before,
.form input[type="radio"]:checked + label:before {
  border-color: #131313;
}
/* line 107, ../../sass/ui-kit/form/_buttons.scss */
.radio input[type="radio"]:checked + label:after,
.form input[type="radio"]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #131313;
  position: absolute;
  left: -25px;
  top: 6px;
  z-index: 2;
}

/* line 121, ../../sass/ui-kit/form/_buttons.scss */
.button {
  border: 4px solid #00ace8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #131313;
  cursor: pointer;
  vertical-align: bottom;
  background-color: transparent;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 18px;
  padding: 11px 75px;
}
/* line 87, ../../sass/ui-kit/_helpers.scss */
.button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
/* line 91, ../../sass/ui-kit/_helpers.scss */
.button:hover:after {
  height: 100%;
}
/* line 95, ../../sass/ui-kit/_helpers.scss */
.button:hover:active:after {
  background-color: #00739c;
}
/* line 100, ../../sass/ui-kit/_helpers.scss */
.button:focus {
  outline: none;
}
/* line 104, ../../sass/ui-kit/_helpers.scss */
.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #00ace8;
}
/* line 115, ../../sass/ui-kit/_helpers.scss */
.button:disabled {
  border-color: #bababa !important;
  cursor: default !important;
  color: #bababa !important;
}
/* line 120, ../../sass/ui-kit/_helpers.scss */
.button:disabled:hover {
  background-color: transparent !important;
}
/* line 123, ../../sass/ui-kit/_helpers.scss */
.button:disabled:after {
  background: transparent !important;
}
/* line 126, ../../sass/ui-kit/_helpers.scss */
.button:disabled i, .button:disabled span {
  color: #bababa !important;
}
/* line 126, ../../sass/ui-kit/form/_buttons.scss */
.button.button-has-icons {
  border: 4px solid #3b86c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #131313;
  cursor: pointer;
  vertical-align: bottom;
  background-color: transparent;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 11px 0;
}
/* line 87, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:hover {
  color: #fff !important;
  text-decoration: none !important;
}
/* line 91, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:hover:after {
  height: 100%;
}
/* line 95, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:hover:active:after {
  background-color: #295e89;
}
/* line 100, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:focus {
  outline: none;
}
/* line 104, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #3b86c4;
}
/* line 115, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:disabled {
  border-color: #bababa !important;
  cursor: default !important;
  color: #bababa !important;
}
/* line 120, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:disabled:hover {
  background-color: transparent !important;
}
/* line 123, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:disabled:after {
  background: transparent !important;
}
/* line 126, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons:disabled i, .button.button-has-icons:disabled span {
  color: #bababa !important;
}
/* line 132, ../../sass/ui-kit/_helpers.scss */
.button.button-has-icons [class^="icon-"], .button.button-has-icons [class*=" icon-"] {
  font-size: inherit;
  padding: 0 20px;
  vertical-align: text-bottom;
}
/* line 131, ../../sass/ui-kit/form/_buttons.scss */
.button.button-s {
  font-size: 15px;
  padding: 7px 35px;
}
/* line 135, ../../sass/ui-kit/form/_buttons.scss */
.button.button-s.button-has-icons {
  padding: 7px 0;
}
/* line 140, ../../sass/ui-kit/form/_buttons.scss */
.button.button-white {
  border: 4px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #131313;
  cursor: pointer;
  vertical-align: bottom;
  background-color: transparent;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 87, ../../sass/ui-kit/_helpers.scss */
.button.button-white:hover {
  color: #131313 !important;
  text-decoration: none !important;
}
/* line 91, ../../sass/ui-kit/_helpers.scss */
.button.button-white:hover:after {
  height: 100%;
}
/* line 95, ../../sass/ui-kit/_helpers.scss */
.button.button-white:hover:active:after {
  background-color: #d9d9d9;
}
/* line 100, ../../sass/ui-kit/_helpers.scss */
.button.button-white:focus {
  outline: none;
}
/* line 104, ../../sass/ui-kit/_helpers.scss */
.button.button-white:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
}
/* line 115, ../../sass/ui-kit/_helpers.scss */
.button.button-white:disabled {
  border-color: #bababa !important;
  cursor: default !important;
  color: #bababa !important;
}
/* line 120, ../../sass/ui-kit/_helpers.scss */
.button.button-white:disabled:hover {
  background-color: transparent !important;
}
/* line 123, ../../sass/ui-kit/_helpers.scss */
.button.button-white:disabled:after {
  background: transparent !important;
}
/* line 126, ../../sass/ui-kit/_helpers.scss */
.button.button-white:disabled i, .button.button-white:disabled span {
  color: #bababa !important;
}

/* line 145, ../../sass/ui-kit/form/_buttons.scss */
.button-default {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  vertical-align: bottom;
  background-color: #3b86c4;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 18px;
  padding: 15px 75px;
}
/* line 154, ../../sass/ui-kit/_helpers.scss */
.button-default:hover {
  background-color: #629ed0;
  color: #fff !important;
  text-decoration: none !important;
}
/* line 159, ../../sass/ui-kit/_helpers.scss */
.button-default:hover:active {
  background-color: #295e89;
}
/* line 163, ../../sass/ui-kit/_helpers.scss */
.button-default:focus {
  outline: none;
}
/* line 166, ../../sass/ui-kit/_helpers.scss */
.button-default:disabled {
  cursor: default !important;
  color: #fff !important;
  background-color: #bababa !important;
}
/* line 171, ../../sass/ui-kit/_helpers.scss */
.button-default:disabled:hover {
  background-color: #bababa !important;
}
/* line 174, ../../sass/ui-kit/_helpers.scss */
.button-default:disabled i, .button-default:disabled span {
  color: #bababa !important;
}
/* line 150, ../../sass/ui-kit/form/_buttons.scss */
.button-default.button-default-s {
  font-size: 15px;
  padding: 11px 11px;
}
/* line 154, ../../sass/ui-kit/form/_buttons.scss */
.button-default.button-white {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #131313;
  cursor: pointer;
  vertical-align: bottom;
  background-color: #fff;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 154, ../../sass/ui-kit/_helpers.scss */
.button-default.button-white:hover {
  background-color: white;
  color: #131313 !important;
  text-decoration: none !important;
}
/* line 159, ../../sass/ui-kit/_helpers.scss */
.button-default.button-white:hover:active {
  background-color: #d9d9d9;
}
/* line 163, ../../sass/ui-kit/_helpers.scss */
.button-default.button-white:focus {
  outline: none;
}
/* line 166, ../../sass/ui-kit/_helpers.scss */
.button-default.button-white:disabled {
  cursor: default !important;
  color: #131313 !important;
  background-color: #bababa !important;
}
/* line 171, ../../sass/ui-kit/_helpers.scss */
.button-default.button-white:disabled:hover {
  background-color: #bababa !important;
}
/* line 174, ../../sass/ui-kit/_helpers.scss */
.button-default.button-white:disabled i, .button-default.button-white:disabled span {
  color: #bababa !important;
}

/* line 158, ../../sass/ui-kit/form/_buttons.scss */
.button-default.button-lb {
  background-color: #00ace8;
}
/* line 160, ../../sass/ui-kit/form/_buttons.scss */
.button-default.button-lb:hover {
  background-color: #40c3f1;
}

/* line 165, ../../sass/ui-kit/form/_buttons.scss */
.button-default.button-grey {
  background-color: #bababa;
}
/* line 167, ../../sass/ui-kit/form/_buttons.scss */
.button-default.button-grey:hover {
  background-color: #c7c7c7;
}

/* line 194, ../../sass/ui-kit/form/_buttons.scss */
.review-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #131313;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

/* line 208, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-red {
  background-color: #f27046;
}
/* line 211, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-red:hover {
  background-color: #f59576;
}

/* line 215, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-orange {
  background-color: #ff924a;
}
/* line 218, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-orange:hover {
  background-color: #ffb17d;
}

/* line 223, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-green {
  background-color: #43a047;
}
/* line 226, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-green:hover {
  background-color: #5bbb60;
}

/* line 231, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-blue {
  background-color: #3b86c4;
}
/* line 234, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-blue:hover {
  background-color: #629ed0;
}

/* line 239, ../../sass/ui-kit/form/_buttons.scss */
.rew-btn-black {
  background-color: #2d2d2d;
}

/* line 243, ../../sass/ui-kit/form/_buttons.scss */
.btn {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
  text-decoration: none;
  position: relative;
}
/* line 254, ../../sass/ui-kit/form/_buttons.scss */
.btn.bordered-green, .btn.filled-green {
  border: 3px solid transparent;
}
/* line 258, ../../sass/ui-kit/form/_buttons.scss */
.btn.bordered-green {
  border-color: #43a047;
  color: #2d2d2d;
  background: #fff;
}
/* line 263, ../../sass/ui-kit/form/_buttons.scss */
.btn.bordered-green::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
}
/* line 275, ../../sass/ui-kit/form/_buttons.scss */
.btn.bordered-green:hover::after {
  background: #e3f1e4;
  height: 100%;
}
/* line 282, ../../sass/ui-kit/form/_buttons.scss */
.btn.filled-green {
  border-color: #43a047;
  color: #fff;
  background: #43a047;
}
/* line 287, ../../sass/ui-kit/form/_buttons.scss */
.btn.filled-green::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
  border: 3px solid transparent;
  left: -3px;
  top: -3px;
}
/* line 300, ../../sass/ui-kit/form/_buttons.scss */
.btn.filled-green:hover::after {
  border-color: #5bbb60;
  background: #5bbb60;
  height: 100%;
}

/* line 310, ../../sass/ui-kit/form/_buttons.scss */
.block-button-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 313, ../../sass/ui-kit/form/_buttons.scss */
.block-button-v .button-default-v {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  vertical-align: bottom;
  background-color: #3b86c4;
  display: inline-block;
  position: relative;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 15px;
}
/* line 154, ../../sass/ui-kit/_helpers.scss */
.block-button-v .button-default-v:hover {
  background-color: #629ed0;
  color: #fff !important;
  text-decoration: none !important;
}
/* line 159, ../../sass/ui-kit/_helpers.scss */
.block-button-v .button-default-v:hover:active {
  background-color: #295e89;
}
/* line 163, ../../sass/ui-kit/_helpers.scss */
.block-button-v .button-default-v:focus {
  outline: none;
}
/* line 166, ../../sass/ui-kit/_helpers.scss */
.block-button-v .button-default-v:disabled {
  cursor: default !important;
  color: #fff !important;
  background-color: #bababa !important;
}
/* line 171, ../../sass/ui-kit/_helpers.scss */
.block-button-v .button-default-v:disabled:hover {
  background-color: #bababa !important;
}
/* line 174, ../../sass/ui-kit/_helpers.scss */
.block-button-v .button-default-v:disabled i, .block-button-v .button-default-v:disabled span {
  color: #bababa !important;
}
/* line 317, ../../sass/ui-kit/form/_buttons.scss */
.block-button-v .button-default-v.blue-v {
  background-color: #00ace8;
}
/* line 320, ../../sass/ui-kit/form/_buttons.scss */
.block-button-v .button-default-v.blue-v:hover {
  background-color: #26b8eb;
  text-decoration: none;
}
/* line 325, ../../sass/ui-kit/form/_buttons.scss */
.block-button-v .button-default-v.blue-v:active {
  background-color: #0092c5;
}
/* line 330, ../../sass/ui-kit/form/_buttons.scss */
.block-button-v .button-default-v.center-v {
  margin: 0 auto;
}
/* line 334, ../../sass/ui-kit/form/_buttons.scss */
.block-button-v .button-default-v.size-normal-v {
  width: 190px;
  height: 44px;
}

/* line 346, ../../sass/ui-kit/form/_buttons.scss */
.button-v {
  color: #ffffff;
  font: bold 14px/1 Arial;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 18px;
  position: relative;
  border: 0;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 364, ../../sass/ui-kit/form/_buttons.scss */
.button-v:focus {
  outline: none;
}
/* line 368, ../../sass/ui-kit/form/_buttons.scss */
.button-v:hover {
  text-decoration: none;
}
/* line 372, ../../sass/ui-kit/form/_buttons.scss */
.button-v.size-small-v {
  font-size: 14px;
  height: 36px;
}
/* line 377, ../../sass/ui-kit/form/_buttons.scss */
.button-v.size-medium-v {
  font-size: 16px;
  height: 44px;
}
/* line 382, ../../sass/ui-kit/form/_buttons.scss */
.button-v.size-large-v {
  font-size: 18px;
  height: 54px;
}
/* line 387, ../../sass/ui-kit/form/_buttons.scss */
.button-v.filled-blue-v {
  background-color: #00ace8;
}
/* line 391, ../../sass/ui-kit/form/_buttons.scss */
.button-v.filled-green-v {
  background-color: #15a863;
}
/* line 395, ../../sass/ui-kit/form/_buttons.scss */
.button-v.filled-white-v {
  color: #000;
  background-color: #fff;
}
/* line 400, ../../sass/ui-kit/form/_buttons.scss */
.button-v.filled-black-v {
  background-color: #000000;
}
/* line 404, ../../sass/ui-kit/form/_buttons.scss */
.button-v.filled-grey {
  color: #212121;
  background-color: #f2f2f2;
}
/* line 409, ../../sass/ui-kit/form/_buttons.scss */
.button-v.filled-dark-gray {
  background-color: #474747;
  color: #fff;
}
/* line 414, ../../sass/ui-kit/form/_buttons.scss */
.button-v:disabled {
  background-color: grey;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 418, ../../sass/ui-kit/form/_buttons.scss */
.button-v:disabled[class*="bordered-"] {
  background-color: rgba(128, 128, 128, 0.15);
  border-color: grey;
}
/* line 424, ../../sass/ui-kit/form/_buttons.scss */
.button-v.bordered {
  border-radius: 3px;
}
/* line 428, ../../sass/ui-kit/form/_buttons.scss */
.button-v.bordered-4 {
  border-radius: 4px;
}
/* line 432, ../../sass/ui-kit/form/_buttons.scss */
.button-v.bordered-white-v {
  background-color: transparent;
  border: 3px solid #ffffff;
}
/* line 437, ../../sass/ui-kit/form/_buttons.scss */
.button-v.bordered-blue-v {
  color: #000000;
  background-color: transparent;
  border: 3px solid #13a8ea;
}
/* line 442, ../../sass/ui-kit/form/_buttons.scss */
.button-v.bordered-blue-v:not(:disabled):hover::after {
  background: #13a8ea;
  opacity: .2;
}
/* line 448, ../../sass/ui-kit/form/_buttons.scss */
.button-v.bordered-green-v {
  color: #000000;
  background-color: transparent;
  border: 3px solid #15a863;
}
/* line 453, ../../sass/ui-kit/form/_buttons.scss */
.button-v.bordered-green-v:not(:disabled):hover::after {
  background: #15a863;
  opacity: .2;
}
/* line 459, ../../sass/ui-kit/form/_buttons.scss */
.button-v::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
  left: 0;
  top: 0;
}
/* line 470, ../../sass/ui-kit/form/_buttons.scss */
.button-v:not(:disabled):hover::after {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
}

/* line 1, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block,
.form .uikit-input-block {
  position: relative;
  outline: 1px solid  #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 7, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block label,
.form .uikit-input-block label {
  position: relative;
  display: block;
  padding: 4px 7px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: rgba(0, 0, 0, 0.5);
  cursor: text;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: none;
  margin-bottom: 0;
}
/* line 20, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block input, .uikit-input-block textarea,
.form .uikit-input-block input,
.form .uikit-input-block textarea {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
  width: 100%;
  padding: 0 7px 10px;
  outline: none;
  background: transparent;
  border: none;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 33, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block input::-webkit-input-placeholder, .uikit-input-block textarea::-webkit-input-placeholder, .form .uikit-input-block input::-webkit-input-placeholder, .form .uikit-input-block textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #bababa;
}
.uikit-input-block input::-moz-placeholder, .uikit-input-block textarea::-moz-placeholder, .form .uikit-input-block input::-moz-placeholder, .form .uikit-input-block textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #bababa;
}
.uikit-input-block input:-ms-input-placeholder, .uikit-input-block textarea:-ms-input-placeholder, .form .uikit-input-block input:-ms-input-placeholder, .form .uikit-input-block textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #bababa;
}
.uikit-input-block input::-ms-input-placeholder, .uikit-input-block textarea::-ms-input-placeholder, .form .uikit-input-block input::-ms-input-placeholder, .form .uikit-input-block textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #bababa;
}
.uikit-input-block input::placeholder, .uikit-input-block textarea::placeholder,
.form .uikit-input-block input::placeholder,
.form .uikit-input-block textarea::placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #bababa;
}
/* line 40, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block input.uikit-input-password,
.form .uikit-input-block input.uikit-input-password {
  padding-right: 32px;
}
/* line 46, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block input.input-hide,
.form .uikit-input-block input.input-hide {
  display: none;
}
/* line 50, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .cool-select,
.form .uikit-input-block .cool-select {
  outline: none;
  background: transparent;
  margin-top: -27px;
}
/* line 55, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .cool-select:focus, .uikit-input-block .cool-select .selected:focus,
.form .uikit-input-block .cool-select:focus,
.form .uikit-input-block .cool-select .selected:focus {
  outline: none;
}
/* line 58, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .cool-select .dropdown,
.form .uikit-input-block .cool-select .dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* line 62, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .cool-select.opened .dropdown,
.form .uikit-input-block .cool-select.opened .dropdown {
  outline: 1px solid #dcdcdc;
}
/* line 66, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .cool-select .selected, .uikit-input-block .cool-select .items li,
.form .uikit-input-block .cool-select .selected,
.form .uikit-input-block .cool-select .items li {
  font-size: 15px;
  line-height: 20px;
  padding: 12px 10px;
  min-height: 20px;
}
/* line 73, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .cool-select .selected,
.form .uikit-input-block .cool-select .selected {
  border: none;
  outline: none;
  line-height: 60px;
  min-height: 20px;
  padding: 0 7px 10px;
}
/* line 81, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .cool-select .items li.active:not([data-state="disabled"]),
.form .uikit-input-block .cool-select .items li.active:not([data-state="disabled"]) {
  background: #ecf9fe;
  color: #131313;
}
/* line 87, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block span.twitter-typeahead .tt-dropdown-menu,
.form .uikit-input-block span.twitter-typeahead .tt-dropdown-menu {
  border: none;
  outline: 1px solid #dcdcdc;
}
/* line 92, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block input.tt-hint, .uikit-input-block input.tt-input,
.form .uikit-input-block input.tt-hint,
.form .uikit-input-block input.tt-input {
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 32px;
}
/* line 98, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block span.twitter-typeahead .tt-suggestion > p:active,
.form .uikit-input-block span.twitter-typeahead .tt-suggestion > p:active {
  background: #ecf9fe;
  color: #131313;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
/* line 105, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block span.twitter-typeahead .tt-suggestion.tt-cursor p,
.form .uikit-input-block span.twitter-typeahead .tt-suggestion.tt-cursor p {
  background: #ecf9fe;
  color: #131313 !important;
}
/* line 110, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block.has-error,
.form .uikit-input-block.has-error {
  outline-color: #d32f2f;
}
/* line 113, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block.has-error label[data-error],
.form .uikit-input-block.has-error label[data-error] {
  text-indent: -999999px;
}
/* line 116, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block.has-error label[data-error]::before,
.form .uikit-input-block.has-error label[data-error]::before {
  content: attr(data-error);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 7px;
  text-indent: 0;
  color: #d32f2f;
}
/* line 129, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .icon-eye, .uikit-input-block .icon-eye-crossed, .uikit-input-block .icon-circle-question,
.form .uikit-input-block .icon-eye,
.form .uikit-input-block .icon-eye-crossed,
.form .uikit-input-block .icon-circle-question {
  font-family: 'icomoon';
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-size: 16px;
  color: #bababa;
  cursor: pointer;
}
/* line 139, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .icon-circle-question,
.form .uikit-input-block .icon-circle-question {
  top: 6px;
  bottom: inherit;
  display: none;
}
/* line 145, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block .icon-search4, .uikit-input-block .icon-search,
.form .uikit-input-block .icon-search4,
.form .uikit-input-block .icon-search {
  font-family: 'icomoon';
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-size: 15px;
  color: #bababa;
  cursor: pointer;
}

/* line 155, ../../sass/ui-kit/form/_ui-input.scss */
.has-error .icon-circle-question {
  display: block;
}

/* line 158, ../../sass/ui-kit/form/_ui-input.scss */
.uikit-input-block > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 161, ../../sass/ui-kit/form/_ui-input.scss */
#loginform .uikit-input-block.form-row,
#regform .uikit-input-block.form-row {
  margin: 8px 0;
}

/* line 1, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select {
  /* @group Base */
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  line-height: 1;
  /* @end */
  /* @group Single Chosen */
  /* @end */
  /* @group Results */
  /* @end */
  /* @group Multi Chosen */
  /* @end */
  /* @group Active  */
  /* @end */
  /* @group Disabled Support */
}
/* line 15, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background: #fff;
}
/* line 25, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-with-drop .chosen-drop {
  left: 0;
}
/* line 28, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select a {
  cursor: pointer;
}
/* line 31, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select a:hover {
  text-decoration: none;
}
/* line 35, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .search-choice .group-name, .chosen-select .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
/* line 43, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .search-choice .group-name:after, .chosen-select .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* line 51, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-single {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 34px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #d9dada;
  text-transform: none;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: normal;
  background: #fff;
  color: #131313;
  height: 44px;
  width: 100%;
  line-height: 48px;
  text-align: left;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 76, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-default {
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 81, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-single span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #595959;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 93, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 96, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/bmr/assets-v2/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
/* line 106, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 109, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 112, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-single div {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
/* line 119, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-single div b {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #131313;
}
/* line 128, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
/* line 135, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/wp-content/themes/bmr/assets-v2/img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
/* line 147, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single .chosen-drop {
  margin-top: -2px;
  background-clip: padding-box;
  z-index: 10000;
}
/* line 152, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* line 159, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results {
  list-style: none;
  color: #131313;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 400px;
  -webkit-overflow-scrolling: touch;
}
/* line 170, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #595959;
  text-align: left;
  display: none;
  border: none;
  padding: 12px 12px;
  cursor: pointer;
  word-wrap: break-word;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-touch-callout: none;
}
/* line 184, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li:before {
  content: normal;
}
/* line 189, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 193, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 198, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li.highlighted {
  background: #3b86c4;
  color: #fff;
}
/* line 202, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
/* line 207, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 212, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 215, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* line 222, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: #fff linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
/* line 234, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 238, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 243, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
/* line 256, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-size: 100% 19px;
  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee)) repeat-x;
  background: #eeeeee linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%) repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
/* line 271, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
/* line 274, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/bmr/assets-v2/img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
/* line 284, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 287, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background: #e4e4e4 -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background: #e4e4e4 linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
/* line 293, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 296, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 299, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 303, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 311, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  color: #131313;
}
/* line 316, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-active.chosen-with-drop .chosen-single div b {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #131313;
  border-top: 0;
}
/* line 322, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 326, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* line 332, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 336, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-disabled .chosen-single {
  cursor: default;
}
/* line 339, ../../sass/ui-kit/form/_select-chosen.scss */
.chosen-select.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* line 16, ../../sass/reviews-v3/parts/_helpers.scss */
blockquote:before, .quote:before, .block-item .image .autoplay {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 30, ../../sass/reviews-v3/parts/base/_mixins.scss */
.socials-container.socials-share a::before, .rating-stars .stars::after,
.rating-stars i::before, .rating-stars.with-border .stars::before, .review-slide-block .block-title::after, #to-top::before, .review-popup-container .review-popup.ask-question input[type="checkbox"]:checked + label::after, .review-popup-container .review-popup.get-mirrors input[type="checkbox"]:checked + label::after, .review-popup-container .review-popup-close-btn::after, .sections-versions .row.head > div::before, .sections-versions .check::before, .support .main::before, .support .langs-list .selected::after, .rating-history .item .date::before, .pros-cons .pros-block .cons::before, .pros-cons .pros-block .pros::before,
.pros-cons .cons-block .cons::before,
.pros-cons .cons-block .pros::before, .top-banner .pros-list p::before, .text-version .sub-title::after, .text-version .text-img .close-btn::before, .trading .main::before, .option-properties .main::before,
.pass-fee .main::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 15, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share {
  display: inline-block;
}
/* line 19, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share a {
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 17px;
  line-height: 38px;
  font-weight: bold;
  height: 35px;
  padding-right: 11px;
  margin-right: 13px;
  position: relative;
}
/* line 30, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share a::before {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  margin-right: 11px;
  text-align: center;
  -webkit-transition: .15s;
  transition: .15s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 44, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share a::after {
  border-color: transparent #fff;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  content: "";
  left: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
/* line 54, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share a:hover {
  text-decoration: none;
}
/* line 57, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share a.without-cnt {
  font-size: 0;
  min-width: 35px;
  padding-right: 0;
}
/* line 62, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share a.without-cnt::before {
  margin-right: 0;
}
/* line 65, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share a.without-cnt::after {
  display: none;
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="vk"] {
  color: #45668e;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="vk"]::before {
  background: #45668e;
  content: "\e95c";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="vk"]:hover::before {
  background: rgba(69, 102, 142, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="yt"] {
  color: #bb0000;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="yt"]::before {
  background: #bb0000;
  content: "\e900";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="yt"]:hover::before {
  background: rgba(187, 0, 0, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="fb"] {
  color: #3b5998;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="fb"]::before {
  background: #3b5998;
  content: "\e957";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="fb"]:hover::before {
  background: rgba(59, 89, 152, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="gp"] {
  color: #dd4b39;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="gp"]::before {
  background: #dd4b39;
  content: "\e930";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="gp"]:hover::before {
  background: rgba(221, 75, 57, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="tw"] {
  color: #00aced;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="tw"]::before {
  background: #00aced;
  content: "\e95b";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="tw"]:hover::before {
  background: rgba(0, 172, 237, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="pi"] {
  color: #cb2027;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="pi"]::before {
  background: #cb2027;
  content: "\e95a";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="pi"]:hover::before {
  background: rgba(203, 32, 39, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="inst"] {
  color: #2a3f8c;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="inst"]::before {
  background: #2a3f8c;
  content: "\e6e2";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="inst"]:hover::before {
  background: rgba(42, 63, 140, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="ok"] {
  color: #ed812b;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="ok"]::before {
  background: #ed812b;
  content: "\e959";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="ok"]:hover::before {
  background: rgba(237, 129, 43, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="te"] {
  color: #0088cc;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="te"]::before {
  background: #0088cc;
  content: "\e97d";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="te"]:hover::before {
  background: rgba(0, 136, 204, 0.75);
}
/* line 72, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="vb"] {
  color: #8f5db7;
}
/* line 76, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="vb"]::before {
  background: #8f5db7;
  content: "\e97e";
}
/* line 80, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-share [data-social="vb"]:hover::before {
  background: rgba(143, 93, 183, 0.75);
}
/* line 86, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-top-page {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 6px;
  position: fixed;
  top: 250px;
  z-index: 1000;
}
/* line 95, ../../sass/reviews-v3/parts/base/_socials.scss */
.socials-container.socials-top-page a {
  margin-bottom: 6px;
  min-width: 60px;
}
@media all and (max-width: 1300px) {
  /* line 86, ../../sass/reviews-v3/parts/base/_socials.scss */
  .socials-container.socials-top-page {
    display: none;
  }
}

/* line 107, ../../sass/reviews-v3/parts/base/_socials.scss */
.author-social-links .share {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 110, ../../sass/reviews-v3/parts/base/_socials.scss */
.author-social-links .share:hover {
  opacity: .7;
}
/* line 116, ../../sass/reviews-v3/parts/base/_socials.scss */
.author-social-links .vk {
  background-color: #45668e;
}
/* line 116, ../../sass/reviews-v3/parts/base/_socials.scss */
.author-social-links .facebook {
  background-color: #3b5998;
}
/* line 116, ../../sass/reviews-v3/parts/base/_socials.scss */
.author-social-links .google-plus {
  background-color: #dd4b39;
}
/* line 116, ../../sass/reviews-v3/parts/base/_socials.scss */
.author-social-links .twitter {
  background-color: #00aced;
}
/* line 116, ../../sass/reviews-v3/parts/base/_socials.scss */
.author-social-links .instagram {
  background-color: #2a3f8c;
}

/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.vk {
  background-color: #45668e;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.vk::before {
  content: "\e95c";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.yt {
  background-color: #bb0000;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.yt::before {
  content: "\e900";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.fb {
  background-color: #3b5998;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.fb::before {
  content: "\e957";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.gp {
  background-color: #dd4b39;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.gp::before {
  content: "\e930";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.tw {
  background-color: #00aced;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.tw::before {
  content: "\e95b";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.pi {
  background-color: #cb2027;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.pi::before {
  content: "\e95a";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.inst {
  background-color: #2a3f8c;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.inst::before {
  content: "\e6e2";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.ok {
  background-color: #ed812b;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.ok::before {
  content: "\e959";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.te {
  background-color: #0088cc;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.te::before {
  content: "\e97d";
}
/* line 124, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.vb {
  background-color: #8f5db7;
}
/* line 127, ../../sass/reviews-v3/parts/base/_socials.scss */
.mobile-share a.vb::before {
  content: "\e97e";
}

/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.vk {
  background-color: #45668e;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.vk::before {
  content: "\e95c";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.yt {
  background-color: #bb0000;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.yt::before {
  content: "\e900";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.fb {
  background-color: #3b5998;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.fb::before {
  content: "\e957";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.gp {
  background-color: #dd4b39;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.gp::before {
  content: "\e930";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.tw {
  background-color: #00aced;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.tw::before {
  content: "\e95b";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.pi {
  background-color: #cb2027;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.pi::before {
  content: "\e95a";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.inst {
  background-color: #2a3f8c;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.inst::before {
  content: "\e6e2";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.ok {
  background-color: #ed812b;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.ok::before {
  content: "\e959";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.te {
  background-color: #0088cc;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.te::before {
  content: "\e97d";
}
/* line 136, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.vb {
  background-color: #8f5db7;
}
/* line 139, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-colors a.vb::before {
  content: "\e97e";
}

/* line 146, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-icons {
  font-size: 0;
}
/* line 149, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-icons > a {
  font: 18px/36px 'icomoon';
  display: inline-block;
  width: 36px;
  color: white;
  text-align: center;
  text-decoration: none;
}
/* line 157, ../../sass/reviews-v3/parts/base/_socials.scss */
.social-icons > a + a {
  margin-left: 7px;
}

/* line 1, ../../sass/reviews-v3/parts/base/_breadcrumbs.scss */
.breadcrumbs {
  font-size: 0;
  list-style: none;
  padding-bottom: 15px;
}
/* line 6, ../../sass/reviews-v3/parts/base/_breadcrumbs.scss */
.breadcrumbs li,
.breadcrumbs li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
/* line 13, ../../sass/reviews-v3/parts/base/_breadcrumbs.scss */
.breadcrumbs li {
  display: inline-block;
}
/* line 16, ../../sass/reviews-v3/parts/base/_breadcrumbs.scss */
.breadcrumbs li.hide {
  display: none;
}
/* line 19, ../../sass/reviews-v3/parts/base/_breadcrumbs.scss */
.breadcrumbs li::after {
  content: "/";
  padding: 0 5px;
}
/* line 24, ../../sass/reviews-v3/parts/base/_breadcrumbs.scss */
.breadcrumbs a {
  text-decoration: underline;
  -webkit-transition: .1s;
  transition: .1s;
}
/* line 28, ../../sass/reviews-v3/parts/base/_breadcrumbs.scss */
.breadcrumbs a:hover {
  color: #131313;
}

/* line 1, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
/* line 6, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars.without-digits {
  font-size: 0;
}
/* line 9, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars .stars::after,
.rating-stars i::before, .rating-stars.with-border .stars::before {
  color: #ffc62b;
  content: "\e6d8\e6d8\e6d8\e6d8\e6d8";
  letter-spacing: 5px;
  margin-right: -5px;
  position: relative;
  white-space: nowrap;
}
/* line 20, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars .stars {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  position: relative;
}
/* line 25, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars.without-digits .stars {
  margin-right: 0;
}
/* line 28, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars i, .rating-stars.with-border .stars::before {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
/* line 35, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars i {
  z-index: 1;
}
/* line 38, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars i::before, .rating-stars.with-border .stars::before, .rating-stars.white .stars::after {
  content: "\e60a\e60a\e60a\e60a\e60a";
  white-space: nowrap;
}
/* line 44, ../../sass/reviews-v3/parts/base/_rating-stars.scss */
.rating-stars.with-border .stars::before, .rating-stars.white .stars::after {
  color: #fff;
}

/* line 1, ../../sass/reviews-v3/parts/base/_page-block.scss */
.page-block {
  position: relative;
  padding: 15px;
  background-color: white;
}
@media all and (max-width: 500px) {
  /* line 1, ../../sass/reviews-v3/parts/base/_page-block.scss */
  .page-block {
    padding: 15px 10px;
  }
}
/* line 13, ../../sass/reviews-v3/parts/base/_page-block.scss */
.page-block > .h2:first-child {
  margin: 0;
}
/* line 18, ../../sass/reviews-v3/parts/base/_page-block.scss */
.page-block > .header.border {
  border-bottom: 1px solid #f1f2f2;
  padding-bottom: 10px;
}
/* line 23, ../../sass/reviews-v3/parts/base/_page-block.scss */
.page-block > .header > * + * {
  margin-top: 10px;
}
/* line 27, ../../sass/reviews-v3/parts/base/_page-block.scss */
.page-block > .header > h1 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #131313;
}
/* line 35, ../../sass/reviews-v3/parts/base/_page-block.scss */
.page-block > .header .breadcrumbs {
  padding-bottom: 0;
}

/* line 42, ../../sass/reviews-v3/parts/base/_page-block.scss */
.breadcrumbs {
  font-size: 0;
  list-style: none;
  padding-bottom: 15px;
}
/* line 47, ../../sass/reviews-v3/parts/base/_page-block.scss */
.breadcrumbs li,
.breadcrumbs li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
/* line 54, ../../sass/reviews-v3/parts/base/_page-block.scss */
.breadcrumbs li {
  display: inline-block;
}
/* line 57, ../../sass/reviews-v3/parts/base/_page-block.scss */
.breadcrumbs li.hide {
  display: none;
}
/* line 60, ../../sass/reviews-v3/parts/base/_page-block.scss */
.breadcrumbs li::after {
  content: "/";
  padding: 0 5px;
}
/* line 65, ../../sass/reviews-v3/parts/base/_page-block.scss */
.breadcrumbs a {
  text-decoration: underline;
  -webkit-transition: .1s;
  transition: .1s;
}
/* line 69, ../../sass/reviews-v3/parts/base/_page-block.scss */
.breadcrumbs a:hover {
  color: #131313;
}

/* line 1, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.text-fade {
  position: relative;
  overflow: hidden;
}
/* line 5, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.text-fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 22.5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}

/* line 18, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.no-image .text-fade {
  height: 126px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/* line 25, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.has-image .text-fade {
  height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 32, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.image-gradient {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(53%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 53%);
  background-size: contain;
}

/* line 46, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.posts-block-container {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
/* line 51, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.posts-block-container.uikit-has-spinner.is-loading {
  min-height: 300px;
}

/* line 56, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.posts-block {
  margin: 0 -5px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
/* line 45, ../../sass/reviews-v3/parts/_helpers.scss */
.posts-block:before, .posts-block:after {
  content: "";
  display: table;
}
/* line 50, ../../sass/reviews-v3/parts/_helpers.scss */
.posts-block:after {
  clear: both;
}
/* line 63, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.posts-block.load {
  opacity: 0.2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 69, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-item {
  display: block;
  float: left;
  width: 33.33%;
  margin: 0 0 10px;
  position: relative;
}
/* line 76, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-item a:hover {
  text-decoration: none !important;
}
/* line 79, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-item .post-data {
  background-color: white;
}

/* line 85, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-content {
  position: relative;
  padding: 0 5px;
}
/* line 89, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-content .post-thumb {
  height: 290px;
  position: relative;
}
/* line 93, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-content .post-meta {
  position: relative;
  height: 40px;
  padding: 0 12px;
}

/* line 100, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-heading-container {
  display: table;
  width: 100%;
}

/* line 105, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-heading {
  text-align: left;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 110, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-heading .h2 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

/* line 120, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-excerpt {
  word-wrap: break-word;
  height: 100px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: 1px;
}
/* line 127, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-excerpt p {
  font-size: 14px;
  line-height: 21px;
  color: #131313;
}

/* line 134, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-item .image {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 141, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-item .image .autoplay {
  color: #fff;
  font-size: 45px;
  left: 50%;
  position: absolute;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color, .3s;
  transition: color, .3s;
  z-index: 10;
}
/* line 153, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-item .image .autoplay:hover {
  text-decoration: none;
}
/* line 156, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.block-item .image .autoplay::after {
  content: "\e63a";
}

/* line 164, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.no-image .image {
  display: table;
  width: 100%;
}
/* line 168, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.no-image .post-thumb {
  height: 290px;
}
/* line 171, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.no-image .post-thumb .post-heading {
  color: #000;
  text-align: left;
  font-size: 21px;
  height: 290px;
  background-color: white;
}
/* line 178, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.no-image .post-thumb .post-heading .h2 {
  margin: 0;
  font-size: 21px;
  font-weight: normal;
  padding: 0 15px;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/* line 187, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.no-image .post-data .post-heading {
  display: none;
}
/* line 191, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.no-image .post-excerpt {
  height: 166px;
}

/* line 198, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.has-image .post-thumb {
  height: 200px;
}
/* line 201, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.has-image .post-thumb .post-heading {
  display: none;
}
/* line 204, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.has-image .post-data .post-heading {
  height: 90px;
  font-size: 18px;
  color: #3b3b3b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 210, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.has-image .post-data .post-heading .h2 {
  margin: 0;
  font-size: 16px;
  padding: 0 10px;
}

/* line 219, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.view-grid .post-excerpt {
  display: none;
}
/* line 222, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.view-grid .post-thumb .post-heading .h2 {
  margin-top: 40px;
}

/* line 228, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.cat-badge {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0;
  padding: 5px 10px 2px 10px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media all and (min-width: 950px) and (max-width: 1100px) {
  /* line 243, ../../sass/reviews-v3/parts/base/_posts-block.scss */
  .view-list .user-choice,
  .view-list .moder-awating,
  .view-list .moder-failed {
    right: initial;
    bottom: -1px;
    top: initial;
    left: 5px;
  }
}
/* line 254, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-meta-item {
  font-size: 11px;
  line-height: 40px;
  color: #555;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 261, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-meta-item > i {
  position: relative;
  top: -1px;
  margin-right: 2px;
  color: #bababa;
  vertical-align: sub;
}
/* line 268, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-meta-item > i.icon-whistle {
  font-size: 18px;
}
/* line 271, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-meta-item > i.icon-eye {
  font-size: 16px;
}
/* line 274, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-meta-item > i.icon-bubbles {
  font-size: 14px;
}
/* line 278, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-meta-item .coeff-fract,
.post-meta-item .coeff-american {
  display: none;
}
/* line 282, ../../sass/reviews-v3/parts/base/_posts-block.scss */
.post-meta-item .post-meta-currency-homepage {
  font-size: 12px !important;
  line-height: 40px !important;
  font-weight: bold !important;
  top: 0;
}

/* line 1, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.content .sidebar-left-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5;
}

/* line 10, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.bg-left-menu-color {
  background: #3b86c4;
}

/* line 13, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu {
  background: #3b86c4;
  color: #fff;
}
/* line 16, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu ul {
  padding: 0;
}

/* line 21, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li.hide-left {
  display: none;
}

/* line 25, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu a {
  background: #3b86c4;
  display: block;
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 12px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  position: relative;
}
/* line 37, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu a:hover {
  background: #5898cd;
  text-decoration: none;
}
/* line 41, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu a.active:not(.item-name):after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  margin-top: -10px;
  right: 0;
  top: 50%;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid white;
  border-bottom: 10px solid transparent;
}

/* line 55, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu .present {
  font-size: 13px;
  text-transform: uppercase;
  padding: 17px 12px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

/* line 64, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu-main-item .item-name {
  position: relative;
  padding-right: 31px;
}

/* line 68, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu-main-item .item-name:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom: 0;
}

/* line 80, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu-main-item .item-name .nr {
  position: absolute;
  right: 12px;
  top: 14px;
  font-weight: bold;
}

/* line 86, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu-main-item .current-menu-item {
  background: #3b86c4;
}

/* line 89, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu-main-item .active:after {
  border-top: 0;
  top: 50%;
  border-bottom: 6px solid rgba(255, 255, 255, 0.4);
}

/* line 94, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu-main-submenu {
  background: #3b86c4;
  display: none;
  color: #fff;
}

/* line 100, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu-main-submenu a {
  background: #3b86c4;
  color: #fff;
}

/* line 106, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu a {
  background: #3b86c4;
}

/* line 110, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li li a,
.sidebar-left-menu li a.active {
  background: #3579b0;
}

/* line 115, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li a.active:not(.item-name) {
  background: #5898cd;
}

/* line 119, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li li li a,
.sidebar-left-menu li li a.active {
  background: #2f6b9d;
}

/* line 124, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li li a.active:not(.item-name) {
  background: #5898cd;
}

/* line 128, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li li li li a,
.sidebar-left-menu li li li a.active {
  background: #295e89;
}

/* line 133, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li li li a.active:not(.item-name) {
  background: #5898cd;
}

/* line 137, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li li li li li a,
.sidebar-left-menu li li li li a.active {
  background: #235076;
}

/* line 142, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu li li li li a.active:not(.item-name) {
  background: #5898cd;
}

/* line 146, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.leftmenu-width {
  width: 160px;
}

/* line 150, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu .sidebar-link {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
/* line 155, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
.sidebar-left-menu .sidebar-link h2 {
  border: none;
}

@media (max-width: 59.375em) {
  /* line 190, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
  .sidebar-left-menu .present {
    font-size: 18px;
  }
  /* line 193, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
  .sidebar-left-menu a {
    font-size: 15px;
  }
  /* line 196, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
  .sidebar-left-menu a, .sidebar-left-menu .present {
    padding: 17px 15px;
  }

  /* line 200, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
  .content .sidebar-left-menu {
    width: 29%;
  }
}
@media (max-width: 31.25em) {
  /* line 207, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
  .content .sidebar-left-menu {
    display: none;
  }

  /* line 210, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
  .sidebar-left-menu {
    margin-top: 5px;
    width: 100%;
  }
  /* line 214, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
  .sidebar-left-menu .present {
    font-size: 15px;
    padding: 18px 12px;
  }
  /* line 218, ../../sass/reviews-v3/parts/_sidebar-menu.scss */
  .sidebar-left-menu a {
    font-size: 15px;
    padding: 12px 10px;
  }
}
/* line 1, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.sidebar-left-menu,
.sidebar-left-menu .present,
.sidebar-left-menu-main-submenu {
  position: relative;
}

/* line 6, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.blue .bg-left-menu-color {
  background: #4271b5;
}

/* line 9, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.green .bg-left-menu-color {
  background: #5a8d52;
}

/* line 12, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.green-blue .bg-left-menu-color {
  background: #579c90;
}

/* line 15, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.d-gray .bg-left-menu-color {
  background: #292929;
}

/* line 18, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.l-blue .bg-left-menu-color {
  background: #5a9aa8;
}

/* Flexible sidebar CSS fixes */
/* line 24, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.content.inner.content-flexed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 27, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.content-middle.fullwidth {
  width: 100%;
}

/* End flexible sidebar CSS fixes */
/* line 33, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.container-address-info .content {
  margin-top: 0;
}

/* line 36, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.content .sidebar-left-menu {
  float: left;
  width: 160px;
}

/* line 40, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.content-middle {
  margin: 0 250px 0 170px;
}

/* line 43, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.content .sidebar-right-widgets {
  float: right;
  min-width: 240px;
  width: 240px;
}

@media all and (max-width: 1024px) {
  /* line 49, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
  .content .sidebar-right-widgets {
    min-width: 225px;
  }
}
/* line 53, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.content .sidebar-right-widgets .top-stake-banners {
  margin: 0 0 8px 0;
  min-height: 350px;
}

/* line 57, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.clearfix {
  clear: both;
}

/* line 60, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.clearfix1:before,
.clearfix1:after {
  content: "";
  display: table;
}

/* line 65, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.clearfix1:after {
  clear: both;
}

/* line 68, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.complaint-clearfix {
  overflow-y: hidden;
}

/* line 71, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
.border-box {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 79, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
#social {
  position: fixed;
  z-index: 1000;
  padding: 6px 6px 0;
}

/* line 84, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
#social a {
  display: block;
  margin: 0 0 6px;
}

/* line 88, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
#social .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: white;
}

/* line 97, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
#social .social-fixed {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 11px;
  text-align: center;
  height: 35px;
  font-size: 17px;
  line-height: 38px;
  font-weight: bold;
  margin-left: -5px;
  top: -2px;
}

/* line 110, ../../sass/reviews-v3/parts/extra/_style_main-new.scss */
#social .social-fixed:before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 0;
  position: absolute;
  left: -5px;
  top: 12px;
}

/* line 2, ../../../../base/main-trash/sass/_load-more.scss */
.has-infinite-scroll .load_more-comments {
  display: block;
  text-align: center;
}
/* line 6, ../../../../base/main-trash/sass/_load-more.scss */
.has-infinite-scroll .load_more-comments-text {
  display: inline-block;
  margin: 40px auto;
  background: transparent;
  border: 4px solid #3b86c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  color: #2d2d2d;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
/* line 20, ../../../../base/main-trash/sass/_load-more.scss */
.has-infinite-scroll .load_more-comments-text:hover {
  color: #fff;
  text-decoration: none;
}
/* line 24, ../../../../base/main-trash/sass/_load-more.scss */
.has-infinite-scroll .load_more-comments-text:hover:after {
  height: 100%;
}
/* line 29, ../../../../base/main-trash/sass/_load-more.scss */
.has-infinite-scroll .load_more-comments-text:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #3b86c4;
}
/* line 41, ../../../../base/main-trash/sass/_load-more.scss */
.has-infinite-scroll .load_more-comments-text .icon-loop:before {
  font-size: 20px;
  margin: 0 20px;
  color: inherit;
}
/* line 48, ../../../../base/main-trash/sass/_load-more.scss */
.has-infinite-scroll #infscr-loading {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../../../../base/main-trash/sass/_load-more.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 63, ../../../../base/main-trash/sass/_load-more.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 64em) {
  /* line 98, ../../../../base/main-trash/sass/_load-more.scss */
  .has-infinite-scroll .load_more-comments-text {
    margin: 40px auto;
  }
  /* line 102, ../../../../base/main-trash/sass/_load-more.scss */
  .has-infinite-scroll .load_more-comments-text .icon-loop:before {
    margin: 0 20px;
  }
}
@media (max-width: 59.375em) {
  /* line 108, ../../../../base/main-trash/sass/_load-more.scss */
  .has-infinite-scroll .load_more-comments-text {
    padding: 15px 0;
  }
  /* line 113, ../../../../base/main-trash/sass/_load-more.scss */
  .has-infinite-scroll .load_more-comments-text .icon-loop:before {
    margin: 0 20px;
  }
}
@media (max-width: 31.25em) {
  /* line 119, ../../../../base/main-trash/sass/_load-more.scss */
  .has-infinite-scroll .load_more-comments-text {
    font-size: 21px;
    margin: 18px auto;
    padding: 20px 0;
    width: 95%;
  }
  /* line 125, ../../../../base/main-trash/sass/_load-more.scss */
  .has-infinite-scroll .load_more-comments-text .icon-loop:before {
    margin: 0 40px;
  }
}
@media (max-width: 26.875em) {
  /* line 131, ../../../../base/main-trash/sass/_load-more.scss */
  .has-infinite-scroll .load_more-comments-text {
    font-size: 18px;
  }
  /* line 134, ../../../../base/main-trash/sass/_load-more.scss */
  .has-infinite-scroll .load_more-comments-text .icon-loop:before {
    margin: 0 5px;
  }
}

/*.chzn-container-single-nosearch {
    .chzn-search {
        display: none !important;
        visibility: hidden;
    }
}*/
/* line 8, ../../sass/reviews-v3/parts/extra/_base.scss */
.logout-block {
  display: none !important;
}
/* line 11, ../../sass/reviews-v3/parts/extra/_base.scss */
.logout-block.logged-in {
  display: inline-block !important;
}

/* line 16, ../../sass/reviews-v3/parts/extra/_base.scss */
.icon-user.logged-in {
  display: none !important;
}

/* line 20, ../../sass/reviews-v3/parts/extra/_base.scss */
.container-address-info ol li {
  margin-bottom: 3px;
}

/* line 24, ../../sass/reviews-v3/parts/extra/_base.scss */
.bmr-loading-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 1011;
  display: none;
}
/* line 33, ../../sass/reviews-v3/parts/extra/_base.scss */
.bmr-loading-spinner:before {
  content: "\e60b";
  /* fa */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* fa-spin */
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  /* icomoon */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* positioning and sizes */
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: #4271b5;
}
/* line 67, ../../sass/reviews-v3/parts/extra/_base.scss */
.bmr-loading-spinner.on-wp-login-form:before {
  top: 55%;
}

/* modern clearfix */
/* line 74, ../../sass/reviews-v3/parts/extra/_base.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 80, ../../sass/reviews-v3/parts/extra/_base.scss */
.bg-right-menu.open {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 100%;
}

/* line 89, ../../sass/reviews-v3/parts/extra/_base.scss */
.bg-right-menu-color {
  background: #333;
}

/* line 93, ../../sass/reviews-v3/parts/extra/_base.scss */
.container-pagination {
  display: none !important;
}

/* line 1, ../../sass/reviews-v3/parts/extra/_profile-menu.scss */
.header-bottom-content-icons .logout-block .user-image {
  width: 100%;
  height: 100%;
  padding: 0;
  position: static;
}
/* line 7, ../../sass/reviews-v3/parts/extra/_profile-menu.scss */
.header-bottom-content-icons .logout-block .user-image span {
  line-height: 36px;
}
/* line 10, ../../sass/reviews-v3/parts/extra/_profile-menu.scss */
.header-bottom-content-icons .logout-block .user-image img.avatar {
  display: block;
}

/* line 16, ../../sass/reviews-v3/parts/extra/_profile-menu.scss */
.my-responsive-right-menu .login-user-menu {
  width: 160px;
  margin-top: 5px;
}
/* line 20, ../../sass/reviews-v3/parts/extra/_profile-menu.scss */
.my-responsive-right-menu .login-user-menu li:hover {
  background: red;
  color: red;
}
/* line 25, ../../sass/reviews-v3/parts/extra/_profile-menu.scss */
.my-responsive-right-menu .login-user-menu li a {
  margin: 0;
  font-size: 14px;
  padding: 18px 12px;
  color: #fff;
  background: #333;
  width: 100%;
  display: block;
  border-bottom: 1px solid #696969;
  font-weight: bold;
}
/* line 36, ../../sass/reviews-v3/parts/extra/_profile-menu.scss */
.my-responsive-right-menu .login-user-menu li a:hover {
  background: #111;
}

/* line 2, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-desktop-min .view-grid .block-item {
  width: 50%;
}
/* line 4, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-desktop-min .view-grid .block-item.complain-item {
  width: 50%;
}
/* line 6, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-desktop-min .view-grid .block-item.complain-item:nth-child(5n+1) {
  width: 100%;
}

/* line 14, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-grid .no-image .post-thumb .post-heading h2 {
  margin-top: 0;
}
/* line 18, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .has-image .image-gradient {
  display: block;
}
/* line 23, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .no-image .post-thumb .post-heading {
  font-size: 21px;
}
/* line 27, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .block-item {
  margin: 0 0 2px;
}
/* line 30, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .block-item.has-image .post-meta-item {
  color: #fff;
}
/* line 33, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .block-item .image .autoplay {
  font-size: 50px;
}
/* line 37, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .block-content {
  height: 274px;
}
/* line 40, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .post-thumb {
  width: 100%;
  height: 100%;
}
/* line 44, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .post-thumb .post-heading {
  height: 274px;
}
/* line 47, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .post-excerpt {
  display: none;
}
/* line 50, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .post-data {
  position: absolute;
  background: transparent;
  bottom: 0;
  z-index: 1;
}
/* line 57, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .no-image .post-data {
  height: 50px;
}
/* line 60, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .has-image .post-thumb .post-heading {
  display: none;
}
/* line 63, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .has-image .post-data .post-heading {
  display: table-cell;
  height: 238px;
  font-weight: bold;
  border-bottom: none;
  color: #fff;
  padding: 0;
  vertical-align: bottom;
}
/* line 72, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .has-image .post-data .post-heading h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  font-weight: normal;
  padding: 0 60px 0 20px;
  font-size: 18px;
}
/* line 79, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .no-image .post-thumb .post-heading h2 {
  padding: 0 20px;
}
/* line 83, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .block-content .post-meta {
  padding: 0 20px;
}
/* line 86, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .post-meta-item {
  font-size: 13px;
}
/* line 89, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .post-meta-item .icon-new {
  color: inherit;
  font-size: 15px;
}
/* line 95, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-tablet-min .view-list .cat-badge {
  left: auto;
  right: 0;
}

/* line 103, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .block-item {
  margin-bottom: 2px;
}
/* line 106, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .post-thumb .post-heading {
  height: 230px;
  font-weight: normal;
}
/* line 110, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .no-image .block-content {
  height: 230px;
}
/* line 114, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .has-image .post-data .post-heading {
  font-size: 18px;
  color: #fff;
}
/* line 118, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .has-image .post-data .post-heading h2 {
  padding: 0 15px;
}
/* line 122, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .has-image .post-data .post-meta {
  height: 30px;
  padding: 0 15px;
}
/* line 126, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .has-image .post-data .post-meta-item {
  line-height: 30px;
}
/* line 131, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .no-image .post-thumb .post-heading {
  font-size: 21px;
}
/* line 134, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .no-image .post-thumb .post-heading h2 {
  padding: 0 15px;
}
/* line 138, ../../sass/reviews-v3/parts/extra/_posts-block-media.scss */
.view-mobile .view-list .has-image .post-data .post-heading {
  height: 238px;
}

/* line 6, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.single-bonuses .page-block.use-default-ui table {
  table-layout: fixed;
  width: 100%;
}

/* line 11, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-container {
  padding: 0;
}
/* line 15, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-container.only-one .slider-nav {
  display: none;
}
/* line 19, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-container.only-one .bonus {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

/* line 25, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures {
  background-color: #f1f2f2;
  padding-bottom: 1px;
}
/* line 31, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .block-shadow::after {
  background-color: transparent;
}
/* line 35, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .overlay-link {
  display: none;
}
/* line 39, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus {
  height: 480px !important;
}
/* line 42, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus .visual {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 51, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus .meta span {
  font-size: 14px;
}
/* line 54, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus .meta i {
  top: 0;
}
/* line 59, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus .breadcrumbs {
  max-width: 350px;
  padding: 15px 0 0 0;
}
/* line 64, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus .breadcrumbs li::after {
  color: #c7c7c7;
}
/* line 67, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus .breadcrumbs li a {
  color: #c7c7c7;
}
/* line 69, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus .breadcrumbs li a:hover {
  color: #f1f2f2;
}
/* line 76, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .bonus .link-get {
  left: initial;
  right: 20px;
}
@media all and (max-width: 630px) {
  /* line 81, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.single .bonus .link-get {
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
    margin-top: 20px;
    width: 100% !important;
  }
}
/* line 91, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.single .block-shadow::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}
/* line 99, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.view-review .bonus {
  height: 300px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 103, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.view-review .bonus .visual {
  display: block;
}
/* line 107, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.view-review .bonus .desc {
  display: none;
}
/* line 111, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.view-review .bonus .text {
  display: none;
}
/* line 115, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.view-review .bonus .link-get {
  width: calc(100% - 50px);
  max-width: 300px;
}
/* line 120, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.view-review .bonus + * {
  margin-top: 0;
}
@media all and (max-width: 1024px) {
  /* line 96, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.view-review {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
/* line 130, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 133, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: 0;
  height: auto !important;
}
/* line 138, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus + * {
  margin-left: 8px;
}
/* line 142, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .link-view,
.bonuses-miniatures.related .bonus .desc {
  display: none !important;
}
/* line 147, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .visual {
  display: none !important;
}
/* line 150, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .text {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: auto;
}
/* line 155, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .text .part-visual {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 200px;
}
/* line 159, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .text .part-visual .logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 12px;
}
/* line 165, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .text .part-visual .logo-row > .stripe {
  margin: 0 0 0 10px;
}
/* line 170, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .text .part-visual .link-get {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 175, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .text .part-text {
  padding: 10px;
  height: 125px;
}
/* line 179, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.related .bonus .text .part-text .title {
  margin-top: 5px;
  max-height: 44px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  /* line 188, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.related .bonus {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 375px;
        -ms-flex: 0 0 375px;
            flex: 0 0 375px;
  }
  /* line 191, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.related .bonus + * {
    margin-left: 0;
  }
  /* line 195, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.related .bonus .visual {
    display: block !important;
    height: 240px;
  }
  /* line 199, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.related .bonus .visual .title {
    margin-top: 10px;
  }
  /* line 203, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.related .bonus .text {
    display: none !important;
  }
}
@media all and (max-width: 500px) {
  /* line 209, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.related .bonus {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
  }
  /* line 212, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.related .bonus .visual {
    height: 260px;
  }
}
@media all and (max-width: 1140px) {
  /* line 130, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.related {
    width: 300px;
  }
}
/* line 222, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.bonus-bottom {
  padding: 0;
}
/* line 225, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.bonus-bottom .bonus {
  padding: 0;
  height: 70px !important;
}
/* line 229, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.bonus-bottom .bonus .visual {
  padding: 10px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 234, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.bonus-bottom .bonus .visual .top-line {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
/* line 238, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.bonus-bottom .bonus .visual .type,
.bonuses-miniatures.bonus-bottom .bonus .visual .stripe {
  margin-right: 10px;
}
/* line 244, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.bonus-bottom .bonus .link-get {
  position: relative;
  left: initial;
  bottom: initial;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
/* line 252, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.bonus-bottom .desc,
.bonuses-miniatures.bonus-bottom .title,
.bonuses-miniatures.bonus-bottom .meta,
.bonuses-miniatures.bonus-bottom .breadcrumbs,
.bonuses-miniatures.bonus-bottom .promo {
  display: none !important;
}
@media all and (max-width: 1200px) {
  /* line 261, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.bonus-bottom .group1 {
    display: none !important;
  }
}
@media all and (max-width: 500px) {
  /* line 266, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.bonus-bottom .bonus {
    height: 50px !important;
  }
  /* line 269, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.bonus-bottom .bonus .visual {
    padding: 0;
  }
  /* line 273, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.bonus-bottom .bonus .top-line {
    display: none !important;
  }
  /* line 276, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.bonus-bottom .bonus .link-get {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100% !important;
    line-height: 50px;
  }
}
/* line 285, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  width: 100%;
}
/* line 291, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus > * {
  width: 100%;
}
/* line 294, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus + * {
  margin-top: 6px;
}
/* line 298, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .overlay-link {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
/* line 308, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual a, .bonuses-miniatures .bonus .text a {
  z-index: 21;
}
/* line 313, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1200px) {
  /* line 318, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus {
    height: 300px;
  }
  /* line 322, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .visual {
    display: block !important;
  }
  /* line 325, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .text {
    display: none !important;
  }
}
/* line 330, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus.pinned {
  height: 300px;
}
/* line 333, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus.pinned .visual {
  display: block;
}
/* line 336, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus.pinned .text {
  display: none;
}
/* line 341, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual {
  display: none;
  position: relative;
  color: white;
  padding: 15px 25px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}
/* line 350, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual > * {
  position: relative;
  z-index: 11;
}
/* line 355, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual .top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 361, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual .title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  max-height: 44px;
}
/* line 370, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual .promo {
  margin-bottom: 15px;
}
/* line 373, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual .promo span {
  position: relative;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: white;
  background-color: #b71c1c;
}
/* line 383, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual .link-view {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  color: inherit;
}
/* line 391, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual .link-view::before {
  content: attr(data-text-desktop);
}
/* line 396, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual .desc {
  max-height: 40px;
}
/* line 401, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .visual .type {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media all and (max-width: 1024px) {
  /* line 407, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .visual .desc {
    max-height: 20px;
  }
  /* line 410, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .visual .title {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 630px) {
  /* line 417, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .visual .group1 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  /* line 421, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .visual .desc {
    display: none;
  }
  /* line 425, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .visual .link-view {
    margin-top: 10px;
  }
  /* line 428, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .visual .link-view::before {
    content: attr(data-text-mobile);
  }
  /* line 432, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures .bonus .visual .link-get {
    width: calc(100% - 50px);
  }
}
/* line 439, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}
/* line 443, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-visual {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  background-size: cover;
  background-position: center center;
}
/* line 449, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-visual .logo {
  position: absolute;
  left: 50%;
  bottom: 85px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-right: 0;
}
/* line 458, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-visual .logo-row {
  display: none;
}
/* line 462, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-visual .link-get {
  bottom: 25px;
}
/* line 466, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-text {
  position: relative;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 15px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1px;
}
/* line 474, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-text .type {
  color: #bababa;
}
/* line 478, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-text .title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
/* line 484, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-text .desc {
  margin-top: 10px;
}
/* line 487, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-text .desc table {
  width: 100% !important;
}
/* line 492, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-text .meta {
  position: absolute;
  bottom: 15px;
}
/* line 496, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .text .part-text .meta i {
  color: #bababa;
}
/* line 503, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .logo {
  position: relative;
  margin-right: 20px;
  max-width: 120px;
}
/* line 508, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .logo img {
  display: block;
  max-height: 40px;
}
/* line 514, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .group1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 520, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .type {
  font-size: 14px;
  line-height: 18px;
  margin-right: 15px;
}
/* line 526, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .stripe {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-right: 15px;
  padding: 0 7px;
  color: white;
  background-color: #b71c1c;
  text-decoration: none;
  white-space: nowrap;
}
/* line 539, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .stripe.bebas {
  top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  width: 56px;
  height: 18px;
  padding: 0;
  font: 14px/22px 'Bebas Neue Bold';
  text-align: center;
}
/* line 550, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .title {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
/* line 557, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .desc {
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  max-height: 60px;
  overflow: hidden;
}
/* line 565, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .desc * {
  font-size: 15px !important;
  line-height: 29px !important;
  font-weight: bold !important;
}
/* line 571, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .desc strong {
  font-weight: normal;
}
/* line 577, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .meta span {
  font-size: 13px;
}
/* line 580, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .meta span + * {
  margin-left: 15px;
}
/* line 585, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .meta i {
  position: relative;
  margin-right: 5px;
  top: 2px;
}
/* line 590, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .meta i.icon-eye {
  font-size: 15px;
}
/* line 593, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .meta i.icon-bubbles {
  font-size: 12px;
}
/* line 599, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .bonus .link-get {
  position: absolute;
  left: 25px;
  bottom: 15px;
  width: 220px;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  background-color: #ff924a;
  text-decoration: none;
  color: white;
}
/* line 615, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .block-shadow > * {
  z-index: 11;
}
/* line 619, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .block-shadow::before, .bonuses-miniatures .block-shadow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 10;
}
/* line 630, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .block-shadow::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}
/* line 633, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures .block-shadow::after {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 640, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures.full .bonus.withpromo {
  height: 326px;
}
/* line 649, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures:not(.view-review) .bonus.pinned.withpromo {
  height: auto;
}
/* line 653, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonuses-miniatures:not(.view-review) .bonus.pinned.withpromo .visual .meta {
  margin-bottom: 46px;
}
@media all and (max-width: 500px) {
  /* line 665, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.view-review .bonus.withpromo {
    height: 347px;
  }
  /* line 672, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonuses-miniatures.full .bonus.withpromo {
    height: 347px;
  }
}

/* line 680, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-bottom {
  position: fixed;
  bottom: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  z-index: 99;
}
/* line 686, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-bottom.hidden {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

/* line 691, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-selectors-wrap {
  margin-top: 0 !important;
  position: relative;
  z-index: 200;
}

/* line 697, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-selectors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 6px 8px 6px;
}
/* line 701, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-selectors > * {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 36px !important;
}
/* line 705, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-selectors > *::after {
  border-width: 7px 6px 0 6px;
}
/* line 709, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-selectors > * > .selected {
  line-height: 36px;
}
/* line 713, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-selectors > * + * {
  margin-left: 8px;
}
/* line 718, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-selectors .items li {
  line-height: 36px;
}
/* line 721, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
.bonus-selectors .items li.active {
  background-color: #00ace8 !important;
}
@media all and (max-width: 500px) {
  /* line 697, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonus-selectors {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 730, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
  .bonus-selectors > * + * {
    margin-left: 0;
    margin-top: 8px;
  }
}

/* line 738, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
#bonuses-load-wrap {
  margin: 40px 0;
  text-align: center;
}
/* line 743, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
#bonuses-load-wrap button {
  border-color: #00ace8;
}
/* line 746, ../../sass/reviews-v3/parts/extra/_bonus-list.scss */
#bonuses-load-wrap button::after {
  background: #00ace8;
}

/* line 1, ../../sass/reviews-v3/parts/main/_base_content.scss */
#content,
.content.inner {
  position: relative;
}

/* line 6, ../../sass/reviews-v3/parts/main/_base_content.scss */
.factor-value::after {
  content: attr(data-factor-dec);
}

/* line 11, ../../sass/reviews-v3/parts/main/_base_content.scss */
.show-fract .factor-value::after {
  content: attr(data-factor-fract);
}

/* line 17, ../../sass/reviews-v3/parts/main/_base_content.scss */
.show-american .factor-value::after {
  content: attr(data-factor-american);
}

/*a.chzn-single:hover {
    text-decoration: none;
    color: #000;
}

.chzn-container-single .chzn-single {
    color: #000;
}

.chzn-container-single .chzn-single.chzn-default {
    color: #999;
}*/
/* line 15, ../../sass/reviews-v3/parts/main/_content.scss */
.content-middle {
  margin: 0 8px 0 0;
}

/* line 20, ../../sass/reviews-v3/parts/main/_content.scss */
.content-full {
  margin: 0 0 0 170px;
}
@media all and (max-width: 1024px) {
  /* line 20, ../../sass/reviews-v3/parts/main/_content.scss */
  .content-full {
    margin: 0 0 0 21%;
  }
}
@media all and (max-width: 950px) {
  /* line 20, ../../sass/reviews-v3/parts/main/_content.scss */
  .content-full {
    margin: 0 0 0 30%;
  }
}
@media all and (max-width: 500px) {
  /* line 20, ../../sass/reviews-v3/parts/main/_content.scss */
  .content-full {
    margin: 0;
  }
}

/* line 34, ../../sass/reviews-v3/parts/main/_content.scss */
.content.inner {
  padding: 0;
}

/*#comments {
    background: #fff;
    padding: 0;
}*/
/*.container-address-info {
    //float: left;
    display: inline-block;
    width: 100%;
}

.body.blocked {
    width: 100%;
}

.inner-footer-bottom {
    border-top: 0;
}

.footer {
    border-top: 1px solid #c4c4c4;
    //padding-right: 20px;
}*/
/* line 62, ../../sass/reviews-v3/parts/main/_content.scss */
img {
  max-width: 100% !important;
  height: auto;
}

/* line 67, ../../sass/reviews-v3/parts/main/_content.scss */
a {
  color: #00ace8;
}

/* line 72, ../../sass/reviews-v3/parts/main/_content.scss */
.bmr-tt-body,
.bmr-tt-arrow {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  background-color: white;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}

/* line 82, ../../sass/reviews-v3/parts/main/_content.scss */
.bmr-tt-body {
  border: 1px solid whitesmoke;
  padding: 7px 15px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  z-index: 9998;
}

/* line 91, ../../sass/reviews-v3/parts/main/_content.scss */
.bmr-tt-arrow {
  z-index: 9999;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 98, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner {
  position: relative;
}
/* line 101, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
}
/* line 111, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner::after {
  content: "\e60b";
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1001;
  font-size: 30px;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #4271b5;
}
/* line 138, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner.pos-middle::after {
  -webkit-animation: spin-middle 2s infinite linear;
          animation: spin-middle 2s infinite linear;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 145, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner.pos-top::after {
  top: 27px;
}
/* line 149, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner.pos-bottom::after {
  top: auto;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 157, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner.white:after {
  color: #fff;
}
/* line 163, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner.clear-white::before {
  content: none;
}
/* line 166, ../../sass/reviews-v3/parts/main/_content.scss */
.has-spinner.clear-white:after {
  color: #fff;
}

@keyframes spin-middle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* line 191, ../../sass/reviews-v3/parts/main/_content.scss */
.select-bookmakers-popup .havenot-accounts {
  background-color: #131313;
}

/* line 196, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers {
  margin-top: 25px;
}
/* line 201, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers.books-popup .book-wrap > * {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
}
@media all and (max-width: 750px) {
  /* line 201, ../../sass/reviews-v3/parts/main/_content.scss */
  .user-bookmakers.books-popup .book-wrap > * {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
    max-width: 33.3%;
  }
}
@media all and (max-width: 500px) {
  /* line 201, ../../sass/reviews-v3/parts/main/_content.scss */
  .user-bookmakers.books-popup .book-wrap > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
/* line 217, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers.author-info {
  margin-top: 15px;
}
/* line 221, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers.author-info .book-wrap > * {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  max-width: 33.3%;
}
@media all and (max-width: 1200px) {
  /* line 221, ../../sass/reviews-v3/parts/main/_content.scss */
  .user-bookmakers.author-info .book-wrap > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
/* line 232, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers.forecast-author-info {
  margin-top: 0;
}
/* line 236, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers.forecast-author-info .book-wrap > * {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
@media all and (max-width: 1200px) {
  /* line 236, ../../sass/reviews-v3/parts/main/_content.scss */
  .user-bookmakers.forecast-author-info .book-wrap > * {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media all and (max-width: 750px) {
  /* line 236, ../../sass/reviews-v3/parts/main/_content.scss */
  .user-bookmakers.forecast-author-info .book-wrap > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
/* line 252, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px;
}
/* line 258, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap.links .one-book {
  border: 1px solid #f0f0f0 !important;
}
/* line 261, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap.links .one-book:hover {
  border-color: #3b86c4 !important;
}
/* line 267, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > * {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 5px 10px 5px;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  cursor: pointer;
  color: #131313;
}
/* line 278, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > *.user-added i.icon-close {
  display: block !important;
}
/* line 283, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > * .one-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border: 1px solid #f0f0f0;
}
/* line 289, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > * .one-book i.icon-close {
  display: none;
  margin-right: 4px;
  background-color: white;
  color: #7d7d7d;
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 299, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > * .one-book-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 83%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 308, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > * .one-book-inner > * {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .7;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 314, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > * .one-book-inner > span {
  padding-left: 8px;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
}
/* line 327, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > *:hover .one-book, .user-bookmakers .book-wrap > *.active .one-book {
  border-color: #3b86c4;
}
/* line 335, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > *:hover .one-book-inner > * {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 1;
}
/* line 340, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > *:hover i.icon-close {
  opacity: 1;
}
/* line 347, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > *.active .one-book-inner > * {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
/* line 354, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .book-wrap > * img {
  max-height: 35px;
  max-width: 120px !important;
}
@media all and (max-width: 400px) {
  /* line 354, ../../sass/reviews-v3/parts/main/_content.scss */
  .user-bookmakers .book-wrap > * img {
    max-width: 90px !important;
  }
}
@media all and (max-width: 1200px) {
  /* line 267, ../../sass/reviews-v3/parts/main/_content.scss */
  .user-bookmakers .book-wrap > * {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media all and (max-width: 750px) {
  /* line 267, ../../sass/reviews-v3/parts/main/_content.scss */
  .user-bookmakers .book-wrap > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
/* line 375, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .cool-select .dropdown {
  width: calc(100% - 10px);
}
/* line 379, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .cool-select::after {
  right: 15px;
  border-width: 7px 6px 0 6px;
}
/* line 385, ../../sass/reviews-v3/parts/main/_content.scss */
.user-bookmakers .more-books {
  font-size: 15px;
  font-weight: bold;
  color: #00ace8;
  text-decoration: underline;
}

/* line 393, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 22222;
  overflow: auto;
}
/* line 404, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup .wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: calc(100% - 30px);
  max-width: 770px;
  margin: 150px 0;
  padding: 0 25px 25px 25px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 416, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup.open {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 421, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup .h2 {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 427, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup .h2 > .icon-close {
  position: absolute;
  right: -8px;
  top: 20px;
  font-size: 26px;
  cursor: pointer;
}
/* line 435, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup .h2.blue-border {
  border-bottom: 4px solid #3b86c4;
}
/* line 440, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup .actions {
  margin-top: 20px;
  text-align: center;
}
/* line 445, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 449, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup .actions button {
  padding: 12px 40px !important;
}
/* line 453, ../../sass/reviews-v3/parts/main/_content.scss */
.fx-popup .actions button + button {
  margin-left: 15px;
}
@media all and (max-width: 950px) {
  /* line 445, ../../sass/reviews-v3/parts/main/_content.scss */
  .fx-popup .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 461, ../../sass/reviews-v3/parts/main/_content.scss */
  .fx-popup .actions button + button {
    margin-top: 10px;
    margin-left: 0;
  }
  /* line 466, ../../sass/reviews-v3/parts/main/_content.scss */
  .fx-popup .actions.reverse-tablet-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* line 469, ../../sass/reviews-v3/parts/main/_content.scss */
  .fx-popup .actions.reverse-tablet-actions button + button {
    margin: 0 0 10px 0;
  }
}

/* line 479, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container {
  position: relative;
  overflow: hidden;
}
/* line 484, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.view-mobile .view-list .no-image .block-content {
  height: 274px;
}
/* line 487, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.view-mobile .view-list .post-thumb .post-heading {
  height: 274px;
}
/* line 494, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.slider-started .miniatures-slider-wrapper, .miniatures-slider-container.single-row .miniatures-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
/* line 499, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.slider-started .block-item, .miniatures-slider-container.single-row .block-item {
  display: block !important;
  float: initial;
  width: auto;
  margin-bottom: 0;
}
/* line 505, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.slider-started .block-item .block-content, .miniatures-slider-container.single-row .block-item .block-content {
  padding: 0;
}
@media all and (max-width: 640px) {
  /* line 513, ../../sass/reviews-v3/parts/main/_content.scss */
  .miniatures-slider-container.single-row.one-post .block-item, .miniatures-slider-container:not(.single-row).one-post .block-item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media all and (max-width: 1200px) {
  /* line 521, ../../sass/reviews-v3/parts/main/_content.scss */
  .miniatures-slider-container.single-row .block-item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 250px !important;
        -ms-flex: 0 0 250px !important;
            flex: 0 0 250px !important;
  }
}
/* line 529, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.single-row:not(.slider-started) .block-item + .block-item {
  margin-left: 8px;
}
/* line 533, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.single-row:not(.slider-started).limit-3 .block-item {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}
/* line 537, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.single-row:not(.slider-started).limit-4 .block-item {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
/* line 543, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.slider-started .block-item {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 370px !important;
      -ms-flex: 0 0 370px !important;
          flex: 0 0 370px !important;
}
@media all and (max-width: 500px) {
  /* line 543, ../../sass/reviews-v3/parts/main/_content.scss */
  .miniatures-slider-container.slider-started .block-item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 240px !important;
        -ms-flex: 0 0 240px !important;
            flex: 0 0 240px !important;
  }
}
/* line 552, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container .slider-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  margin: 0;
  z-index: 90;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  opacity: 0;
}
/* line 566, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container .slider-nav::before {
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  color: white;
  z-index: 91;
}
/* line 576, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container .slider-nav.icon-right {
  left: initial;
  right: 0;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
/* line 582, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container .slider-nav.icon-right::before {
  right: 7px;
}
/* line 589, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.slider-started .slider-nav {
  display: block;
  opacity: 1;
}
/* line 594, ../../sass/reviews-v3/parts/main/_content.scss */
.miniatures-slider-container.slider-started.start .slider-nav.icon-left, .miniatures-slider-container.slider-started.end .slider-nav.icon-right {
  opacity: 0;
  pointer-events: none;
}

/* Visited links - content-blocks only */
/* line 602, ../../sass/reviews-v3/parts/main/_content.scss */
.content-middle .review-block .block-content p a:visited,
.use-default-ui a:not(.button-default):visited
 {
  color: #8868c0;
}

/* line 2, ../../sass/reviews-v3/parts/main/_custom.scss */
.posts-block-not-found.no-forecasts-badge {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 5px;
  background: #ffffff;
}
/* line 9, ../../sass/reviews-v3/parts/main/_custom.scss */
.posts-block-not-found.no-forecasts-badge i {
  color: #bababa;
  font-size: 36px;
  display: block;
}
/* line 14, ../../sass/reviews-v3/parts/main/_custom.scss */
.posts-block-not-found.no-forecasts-badge .notification-image {
  display: block;
  margin: 10px auto;
}

@media all and (max-width: 950px) {
  /* line 24, ../../sass/reviews-v3/parts/main/_custom.scss */
  .posts-block-not-found.no-forecasts-badge br {
    display: inline;
    content: ' ';
  }
  /* line 27, ../../sass/reviews-v3/parts/main/_custom.scss */
  .posts-block-not-found.no-forecasts-badge br:after {
    content: ' ';
  }
}
/* line 36, ../../sass/reviews-v3/parts/main/_custom.scss */
.post-meta-coefficient .coefficient-symbol {
  font-size: 12px;
  color: #bababa;
  font-style: normal;
}
/* line 40, ../../sass/reviews-v3/parts/main/_custom.scss */
.post-meta-coefficient .coefficient-symbol.forecast-single-view {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-right: 3px;
}

/* line 34, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 40, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 6.25px;
}

/* line 49, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social:first-child {
  margin-left: 0;
}

/* line 52, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social:hover {
  text-decoration: none;
}

/* line 55, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social .icon {
  font-size: 23px;
  display: block;
  width: 40px;
  height: 40px;
  background: #3791ba;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/* line 70, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social .icon-social-vk {
  background: #45668e;
}

/* line 73, ../../sass/reviews-v3/parts/main/_socials.scss */
#social .icon-social-vk {
  background: #45668e;
}

/* line 70, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social .icon-social-fb {
  background: #3b5998;
}

/* line 73, ../../sass/reviews-v3/parts/main/_socials.scss */
#social .icon-social-fb {
  background: #3b5998;
}

/* line 70, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social .icon-google-logo {
  background: #dd4b39;
}

/* line 73, ../../sass/reviews-v3/parts/main/_socials.scss */
#social .icon-google-logo {
  background: #dd4b39;
}

/* line 70, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social .icon-instagram1 {
  background: #2a3f8c;
}

/* line 73, ../../sass/reviews-v3/parts/main/_socials.scss */
#social .icon-instagram1 {
  background: #2a3f8c;
}

/* line 70, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social .icon-social-youtube {
  background: #bb0000;
}

/* line 73, ../../sass/reviews-v3/parts/main/_socials.scss */
#social .icon-social-youtube {
  background: #bb0000;
}

/* line 70, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social .icon-social-twitter {
  background: #00aced;
}

/* line 73, ../../sass/reviews-v3/parts/main/_socials.scss */
#social .icon-social-twitter {
  background: #00aced;
}

/* line 70, ../../sass/reviews-v3/parts/main/_socials.scss */
.sidebar-right-widgets .icon-social .icon-social-pinterest {
  background: #cb2027;
}

/* line 73, ../../sass/reviews-v3/parts/main/_socials.scss */
#social .icon-social-pinterest {
  background: #cb2027;
}

/* line 3, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  margin-top: 7px;
  max-width: 100%;
}

/* line 11, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.alignnone {
  width: 100%;
}

/* line 15, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.alignleft {
  float: left;
  margin-right: 15px;
}

/* line 20, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.alignright {
  float: right;
  margin-left: 15px;
}

/* line 27, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.alignleft img,
.alignright img {
  margin-bottom: 0;
}

/* line 32, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 38, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
img[class*="wp-image-"] {
  margin-bottom: 15px;
}

/* line 42, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.wp-caption {
  position: relative;
  font-size: 0;
  margin-bottom: 15px;
}
@media all and (min-width: 600px) {
  /* line 47, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
  .wp-caption.alignleft, .wp-caption.alignright {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 599px) {
  /* line 47, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
  .wp-caption.alignleft, .wp-caption.alignright {
    width: 100% !important;
  }
}
/* line 58, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.wp-caption img {
  width: 100%;
  margin-bottom: 0;
}
/* line 63, ../../sass/reviews-v3/parts/main/_wordpress-core.scss */
.wp-caption p.wp-caption-text {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

/* line 30, ../../../../base/assets/sass/parts/_mixins.scss */
.socials-container.socials-share a::before, .rating-stars .stars::after,
.rating-stars i::before, .rating-stars.with-border .stars::before, .review-slide-block .block-title::after, #to-top::before, .review-popup-container .review-popup.ask-question input[type="checkbox"]:checked + label::after, .review-popup-container .review-popup.get-mirrors input[type="checkbox"]:checked + label::after, .review-popup-container .review-popup-close-btn::after, .sections-versions .row.head > div::before, .sections-versions .check::before, .support .main::before, .support .langs-list .selected::after, .rating-history .item .date::before, .pros-cons .pros-block .cons::before, .pros-cons .pros-block .pros::before,
.pros-cons .cons-block .cons::before,
.pros-cons .cons-block .pros::before, .top-banner .pros-list p::before, .text-version .sub-title::after, .text-version .text-img .close-btn::before, .trading .main::before, .option-properties .main::before,
.pass-fee .main::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes rotate360 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media all and (max-width: 951px) {
  /* line 3, ../../sass/reviews-v3/parts/components/_base.scss */
  .single-bookreviews .sidebar-left-menu {
    display: none;
  }
  /* line 6, ../../sass/reviews-v3/parts/components/_base.scss */
  .single-bookreviews .content-middle {
    margin: 0;
  }
}
/* line 11, ../../sass/reviews-v3/parts/components/_base.scss */
.single-bookreviews .content.inner {
  z-index: auto !important;
}
/* line 14, ../../sass/reviews-v3/parts/components/_base.scss */
.single-bookreviews .content .sidebar-left-menu {
  z-index: auto;
}

/* line 21, ../../sass/reviews-v3/parts/components/_base.scss */
.content.inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 24, ../../sass/reviews-v3/parts/components/_base.scss */
.content.inner p {
  margin: 0;
}

/* line 29, ../../sass/reviews-v3/parts/components/_base.scss */
.content-middle {
  margin: 0 10px 0 170px;
}

/* line 33, ../../sass/reviews-v3/parts/components/_base.scss */
.section-review-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin: 6px 0 0 0;
  min-height: 450px;
}
@media (max-width: 760px) {
  /* line 33, ../../sass/reviews-v3/parts/components/_base.scss */
  .section-review-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 46, ../../sass/reviews-v3/parts/components/_base.scss */
.section-bonus-other {
  position: relative;
  margin-bottom: 6px;
}

/* line 51, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block {
  margin-bottom: 6px;
}
/* line 52, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .block-title-left-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 501px) {
  /* line 52, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title-left-data {
    padding-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 57, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title-left-data .average {
    line-height: 15px;
  }
}
/* line 62, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .block-title-right-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 66, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .view-more-content {
  text-align: center;
  padding: 30px 0;
  width: 100%;
}
/* line 70, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .view-more-content span {
  /*font-weight: bold;
  color: #00ace8;
  border-bottom: 1px dashed #00ace8;
  cursor: pointer;*/
}
/* line 75, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .view-more-content span.hidden {
  display: none !important;
}
/* line 79, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .view-more-content a {
  font-weight: bold;
  font-size: 16px;
}
/* line 84, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .hidden-block.hidden,
.review-block .item.hidden-block.hidden {
  display: none !important;
}
/* line 90, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block h2.block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 94, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .block-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 55px;
  cursor: pointer;
  padding: 10px;
  margin: 0;
}
@media all and (max-width: 501px) {
  /* line 94, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title {
    padding-right: 30px;
    display: block;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 111, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title .average {
    margin-left: 10px;
    font-size: 13px;
    margin-top: 0;
  }
  /* line 117, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title .rating .rating-stars {
    font-size: 13px;
  }
  /* line 119, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title .rating .rating-stars .stars {
    margin-right: 5px;
  }
  /* line 124, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title .block-title-right-data .bookreviews-btn {
    margin: 0;
  }
}
/* line 129, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .block-title > .info {
  position: absolute;
  top: 25px;
  right: 15px;
}
/* line 134, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .block-title .view-block {
  cursor: pointer;
}
@media all and (max-width: 501px) {
  /* line 134, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title .view-block {
    display: none;
  }
}
/* line 139, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .block-title .view-block .icon-expand-arrow {
  font-size: 16px;
  color: #bababa;
  display: table;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (min-width: 800px) {
  /* line 139, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .block-title .view-block .icon-expand-arrow {
    -webkit-transition: .35s;
    transition: .35s;
  }
}
@media all and (max-width: 736px) {
  /* line 151, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .swipe-content {
    overflow-x: auto !important;
  }
  /* line 153, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .swipe-content .swipe-block {
    min-width: 450px;
  }
  /* line 155, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .swipe-content .swipe-block.med {
    min-width: 540px;
  }
  /* line 158, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .swipe-content .swipe-block.max {
    min-width: 780px;
  }
  /* line 161, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .swipe-content .swipe-block.none {
    min-width: 0;
    padding-right: 15px;
  }
}
/* line 171, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.hidden-block h2.block-title, .review-block.hidden-block-news h2.block-title {
  border-bottom: 1px solid transparent;
}
/* line 175, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.hidden-block .view-block .icon-expand-arrow, .review-block.hidden-block-news .view-block .icon-expand-arrow {
  -webkit-transform: none;
          transform: none;
}
/* line 179, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.hidden-block .block-content, .review-block.hidden-block-news .block-content {
  display: none;
  opacity: 0;
}
@media all and (max-width: 501px) {
  /* line 179, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.hidden-block .block-content, .review-block.hidden-block-news .block-content {
    display: inherit;
    opacity: 1;
  }
}
@media all and (min-width: 800px) {
  /* line 179, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.hidden-block .block-content, .review-block.hidden-block-news .block-content {
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
}
/* line 191, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .review-btn.bookreviews-btn {
  padding: 0 20px;
  margin: 0 10px;
  float: left;
  width: auto;
}
@media all and (min-width: 750px) {
  /* line 191, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block .review-btn.bookreviews-btn {
    min-width: 186px;
  }
}
/* line 200, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .review-btn.bookreviews-btn.rew-btn-blue {
  background-color: #00ace8;
}
/* line 205, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.opacity-block .block-title {
  font-size: 15px;
  font-weight: bold;
  height: auto;
  min-height: auto;
  margin: 0;
  padding: 10px 0 0 0;
  background: transparent;
}
/* line 215, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block .block-content {
  padding: 0;
}
/* line 218, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.whole {
  background: #fff;
  padding: 0 10px;
}
/* line 222, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.whole .block-title {
  border-bottom: 1px solid #f1f2f2;
  padding: 10px 0;
}
/* line 226, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.whole .block-content {
  padding: 10px 0 7px;
}
/* line 229, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.whole .block-content .sub-block .sub-content p:last-child {
  padding-bottom: 12px;
}

/* line 237, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.review-slide-block .block-title {
  position: relative;
  z-index: 2;
}
/* line 240, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.review-slide-block .block-title .block-title-click-area {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 248, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.review-slide-block .block-title .block-title-buttons-wrap {
  position: relative;
  z-index: 4;
}
@media all and (max-width: 501px) {
  /* line 237, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 259, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .block-title-left-data,
  .review-block.review-slide-block .block-title .block-title-right-data {
    display: block;
    width: 100%;
  }
  /* line 265, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .block-title-text {
    display: block;
    margin: auto 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  /* line 271, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .block-title-buttons-wrap {
    display: inline-block;
    padding-top: 10px;
    float: left;
    width: 100%;
  }
  /* line 278, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .review-btn.bookreviews-btn {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 281, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .review-btn.bookreviews-btn[data-form="feedback"] {
    width: 100%;
  }
  /* line 284, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .review-btn.bookreviews-btn[data-form="question"] {
    width: 50%;
    float: right;
  }
  /* line 288, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .review-btn.bookreviews-btn[data-form="complaint"] {
    width: 60%;
  }
  /* line 291, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .review-btn.bookreviews-btn#comment-open-1 {
    width: 38%;
  }
  /* line 296, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title > .block-title-right-data {
    position: relative;
    z-index: 2;
  }
  /* line 301, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title .block-title-click-area {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
  }
  /* line 311, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-block.review-slide-block .block-title.h2 .block-title-click-area {
    bottom: auto;
    height: 40px;
  }
}

/* line 320, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.sections-versions .review-table.tab-pane.active .row {
  border-bottom: 1px solid #f1f1f2;
}
/* line 323, ../../sass/reviews-v3/parts/components/_base.scss */
.review-block.sections-versions .review-table.tab-pane.active .row:last-of-type::after {
  height: 53px;
}

/* line 328, ../../sass/reviews-v3/parts/components/_base.scss */
.review-slide-block {
  position: relative;
}
@media all and (max-width: 501px) {
  /* line 332, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block.opacity-block .block-title {
    padding: 15px 50px 0 0;
    display: block;
  }
}
/* line 338, ../../sass/reviews-v3/parts/components/_base.scss */
.review-slide-block .block-title::after {
  color: #131313;
  content: "\e6b0";
  display: none;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 4;
}
@media all and (min-width: 800px) {
  /* line 338, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block .block-title::after {
    -webkit-transition: .3s linear;
    transition: .3s linear;
  }
}
/* line 364, ../../sass/reviews-v3/parts/components/_base.scss */
.review-slide-block .block-content {
  -webkit-transition: height .4s;
  transition: height .4s;
}
@media all and (max-width: 501px) {
  /* line 370, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block .uikit-tabs .block-content.tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #f1f2f2;
  }
  /* line 376, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block .uikit-tabs .block-content.tabs-nav .tab-nav-item {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  /* line 381, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block .uikit-tabs .block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 385, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block .block-title {
    border-color: transparent;
    cursor: pointer;
    /*padding-right: 50px !important;*/
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  /* line 390, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block .block-title::after {
    display: block;
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
            transform: rotate3d(1, 0, 0, 180deg);
  }
  /* line 394, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block .block-title > .info {
    top: 12px;
    right: 55px;
  }
  /* line 400, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block > .questions-title-wrap::after {
    display: block;
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
            transform: rotate3d(1, 0, 0, 180deg);
  }
  /* line 404, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block .block-content {
    height: 0;
    min-height: 0 !important;
    -webkit-transition: none;
    transition: none;
    overflow: hidden;
  }
  /* line 411, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block.whole > .block-content {
    padding-bottom: 0;
    padding-top: 0;
  }
  /* line 415, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block.whole:not(.opened) > .block-title {
    border-color: transparent;
  }
  /* line 420, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block.opened .block-content {
    height: initial;
  }
  /* line 422, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block.opened .block-content.tabs-nav, .review-slide-block.opened .block-content.row.notice {
    min-height: 55px !important;
  }
  /* line 426, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block.opened .block-content.tabs-nav {
    padding: 0 10px !important;
  }
  /* line 430, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block.opened .block-title::after {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg);
  }
  /* line 433, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-slide-block.opened > .questions-title-wrap::after {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg);
  }
}

/* line 439, ../../sass/reviews-v3/parts/components/_base.scss */
.review-bunch .block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 443, ../../sass/reviews-v3/parts/components/_base.scss */
.review-bunch .block-content .slide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
/* line 449, ../../sass/reviews-v3/parts/components/_base.scss */
.review-bunch .block-content .item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  min-height: 45px;
  padding: 5px 10px;
}
/* line 457, ../../sass/reviews-v3/parts/components/_base.scss */
.review-bunch .block-content .item:last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (min-width: 1025px) {
  /* line 462, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-bunch .block-content .item:nth-child(8n-4), .review-bunch .block-content .item:nth-child(8n-5), .review-bunch .block-content .item:nth-child(8n-6), .review-bunch .block-content .item:nth-child(8n-7) {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media all and (min-width: 951px) and (max-width: 1024px) {
  /* line 449, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-bunch .block-content .item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
  /* line 472, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-bunch .block-content .item:nth-child(6n-3), .review-bunch .block-content .item:nth-child(6n-4), .review-bunch .block-content .item:nth-child(6n-5) {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media all and (max-width: 950px) {
  /* line 449, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-bunch .block-content .item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  /* line 481, ../../sass/reviews-v3/parts/components/_base.scss */
  .review-bunch .block-content .item:nth-child(4n-2), .review-bunch .block-content .item:nth-child(4n-3) {
    background: rgba(255, 255, 255, 0.5);
  }
}

/* line 489, ../../sass/reviews-v3/parts/components/_base.scss */
.review-table .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 54px;
  min-width: 54px;
}
/* line 496, ../../sass/reviews-v3/parts/components/_base.scss */
.review-table .row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}
/* line 499, ../../sass/reviews-v3/parts/components/_base.scss */
.review-table .row:nth-child(even) {
  background: #f1f2f2;
}
/* line 502, ../../sass/reviews-v3/parts/components/_base.scss */
.review-table .row > div.products,
.review-table .row > div.services,
.review-table .row > div.title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
/* line 507, ../../sass/reviews-v3/parts/components/_base.scss */
.review-table .row > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 54px;
  min-width: 54px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
/* line 518, ../../sass/reviews-v3/parts/components/_base.scss */
.review-table .row.head {
  background: #fff;
}
/* line 521, ../../sass/reviews-v3/parts/components/_base.scss */
.review-table .row.head > div {
  /*color: #2d2d2d;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;*/
  text-transform: uppercase;
  font-family: unset !important;
}
/* line 530, ../../sass/reviews-v3/parts/components/_base.scss */
.review-table .row.notice {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-style: italic;
  min-height: 55px;
  padding: 0 10px;
}

/* line 541, ../../sass/reviews-v3/parts/components/_base.scss */
.review-btn:hover {
  text-decoration: none;
}
/* line 544, ../../sass/reviews-v3/parts/components/_base.scss */
.review-btn:hover::after {
  background: rgba(255, 255, 255, 0.25);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 557, ../../sass/reviews-v3/parts/components/_base.scss */
.slide-block-container .slide-more {
  display: none;
}
/* line 561, ../../sass/reviews-v3/parts/components/_base.scss */
.slide-block-container.active .slide-block {
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
/* line 567, ../../sass/reviews-v3/parts/components/_base.scss */
.slide-block-container.active .slide-block::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 90%);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  width: 100%;
}
/* line 578, ../../sass/reviews-v3/parts/components/_base.scss */
.slide-block-container.active .slide-more {
  display: block;
}
/* line 581, ../../sass/reviews-v3/parts/components/_base.scss */
.slide-block-container.active .slide-more a::before {
  content: attr(data-slideup-title);
}
/* line 586, ../../sass/reviews-v3/parts/components/_base.scss */
.slide-block-container.active.closed .slide-block {
  overflow: hidden;
}
/* line 589, ../../sass/reviews-v3/parts/components/_base.scss */
.slide-block-container.active.closed .slide-block::after {
  height: 60px;
}
/* line 592, ../../sass/reviews-v3/parts/components/_base.scss */
.slide-block-container.active.closed .slide-more a::before {
  content: attr(data-slidedown-title);
}

/* line 599, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs {
  background: #fff;
}
/* line 601, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs::before {
  content: '';
  height: 0;
  border-bottom: 1px solid #f1f2f2;
  position: absolute;
  top: 56px;
  z-index: 10;
  left: 10px;
  right: 10px;
}
/* line 611, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs .block-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* line 614, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs .tabs-nav {
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  min-height: 55px;
  padding: 0;
}
/* line 623, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs .tabs-nav .tab-nav-item {
  min-height: 55px;
}
/* line 627, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs .tabs-content {
  background: transparent;
  padding: 0;
}
/* line 631, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs .tab-nav-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent !important;
  color: rgba(19, 19, 19, 0.65);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  line-height: 55px;
  font-size: 15px;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: none;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 10px;
  position: relative;
}
/* line 650, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs .tab-nav-item:hover {
  color: #131313;
  text-decoration: none;
}
/* line 654, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs .tab-nav-item.active {
  color: #131313;
  font-weight: bold;
}
/* line 658, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-tabs .tab-nav-item.active::after {
  background: #3b86c4;
  bottom: 0;
  content: "";
  height: 4px;
  left: 10px;
  right: 10px;
  position: absolute;
}

/* line 673, ../../sass/reviews-v3/parts/components/_base.scss */
#to-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  font-weight: bold;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  text-transform: uppercase;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 160px;
}
/* line 691, ../../sass/reviews-v3/parts/components/_base.scss */
#to-top::before {
  content: "\e6b0";
  font-size: 26px;
  margin-bottom: 15px;
}
/* line 697, ../../sass/reviews-v3/parts/components/_base.scss */
#to-top.pin-bottom {
  bottom: 0;
  position: absolute;
  top: initial;
  -webkit-transform: none;
          transform: none;
}
@media all and (max-width: 950px) {
  /* line 673, ../../sass/reviews-v3/parts/components/_base.scss */
  #to-top {
    display: none;
  }
}

/* line 711, ../../sass/reviews-v3/parts/components/_base.scss */
.sidebar-left-menu-main {
  position: relative;
  z-index: 1;
}

/* line 715, ../../sass/reviews-v3/parts/components/_base.scss */
#all-feedbacks-list .single:first-child {
  margin-top: 0 !important;
}

/* line 719, ../../sass/reviews-v3/parts/components/_base.scss */
.company-reviews .slide-block p, .content.inner .uikit-text p {
  margin: 0 0 25px;
}

/* line 722, ../../sass/reviews-v3/parts/components/_base.scss */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* line 727, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-popup-descr a {
  display: block;
  margin-top: 20px;
  border: 2px solid #43a047;
  line-height: 40px;
  color: #43a047;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: .4s;
  transition: .4s;
}
/* line 736, ../../sass/reviews-v3/parts/components/_base.scss */
.uikit-popup-descr a:hover {
  color: white;
  background-color: #43a047;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 742, ../../sass/reviews-v3/parts/components/_base.scss */
.tabs-panel-wrap {
  z-index: 1;
  line-height: 40px;
  width: 100%;
  height: 45px;
  overflow-y: hidden;
}
@media all and (max-width: 500px) {
  /* line 742, ../../sass/reviews-v3/parts/components/_base.scss */
  .tabs-panel-wrap {
    overflow-x: scroll;
  }
}
/* line 751, ../../sass/reviews-v3/parts/components/_base.scss */
.tabs-panel-wrap .tabs-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
/* line 757, ../../sass/reviews-v3/parts/components/_base.scss */
.tabs-panel-wrap .tabs-panel a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 24px;
  line-height: 24px;
  margin: 0;
  border: none;
}
/* line 765, ../../sass/reviews-v3/parts/components/_base.scss */
.tabs-panel-wrap .tabs-panel a.active::after {
  background: #00ace8;
}

/* line 774, ../../sass/reviews-v3/parts/components/_base.scss */
div[data-sp="hide"].hidden .row.hidden {
  display: none;
}

/* line 1, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.block-title-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f1f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
/* line 10, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.hidden-block .block-title-v {
  border-bottom: 1px solid transparent;
}
/* line 14, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.block-title-v .title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
/* line 19, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.block-title-v .title-container .rating-item-v .cnt {
  width: auto;
}
@media all and (max-width: 500px) {
  /* line 24, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .block-title-v .title-extra {
    display: none;
  }
}
/* line 30, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.block-title-v .h2 {
  margin: 0 8px 0 0;
  line-height: 1.36;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media all and (max-width: 500px) {
  /* line 30, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .block-title-v .h2 {
    font-size: 15px;
  }
}
/* line 42, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.block-title-v .icon-expand-arrow {
  cursor: pointer;
  font-size: 16px;
  color: #bababa;
  display: table;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 59, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.review-block.hidden-block .block-title-v .icon-expand-arrow {
  -webkit-transform: none;
          transform: none;
}
@media all and (max-width: 500px) {
  /* line 42, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .block-title-v .icon-expand-arrow {
    -webkit-transform: none;
            transform: none;
  }
}
@media all and (max-width: 500px) {
  /* line 70, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .review-block.opened .block-title-v .icon-expand-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

/* line 77, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.review-block {
  padding: 0 16px;
  background: #fff;
}
@media all and (max-width: 500px) {
  /* line 83, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .review-block.opened .block-content {
    height: initial;
    padding-bottom: 7px;
  }
}
/* line 90, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.review-block .block-content {
  padding: 10px 0 7px;
}
@media all and (max-width: 500px) {
  /* line 90, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .review-block .block-content {
    height: 0;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0;
  }
}
/* line 100, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.review-block .block-content h3,
.review-block .block-content .h3,
.review-block .block-content p {
  font-size: 16px;
  line-height: 1.75;
}
/* line 109, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.review-block .block-content h3:first-of-type, .review-block .block-content .h3:first-of-type {
  margin-top: 0;
}
@media all and (max-width: 500px) {
  /* line 115, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .review-block .block-content .h3 {
    font-size: 15px;
  }
}

/* line 122, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #f1f2f2;
  padding: 24px 0 17px;
  margin: 25px 16px 0 16px;
}
@media all and (max-width: 500px) {
  /* line 122, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .buttons-row {
    margin-top: 10px;
    padding: 10px;
  }
}
/* line 135, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.buttons-row > * {
  margin-right: 32px;
}
@media all and (max-width: 500px) {
  /* line 135, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .buttons-row > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/* line 144, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.buttons-row > *:last-of-type {
  margin-right: 0;
}

/* line 150, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v {
  margin: 16px 0 18px;
}
/* line 153, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v .slide-more-v {
  display: none;
}
/* line 157, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v.active .slide-block-v {
  position: relative;
}
/* line 160, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v.active .slide-block-v::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 90%);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
/* line 170, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v.active .slide-more-v {
  display: block;
  margin-top: 10px;
}
/* line 174, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v.active .slide-more-v a::before {
  content: attr(data-slideup-title);
}
/* line 179, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v.active.closed .slide-block-v {
  overflow: hidden;
}
/* line 182, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v.active.closed .slide-block-v::after {
  height: 60px;
}
/* line 185, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.slide-block-container-v.active.closed .slide-more-v .read-more-v::before {
  content: attr(data-slidedown-title);
}

/* line 192, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v {
  margin: 6px 0 18px;
    /*.excerpt-v,
    .content-v {
        font-size: 16px;
        line-height: 1.75;
        //color: rgba(0, 0, 0, .72);

        p {
            font-size: 16px;
            line-height: 1.75;
            //color: rgba(0, 0, 0, .72);
        }
    }*/
}
@media all and (max-width: 1024px) {
  /* line 192, ../../sass/reviews-v3/parts/components/_base-v2.scss */
  .read-more-container-v {
    width: 100% !important;
  }
}
/* line 212, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v .excerpt-v {
  display: block;
  position: relative;
}
/* line 216, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v .excerpt-v::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 90%);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* line 227, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v .content-v {
  display: none;
}
/* line 231, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v .more-button-wrap-v {
  display: block;
  margin-top: 10px;
}
/* line 235, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v .more-button-wrap-v a::before {
  content: attr(data-slidedown-title);
}
/* line 241, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v.is-open-v .excerpt-v {
  display: none;
}
/* line 244, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v.is-open-v .content-v {
  display: block;
}
/* line 247, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-container-v.is-open-v .more-button-wrap-v a::before {
  content: attr(data-slideup-title);
}

/* line 253, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-v {
  cursor: pointer;
  font-weight: bold;
  border: 0;
  color: #00ace8;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: transparent;
}
/* line 265, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-v:hover {
  text-decoration: none;
  border-bottom-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 271, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-v.text-size-sm-v {
  font-size: 14px;
  line-height: 1.71;
}
/* line 276, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.read-more-v.text-size-lg-v {
  font-size: 16px;
  line-height: 1.75;
}

/* line 282, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.view-more-content-v {
  margin: 16px 0;
}
/* line 285, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.view-more-content-v .read-more-v {
  display: block;
  margin: 0 auto;
}
/* line 289, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.view-more-content-v .read-more-v::before {
  content: attr(data-slidedown-title);
}
/* line 293, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.view-more-content-v .read-more-v.is-open-v::before {
  content: attr(data-slideup-title);
}

/* line 299, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 15px;
}
/* line 303, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__title {
  font-family: 'Arial', serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  padding: 15px 0;
  border-bottom: 1px solid #F1F2F2;
}
/* line 312, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  background: #F9D8DB;
}
/* line 321, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__notification-icon {
  margin: 0 15px;
}
/* line 324, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__notification-text {
  font-family: 'Arial', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #822A34;
}
/* line 331, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__carousel {
  margin: 15px 0;
}
/* line 334, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__instance {
  border: 1px solid #EFF0F7;
  border-radius: 3px;
  width: 274px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 342, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__instance-title {
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* line 347, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__instance-img {
  width: 100px;
  height: 55px;
  border: 1px solid #EFF0F7;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 356, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__instance-name {
  margin-left: 10px;
  font-family: 'Arial', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}
/* line 365, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__instance-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0;
}
/* line 370, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__instance-bonus {
  margin: 10px;
  background: #FFF4DF;
  border: 1px dashed #F4B740;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  font-family: 'Arial', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #121212;
}
/* line 383, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__instance-bonus a {
  color: #121212;
}
/* line 387, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.verified-casino__instance-button {
  padding: 10px;
  background: #F6F7F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 396, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.bonus-exclusive {
  color: #fff !important;
  background-color: #df3a4d;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: 'Arial', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin: 0 10px;
}

/* line 408, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.bonus-buttom-redirect {
  background: #15A863;
  border-radius: 3px;
  font-family: 'Arial', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  color: #FFFFFF;
}

/* line 424, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.bonus-buttom-rewiew {
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #303030;
}

/* line 431, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.stars {
  color: #131313;
  display: block;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
          flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 16px;
  font-stretch: 100%;
  font-style: normal;
  font-weight: 700;
  height: 16px;
  line-height: normal;
  margin-right: 10px;
  position: relative;
}

/* line 451, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.stars i {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

/* line 460, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.stars i:before, .stars:before {
  font-size: 15px;
}

/* line 463, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.stars:after, .stars i:before {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ffc62b;
  content: "\e6d8\e6d8\e6d8\e6d8\e6d8";
  font-size: 16px;
  letter-spacing: 5px;
  margin-right: -5px;
  position: relative;
  white-space: nowrap;
}

/* line 478, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.stars i:before {
  content: "\e60a\e60a\e60a\e60a\e60a";
}

/* line 481, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino {
  margin: 20px 10px 0 10px;
}
/* line 483, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__dignity {
  font-weight: 400;
  font-style: normal;
  margin-bottom: 24px;
  height: 200px;
}
/* line 489, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__dignity p {
  font-family: 'Arial', serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
/* line 501, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__dignity p:before {
  font-family: 'icomoon';
  content: "\e62f";
  color: #43a047;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
/* line 511, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__payment {
  padding: 20px 0;
  border-top: 1px solid #EFF0F6;
  border-bottom: 1px solid #EFF0F6;
}
/* line 516, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__payment-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #313131;
}
/* line 524, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__payment-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 530, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__payment-img {
  width: 54px;
  height: 23px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  margin: 3px 7px;
}
/* line 537, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__payment-img img {
  width: 100%;
  height: 100%;
}
/* line 541, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.comparison-casino__characteristics-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 550, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.picture_hidden {
  display: none;
}

/* line 556, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.added-comparison-casino {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

/* line 563, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.added-comparison-casino a {
  color: #000000;
}

/* line 567, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 999;
}

/* line 580, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup__bg-active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* line 586, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background: #fff;
  width: 70%;
  padding: 25px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
/* line 596, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup label {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
/* line 603, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup .label__text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #cfd0d3;
  margin-bottom: 5px;
}
/* line 611, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup input {
  height: 45px;
  font-size: 18px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cfd0d3;
}
/* line 619, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup input:focus {
  border-bottom: 1px solid #2982ff;
}
/* line 623, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup input:focus + .label__text {
  color: #2982ff;
}
/* line 627, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup textarea {
  resize: none;
  width: 100%;
  height: 150px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cfd0d3;
  font-size: 18px;
  padding-top: 5px;
}
/* line 638, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup textarea:focus {
  border-bottom: 1px solid #2982ff;
}
/* line 642, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup textarea:focus + .label__text {
  color: #2982ff;
}
/* line 646, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup button {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  border: 2px solid #2982ff;
  background: #2982ff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
/* line 661, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup button:hover {
  background: #fff;
  color: #2982ff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* line 668, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.popup-active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* line 673, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 680, ../../sass/reviews-v3/parts/components/_base-v2.scss */
.open-popup {
  cursor: pointer;
}

/* line 684, ../../sass/reviews-v3/parts/components/_base-v2.scss */
#loadmore-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
/* line 688, ../../sass/reviews-v3/parts/components/_base-v2.scss */
#loadmore-book .loadmore-books {
  background: #15A863;
  border-radius: 4px;
  color: #fff;
  max-width: 200px;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  position: relative;
  padding: 8px 8px;
  width: 100%;
}

/* line 2, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .block-content {
  max-width: 66%;
  padding-bottom: 15px;
}
@media all and (max-width: 501px) {
  /* line 2, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block .block-content {
    max-width: unset;
  }
}
/* line 10, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .block-content.fix-width {
  max-width: 100%;
}
@media all and (max-width: 501px) {
  /* line 16, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block:not(.opened) .block-content {
    padding-bottom: unset;
  }
}
/* line 21, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 28, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 36, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-container iframe.is-sticky {
  position: fixed;
  right: 10px;
  bottom: 10px;
  top: auto;
  left: auto;
  max-width: 280px;
  max-height: 158px;
  width: 280px;
  height: 158px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/* line 56, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block.hidden-content .video-item:nth-child(n + 4) {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 61, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block .video-block.hidden-content .video-item:nth-child(n + 3) {
    display: none;
  }
}
@media all and (max-width: 600px) {
  /* line 67, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block .video-block.hidden-content .video-item:nth-child(n + 2) {
    display: none;
  }
}
/* line 73, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -6px;
}
/* line 79, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-item {
  margin-bottom: 20px;
  padding: 0 6px;
  width: 33.33333%;
}
@media all and (max-width: 768px) {
  /* line 79, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block .video-block .video-item {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  /* line 79, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block .video-block .video-item {
    width: 100%;
  }
}
/* line 93, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .iframe-wrapper {
  display: none;
}
/* line 97, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-align-item {
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
/* line 107, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-align-item.is-active .video-overlay,
.video.review-block .video-block .video-align-item.is-active .icon-video-play {
  display: none;
}
/* line 112, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-align-item.is-active .iframe-wrapper {
  display: block;
}
/* line 118, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100%;
  pointer-events: none;
}
/* line 130, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .icon-video-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  pointer-events: none;
}
/* line 143, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-title {
  color: #323232;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
/* line 150, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-more-text {
  color: #0077ee;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  /* line 150, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block .video-block .video-more-text {
    margin-top: 24px;
  }
}
@media all and (min-width: 768px) {
  /* line 163, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block .video-block .video-more-text.is-mobile {
    display: none;
  }
}
/* line 169, ../../sass/reviews-v3/parts/components/_video.scss */
.video.review-block .video-block .video-more-text.is-desktop {
  display: none;
}
@media all and (min-width: 768px) {
  /* line 169, ../../sass/reviews-v3/parts/components/_video.scss */
  .video.review-block .video-block .video-more-text.is-desktop {
    display: block;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  position: fixed;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: .3s;
  transition: .3s;
  width: 1000px;
  z-index: 24;
}
/* line 11, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.review-bottom-banner-active .bottom-banner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/* line 15, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner .btn {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  height: 100%;
}
/* line 23, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner .review-btn {
  font-size: 16px;
  height: 100%;
  padding: 0 16px;
}
/* line 29, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner .info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background-position-y: 50%;
}
/* line 39, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.good-rating .info::before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 49, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.good-rating .logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-left: 15px;
  z-index: 1;
}
/* line 54, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.good-rating .logo img {
  max-height: 31px;
}
/* line 59, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.good-rating .rating {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 25px 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}
/* line 70, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.good-rating .rating-stars {
  margin-left: 15px;
}
/* line 73, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.good-rating .rating-stars::after, .bottom-banner.good-rating .rating-stars i:before {
  font-size: 18px;
}
/* line 77, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.good-rating .rating-stars .cnt {
  font-size: 16px;
  font-weight: bold;
}
/* line 85, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bad-rating .info {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/bottom-banner-bg.jpg");
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: bold;
  padding: 5px 25px;
}
/* line 93, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bad-rating .review-btn {
  font-size: 18px;
  line-height: 1.2;
}
/* line 97, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bad-rating .info.assistant_block {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/bottom-banner-assistant.png");
}
/* line 102, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner {
  display: block;
  background-color: rgba(19, 19, 19, 0.49);
}
/* line 106, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .banner-info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 215px;
}
/* line 115, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .logo {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
/* line 119, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .logo img {
  max-height: 25px;
}
/* line 124, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .rating {
  display: table-cell;
  width: 125px;
  vertical-align: middle;
}
/* line 128, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .rating .cnt {
  display: none;
}
/* line 131, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .rating .rating-stars .stars::after,
.bottom-banner.bonus-banner .rating .rating-stars i::before,
.bottom-banner.bonus-banner .rating .rating-stars.with-border .stars::before {
  font-size: 16px;
}
/* line 138, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .bonus-button {
  width: 180px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 54px;
  background-color: #43a047;
  color: white;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 15px;
  font-weight: bold;
}
/* line 151, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .bonus-button:hover {
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  background-color: #36843a;
}
/* line 158, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .bonus-description {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 18px;
}
/* line 164, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner .bonus-description span {
  color: #ffc62b;
  font-weight: bold;
}
/* line 170, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner.bonus-banner::after {
  content: '';
  display: block;
  clear: both;
}
@media all and (max-width: 1179px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner {
    width: 92.7%;
  }
  /* line 180, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.good-rating .rating .stars {
    display: none;
  }
  /* line 185, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.bonus-banner .logo {
    max-width: 215px;
    text-align: center;
  }
  /* line 190, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.bonus-banner .banner-info .rating {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner {
    height: 50px;
    padding: 0;
  }
  /* line 201, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner .review-btn {
    font-size: 15px;
  }
  /* line 205, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.good-rating .logo img {
    max-height: 45px;
  }
  /* line 209, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.bad-rating .info {
    padding: 5px 10px;
  }
  /* line 214, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.bonus-banner .banner-info .logo img {
    max-height: 25px;
  }
}
@media all and (max-width: 950px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner {
    width: 100%;
  }
  /* line 223, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner .info {
    margin-left: 0;
  }
  /* line 227, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.bad-rating .review-btn {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  /* line 233, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner .info {
    display: none;
  }
  /* line 237, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner .btn {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-left: 0;
  }
  /* line 242, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.bonus-banner .bonus-description {
    display: none;
  }
}
@media all and (max-width: 500px) {
  /* line 248, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner .btn {
    margin-left: 0;
  }
  /* line 252, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.bonus-banner .logo {
    display: none;
  }
  /* line 256, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner.bonus-banner .bonus-button {
    width: 100%;
  }
}

/* line 262, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.review-bottom-banner-active .footer {
  padding-bottom: 60px;
}
@media all and (max-width: 1024px) {
  /* line 262, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .review-bottom-banner-active .footer {
    padding-bottom: 50px;
  }
}

/* line 271, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  position: fixed;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: .3s;
  transition: .3s;
  width: 1000px;
  z-index: 99;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px 0 16px;
  background-position-y: 50%;
}
@media all and (max-width: 650px) {
  /* line 271, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v {
    bottom: -16px;
    padding: 0;
    height: 36px;
    width: 100%;
    background-image: none !important;
    padding: 0 8px;
  }
}
/* line 297, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 650px) {
  /* line 297, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v::before {
    content: normal;
  }
}
/* line 311, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.review-bottom-banner-active .bottom-banner-v {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  bottom: 16px;
}
/* line 316, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .buttons-container {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  height: 100%;
}
@media all and (max-width: 650px) {
  /* line 316, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .buttons-container {
    width: 100%;
  }
}
/* line 329, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .buttons-container.for-split-test .chat-button {
  display: none;
}
/* line 333, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .buttons-container.for-split-test .chat-button-icon {
  display: block;
}
@media all and (max-width: 350px) {
  /* line 342, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .button-v {
    font-size: 12px;
  }
}
/* line 347, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  z-index: 1;
  font-size: 0;
  max-height: 50px;
  max-width: 118px;
  width: 100%;
}
@media all and (max-width: 650px) {
  /* line 347, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .logo {
    display: none;
  }
}
/* line 360, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .rating {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 25px 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  /* line 360, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .rating {
    display: none;
  }
}
/* line 374, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .rating-stars {
  margin-left: 15px;
}
/* line 377, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .rating-stars .cnt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}
@media all and (max-width: 768px) {
  /* line 384, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .stars {
    display: none;
  }
}
/* line 389, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .stars::after, .bottom-banner-v .stars i:before {
  font-size: 18px;
}
/* line 394, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .bonus {
  z-index: 1;
}
/* line 397, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .bonus .bonus-text {
  color: #ffffff;
  opacity: 0.5;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
/* line 405, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .bonus .bonus-size {
  font-size: 16px;
  font-weight: bold;
  color: #ffc62b;
}
@media all and (max-width: 1200px) {
  /* line 394, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .bonus {
    display: none;
  }
}
/* line 416, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .chat-button-icon {
  display: none;
  margin-right: 8px;
  line-height: 0 !important;
}
@media all and (max-width: 650px) {
  /* line 416, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .chat-button-icon {
    background: #fff;
    color: #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border: 1px solid #cccccc;
    position: relative;
    max-width: 44px;
    padding: 0 8px;
    -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
  }
  /* line 431, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .chat-button-icon:hover::after {
    background: rgba(0, 0, 0, 0.1);
  }
}
/* line 436, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .chat-button-icon .icon-square-comments {
  font-size: 22px;
}
/* line 440, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .chat-button-icon + .visit-button {
  -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
}
/* line 445, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .chat-button {
  margin-right: 10px;
}
/* line 448, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
.bottom-banner-v .chat-button.button-v {
  overflow: unset;
}
@media all and (max-width: 650px) {
  /* line 445, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .chat-button {
    background: #fff;
    color: #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border: 1px solid #cccccc;
    margin-right: 8px;
    position: relative;
  }
  /* line 460, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .chat-button:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #15a863;
  }
  /* line 473, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .chat-button:hover::after {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 650px) {
  /* line 479, ../../sass/reviews-v3/parts/components/_bottom-banner.scss */
  .bottom-banner-v .visit-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 43%;
        -ms-flex: 1 0 43%;
            flex: 1 0 43%;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
.rating-item-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 5, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
.rating-item-v .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.65);
}
/* line 12, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
.rating-item-v .rating-stars {
  line-height: 1;
}
/* line 15, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
.rating-item-v .rating-stars.with-border .stars::before,
.rating-item-v .rating-stars .stars::after,
.rating-item-v .rating-stars i::before {
  font-size: 19px;
}
/* line 22, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
.rating-item-v .rating-stars .stars {
  height: 20px;
}
/* line 26, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
.rating-item-v .rating-stars .cnt {
  width: 42px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #000000;
}

/* line 36, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
.ratings-block-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 24px 0 8px;
}
/* line 41, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
.ratings-block-v .rating-item-v {
  width: 33%;
  padding-right: 16px;
  margin-bottom: 16px;
}
@media all and (max-width: 1200px) {
  /* line 41, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
  .ratings-block-v .rating-item-v {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  /* line 41, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
  .ratings-block-v .rating-item-v {
    width: 100%;
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  /* line 57, ../../sass/reviews-v3/parts/components/_ratings-block.scss */
  .ratings-block-v .rating-item-v {
    padding-right: 0;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block {
  border-left: 6px solid whitesmoke;
  padding: 15px;
  width: 280px;
}
@media (max-width: 768px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
  .top-bookmakers-block {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* line 10, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker {
  padding: 8px 0;
  border-top: 1px solid whitesmoke;
}
/* line 14, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .bookmaker-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 19, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .title {
  width: 40%;
  max-width: 140px;
  float: left;
  padding-right: 10px;
}
/* line 26, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus {
  padding-left: 10px;
  font-size: 12px;
  float: left;
  width: 60%;
}
/* line 32, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus .rating-bm {
  line-height: 16px;
}
/* line 36, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus .rating-stars {
  padding-left: 5px;
}
/* line 39, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus .rating-stars .stars {
  margin: 0;
}
/* line 43, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus .rating-stars .stars::after,
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus .rating-stars i::before,
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus .rating-stars .stars::before {
  font-size: 12px !important;
  letter-spacing: 3px;
  margin-right: -3px;
}
/* line 52, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus .bonus {
  line-height: 16px;
}
/* line 55, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .rating-and-bonus .bonus .count {
  padding-left: 5px;
  font-weight: bold;
  display: inline-block;
}
/* line 63, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .buttons {
  padding-top: 5px;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
/* line 70, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .buttons a {
  position: relative;
}
/* line 73, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .buttons a.review {
  width: 35%;
  float: left;
}
/* line 78, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .buttons a.redirect {
  float: right;
  width: 60%;
}
/* line 84, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .single-top-bookmeker .buttons .button-v {
  margin: 0;
}
/* line 90, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .look-all {
  border-top: 1px solid whitesmoke;
  text-align: center;
  padding-top: 5px;
}
/* line 95, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
.top-bookmakers-block .look-all a {
  font-size: 12px;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 172, 232, 0.6);
          text-decoration-color: rgba(0, 172, 232, 0.6);
}
@media all and (max-width: 768px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
  .top-bookmakers-block {
    width: 100%;
    border: none;
    padding: 0 15px;
    position: relative;
  }
  /* line 108, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
  .top-bookmakers-block.opened .block-content {
    padding-bottom: 12px;
  }
}
@media all and (min-width: 769px) {
  /* line 116, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
  .top-bookmakers-block .icon-expand-arrow {
    display: none;
  }
  /* line 120, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
  .top-bookmakers-block .block-title-v {
    padding: 0;
    border-bottom: none;
  }
}
@media all and (min-width: 501px) and (max-width: 768px) {
  /* line 128, ../../sass/reviews-v3/parts/components/_top-bookmakers-block.scss */
  .top-bookmakers-block .block-title-v {
    border-bottom: none;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.view-tabs {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding: 10px 0;
}
/* line 6, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.view-tabs .item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(19, 19, 19, 0.65);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 15px;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  justify-content: center;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 10px;
  position: relative;
  min-height: 35px;
  border-right: 1px solid #f1f2f2;
}
/* line 22, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.view-tabs .item:last-child {
  border-right: none;
}
/* line 25, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.view-tabs .item:hover {
  color: #131313;
  text-decoration: none;
}
/* line 29, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.view-tabs .item.active {
  color: #131313;
  font-weight: bold;
}
/* line 33, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.view-tabs .item.active::after {
  background: #3b86c4;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  right: 0;
  position: absolute;
}

/* line 45, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.review-block.view-tabs {
  display: block;
}
/* line 47, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.review-block.view-tabs .tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 5px 0;
  margin: 0;
  overflow: visible !important;
}
/* line 52, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.review-block.view-tabs .tabs-wrapper .posts-manage-menu {
  overflow: visible !important;
  margin: 0;
  width: 100%;
  padding-left: 0;
}
/* line 58, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.review-block.view-tabs .tabs-wrapper:first-child {
  padding: 0 5px 8px;
}
/* line 61, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.review-block.view-tabs .tabs-wrapper .item {
  border-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px;
  padding: 0;
}
/* line 67, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.review-block.view-tabs .tabs-wrapper .sort-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 71, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.review-block.view-tabs .tabs-wrapper.upper-slider::before, .review-block.view-tabs .tabs-wrapper.subtabs.submenu-slider::before {
  content: '';
  height: 44px;
  border-bottom: 1px solid #f1f2f2;
  position: absolute;
  z-index: 0;
  left: 10px;
  right: 10px;
}
/* line 80, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.review-block.view-tabs .tabs-wrapper.bookreview-tabs {
  padding: 0;
  border-bottom: none;
}

/* line 86, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.single-appreviews .review-block.view-tabs i {
  top: 28px;
}

/* line 90, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.single-bookreviews .review-block.view-tabs {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 93, ../../sass/reviews-v3/parts/components/_view-tabs.scss */
.single-bookreviews .review-block.view-tabs i {
  top: 20px;
}

/* line 1, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers {
  background-color: white;
  padding: 0 10px !important;
}
/* line 6, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm {
  border-top: 1px solid #f1f2f2;
}
/* line 9, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm a {
  text-decoration: none;
}
/* line 13, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .table {
  margin: 0;
}
/* line 16, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .table-head {
  color: #b7b7b7;
  font-size: 14px;
  line-height: 1;
  height: 35px;
}
/* line 22, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .table-head,
.top-bookmakers .bm .table-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
/* line 29, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .table-row {
  background: #f1f2f2;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  height: 68px;
}
/* line 37, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .table-row:not(:last-child) {
  margin-bottom: 1px;
}
/* line 40, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .table-row:nth-child(even) {
  background: #f8f9f9;
}
/* line 44, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .title {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  overflow: hidden;
}
/* line 48, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .title a {
  color: black;
  max-width: 160px;
}
/* line 52, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .title img {
  max-width: 130px !important;
  max-height: 50px;
}
/* line 57, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .bonus {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 60, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .bonus > .exclusive {
  position: relative;
  top: -1px;
  margin: 2px auto 0 auto;
  width: 56px;
  height: 18px;
  font: 14px/22px 'Bebas Neue Bold';
  text-align: center;
  background-color: #d71015;
  color: white;
  display: block;
}
/* line 74, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .bonus::before {
  content: attr(data-desktop-title);
}
/* line 78, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .bonus,
.top-bookmakers .bm .rating,
.top-bookmakers .bm .lang {
  text-align: center;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  font-size: 15px;
}
/* line 85, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .bonus img,
.top-bookmakers .bm .rating img,
.top-bookmakers .bm .lang img {
  width: 30px;
}
/* line 89, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
/* line 93, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .btn {
  display: inline-block;
  font-size: 15px;
  line-height: 48px;
  font-weight: bold;
  height: 45px;
  color: white;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}
/* line 105, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .btn + .btn {
  margin-left: 10px;
}
/* line 109, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .review {
  background-color: #2d2d2d;
}
/* line 112, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .review:hover {
  background-color: #535353;
}
/* line 116, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .redirect {
  background-color: #43a047;
  text-transform: none;
}
/* line 121, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .redirect:hover {
  background-color: #6dc271;
}
/* line 125, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .btn::after {
  content: attr(data-desktop-title);
  white-space: nowrap;
}
/* line 129, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .btn::before {
  position: relative;
  font: 20px 'icomoon';
  top: 4px;
  margin-right: 7px;
}
/* line 135, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .btn.review::before {
  content: '\e629';
}
/* line 138, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
.top-bookmakers .bm .buttons .btn.redirect::before {
  content: '\e96e';
}
@media all and (max-width: 1200px) {
  /* line 144, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  /* line 147, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .title img {
    max-width: 115px !important;
  }
}
@media all and (max-width: 950px) {
  /* line 154, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .table-head {
    display: none;
  }
  /* line 157, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
  /* line 159, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .title a {
    max-width: 130px;
  }
  /* line 163, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .lang {
    display: none;
  }
  /* line 166, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .bonus {
    -webkit-box-flex: 60%;
    -webkit-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
  }
  /* line 169, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .rating {
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
  /* line 172, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .bonus::before {
    content: attr(data-tablet-title);
  }
  /* line 175, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    margin-left: 10px;
  }
  /* line 179, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .buttons .btn::after {
    content: attr(data-tablet-title);
  }
}
@media all and (max-width: 760px) {
  /* line 185, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .table-head,
  .top-bookmakers .bm .table-row {
    padding: 0 10px;
    height: 57px;
  }
  /* line 191, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
        -ms-flex: 0 0 115px;
            flex: 0 0 115px;
  }
  /* line 195, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  /* line 198, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .buttons .btn::before {
    margin-right: 0;
  }
  /* line 201, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .buttons .btn::after {
    content: '';
  }
}
@media all and (max-width: 580px) {
  /* line 207, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .title {
    padding-right: 10px;
  }
  /* line 210, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .title img {
    max-width: 100% !important;
  }
  /* line 214, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .bonus {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media all and (max-width: 340px) {
  /* line 219, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .title {
    padding-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93px;
        -ms-flex: 0 0 93px;
            flex: 0 0 93px;
  }
  /* line 223, ../../sass/reviews-v3/parts/components/_top-bookmakers.scss */
  .top-bookmakers .bm .bonus > .exclusive {
    width: 50px;
  }
}

/* line 2, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .review-block {
  margin-bottom: 0;
}
/* line 5, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .with-video {
  height: 185px;
  padding: 5px 0 0 30px;
}
@media screen and (max-width: 500px) {
  /* line 5, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .with-video {
    padding: 0;
  }
}
/* line 12, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .slide-block {
  height: 124px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 500px) {
  /* line 12, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .slide-block {
    display: block;
  }
}
/* line 21, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .block-content .slide-block .content-block-review {
  position: relative;
}
/* line 24, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .block-content .slide-block .content-block-review::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 90%);
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  width: 100%;
}
/* line 37, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .block-content .view-all .slide-block .content-block-review::after {
  height: 0;
}
/* line 43, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .slide-more-container {
  margin-bottom: 14px;
}
/* line 46, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .slide-more-container span {
  font-weight: bold;
  border-bottom: 1px dashed #00ace8;
  color: #00ace8;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 53, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .slide-more-container span.more-hidden {
  display: none;
}
/* line 57, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .slide-more-container span:hover {
  border-bottom-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 65, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .view-all .slide-block {
  height: auto;
}
/* line 69, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .view-all .slide-more-container span {
  display: none;
}
/* line 72, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .view-all .slide-more-container span.more-hidden {
  display: inline-block;
}
@media all and (max-width: 1024px) {
  /* line 81, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .video.with-video {
    -webkit-flex-basis: 450px;
        -ms-flex-preferred-size: 450px;
            flex-basis: 450px;
  }
  /* line 84, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .video.without-video,
  .company-reviews .video .block-title {
    display: none;
  }
  /* line 89, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .text {
    margin-right: 0;
  }
}
@media all and (max-width: 950px) {
  /* line 95, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .video {
    -webkit-flex-basis: 270px;
        -ms-flex-preferred-size: 270px;
            flex-basis: 270px;
  }
  /* line 98, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .text {
    margin-bottom: 0;
  }
  /* line 101, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .text .block-content {
    border-top: 1px solid #f1f2f2;
  }
  /* line 105, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews .block-title {
    display: none;
  }
  /* line 108, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
  .company-reviews > .block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 112, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  margin-bottom: 32px;
}
/* line 118, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .author-avatar {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-size: contain;
  border-radius: 50%;
  margin: 0 16px 0 0;
}
/* line 127, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .author-name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-right: 8px;
}
/* line 133, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .align-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 138, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .position {
  font-size: 12px;
  font-weight: normal;
  color: #9e9e9e;
}
/* line 143, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .author-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
/* line 146, ../../sass/reviews-v3/parts/components/_company-reviews.scss */
.company-reviews .author-social-links a {
  font-size: 12px;
  color: #fff;
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  border-radius: 2px;
}

/* line 2, ../../sass/reviews-v3/parts/components/_table-contents.scss */
.table-contents .block-content {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  padding: 10px 0 16px 0;
}
/* line 6, ../../sass/reviews-v3/parts/components/_table-contents.scss */
.table-contents .block-content span {
  display: block;
  margin-bottom: 5px;
}
@media all and (max-width: 1024px) {
  /* line 2, ../../sass/reviews-v3/parts/components/_table-contents.scss */
  .table-contents .block-content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (max-width: 500px) {
  /* line 2, ../../sass/reviews-v3/parts/components/_table-contents.scss */
  .table-contents .block-content {
    padding: 0;
  }
}
@media all and (max-width: 500px) {
  /* line 26, ../../sass/reviews-v3/parts/components/_table-contents.scss */
  .table-contents.opened .block-content {
    padding-bottom: 16px;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  overflow: auto;
  -webkit-perspective: 2500px;
          perspective: 2500px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
/* line 12, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container:not(.active) {
  display: none;
}
/* line 15, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup {
  background: #fff;
  left: 50%;
  margin: 50px 0;
  max-width: 1000px;
  opacity: 0;
  padding: 0 16px 16px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) rotate3d(0, 1, 0, -90deg);
          transform: translateX(-50%) rotate3d(0, 1, 0, -90deg);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  width: 100%;
}
/* line 29, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup ol, .review-popup-container .review-popup ul {
  padding: 0 0 0 20px;
}
/* line 33, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup p {
  line-height: 1.5;
  font-size: 15px;
}
/* line 38, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.active {
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate3d(0, 1, 0, 0deg);
          transform: translateX(-50%) rotate3d(0, 1, 0, 0deg);
}
/* line 42, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.get-mirrors {
  max-width: 400px;
}
/* line 45, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.licence {
  max-width: 800px;
}
/* line 48, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.licence .review-popup-head .h3 {
  width: 90%;
}
/* line 52, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.licence .review-popup-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 56, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.licence .item {
  width: 33.33%;
}
/* line 59, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.licence .item::before {
  content: attr(data-title);
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}
/* line 68, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.licence .countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
/* line 74, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.licence .country {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
  width: 20%;
}
/* line 80, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.licence .country img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 5px;
}
/* line 86, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.error {
  max-width: 600px;
}
/* line 89, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question, .review-popup-container .review-popup.get-mirrors {
  padding-bottom: 0;
}
/* line 93, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question .review-popup-body .h3, .review-popup-container .review-popup.get-mirrors .review-popup-body .h3 {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  margin: 20px 0 8px;
  text-transform: uppercase;
}
/* line 100, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question .h3, .review-popup-container .review-popup.get-mirrors .h3 {
  margin: 8px 0;
}
/* line 103, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question input,
.review-popup-container .review-popup.ask-question textarea, .review-popup-container .review-popup.get-mirrors input,
.review-popup-container .review-popup.get-mirrors textarea {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.06);
          box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.06);
  padding: 10px;
  width: 100%;
}
/* line 110, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question textarea, .review-popup-container .review-popup.get-mirrors textarea {
  min-height: 200px;
  resize: vertical;
}
/* line 114, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question input[type="checkbox"], .review-popup-container .review-popup.get-mirrors input[type="checkbox"] {
  display: none;
}
/* line 117, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question input[type="checkbox"] + label, .review-popup-container .review-popup.get-mirrors input[type="checkbox"] + label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  margin-top: 10px;
  position: relative;
}
/* line 124, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question input[type="checkbox"] + label::before, .review-popup-container .review-popup.get-mirrors input[type="checkbox"] + label::before {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.06);
          box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.06);
  content: "";
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  height: 24px;
  margin-right: 8px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 24px;
}
/* line 136, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question input[type="checkbox"]:checked + label::after, .review-popup-container .review-popup.get-mirrors input[type="checkbox"]:checked + label::after {
  content: "\e913";
  color: #43a047;
  font-size: 18px;
  left: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 147, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup.ask-question button, .review-popup-container .review-popup.get-mirrors button {
  display: block;
  margin: 20px auto 0;
}
/* line 153, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup-head {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px 0 8px;
  position: relative;
}
/* line 161, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup-head .h3 {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  width: 90%;
}
/* line 169, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup-head .rating-stars {
  font-size: 20px;
  font-weight: 500;
}
/* line 173, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup-head .rating-stars.disabled {
  display: none;
}
/* line 177, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup-head .rating-stars .stars::before, .review-popup-container .review-popup-head .rating-stars .stars::after,
.review-popup-container .review-popup-head .rating-stars .stars i::before {
  font-size: 22px;
}
/* line 185, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup-close-btn {
  cursor: pointer;
  margin: 0 0 0 30px;
}
/* line 189, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup-close-btn::after {
  content: "\e62d";
  font-size: 28px;
}
/* line 195, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup-container .review-popup-body {
  background: #fff;
  padding: 15px 5px;
}
@media all and (max-width: 1024px) {
  /* line 202, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup {
    max-width: initial;
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 950px) {
  /* line 208, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup.licence .country {
    width: 25%;
  }
}
@media all and (max-width: 800px) {
  /* line 213, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup-head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 218, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup-head .rating-stars {
    margin-top: 5px;
  }
  /* line 221, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup-head .review-popup-close-btn {
    position: absolute;
    right: 0;
    top: 11px;
  }
}
@media all and (max-width: 640px) {
  /* line 229, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup.licence .country {
    width: 33.33%;
  }
}
@media all and (max-width: 500px) {
  /* line 235, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup.licence .country {
    width: 50%;
  }
  /* line 238, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup.licence .item {
    width: 100%;
  }
  /* line 241, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup.licence .item:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media all and (max-width: 400px) {
  /* line 248, ../../sass/reviews-v3/parts/components/_popups.scss */
  .review-popup-container .review-popup.licence .country {
    width: 100%;
  }
}

/* line 255, ../../sass/reviews-v3/parts/components/_popups.scss */
#review-popup-show-assets {
  max-width: 800px;
}
/* line 257, ../../sass/reviews-v3/parts/components/_popups.scss */
#review-popup-show-assets .review-popup-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
/* line 262, ../../sass/reviews-v3/parts/components/_popups.scss */
#review-popup-show-assets .review-popup-body .single-asset {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  min-height: 40px;
  padding: 5px;
}

@media all and (max-width: 800px) {
  /* line 276, ../../sass/reviews-v3/parts/components/_popups.scss */
  #review-popup-show-assets .review-popup-body .single-asset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media all and (max-width: 500px) {
  /* line 285, ../../sass/reviews-v3/parts/components/_popups.scss */
  #review-popup-show-assets .review-popup-body .single-asset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
@media all and (max-width: 425px) {
  /* line 294, ../../sass/reviews-v3/parts/components/_popups.scss */
  #review-popup-show-assets .review-popup-body .single-asset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (max-width: 320px) {
  /* line 301, ../../sass/reviews-v3/parts/components/_popups.scss */
  #review-popup-show-assets {
    max-width: 320px;
    padding: 0 10px 10px;
    width: 100%;
  }
  /* line 302, ../../sass/reviews-v3/parts/components/_popups.scss */
  #review-popup-show-assets .review-popup-head {
    padding: 10px 0 8px;
  }
  /* line 304, ../../sass/reviews-v3/parts/components/_popups.scss */
  #review-popup-show-assets .review-popup-head .h3 {
    width: 90%;
  }
}
/* line 314, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.ask-question {
  padding: 0 15px 15px;
}

/* line 318, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus {
  height: 290px;
  width: 320px;
}
/* line 321, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .review-popup-head-bonus {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px;
}
/* line 328, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .bonus-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
/* line 335, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .user-data-input {
  font-size: 15px;
  padding: 13px 42px 13px 13px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  outline: none;
}
/* line 346, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .user-data-input::-webkit-input-placeholder {
  color: #fff;
}
/* line 347, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .user-data-input::-moz-placeholder {
  color: #fff;
}
/* line 348, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .user-data-input:-moz-placeholder {
  color: #fff;
}
/* line 349, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .user-data-input:-ms-input-placeholder {
  color: #fff;
}
/* line 351, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .input-wrap {
  margin-bottom: 15px;
  position: relative;
}
/* line 355, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .input-wrap::after {
  font-size: 21px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 6px;
  font-family: icomoon;
}
/* line 363, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .input-wrap.correct::after {
  content: "\e913";
}
/* line 366, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .input-wrap.wrong::after {
  content: "\e62d";
}
/* line 369, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .presentbox {
  position: relative;
  top: -53px;
  left: 60px;
}
/* line 374, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .review-popup-body {
  background-color: transparent;
  padding: 0;
  position: relative;
  top: -38px;
}
/* line 380, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .review-popup-close-btn {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 385, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .review-popup-close-btn:after {
  font-size: 21px;
}
/* line 389, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .button-block {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
/* line 392, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .button-block button {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  height: 46px;
}
/* line 398, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .button-block .get-bonus-cancel {
  color: #000;
  background-color: #fff;
  width: 140px;
  border-radius: 4px 0 0 4px;
}
/* line 403, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .button-block .get-bonus-cancel:hover {
  color: #868687 !important;
}
/* line 407, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .button-block .get-bonus-submit {
  background-color: #00c853;
  width: 149px;
  border-radius: 0 4px 4px 0;
}
/* line 411, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .button-block .get-bonus-submit:hover {
  background-color: #5bbb60;
}
/* line 416, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .popup-tooltip {
  display: none;
  height: auto;
  position: absolute;
  width: 100%;
  bottom: 110px;
}
/* line 423, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .input-wrap.wrong .popup-tooltip {
  display: block;
}
/* line 426, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .tt-body {
  padding: 7px 15px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  z-index: 9998;
  width: 288px;
  border-radius: 4px;
}
/* line 435, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .tt-arrow {
  z-index: 9999;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 38px;
  right: 140px;
}
/* line 443, ../../sass/reviews-v3/parts/components/_popups.scss */
.review-popup.popup-get-bonus .tt-body, .review-popup.popup-get-bonus .tt-arrow {
  position: absolute;
  background-color: white;
}

/* line 448, ../../sass/reviews-v3/parts/components/_popups.scss */
#review-popup-get-bonus-email {
  background-image: linear-gradient(-25deg, #7e51d1 0%, #37c0c6 100%);
}

/* line 451, ../../sass/reviews-v3/parts/components/_popups.scss */
#review-popup-get-bonus-sms {
  background-image: linear-gradient(-25deg, #ef4a5a 0%, #ff924a 100%);
}

/* line 1, ../../sass/reviews-v3/parts/components/_site-languages.scss */
.site-languages {
  padding: 0;
}
/* line 4, ../../sass/reviews-v3/parts/components/_site-languages.scss */
.site-languages .block-title-v,
.site-languages .swipe-block,
.site-languages .content-v {
  padding-left: 16px;
  padding-right: 16px;
}
/* line 12, ../../sass/reviews-v3/parts/components/_site-languages.scss */
.site-languages .swipe-content {
  width: 100%;
}
/* line 17, ../../sass/reviews-v3/parts/components/_site-languages.scss */
.site-languages .block-content img {
  margin: 0 6px 0 0 !important;
  width: auto;
  height: 24px;
}
/* line 22, ../../sass/reviews-v3/parts/components/_site-languages.scss */
.site-languages .block-content .more-lang,
.site-languages .block-content .hide-lang {
  color: #00ace8;
  cursor: pointer;
}
/* line 26, ../../sass/reviews-v3/parts/components/_site-languages.scss */
.site-languages .block-content .more-lang span,
.site-languages .block-content .hide-lang span {
  border-bottom: 1px dashed #00ace8;
}
/* line 30, ../../sass/reviews-v3/parts/components/_site-languages.scss */
.site-languages .block-content .disabled {
  display: none;
}
/* line 33, ../../sass/reviews-v3/parts/components/_site-languages.scss */
.site-languages .block-content .swipe-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (max-width: 950px) {
  /* line 40, ../../sass/reviews-v3/parts/components/_site-languages.scss */
  .site-languages .block-content .item {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}
@media all and (max-width: 450px) {
  /* line 47, ../../sass/reviews-v3/parts/components/_site-languages.scss */
  .site-languages .block-content .item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%;
    float: left;
  }
}

/* line 3, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions {
  padding: 0;
}
/* line 5, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .block-content {
  padding-bottom: 0;
}
/* line 8, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .tabs-content {
  overflow-x: auto;
}
/* line 11, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .review-table {
  min-width: 500px;
  padding: 0 16px;
}
/* line 15, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .block-title-v {
  margin: 0 16px;
  padding: 16px 0;
}
/* line 19, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .content-v {
  padding: 0 16px;
}
/* line 22, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .review-table .row {
  background-color: white;
}
/* line 26, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head {
  min-height: 65px;
}
/* line 29, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: capitalize;
  min-height: 65px;
}
/* line 36, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head > div .icon-lang-hover-data {
  width: 14px;
  position: absolute;
  height: 10px;
  background-color: green;
}
/* line 43, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head > div::before {
  color: #bababa;
  font-size: 26px;
  display: block;
  margin: 10px 0 5px;
}
/* line 51, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head a {
  font-size: 12px;
  text-transform: none;
}
/* line 58, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head .products::before {
  content: "";
}
/* line 58, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head .site::before {
  content: "";
}
/* line 58, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head .mob_site::before {
  content: "";
}
/* line 58, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head .windows::before {
  content: "";
}
/* line 58, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head .osx::before {
  content: "";
}
/* line 58, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head .services::before {
  content: "";
}
/* line 58, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head .android::before {
  content: "";
}
/* line 58, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.head .ios-tablet::before {
  content: "";
}
/* line 63, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row .title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
/* line 67, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice.ru-version::before, .sections-versions .row.notice.ua-version::before, .sections-versions .row.notice.bg-version::before, .sections-versions .row.notice.es-version::before, .sections-versions .row.notice.rs-version::before, .sections-versions .row.notice.it-version::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-ru.png");
  background-size: cover;
  content: "";
  display: block;
  height: 12px;
  margin-right: 10px;
  width: 16px;
}
/* line 82, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice.ua-version::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/flag-ua.png");
}
/* line 85, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice.bg-version::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/flag-bg.png");
  background-size: contain;
}
/* line 89, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice.es-version::before {
  background: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/flag-es.png");
  background-size: contain;
}
/* line 93, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice.rs-version::before {
  background: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/flag-rs.png");
  background-size: contain;
}
/* line 97, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice.it-version::before {
  background: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-it.png");
}
/* line 100, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  min-height: 55px;
  padding: 0 10px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 108, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice span {
  padding-right: 20px;
}
/* line 111, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice span:last-of-type {
  padding-right: 0;
}
/* line 116, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .icon-phone {
  color: #000000;
  font-size: 16px;
}
/* line 121, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* line 131, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag_ua::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-ua.png");
}
/* line 134, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag_by::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-by.png");
}
/* line 137, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag_az::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-az.png");
}
/* line 140, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag_am::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-am.png");
}
/* line 143, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag_lv::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-lv.png");
}
/* line 146, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag_md::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-md.png");
}
/* line 149, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag_en::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-en_GB.png");
}
/* line 152, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .row.notice .before-flag_uz::before {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-uz.png");
}
@media all and (max-width: 950px) {
  /* line 157, ../../sass/reviews-v3/parts/components/_sections-version.scss */
  .sections-versions .row .title {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  /* line 161, ../../sass/reviews-v3/parts/components/_sections-version.scss */
  .sections-versions .row.head > div {
    font-size: 0;
  }
  /* line 164, ../../sass/reviews-v3/parts/components/_sections-version.scss */
  .sections-versions .row.head > div::before {
    font-size: 32px;
    margin-bottom: 10px;
  }
  /* line 169, ../../sass/reviews-v3/parts/components/_sections-version.scss */
  .sections-versions .row.head .products,
  .sections-versions .row.head .services {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding-left: 10px;
  }
}
/* line 179, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check::before {
  color: #bababa;
  content: "\e62d";
  font-size: 18px;
}
/* line 186, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check.checked::before {
  color: #43a047;
  content: "\e913";
  font-size: 18px;
}
/* line 191, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check.checked.ru::after, .sections-versions .check.checked.ua::after, .sections-versions .check.checked.bg::after, .sections-versions .check.checked.es::after, .sections-versions .check.checked.rs::after, .sections-versions .check.checked.it::after,
.sections-versions .check.checked i.lang.ru::after, .sections-versions .check.checked i.lang.ua::after, .sections-versions .check.checked i.lang.bg::after, .sections-versions .check.checked i.lang.es::after, .sections-versions .check.checked i.lang.rs::after, .sections-versions .check.checked i.lang.it::after {
  content: "";
  display: block;
  height: 12px;
  margin-left: 3px;
  width: 16px;
  background-size: cover;
}
/* line 200, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check.checked.ru::after, .sections-versions .check.checked i.lang.ru::after {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-ru.png");
}
/* line 201, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check.checked.ua::after, .sections-versions .check.checked i.lang.ua::after {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/flag-ua.png");
}
/* line 202, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check.checked.bg::after, .sections-versions .check.checked i.lang.bg::after {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/flag-bg.png");
}
/* line 203, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check.checked.es::after, .sections-versions .check.checked i.lang.es::after {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/flag-es.png");
}
/* line 204, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check.checked.rs::after, .sections-versions .check.checked i.lang.rs::after {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bookmakers-by/flag-rs.png");
}
/* line 205, ../../sass/reviews-v3/parts/components/_sections-version.scss */
.sections-versions .check.checked.it::after, .sections-versions .check.checked i.lang.it::after {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v3/sections-it.png");
}
@media all and (max-width: 450px) {
  /* line 210, ../../sass/reviews-v3/parts/components/_sections-version.scss */
  .sections-versions .review-table .row .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    font-size: 12px;
  }
  /* line 214, ../../sass/reviews-v3/parts/components/_sections-version.scss */
  .sections-versions .review-table .row > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 15%;
        -ms-flex: 1 1 15%;
            flex: 1 1 15%;
    min-width: 40px;
  }
  /* line 218, ../../sass/reviews-v3/parts/components/_sections-version.scss */
  .sections-versions .review-table .head {
    min-height: 65px;
  }
  /* line 220, ../../sass/reviews-v3/parts/components/_sections-version.scss */
  .sections-versions .review-table .head > div::before {
    font-size: 24px;
  }
}

/* line 2, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .software-block {
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 6, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .software-block .right-block, .softwares .software-block .left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 11, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .title {
  color: #2d2d2d;
}
/* line 14, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .rating-stars {
  padding-left: 5px;
}
/* line 16, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .rating-stars .stars::after,
.softwares .rating-stars i::before, .softwares .rating-stars.with-border .stars::before {
  font-size: 14px;
}
/* line 22, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .btn-block {
  padding: 0 15px;
}
/* line 25, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .logo {
  padding-right: 90px;
}
/* line 28, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .row.own-soft-row {
  padding: 30px 0;
}
/* line 30, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .row.own-soft-row .ownsoft-logo {
  border-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 22%;
}
/* line 35, ../../sass/reviews-v3/parts/components/_softwares.scss */
.softwares .row.own-soft-row .ownsoft-desc {
  border-bottom: 0;
  font-size: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 70%;
  padding: 0 10px;
}
@media all and (min-width: 951px) {
  /* line 49, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row > .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 27.5%;
        -ms-flex: 1 1 27.5%;
            flex: 1 1 27.5%;
  }
  /* line 52, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row > .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 22.5%;
        -ms-flex: 1 1 22.5%;
            flex: 1 1 22.5%;
  }
  /* line 55, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row > .rating {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 22.5%;
        -ms-flex: 1 1 22.5%;
            flex: 1 1 22.5%;
  }
  /* line 58, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row .btn-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 27.5%;
        -ms-flex: 1 1 27.5%;
            flex: 1 1 27.5%;
  }
}
@media all and (max-width: 950px) {
  /* line 65, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 68, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row > div:not(.btn-block) {
    border-bottom: 0;
    height: 55px;
  }
  /* line 72, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row .btn-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 15px 10px;
  }
  /* line 76, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row .logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
  }
  /* line 80, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row .rating {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 15px;
  }
  /* line 87, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row.own-soft-row {
    padding: 0;
  }
  /* line 89, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row.own-soft-row .ownsoft-logo {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 95, ../../sass/reviews-v3/parts/components/_softwares.scss */
  .softwares .row.own-soft-row .ownsoft-desc {
    height: auto;
    padding: 0 15px 15px;
    width: 100%;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_currencies.scss */
.currencies {
  padding: 0;
}
/* line 4, ../../sass/reviews-v3/parts/components/_currencies.scss */
.currencies .block-title-v {
  margin: 0 16px;
}
/* line 7, ../../sass/reviews-v3/parts/components/_currencies.scss */
.currencies .swipe-block,
.currencies .content-v {
  padding: 0 16px;
}
/* line 13, ../../sass/reviews-v3/parts/components/_currencies.scss */
.currencies .swipe-content {
  width: 100%;
}
/* line 19, ../../sass/reviews-v3/parts/components/_currencies.scss */
.currencies [data-code]::before {
  content: attr(data-code);
  font-size: 18px;
  color: #000000;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 15px 0 0;
}
/* line 29, ../../sass/reviews-v3/parts/components/_currencies.scss */
.currencies .slide-more {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 37, ../../sass/reviews-v3/parts/components/_currencies.scss */
.currencies .slide-block-container.active .slide-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: bold;
}
/* line 43, ../../sass/reviews-v3/parts/components/_currencies.scss */
.currencies .slide-block:after {
  display: none !important;
}
@media all and (max-width: 950px) {
  /* line 48, ../../sass/reviews-v3/parts/components/_currencies.scss */
  .currencies .block-content .item {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}
@media all and (max-width: 450px) {
  /* line 48, ../../sass/reviews-v3/parts/components/_currencies.scss */
  .currencies .block-content .item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_support.scss */
.support {
  /* * * * */
}
@media all and (max-width: 450px) {
  /* line 3, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .block-mobile-style {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #f1f2f2;
  }
  /* line 8, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .block-mobile-style::after {
    clear: both;
    content: '';
    display: block;
  }
  /* line 13, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .block-mobile-style:last-child {
    border-bottom: none;
  }
}
/* line 20, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-title-block {
  height: 70px;
}
@media all and (max-width: 450px) {
  /* line 20, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-title-block {
    height: auto;
    min-height: 50px;
  }
}
/* line 27, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-row {
  border-bottom: 1px solid #f1f2f2;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 650px) and (min-width: 450px) {
  /* line 27, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-row {
    font-size: 13px;
  }
}
/* line 36, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-header {
  width: 22%;
  float: left;
}
/* line 39, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-header .table-row:last-child {
  border-bottom: none;
}
/* line 42, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-header.table-header-mobile {
  display: none;
}
@media all and (max-width: 450px) {
  /* line 36, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-header {
    display: none;
    width: 50%;
  }
  /* line 48, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-header.table-header-mobile {
    display: block;
  }
}
/* line 54, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body {
  float: left;
  width: 78%;
}
@media all and (max-width: 450px) {
  /* line 54, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-body {
    width: 100%;
  }
  /* line 59, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-body .block-mobile-style.empty-block {
    display: none;
  }
}
/* line 63, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block {
  float: left;
}
@media all and (max-width: 450px) {
  /* line 63, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-body .table-block {
    width: 50% !important;
  }
}
/* line 68, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .table-title-block {
  padding: 10px 0;
}
@media all and (max-width: 950px) {
  /* line 68, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-body .table-block .table-title-block {
    padding: 0;
  }
}
@media all and (max-width: 450px) {
  /* line 68, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-body .table-block .table-title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 78, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-description {
  padding-top: 5px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 86, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-description .uikit-link {
  word-break: break-word;
}
/* line 89, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-description:hover {
  background-color: white;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 95, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 450px) {
  /* line 95, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .table-custom-vertical .table-body .table-block .support-title {
    position: absolute;
    top: 26px;
    left: 0;
  }
}
/* line 104, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-title .support-lang {
  padding-top: 24px;
  position: relative;
  margin-left: 5px;
  height: 24px;
  width: 24px;
  overflow: hidden;
}
/* line 111, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-title .support-lang .lang {
  display: block;
  height: 24px;
}
/* line 114, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-title .support-lang .lang.multi-lang {
  cursor: pointer;
}
/* line 117, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-title .support-lang .lang.checked {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 123, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .support-title .support-lang.drop-down:hover {
  overflow: inherit;
}
/* line 131, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .table-row .rating-stars .stars::after,
.support .table-custom-vertical .table-body .table-block .table-row .rating-stars i::before, .support .table-custom-vertical .table-body .table-block .table-row .rating-stars.with-border .stars::before {
  font-size: 16px;
}
/* line 137, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical .table-body .table-block .table-row:last-child {
  border-bottom: none;
}
/* line 146, ../../sass/reviews-v3/parts/components/_support.scss */
.support .table-custom-vertical::after,
.support .table-body .table-block::after {
  content: '';
  display: block;
  clear: both;
}
/* line 154, ../../sass/reviews-v3/parts/components/_support.scss */
.support .sub-block {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2px;
  padding: 0 10px 10px;
}
/* line 161, ../../sass/reviews-v3/parts/components/_support.scss */
.support .main {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 10px;
  min-height: 70px;
}
/* line 169, ../../sass/reviews-v3/parts/components/_support.scss */
.support .main::before {
  color: #00ace8;
  font-size: 30px;
}
/* line 174, ../../sass/reviews-v3/parts/components/_support.scss */
.support .main .title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}
/* line 180, ../../sass/reviews-v3/parts/components/_support.scss */
.support .main .data {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 15px;
  margin-left: 5px;
}
/* line 185, ../../sass/reviews-v3/parts/components/_support.scss */
.support .main .lang {
  font-size: 14px;
  font-style: italic;
}
/* line 190, ../../sass/reviews-v3/parts/components/_support.scss */
.support .info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  min-height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 197, ../../sass/reviews-v3/parts/components/_support.scss */
.support .info::before {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  content: attr(data-title);
  font-size: 14px;
  font-weight: bold;
}
/* line 203, ../../sass/reviews-v3/parts/components/_support.scss */
.support .info:not(:last-child) {
  padding-right: 15px;
}
/* line 206, ../../sass/reviews-v3/parts/components/_support.scss */
.support .info:nth-child(n+3) {
  border-left: 1px solid #f1f2f2;
  padding-left: 10px;
}
/* line 212, ../../sass/reviews-v3/parts/components/_support.scss */
.support .phone .main::before {
  font-size: 40px;
}
/* line 215, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list {
  cursor: pointer;
  position: relative;
  width: 300px;
}
/* line 220, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list .selected,
.support .langs-list .list .item {
  height: 44px;
  line-height: 42px;
  padding: 0 10px;
}
/* line 226, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list .selected {
  border: 1px solid #f1f2f2;
}
/* line 229, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list .selected::before {
  content: attr(data-title);
}
/* line 232, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list .selected::after {
  color: #131313;
  content: "\e642";
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 14px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
/* line 243, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list .list {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px #eee;
          box-shadow: 0 1px 5px #eee;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 44px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  width: 100%;
  z-index: 10;
}
/* line 255, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list .list .item {
  border: 1px solid #f1f2f2;
  border-top: 0;
}
/* line 259, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list .list .item:hover {
  background: rgba(255, 255, 255, 0.25);
}
/* line 264, ../../sass/reviews-v3/parts/components/_support.scss */
.support .langs-list.opened .selected::after {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
@media all and (min-width: 951px) and (max-width: 1200px) {
  /* line 270, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .info {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 950px) {
  /* line 277, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .sub-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  /* line 281, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .main {
    border-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    min-height: 160px;
    padding: 20px 0;
  }
  /* line 288, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .main::before {
    margin-top: 20px;
  }
  /* line 291, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .main .lang {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 294, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .main .title {
    margin: 10px 0;
  }
  /* line 298, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .info {
    border-top: 1px solid #f1f2f2;
    border-left: 0 !important;
    min-height: 65px;
    padding: 5px 0 !important;
  }
  /* line 304, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .langs-list {
    width: initial;
  }
  /* line 307, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .langs-list .selected {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -15px 0;
  }
  /* line 313, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .langs-list .selected::after {
    font-size: 14px;
    margin-left: 10px;
    position: initial;
  }
  /* line 318, ../../sass/reviews-v3/parts/components/_support.scss */
  .support .langs-list .selected::before {
    margin-right: 5px;
  }
}

/* line 2, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .block-content.clearfix {
  padding-top: 0;
}
/* line 5, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item-block {
  width: 33.33%;
  float: left;
  border-top: 1px solid #f1f2f2;
}
/* line 10, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .block-title-v {
  border-bottom: none;
}
/* line 13, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 14px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  line-height: 1.1;
  min-height: 60px;
}
/* line 14, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .description {
  width: 55%;
}
@media all and (max-width: 1200px) {
  /* line 14, ../../sass/reviews-v3/parts/components/_reliability.scss */
  .reliability .item .description {
    padding: 10px 0;
  }
}
/* line 20, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon {
  text-align: center;
  position: relative;
  width: 60px;
}
/* line 24, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon .status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 2px;
  right: 12px;
  position: absolute;
  border-radius: 7px;
  height: 13px;
  width: 13px;
}
/* line 35, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon .status::after {
  font-size: 14px;
  font-family: 'icomoon';
  content: '';
  background-color: white;
  position: relative;
  border-radius: 8px;
}
/* line 43, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon .status.status-true {
  color: #43a047;
}
/* line 45, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon .status.status-true::after {
  content: "\e914";
}
/* line 47, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon .status.status-false {
  color: #e56c69;
}
/* line 49, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon .status.status-false::after {
  content: "\e915";
}
/* line 52, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon::after, .reliability .item .icon::before {
  font-size: 24px;
  font-family: 'icomoon';
  color: #c8c8c8;
  content: '';
}
/* line 58, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon.mediator::before {
  content: "\e953";
}
/* line 59, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon.representative::before {
  content: "\e6e5";
}
/* line 60, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon.speculators::before {
  content: "\e67c";
}
/* line 61, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon.count-answers::before {
  content: "\e963";
}
/* line 62, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon.time-answers::before {
  content: "\e964";
}
/* line 64, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon.stat-answers::after, .reliability .item .icon.stat-answers::before {
  font-size: 18px;
  position: relative;
}
/* line 68, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon.stat-answers::before {
  content: "\e66a";
  top: 5px;
  left: 2px;
}
/* line 73, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .icon.stat-answers::after {
  right: 2px;
  bottom: 5px;
  content: "\e609";
}
/* line 80, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .value {
  width: 60px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
@media all and (max-width: 500px) {
  /* line 80, ../../sass/reviews-v3/parts/components/_reliability.scss */
  .reliability .item .value {
    text-align: right;
  }
}
/* line 88, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item .value span {
  line-height: 1;
  font-size: 18px;
}
/* line 101, ../../sass/reviews-v3/parts/components/_reliability.scss */
.reliability .item span {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
@media all and (max-width: 850px) {
  /* line 110, ../../sass/reviews-v3/parts/components/_reliability.scss */
  .reliability .item-block {
    width: 50%;
    min-height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 500px) {
  /* line 118, ../../sass/reviews-v3/parts/components/_reliability.scss */
  .reliability .item-block {
    width: 100%;
    min-height: 70px;
  }
}

/* line 3, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row,
.organizations .row {
  border-bottom: 1px solid #f1f2f2;
  min-height: 70px;
  padding: 20px 0;
}
/* line 7, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row:last-child,
.organizations .row:last-child {
  border: none;
}
/* line 11, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block, .licenses .row .sub-block,
.organizations .row .main-block,
.organizations .row .sub-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 15, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item, .licenses .row .sub-block .item,
.organizations .row .main-block .item,
.organizations .row .sub-block .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
/* line 18, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item .icon-circle-question, .licenses .row .sub-block .item .icon-circle-question,
.organizations .row .main-block .item .icon-circle-question,
.organizations .row .sub-block .item .icon-circle-question {
  color: #c6c6c6;
  font-size: 18px;
}
/* line 23, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item .icon-circle-check, .licenses .row .sub-block .item .icon-circle-check,
.organizations .row .main-block .item .icon-circle-check,
.organizations .row .sub-block .item .icon-circle-check {
  color: #1cb272;
  font-size: 18px;
}
/* line 28, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item.more, .licenses .row .sub-block .item.more,
.organizations .row .main-block .item.more,
.organizations .row .sub-block .item.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 30, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item.more .icon, .licenses .row .sub-block .item.more .icon,
.organizations .row .main-block .item.more .icon,
.organizations .row .sub-block .item.more .icon {
  padding: 0 10px 0 0;
  margin: 2px 0 0 0;
}
/* line 33, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item.more .icon span, .licenses .row .sub-block .item.more .icon span,
.organizations .row .main-block .item.more .icon span,
.organizations .row .sub-block .item.more .icon span {
  font-style: inherit;
}
/* line 37, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item.more .text, .licenses .row .sub-block .item.more .text,
.organizations .row .main-block .item.more .text,
.organizations .row .sub-block .item.more .text {
  padding: 0;
  text-align: left;
}
/* line 40, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item.more .text span, .licenses .row .sub-block .item.more .text span,
.organizations .row .main-block .item.more .text span,
.organizations .row .sub-block .item.more .text span {
  display: table;
}
/* line 45, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .main-block .item.all-bookmakers, .licenses .row .sub-block .item.all-bookmakers,
.organizations .row .main-block .item.all-bookmakers,
.organizations .row .sub-block .item.all-bookmakers {
  text-align: right;
}
/* line 52, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .logo img,
.organizations .row .logo img {
  display: block;
  max-width: 180px !important;
  max-height: 60px;
}
/* line 57, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .logo span,
.organizations .row .logo span {
  display: none;
}
@media all and (max-width: 500px) {
  /* line 57, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .logo span,
  .organizations .row .logo span {
    display: block;
  }
}
/* line 64, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .sub-block,
.organizations .row .sub-block {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 15px;
}
@media all and (max-width: 500px) {
  /* line 66, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .sub-block .item.logo,
  .organizations .row .sub-block .item.logo {
    display: none;
    padding: 0 10px;
  }
}
/* line 73, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .sub-block .title,
.organizations .row .sub-block .title {
  padding: 5px 0 10px;
}
/* line 76, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .sub-block .value,
.organizations .row .sub-block .value {
  padding-top: 10px;
}
/* line 80, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .sub-block .license-countries span::after,
.organizations .row .sub-block .license-countries span::after {
  content: ', ';
}
/* line 83, ../../sass/reviews-v3/parts/components/_licences.scss */
.licenses .row .sub-block .license-countries span:last-child::after,
.organizations .row .sub-block .license-countries span:last-child::after {
  content: '';
}

/* line 94, ../../sass/reviews-v3/parts/components/_licences.scss */
#licenses.hidden {
  display: none;
}
/* line 97, ../../sass/reviews-v3/parts/components/_licences.scss */
#licenses .block-content {
  padding-top: 0;
}
/* line 99, ../../sass/reviews-v3/parts/components/_licences.scss */
#licenses .block-content .row.hidden {
  display: block;
}
/* line 102, ../../sass/reviews-v3/parts/components/_licences.scss */
#licenses .block-content.hidden .row.hidden {
  display: none;
}

@media all and (max-width: 500px) {
  /* line 111, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .main-block .item.title {
    display: none;
  }

  /* line 119, ../../sass/reviews-v3/parts/components/_licences.scss */
  .organizations .row .main-block .item.more, .organizations .row .main-block .item.title {
    display: none;
  }
}
@media all and (max-width: 650px) {
  /* line 129, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .sub-block .item, .organizations .row .sub-block .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    border-top: 1px dashed #f4f5f5;
    padding: 10px 0;
  }
  /* line 133, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .sub-block .item .title, .organizations .row .sub-block .item .title {
    padding: 0;
    border: none;
  }
  /* line 137, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .sub-block .item .value, .organizations .row .sub-block .item .value {
    padding: 0;
  }
}
@media all and (max-width: 500px) {
  /* line 149, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .main-block .item, .organizations .row .main-block .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  /* line 151, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .main-block .item.more, .licenses .row .main-block .item.all-bookmakers, .organizations .row .main-block .item.more, .organizations .row .main-block .item.all-bookmakers {
    padding-top: 10px;
    text-align: left;
  }
  /* line 155, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .main-block .item.logo, .organizations .row .main-block .item.logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 10px;
  }
  /* line 160, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .main-block .item.logo img, .organizations .row .main-block .item.logo img {
    padding-right: 10px;
  }
  /* line 163, ../../sass/reviews-v3/parts/components/_licences.scss */
  .licenses .row .main-block .item.logo span, .organizations .row .main-block .item.logo span {
    width: 75%;
  }
}
/* line 1, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints {
  padding: 0;
}
/* line 4, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .block-title-v {
  margin: 0 16px;
}
/* line 7, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .swipe-block,
.complaints .content-v {
  padding: 0 16px;
}
/* line 13, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complains-block {
  padding-top: 10px;
}
/* line 16, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complains-block .single-complaint {
  width: 33.33%;
  padding-right: 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 191px;
  position: relative;
}
/* line 24, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complains-block .single-complaint:last-child {
  padding: 0;
}
/* line 28, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complains-block .single-complaint .title {
  font-weight: bold;
  padding-bottom: 15px;
  padding-right: 10px;
}
/* line 34, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complains-block .single-complaint .description {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.65);
  height: 70px;
}
/* line 42, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complains-block .single-complaint .complaint-data {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}
/* line 48, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complains-block .single-complaint .complaint-data .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-right: 20px;
}
/* line 54, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complains-block .single-complaint .complaint-data .type i {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  margin-right: 7px;
}
/* line 66, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .bookmaker-complaints-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
/* line 71, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaints-link-wrapper {
  margin: 0 0 0 5px;
}
@media (max-width: 640px) {
  /* line 71, ../../sass/reviews-v3/parts/components/_complaints.scss */
  .complaints .complaints-link-wrapper {
    display: none;
  }
}
/* line 79, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaints-link-wrapper-mobile {
  display: none;
}
@media (max-width: 640px) {
  /* line 79, ../../sass/reviews-v3/parts/components/_complaints.scss */
  .complaints .complaints-link-wrapper-mobile {
    display: block;
    padding: 0 0 0 16px;
  }
}
/* line 85, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaints-link-wrapper-mobile .complaints-link {
  font-size: 16px;
}
/* line 90, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaints-link {
  font-size: 14px;
  font-weight: bold;
}
/* line 95, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .quantity {
  font-weight: bold;
}
/* line 99, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaint-status-solved {
  color: #15a863;
}
/* line 103, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaint-status-ignored {
  color: #d8213f;
}
/* line 107, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaint-status-groundless {
  color: #bababa;
}
/* line 111, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaint-status-refused {
  color: #f27046;
}
/* line 115, ../../sass/reviews-v3/parts/components/_complaints.scss */
.complaints .complaint-status-processing {
  color: #00ace8;
}

/* line 1, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks {
  padding: 0;
}
/* line 4, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .block-title-v {
  margin: 0 16px;
}
/* line 7, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .ratings-block-v,
.feedbacks .swipe-block,
.feedbacks .content-v {
  padding: 0 16px;
}
/* line 14, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .rating-data-description {
  padding: 5px 0;
}
/* line 16, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .rating-data-description > div {
  padding: 3px 0;
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 22, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .rating-data-description > div .average {
  font-weight: 400;
  font-size: 15px;
  min-width: 175px;
  line-height: 30px;
}
/* line 30, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .rating-data-description > div .rating .rating-stars .stars::after,
.feedbacks .rating-data-description > div .rating .rating-stars i::before, .feedbacks .rating-data-description > div .rating .rating-stars.with-border .stars::before {
  font-size: 15px;
  color: #9d9d9d;
}
/* line 39, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .rating-data-description::after {
  content: '';
  clear: both;
  display: block;
}
/* line 46, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .feedbacks-container {
  border-top: 1px solid #f1f2f2;
}
/* line 50, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .feedbacks-container .content .part-string {
  height: 70px;
}
/* line 53, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .feedbacks-container .content .part-string ~ span {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dashed #00ace8;
  color: #00ace8;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 61, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .feedbacks-container .content .part-string ~ span:hover {
  border-bottom-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
/* line 67, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .feedbacks-container .content .part-string.open {
  height: auto;
}
@media all and (max-width: 650px) {
  /* line 74, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks #feedbacks-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
/* line 79, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .head {
  padding-left: 34px;
  -webkit-flex-basis: 54px;
      -ms-flex-preferred-size: 54px;
          flex-basis: 54px;
  margin-bottom: 5px;
}
/* line 84, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .head .namelink {
  font-size: 14px;
  font-weight: bold;
}
@media all and (max-width: 650px) {
  /* line 84, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks #feedbacks-list .head .namelink {
    white-space: nowrap;
    margin-right: 5px;
  }
}
/* line 94, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .head .avatar {
  top: 18px;
  height: 24px;
  width: 24px;
}
/* line 99, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .head .avatar::after {
  font-size: 11px;
}
/* line 104, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .single {
  padding: 0 5px;
}
@media all and (max-width: 650px) {
  /* line 107, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks #feedbacks-list .single .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 115, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .feedbacks-rating-stars {
  margin-top: 5px;
}
/* line 118, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .feedbacks-rating-stars .stars::after,
.feedbacks #feedbacks-list .feedbacks-rating-stars i::before, .feedbacks #feedbacks-list .feedbacks-rating-stars.with-border .stars::before {
  font-size: 15px;
}
/* line 126, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .text {
  font-size: 14px;
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.65);
  word-break: break-all;
}
/* line 133, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks #feedbacks-list .achivement-label {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
/* line 140, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .top-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px;
}
/* line 147, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .average {
  margin-top: -2px;
}
/* line 150, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 153, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .btns2 {
  display: none;
}
/* line 156, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .review-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 169, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .review-btn:first-child {
  margin-right: 8px;
}
/* line 173, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .action-full-view-rating {
  height: 27px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin: 0 10px 0 30px;
}
/* line 178, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .action-full-view-rating a {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 183, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .action-full-view-rating a span {
  font-size: 16px;
}
/* line 186, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .action-full-view-rating a span.dashed {
  font-size: 14px;
  border-bottom: #00ace8 dashed 1px;
  margin-left: 5px;
}
/* line 191, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .action-full-view-rating a span.dashed.disabled {
  display: none;
}
/* line 197, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .action-full-view-rating a:hover {
  text-decoration: none;
}
/* line 201, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .action-full-view-rating a .icon-circle-question {
  position: relative;
  top: 1px;
}
@media all and (max-width: 950px) {
  /* line 209, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .action-full-view-rating {
    height: auto;
    margin: 0 5px;
    min-width: 300px;
  }
}
/* line 216, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .full-view-rating {
  padding: 0 10px;
  background: #fff;
}
/* line 220, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .full-view-rating.disabled {
  display: none;
}
/* line 224, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .full-view-rating .list-items {
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
/* line 233, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .full-view-rating .list-items .row {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  width: 50%;
}
/* line 241, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .full-view-rating .list-items .row.disabled {
  display: none;
}
/* line 245, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .full-view-rating .list-items .row .rating-stars {
  position: absolute;
  top: 0px;
  left: 210px;
}
@media all and (max-width: 1050px) {
  /* line 252, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .rating-stars {
    left: 160px;
    width: 100%;
    padding-right: 160px;
  }
  /* line 257, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .cnt {
    position: absolute;
    top: 2px;
    right: 210px;
  }
}
@media all and (max-width: 1024px) {
  /* line 264, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .cnt {
    right: 200px;
  }
}
@media all and (max-width: 980px) {
  /* line 269, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .cnt {
    right: 185px;
  }
}
@media all and (max-width: 950px) {
  /* line 274, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .rating-stars {
    left: 185px;
    padding-right: 0;
  }
}
@media all and (max-width: 545px) {
  /* line 280, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .rating-stars {
    left: 165px;
    padding-right: 0;
  }
  /* line 284, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .cnt {
    right: 165px;
  }
}
@media all and (max-width: 950px) {
  /* line 291, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row {
    width: 100%;
  }
}
@media all and (max-width: 360px) {
  /* line 297, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row {
    width: 100%;
    margin: 15px 0;
  }
  /* line 301, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .rating-stars {
    left: 0;
    top: 22px;
    padding-right: 0;
  }
  /* line 307, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .full-view-rating .list-items .row .cnt {
    top: -22px;
    right: 0;
  }
}
/* line 316, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .rating-stars {
  font-size: 18px;
  font-weight: bold;
}
/* line 320, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .dropdown {
  background: #fff;
  border: 1px solid #f1f2f2;
  display: none;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  top: 40px;
  -webkit-transform: translateX(-130px);
          transform: translateX(-130px);
  width: 360px;
  z-index: 100;
}
/* line 332, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .dropdown .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 338, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .dropdown .rating-stars {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  margin-left: 20px;
}
/* line 342, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .dropdown .rating-stars .stars {
  margin-right: 20px;
}
/* line 346, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .dropdown .title {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
/* line 349, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .dropdown::before {
  background: #fff;
  border: solid #f1f2f2;
  border-width: 1px 0 0 1px;
  content: "";
  height: 18px;
  position: absolute;
  right: 55px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -10px;
  width: 18px;
}
/* line 363, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .comment-form {
  margin-top: 6px;
}
/* line 366, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .comment-form.disabled {
  display: none;
}
/* line 369, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.feedbacks .comment-form .block-content {
  background: #fff;
  padding: 10px 16px;
}
@media all and (max-width: 950px) {
  /* line 376, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .top-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px;
  }
  /* line 381, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .btns {
    display: none;
  }
  /* line 385, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .btns2 {
    display: block;
    padding: 10px;
    background-color: #fff;
  }
  /* line 390, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .btns2 .review-btn {
    margin-right: 0;
  }
  /* line 395, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .btns3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 15px;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 500px) {
  /* line 404, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .comment-form .block-content {
    padding: 10px;
  }
  /* line 408, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .feedbacks-rating-title .rating-data-description .average {
    text-align: left !important;
    min-width: 145px;
    margin-left: 0;
  }
  /* line 413, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .feedbacks-rating-title .rating-data-description .rating {
    text-align: right;
  }
  /* line 415, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .feedbacks-rating-title .rating-data-description .rating .cnt {
    min-width: 35px;
  }
}
@media all and (max-width: 400px) {
  /* line 423, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .rating-stars {
    /*font-size: 16px;*/
  }
  /* line 426, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .rating-stars .stars::after,
  .feedbacks .rating-stars i::before {
    /*font-size: 18px;*/
  }
  /* line 431, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .dropdown {
    padding: 8px;
    width: 300px;
  }
  /* line 435, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .dropdown .rating-stars {
    -webkit-flex-basis: 170px;
        -ms-flex-preferred-size: 170px;
            flex-basis: 170px;
  }
  /* line 439, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .review-btn {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    letter-spacing: -1px;
    padding: 0 5px;
  }
}

/* line 448, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.edit-self-feedback-form.disabled {
  display: none;
}

@media all and (max-width: 1024px) {
  /* line 455, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  #feedbacks #feedbacks-list .single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  /* line 458, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  #feedbacks #feedbacks-list .single:nth-child(n+2) {
    margin-top: 0;
  }
}
@media all and (max-width: 736px) {
  /* line 467, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  #feedbacks .swipe-block.max #feedbacks-list .single, #feedbacks .swipe-block.med #feedbacks-list .single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  /* line 471, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  #feedbacks .swipe-block.med #feedbacks-list .single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  /* line 474, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  #feedbacks .swipe-block.none #feedbacks-list .single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media all and (max-width: 715px) {
  /* line 483, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  #feedbacks .rating-data-description > div {
    width: 100%;
    text-align: center;
  }
  /* line 486, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  #feedbacks .rating-data-description > div .average {
    text-align: right;
  }
}
@media all and (max-width: 650px) {
  /* line 496, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
  .feedbacks .block-content.content-container .block-title::after {
    content: '';
  }
}
/* line 504, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
#all-feedbacks .rating {
  margin-left: 5px;
}

/* line 511, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.all-feedbacks-form .forms-header {
  margin-bottom: 0 !important;
}
/* line 515, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.all-feedbacks-form .forms-data .auth {
  padding-top: 0 !important;
}
/* line 519, ../../sass/reviews-v3/parts/components/_feedbacks.scss */
.all-feedbacks-form .forms-data form:not(#form-login) {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 2, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .block-content {
  padding: 0 !important;
}
/* line 5, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  padding: 5px 0;
}
@media all and (max-device-width: 500px) {
  /* line 5, ../../sass/reviews-v3/parts/components/_rating-history.scss */
  .rating-history .item {
    display: block;
    padding: 15px 0;
  }
}
/* line 15, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .item:not(:last-child) {
  border-bottom: 1px solid #f1f2f2;
}
/* line 18, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .item .date::before {
  font-size: 18px;
  margin: 0 50px 0 0;
}
@media all and (max-width: 768px) {
  /* line 18, ../../sass/reviews-v3/parts/components/_rating-history.scss */
  .rating-history .item .date::before {
    margin: 0 15px 0 0;
  }
}
/* line 33, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .item.top .date::before {
  color: #7bab73;
  content: "";
}
/* line 33, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .item.down .date::before {
  color: #e56c69;
  content: "";
}
/* line 33, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .item.init .date::before {
  color: #4271b5;
  content: "";
}
/* line 40, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .date {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 47, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .more {
  padding-right: 10px;
}
/* line 51, ../../sass/reviews-v3/parts/components/_rating-history.scss */
.rating-history .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media all and (max-width: 500px) {
  /* line 51, ../../sass/reviews-v3/parts/components/_rating-history.scss */
  .rating-history .text {
    padding-top: 5px;
  }
}
@media all and (max-width: 640px) {
  /* line 59, ../../sass/reviews-v3/parts/components/_rating-history.scss */
  .rating-history .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 63, ../../sass/reviews-v3/parts/components/_rating-history.scss */
  .rating-history .more {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 5px;
    text-align: left;
  }
}

/* line 4, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .block-title-v {
  border-bottom: 0 !important;
}
/* line 7, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .block-content {
  padding: 0 !important;
}
/* line 10, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .block-content .item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 88px;
  padding: 16px 10px 16px 36px;
  position: relative;
  word-break: break-word;
}
/* line 21, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .block-content .item .item-text {
  font-size: 14px;
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.65);
}
/* line 27, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .block-content .item::before {
  content: attr(data-title);
  opacity: 0.5;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000000;
}
/* line 36, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .block-content .item::after {
  font-family: icomoon;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  content: "\e914";
  color: #15a863;
  position: absolute;
  left: 0;
  top: 16px;
}
@media all and (max-width: 500px) {
  /* line 10, ../../sass/reviews-v3/parts/components/_company-info.scss */
  .company-info .block-content .item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
/* line 54, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .block-content .founder span,
.company-info .block-content .actions span {
  display: inline-block;
  white-space: pre;
}
@media all and (max-width: 950px) {
  /* line 61, ../../sass/reviews-v3/parts/components/_company-info.scss */
  .company-info .block-content .founder span:not(:last-child)::after {
    content: ", ";
  }
}
/* line 67, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .actions .down {
  color: #f00;
}
/* line 70, ../../sass/reviews-v3/parts/components/_company-info.scss */
.company-info .actions .top {
  color: #008000;
}

@media all and (max-width: 950px) {
  /* line 78, ../../sass/reviews-v3/parts/components/_company-info.scss */
  .company-info .block-content .item {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}
@media all and (max-width: 550px) {
  /* line 87, ../../sass/reviews-v3/parts/components/_company-info.scss */
  .company-info .block-content .item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media all and (max-width: 450px) {
  /* line 96, ../../sass/reviews-v3/parts/components/_company-info.scss */
  .company-info .block-content .item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
/* line 2, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 6, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .map-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 600px;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  height: 280px;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
/* line 13, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .map-block .jvectormap-container {
  background-color: transparent !important;
  height: 100%;
  width: 100%;
}
/* line 18, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .map-block .map {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 25, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .map-block .title {
  background: #edefb8;
  display: none;
  padding: 5px 10px;
  position: absolute;
}
/* line 31, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .map-block .title.active {
  display: block;
}
/* line 36, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .map-list {
  margin: 10px;
}
/* line 39, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .list {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 44, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .list::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff)) !important;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 90%) !important;
}
/* line 47, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .list .item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-right: 20px;
  width: 50%;
}
/* line 54, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
.forbidden-countries .list .item img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 8px;
}
@media all and (max-width: 1024px) {
  /* line 63, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
  .forbidden-countries .map-block {
    -webkit-flex-basis: 460px;
        -ms-flex-preferred-size: 460px;
            flex-basis: 460px;
  }
}
@media all and (max-width: 950px) {
  /* line 69, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
  .forbidden-countries .block-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 72, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
  .forbidden-countries .map-block {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 10px;
  }
}
@media all and (min-width: 501px) and (max-width: 950px) {
  /* line 79, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
  .forbidden-countries .list .item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
}
@media all and (max-width: 400px) {
  /* line 85, ../../sass/reviews-v3/parts/components/_forbidden-countries.scss */
  .forbidden-countries .map-block {
    height: 250px;
  }
}

/* line 2, ../../sass/reviews-v3/parts/components/_affiliates.scss */
.affiliates .row .logo {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  min-height: 70px;
  padding-left: 10px;
}
/* line 8, ../../sass/reviews-v3/parts/components/_affiliates.scss */
.affiliates .row .logo img {
  max-height: 50px;
}
/* line 12, ../../sass/reviews-v3/parts/components/_affiliates.scss */
.affiliates .row .title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  word-break: break-word;
}
/* line 17, ../../sass/reviews-v3/parts/components/_affiliates.scss */
.affiliates .row .rating {
  font-weight: bold;
  font-size: 18px;
}
/* line 21, ../../sass/reviews-v3/parts/components/_affiliates.scss */
.affiliates .row .btns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  padding-right: 10px;
}
/* line 25, ../../sass/reviews-v3/parts/components/_affiliates.scss */
.affiliates .row .review-btn {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: auto;
}
/* line 29, ../../sass/reviews-v3/parts/components/_affiliates.scss */
.affiliates .row .review-btn:nth-child(n+2) {
  margin-left: 10px;
}
@media all and (max-width: 950px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_affiliates.scss */
  .affiliates .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: initial;
  }
  /* line 38, ../../sass/reviews-v3/parts/components/_affiliates.scss */
  .affiliates .row > div:not(.btns) {
    border-bottom: 0;
  }
  /* line 41, ../../sass/reviews-v3/parts/components/_affiliates.scss */
  .affiliates .row .btns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 15px 10px;
  }
  /* line 45, ../../sass/reviews-v3/parts/components/_affiliates.scss */
  .affiliates .row .flag {
    display: none;
  }
  /* line 48, ../../sass/reviews-v3/parts/components/_affiliates.scss */
  .affiliates .row .logo {
    padding-left: 15px;
  }
  /* line 51, ../../sass/reviews-v3/parts/components/_affiliates.scss */
  .affiliates .row .rating {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 15px;
  }
  /* line 55, ../../sass/reviews-v3/parts/components/_affiliates.scss */
  .affiliates .row .title {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_bookmaker-site.scss */
.bookmaker-site iframe {
  height: 760px;
  width: 100%;
}
@media all and (max-width: 500px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_bookmaker-site.scss */
  .bookmaker-site iframe {
    height: 500px;
  }
}

/* line 1, ../../sass/reviews-v3/parts/components/_links.scss */
.links .block-content p {
  font-size: 14px;
  line-height: 25px;
  padding: 5px 0 5px 18px;
  position: relative;
}
/* line 7, ../../sass/reviews-v3/parts/components/_links.scss */
.links .block-content p::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 8px;
}

/* line 2, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
.popular-pps .item-pps {
  background: #fff;
  padding: 10px;
  width: 33.33%;
  float: left;
}
@media all and (max-width: 650px) {
  /* line 2, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
  .popular-pps .item-pps {
    width: 100%;
    float: none;
  }
}
/* line 12, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
.popular-pps .head {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}
/* line 17, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
.popular-pps .title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
/* line 21, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
.popular-pps .title a {
  color: #000;
}
/* line 25, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
.popular-pps .distance {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-weight: bold;
}
/* line 29, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
.popular-pps .body {
  padding-top: 5px;
}
/* line 32, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
.popular-pps .address {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
/* line 35, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
.popular-pps .phone {
  color: #00ace8;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (max-width: 950px) {
  /* line 41, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
  .popular-pps .services {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  /* line 46, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
  .popular-pps .services i::before {
    margin: 0 10px 0 0;
  }
}
@media all and (max-width: 500px) {
  /* line 53, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
  .popular-pps .head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 57, ../../sass/reviews-v3/parts/components/_popular-pps.scss */
  .popular-pps .distance {
    margin-top: 5px;
  }
}

/* line 2, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
.pros-cons .list-pros-cons {
  padding-bottom: 10px;
}
/* line 5, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
.pros-cons .pros-block,
.pros-cons .cons-block {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
@media all and (max-width: 768px) {
  /* line 5, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
  .pros-cons .pros-block,
  .pros-cons .cons-block {
    width: 100%;
    float: none;
  }
}
/* line 16, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
.pros-cons .pros-block .cons, .pros-cons .pros-block .pros,
.pros-cons .cons-block .cons,
.pros-cons .cons-block .pros {
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  margin-bottom: 18px;
}
@media all and (max-width: 500px) {
  /* line 16, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
  .pros-cons .pros-block .cons, .pros-cons .pros-block .pros,
  .pros-cons .cons-block .cons,
  .pros-cons .cons-block .pros {
    font-size: 13px;
    margin-bottom: 12px;
  }
  /* line 24, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
  .pros-cons .pros-block .cons .head, .pros-cons .pros-block .pros .head,
  .pros-cons .cons-block .cons .head,
  .pros-cons .cons-block .pros .head {
    font-size: 14px;
  }
}
/* line 32, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
.pros-cons .pros-block .cons::before, .pros-cons .pros-block .pros::before,
.pros-cons .cons-block .cons::before,
.pros-cons .cons-block .pros::before {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 24px;
  margin-right: 8px;
}
/* line 41, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
.pros-cons .pros-block .cons::before,
.pros-cons .cons-block .cons::before {
  color: #d8213f;
  content: "\e915";
}
/* line 45, ../../sass/reviews-v3/parts/components/_pros-cons.scss */
.pros-cons .pros-block .pros::before,
.pros-cons .cons-block .pros::before {
  color: #15a863;
  content: "\e914";
}

/* line 1, ../../sass/reviews-v3/parts/components/_share.scss */
.share-block {
  padding: 15px 10px;
  background: transparent;
}
/* line 5, ../../sass/reviews-v3/parts/components/_share.scss */
.share-block .social_links_share {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 950px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_share.scss */
  .share-block {
    display: none;
  }
}

/* line 2, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.bookmaker-news .block-title {
  padding: 10px 15px;
}
@media all and (max-width: 768px) {
  /* line 6, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-title .block-title-right-data {
    margin-right: 0;
  }
}
/* line 10, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.bookmaker-news .miniatures-slider-container.slider-started .slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 13, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.bookmaker-news .miniatures-slider-container.slider-started .slider-nav i {
  color: white;
  font-size: 15px;
  padding: 0 10px;
}
/* line 18, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.bookmaker-news .miniatures-slider-container.slider-started .slider-nav.icon-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 21, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.bookmaker-news .miniatures-slider-container.slider-started .slider-nav.icon-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 23, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.bookmaker-news .miniatures-slider-container.slider-started .slider-nav.icon-left i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 28, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.bookmaker-news .post-meta-item > i.icon-bubbles {
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  /* line 33, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-content .post-thumb {
    height: 280px;
  }
  /* line 36, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-content .image-gradient {
    display: block;
  }
  /* line 39, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-content .post-data {
    position: absolute;
    bottom: 0;
    background-color: transparent;
  }
  /* line 43, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-content .post-data .post-heading {
    height: auto;
  }
  /* line 45, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-content .post-data .post-heading .h2 {
    color: white;
    font-weight: bold;
    padding-bottom: 15px;
  }
  /* line 51, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-content .post-data .post-meta {
    display: none;
  }
  /* line 53, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-content .post-data .post-meta span {
    font-size: 13px;
    color: white;
  }
  /* line 57, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .block-content .post-data .post-meta i {
    padding-right: 3px;
    color: white;
  }
}
@media all and (max-width: 500px) {
  /* line 67, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .slider-nav {
    display: none;
  }
  /* line 70, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
    display: block;
    margin: 0;
  }
  /* line 74, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item {
    display: block !important;
    width: 100%;
    margin: 0;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
        -ms-flex: none !important;
            flex: none !important;
    padding: 15px 0;
    border-bottom: 1px solid #f1f2f2;
  }
  /* line 81, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item:last-child {
    border: none;
  }
  /* line 84, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item .block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 87, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item .block-content .image-gradient {
    display: none;
  }
  /* line 90, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item .block-content .post-thumb {
    height: 50px;
    width: 50px;
  }
  /* line 93, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item .block-content .post-thumb a:last-child {
    display: none;
  }
  /* line 97, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item .block-content .post-data {
    position: static;
    width: 85%;
  }
  /* line 100, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item .block-content .post-data .post-heading .h2 {
    color: #3b3b3b;
    font-weight: normal;
  }
  /* line 104, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .bookmaker-news .miniatures-slider-container.slider-started .miniatures-slider-wrapper .block-item .block-content .post-data .post-meta {
    display: none;
  }
}

/* line 116, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container {
  position: relative;
  overflow: hidden;
}
/* line 121, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.view-mobile .view-list .no-image .block-content {
  height: 274px;
}
/* line 124, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.view-mobile .view-list .post-thumb .post-heading {
  height: 274px;
}
/* line 131, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.slider-started .miniatures-slider-wrapper, .miniatures-slider-container.single-row .miniatures-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
/* line 136, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.slider-started .block-item, .miniatures-slider-container.single-row .block-item {
  display: block !important;
  float: initial;
  width: auto;
  margin-bottom: 0;
}
/* line 142, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.slider-started .block-item .block-content, .miniatures-slider-container.single-row .block-item .block-content {
  padding: 0;
}
@media all and (max-width: 640px) {
  /* line 150, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .miniatures-slider-container.single-row.one-post .block-item, .miniatures-slider-container:not(.single-row).one-post .block-item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media all and (max-width: 1200px) {
  /* line 158, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .miniatures-slider-container.single-row .block-item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 250px !important;
        -ms-flex: 0 0 250px !important;
            flex: 0 0 250px !important;
  }
}
/* line 166, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.single-row:not(.slider-started) .block-item + .block-item {
  margin-left: 8px;
}
/* line 170, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.single-row:not(.slider-started).limit-3 .block-item {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}
/* line 174, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.single-row:not(.slider-started).limit-4 .block-item {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
/* line 180, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.slider-started .block-item {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 370px !important;
      -ms-flex: 0 0 370px !important;
          flex: 0 0 370px !important;
}
@media all and (max-width: 500px) {
  /* line 180, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
  .miniatures-slider-container.slider-started .block-item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 240px !important;
        -ms-flex: 0 0 240px !important;
            flex: 0 0 240px !important;
  }
}
/* line 189, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container .slider-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  margin: 0;
  z-index: 90;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  opacity: 0;
}
/* line 203, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container .slider-nav::before {
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  color: white;
  z-index: 91;
}
/* line 213, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container .slider-nav.icon-right {
  left: initial;
  right: 0;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
/* line 219, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container .slider-nav.icon-right::before {
  right: 7px;
}
/* line 226, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.slider-started .slider-nav {
  display: block;
  opacity: 1;
}
/* line 231, ../../sass/reviews-v3/parts/components/_bookmaker-news.scss */
.miniatures-slider-container.slider-started.start .slider-nav.icon-left, .miniatures-slider-container.slider-started.end .slider-nav.icon-right {
  opacity: 0;
  pointer-events: none;
}

/* line 1, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
.content-middle .comments-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 3, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
.content-middle .comments-sidebar .sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  max-width: 240px;
  padding-left: 10px;
}
@media all and (max-width: 1024px) {
  /* line 3, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
  .content-middle .comments-sidebar .sidebar {
    display: none;
  }
}
/* line 12, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
.content-middle .comments-sidebar .center {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
/* line 15, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
.content-middle .comments-sidebar .questions-banner {
  margin: 0;
}
/* line 18, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
.content-middle .comments-sidebar #page-error-block {
  margin: 6px 0;
}
/* line 21, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
.content-middle .comments-sidebar #review-comments img {
  width: 100%;
}
/* line 24, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
.content-middle .comments-sidebar .webinar-banner {
  margin: 0;
}

/* line 28, ../../sass/reviews-v3/parts/components/_comments-sidebar.scss */
.comments-sidebar.review-block {
  position: relative;
  margin-bottom: 0;
  padding: 15px 0;
  background-color: white;
  display: block;
}

/* line 1, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways {
  padding: 0;
}
/* line 4, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-title-v {
  margin: 0 16px;
}
/* line 7, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .swipe-content,
.payment-ways .content-v {
  padding: 0 16px;
}
/* line 13, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content {
  padding: 0;
}
@media all and (max-width: 736px) {
  /* line 17, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
  .payment-ways .block-content .swipe-content .swipe-block.med {
    min-width: 630px;
  }
}
/* line 22, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content table {
  width: 100%;
  border-collapse: collapse;
}
/* line 26, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content table tr {
  border-top: 1px solid #f1f2f2;
}
/* line 30, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content table thead tr:first-of-type {
  border-top: none;
}
/* line 34, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content table tbody {
  border-bottom: 1px solid #f1f2f2;
}
/* line 38, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content table th, .payment-ways .block-content table td {
  text-align: center;
  padding: 9px 0;
}
/* line 42, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content table th.border-right, .payment-ways .block-content table td.border-right {
  border-right: 1px solid #f1f2f2;
}
/* line 45, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content table th.logo, .payment-ways .block-content table td.logo {
  max-width: 70px;
  max-height: 50px;
  text-align: left;
}
/* line 49, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content table th.logo img, .payment-ways .block-content table td.logo img {
  vertical-align: middle;
  max-height: 30px;
}
/* line 58, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content .pw-type-header th {
  padding: 15px 0;
}
/* line 64, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content .pw-columns-header th {
  font-weight: normal;
  padding: 14px 0;
}
/* line 70, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content .all-payment-ways {
  text-align: center;
  padding: 20px 0 30px;
}
/* line 75, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .block-content .hidden {
  display: none;
}
/* line 79, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .notice-list-description {
  padding-top: 20px;
  color: #959595;
}
/* line 82, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways .notice-list-description .notice-description {
  font-size: 13px;
}
@media all and (max-width: 768px) {
  /* line 79, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
  .payment-ways .notice-list-description {
    display: none;
  }
}
/* line 91, ../../sass/reviews-v3/parts/components/_payment-ways.scss */
.payment-ways sup {
  color: #00ace8;
  cursor: default;
}

/* line 1, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  position: relative;
  margin: 0 0 6px 0;
  padding: 0;
}
@media all and (max-width: 650px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner {
    padding: 0 0 50px 0;
    background-position: left center;
  }
}
@media all and (max-width: 600px) {
  /* line 1, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner {
    background: #fff !important;
    padding: 0 0 16px 0;
  }
}
/* line 26, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner.rating-3, .top-banner.rating-4, .top-banner.rating-5 {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/banner-all-bg-3.jpg");
}
/* line 30, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner.rating-0, .top-banner.rating-1, .top-banner.rating-2 {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/banner-all-bg.jpg");
}
/* line 35, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .bookmaker-banner.rating-3, .top-banner .bookmaker-banner.rating-4, .top-banner .bookmaker-banner.rating-5 {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/banner-all-bg-3.jpg");
}
/* line 39, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .bookmaker-banner.rating-0, .top-banner .bookmaker-banner.rating-1, .top-banner .bookmaker-banner.rating-2 {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/banner-all-bg.jpg");
}
/* line 43, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .bookmaker-banner.with-stamp {
  z-index: 0;
  opacity: 1;
  background-image: none;
}
/* line 50, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(11%, rgba(0, 0, 0, 0.68)), color-stop(58%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 11%, rgba(0, 0, 0, 0) 58%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 600px) {
  /* line 50, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner::before {
    background: rgba(255, 255, 255, 0) !important;
  }
}
/* line 65, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-ru-white.png?v=1");
  background-size: cover;
  content: "";
  height: 80px;
  width: 80px;
  z-index: 10;
  opacity: 1;
}
/* line 74, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .with-stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-ru-black.png");
}
/* line 78, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="uk"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-ua-white.png");
}
/* line 82, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-za"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 85, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-in"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 88, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-gh"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 91, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-ng"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 94, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-ke"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 97, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-ug"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 100, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-zm"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 103, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-tz"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 106, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-et"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 109, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en-bd"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 112, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="en"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-eng-white.png");
}
/* line 116, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="hy"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-am-white.png");
}
/* line 119, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="ro-ro"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-ro-white.png");
}
/* line 122, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="bg-bg"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-bg-white.png?v=2025");
}
/* line 125, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="bg-bg"] .top-banner .with-stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-bg-black.png?v=2025");
}
/* line 128, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="sr-rs"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-rs-white.png");
}
/* line 131, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="sr-rs"] .top-banner .with-stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-rs-black.png");
}
/* line 134, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="it-IT"] .top-banner .with-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-it-white.png");
}
/* line 137, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="it-IT"] .top-banner .with-stamp.black-stamp {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/stamp-bookmaker-it-black.png");
}
/* line 142, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .with-stamp.stamp-verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-ru-white.png");
}
/* line 145, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="uk"] .top-banner .with-stamp.stamp-verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-ua-white.png");
}
/* line 148, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="hy"] .top-banner .with-stamp.stamp-verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-arm-white.png");
}
/* line 151, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="ro-ro"] .top-banner .with-stamp.stamp-verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-ro-white.png");
}
/* line 154, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="bg-bg"] .top-banner .with-stamp.stamp-verified {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-bg-white.png");
}
/* line 159, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .stamp-certificate {
  background-image: url("/wp-content/themes/bmr/redesign/dist/images/ru/certificates/stamp.svg");
  background-size: cover;
  content: "";
  height: 80px;
  width: 80px;
  z-index: 10;
  opacity: 0.65;
  margin-left: 8px;
}
/* line 169, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="uk"] .top-banner .stamp-certificate {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-ua-white.png");
}
/* line 172, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="hy"] .top-banner .stamp-certificate {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-arm-white.png");
}
/* line 175, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="ro-ro"] .top-banner .stamp-certificate {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-ro-white.png");
}
/* line 178, ../../sass/reviews-v3/parts/components/_top-banner.scss */
html[lang="bg-bg"] .top-banner .stamp-certificate {
  background-image: url("/wp-content/themes/bmr/assets-v2/img/reviews-v2/stamp-checked-bg-white.png");
}
/* line 182, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 16px 0;
  margin: 0 0 0 20px;
}
@media all and (max-width: 600px) {
  /* line 182, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide {
    padding: 0;
  }
}
@media all and (max-width: 760px) {
  /* line 182, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide {
    margin: 0 auto;
  }
}
/* line 197, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide .stamp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
@media all and (max-width: 600px) {
  /* line 197, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide .stamp-wrapper {
    margin: auto 0 0 auto;
  }
}
@media all and (max-width: 600px) {
  /* line 207, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide .is-desktop {
    display: none;
  }
}
/* line 214, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper {
  background: #fff;
  border-radius: 4px;
  padding: 20px 20px 16px 20px;
  max-width: 280px;
  width: 280px;
}
@media all and (max-width: 600px) {
  /* line 214, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper {
    padding: 0;
    max-width: 100%;
    width: 100vw;
  }
}
@media all and (max-width: 600px) {
  /* line 227, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .mobile-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 260px;
    margin-bottom: 16px;
    padding: 16px 20px;
  }
}
/* line 236, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .mobile-banner .bookmaker-banner, .top-banner .slide-wrapper .mobile-banner .is-mobile {
  display: none;
}
/* line 240, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .mobile-banner .bookmaker-banner {
  height: 260px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 600px) {
  /* line 240, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .mobile-banner .bookmaker-banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 253, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .mobile-banner .bookmaker-banner:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(30%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  /* line 264, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .mobile-banner .is-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 272, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .stats-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 16px;
}
@media all and (max-width: 600px) {
  /* line 272, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .stats-align {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
@media all and (max-width: 480px) {
  /* line 272, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .stats-align {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
/* line 286, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .user-rating, .top-banner .slide-wrapper .bonus {
  text-align: center;
}
/* line 290, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .text, .top-banner .slide-wrapper .user-rating a {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #474747;
  margin-bottom: 4px;
}
/* line 301, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .text {
  margin-bottom: 8px;
}
@media all and (max-width: 600px) {
  /* line 301, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .text {
    padding: 0 20px;
  }
}
/* line 309, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .exclusive-container {
  margin-left: 8px;
}
/* line 313, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 319, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 325, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .rouble {
  margin-left: 6px;
}
/* line 329, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .total-number {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  color: #212121;
}
@media all and (max-width: 600px) {
  /* line 336, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .pros-list {
    padding: 0 20px;
  }
}
/* line 342, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .pros-list p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
  margin: 0 0 4px 0;
}
/* line 349, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .pros-list p:last-child {
  margin: 0 0 12px 0;
}
/* line 354, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .website-link {
  font-size: 14px;
}
@media all and (max-width: 600px) {
  /* line 354, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .website-link {
    margin-top: 20px;
  }
}
/* line 362, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .chat-button {
  font-size: 12px;
  margin-top: 12px;
}
/* line 368, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .button-wrap.is-mobile {
  display: none;
}
@media all and (max-width: 600px) {
  /* line 367, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .button-wrap {
    padding: 0 20px;
    margin-bottom: 16px;
  }
  /* line 376, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .button-wrap.is-mobile {
    display: block;
  }
  /* line 380, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .button-wrap .chat-button {
    margin-top: 0;
  }
}
/* line 386, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus_button {
  padding-top: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
  -webkit-animation-name: viewBonusButton, tada;
          animation-name: viewBonusButton, tada;
}
/* line 392, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus_button a {
  font-weight: bold;
  display: block;
  padding: 0 10px;
  line-height: 44px;
  border: 2px solid white;
  background-color: #181818;
  font-weight: bold;
  color: white;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
}
/* line 404, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus_button a span {
  color: #ffc62b;
}
/* line 407, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus_button a span.rouble {
  color: white;
}
/* line 411, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus_button a span.sybol {
  color: white;
}
/* line 416, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus_button a img {
  position: relative;
  height: 20px;
  margin: 0 auto 12px auto;
}
/* line 422, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bonus_button a:hover {
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  background-color: rgba(24, 24, 24, 0.5);
}
/* line 430, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bookmaker-closed {
  position: relative;
  margin: auto 0 0 0;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #9e9e9e;
  cursor: default;
}
/* line 439, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .bookmaker-closed:not(:disabled):hover:after {
  background: rgba(255, 255, 255, 0);
}
@media all and (max-width: 600px) {
  /* line 444, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .buttons-wrapper {
    padding: 0 20px;
  }
}
/* line 450, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .slide-wrapper .blacklist {
  font-size: 14px;
  font-weight: normal;
  background: rgba(223, 58, 77, 0.2);
  border-radius: 4px;
  color: #df3a4d;
  text-align: center;
  padding: 10px;
  margin-top: 14px;
}
@media all and (max-width: 600px) {
  /* line 450, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide-wrapper .blacklist {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* line 466, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .rating-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  height: 20px;
}
@media all and (max-width: 600px) {
  /* line 466, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .rating-stars {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-bottom: 10px;
  }
}
/* line 481, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .rating-stars .stars {
  margin-left: 10px;
  max-height: 20px;
  width: 100px;
}
@media all and (max-width: 600px) {
  /* line 481, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .rating-stars .stars {
    margin-left: 0;
  }
}
/* line 490, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .rating-stars .stars::after, .top-banner .rating-stars .stars i:before {
  font-size: 16px;
}
/* line 495, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .rating-stars .cnt {
  color: #212121;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
@media all and (max-width: 600px) {
  /* line 495, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .rating-stars .cnt {
    color: #fff;
    font-size: 18px;
    position: relative;
  }
}
/* line 508, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .rating-stars .item {
  color: #ccc;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border-bottom: 1px dashed transparent;
  text-decoration: none;
}
/* line 514, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .rating-stars .item:hover {
  border-bottom: 1px dashed #ccc;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 519, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .rating-stars .item:not(:hover) {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 528, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .users-rating span {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  margin-left: 10px;
  font-weight: bold;
}
/* line 537, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .ask-question {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
}
/* line 550, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .ask-question:hover {
  border-color: #fff;
  text-decoration: none;
}
/* line 555, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .button-default {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
/* line 565, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .button-default.rew-btn-closed {
  margin: 20px auto;
  min-width: 170px;
  padding: 15px;
  background-color: transparent;
  font-size: 13px;
  height: auto;
  width: auto;
  display: table;
  line-height: 20px;
  cursor: default;
  border: 1px solid white;
}
/* line 580, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .button-default > span.icon::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 18px;
  padding-left: 4px;
}
/* line 594, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .button-default > span.android::after {
  content: "\e905";
}
/* line 597, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .button-default > span.ios::after {
  content: "\e906";
}
/* line 603, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .button-default-s {
  height: 44px;
}
/* line 608, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
/* line 612, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list p .rouble {
  margin-left: 3px;
}
/* line 616, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list p::before {
  color: #43a047;
  content: "\e913";
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
/* line 626, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list p.bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 627, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list p.bonus > a {
  margin: 0 10px;
}
/* line 630, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list p.bonus a:hover {
  text-decoration: none;
}
/* line 638, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list p.bonus::before {
  content: "";
  margin: 0;
}
/* line 643, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list p.bonus b {
  font-weight: bold;
  color: #00ace8;
  font-size: 16px;
  display: table;
  line-height: 1.5;
}
/* line 655, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .pros-list.cons p::before {
  color: #df3a4d;
  content: "\e62d" !important;
  top: 1px;
  margin-right: 11px;
  right: -3px;
}
/* line 668, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner.orange .button-default {
  background: #ff924a;
  min-height: 60px;
  height: auto !important;
}
/* line 673, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner.orange .pros-list p::before {
  color: #ff924a;
}
/* line 678, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .logo {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
/* line 685, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .logo img {
  margin: 0 auto;
  width: auto;
  max-height: 40px;
  max-width: 120px !important;
}
@media all and (max-width: 600px) {
  /* line 685, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .logo img {
    margin: 0;
    max-width: 160px !important;
  }
}
@media all and (max-width: 600px) {
  /* line 678, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .logo {
    position: relative;
    color: #fff;
  }
}
/* line 702, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .logo .text {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
/* line 709, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .button-default.bookmaker-link.green {
  background-color: #43a047;
  text-transform: none;
}
/* line 714, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .medal-container {
  position: relative;
}
/* line 717, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .medal-container img {
  position: absolute;
  left: 0;
  top: 18px;
  height: 80px;
}
/* line 724, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .medal-container span {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  left: 60px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}
/* line 737, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5;
}
/* line 742, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .button-white {
  text-transform: none;
}
/* line 745, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .draw-block {
  height: 0;
}
/* line 748, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .helper-inner-container {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 295px;
  position: absolute;
}
/* line 757, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .helper-inner-container.show-second .first-helper-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
/* line 760, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .helper-inner-container.show-second .second-helper-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
/* line 765, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .first-helper-menu,
.top-banner .helper-block .second-helper-menu {
  min-width: 285px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 769, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .first-helper-menu .hlp-item.button-white,
.top-banner .helper-block .second-helper-menu .hlp-item.button-white {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 10px 0 15px;
  padding: 11px 5px 10px 5px;
  text-transform: none;
}
/* line 779, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .first-helper-menu .hlp-item.button-white:last-child,
.top-banner .helper-block .second-helper-menu .hlp-item.button-white:last-child {
  border-bottom: none;
}
/* line 782, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .first-helper-menu .icon-arrow-up:before,
.top-banner .helper-block .first-helper-menu .icon-arrow-down:before,
.top-banner .helper-block .second-helper-menu .icon-arrow-up:before,
.top-banner .helper-block .second-helper-menu .icon-arrow-down:before {
  display: block;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 789, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .first-helper-menu {
  border-bottom: none;
}
/* line 791, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .first-helper-menu .hlp-item:last-child {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 796, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .helper-block .second-helper-menu .icon-arrow-down:before {
  padding-top: 12px;
}
@media all and (max-width: 650px) {
  /* line 803, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.3)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3) 80%);
  }
  /* line 807, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide {
    margin: auto;
    position: relative;
    left: auto;
    -webkit-transform: unset;
            transform: unset;
    top: 25px;
  }
}
@media all and (max-width: 650px) and (max-width: 600px) {
  /* line 807, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner .slide {
    top: 0;
  }
}

/* line 821, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner.is-bra-winner .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
}
@media all and (max-width: 600px) {
  /* line 821, ../../sass/reviews-v3/parts/components/_top-banner.scss */
  .top-banner.is-bra-winner .logo {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
/* line 831, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner.is-bra-winner .logo .brawards-link {
  z-index: 15;
}
/* line 835, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner.is-bra-winner .logo .brawards-mark {
  display: block;
  width: 56px;
  height: 56px;
  background: url(/wp-content/themes/bmr/assets-v2/img/brf-2018/winner-alt.png) no-repeat;
  background-size: 100%;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
}

/* line 850, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.obzor-bukmekerskoy-kontory-zenitbet .top-banner .slide .logo {
  margin-top: -25px;
}

/* line 858, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .bonus-sun {
  position: absolute;
  left: -5px;
  bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
  z-index: 15;
}
/* line 867, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .bonus-sun .sun {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  background-image: url("/wp-content/themes/bmr/assets-v2/img/bonus-label-bg.png");
  background-size: cover;
  color: black;
}
/* line 878, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .bonus-sun .sun .upto {
  margin: 1px 0 2px 0;
  font-size: 10px;
}
/* line 883, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .bonus-sun .sun .summ {
  font-weight: bold;
  font-size: 12px;
}
/* line 889, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .bonus-sun .text {
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}
/* line 897, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.top-banner .button-v {
  width: 100%;
}

/* line 903, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.wsun-sticker.top-banner .slide {
  top: 88px;
}
/* line 906, ../../sass/reviews-v3/parts/components/_top-banner.scss */
.wsun-sticker.top-banner .helper-block {
  top: 13px;
}

@-webkit-keyframes viewBonusButton {
  to {
    opacity: 1;
  }
}

@keyframes viewBonusButton {
  to {
    opacity: 1;
  }
}
/* line 1, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version {
  background: #fff;
  margin-top: 6px;
  padding: 0 15px 15px;
}
/* line 6, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version ul li {
  font-style: italic;
  margin-left: 10px;
}
/* line 10, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version ul li:before {
  background: #131313;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 6px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 7px;
}
/* line 21, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .sub-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f2f2;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  min-height: 55px;
  height: auto;
  padding: 5px 0;
}
/* line 34, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .sub-title::after {
  color: #131313;
  content: "\e6b4";
  font-size: 20px;
  margin-left: 10px;
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
          transform: rotate3d(1, 0, 0, 180deg);
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
/* line 44, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .sub-title:not(.opened)::after {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
          transform: rotate3d(1, 0, 0, 0deg);
}
/* line 47, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .sub-title:not(.opened) ~ .sub-content {
  max-height: 0;
}
/* line 52, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .sub-content {
  overflow: hidden;
}
/* line 55, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .sub-content > :first-child {
  margin-top: 10px;
}
/* line 58, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .sub-content > p {
  margin-bottom: 10px;
}
/* line 62, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .text-img {
  display: inline-block;
  position: relative;
}
/* line 66, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .text-img img {
  width: auto;
}
/* line 69, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .text-img .close-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 55px;
}
/* line 83, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .text-img .close-btn::before {
  content: "\e63f";
  font-size: 24px;
}
/* line 89, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .text-img.opened .close-btn::before {
  content: "\e640";
}
/* line 92, ../../sass/reviews-v3/parts/components/_text-version.scss */
.text-version .text-img.disabled .close-btn {
  display: none;
}
@media all and (min-width: 951px) {
  /* line 98, ../../sass/reviews-v3/parts/components/_text-version.scss */
  .text-version .text-img:not(.disabled):not(.opened) img {
    max-height: 400px;
  }
  /* line 101, ../../sass/reviews-v3/parts/components/_text-version.scss */
  .text-version .text-img:not(.disabled) .close-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 2, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 5, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main-content .sub-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
/* line 8, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main-content .sub-block .info-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-right: 1px solid #ffffff;
}
/* line 15, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main-content .sub-block .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 21, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .sub-block {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  padding: 0;
}
/* line 26, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .sub-block .sections {
  width: 100%;
}
/* line 29, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .sub-block .h3 {
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px 10px;
  margin: 0;
  min-height: 0;
}
/* line 37, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .sub-block .h4 {
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
/* line 45, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 10px;
  min-height: 70px;
}
/* line 53, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main::before {
  color: #00ace8;
  font-size: 30px;
}
/* line 58, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main .title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}
/* line 64, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main .data {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 15px;
  margin-left: 5px;
}
/* line 69, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .main .lang {
  font-size: 14px;
  font-style: italic;
}
/* line 74, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .info::before {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  content: attr(data-title);
  font-size: 13px;
  font-weight: bold;
}
/* line 80, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .info.assets {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: bold;
}
/* line 83, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .info.assets a {
  font-size: 13px;
  font-weight: bold;
}
/* line 87, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .info.sections {
  width: 100%;
}
/* line 89, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .info.sections .elements-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
/* line 94, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .info.sections .top-block {
  width: 100%;
}
/* line 98, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .trading-element {
  padding: 10px 0 0;
}
/* line 103, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .row div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 54px;
  border-bottom: 1px solid #fff;
  text-align: center;
  min-height: 50px;
  padding: 0;
}
/* line 113, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .row .check {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
/* line 121, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .row .check::before {
  color: #bababa;
  content: "\e62d";
  font-size: 18px;
}
/* line 127, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .row .trading-element {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 14px;
}
/* line 131, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .row .assets.trading-element {
  cursor: pointer;
}
/* line 134, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .row .value:nth-child(even),
.trading .row .trading-element:nth-child(even) {
  background-color: #f1f2f2;
}
/* line 138, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .row .value:nth-child(odd),
.trading .row .trading-element:nth-child(odd) {
  background-color: #F8F9F9;
}
/* line 143, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .row .check.checked::before {
  color: #43a047;
  content: "\e913";
}
/* line 149, ../../sass/reviews-v3/parts/components/_trading.scss */
.trading .checking {
  background-color: #f8f9f9;
  min-height: 65px;
}

@media all and (max-width: 800px) {
  /* line 159, ../../sass/reviews-v3/parts/components/_trading.scss */
  .trading .block-content .row .trading-blank {
    display: none;
  }
  /* line 165, ../../sass/reviews-v3/parts/components/_trading.scss */
  .trading .block-content {
    display: block;
  }
}
/* line 3, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .sub-block,
.pass-fee .sub-block {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  padding: 10px 0 0;
}
/* line 9, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .sub-block .elements-container,
.pass-fee .sub-block .elements-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 13, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .sub-block h3,
.pass-fee .sub-block h3 {
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px 10px;
  margin: 0;
  min-height: 0;
}
/* line 22, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .main,
.pass-fee .main {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 10px;
  min-height: 70px;
}
/* line 30, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .main::before,
.pass-fee .main::before {
  color: #00ace8;
  font-size: 30px;
}
/* line 35, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .main .title,
.pass-fee .main .title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}
/* line 41, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .main .data,
.pass-fee .main .data {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 15px;
  margin-left: 5px;
}
/* line 46, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .main .lang,
.pass-fee .main .lang {
  font-size: 14px;
  font-style: italic;
}
/* line 51, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .info::before,
.pass-fee .info::before {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  content: attr(data-title);
  font-size: 13px;
  font-weight: bold;
}
/* line 58, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .info.sections,
.pass-fee .info.sections {
  width: 100%;
}
/* line 60, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .info.sections .elements-container,
.pass-fee .info.sections .elements-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
}
/* line 65, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .info.sections .top-block,
.pass-fee .info.sections .top-block {
  width: 100%;
  margin-bottom: 10px;
}
/* line 70, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .trading-element,
.pass-fee .trading-element {
  padding: 10px 0 0;
}
/* line 73, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .row,
.pass-fee .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 35px;
  min-width: 54px;
  width: 100%;
}
/* line 80, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .row div,
.pass-fee .row div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-width: 54px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
/* line 92, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .row .check,
.pass-fee .row .check {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
/* line 100, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .row .check::before,
.pass-fee .row .check::before {
  color: #bababa;
  content: "\e62d";
  font-size: 26px;
}
/* line 107, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .row .check.checked::before,
.pass-fee .row .check.checked::before {
  color: #43a047;
  content: "\e913";
}
/* line 113, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .checking,
.pass-fee .checking {
  background-color: #f8f9f9;
  min-height: 65px;
}

/* line 119, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.pass-fee .sub-block {
  width: 100%;
}

/* line 125, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 127, ../../sass/reviews-v3/parts/components/_option-properties.scss */
.option-properties .block-content .sub-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media all and (max-width: 800px) {
  /* line 134, ../../sass/reviews-v3/parts/components/_option-properties.scss */
  .option-properties .block-content {
    display: block;
  }
}
/* line 1, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap {
  padding: 0;
}
/* line 4, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-title-v {
  margin: 0 16px;
}
/* line 7, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .faq-question,
.questions-wrap .swipe-block,
.questions-wrap .content-v {
  padding: 0 16px;
}
/* line 15, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content .faq-question a, .questions-wrap .block-content .all-question a {
  font-weight: bold;
  font-size: 15px;
}
/* line 19, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content .faq-question a {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #f1f2f2;
}
/* line 24, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content .faq-question a:last-child {
  border-bottom: none;
}
/* line 28, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content .all-question {
  clear: both;
  padding: 20px 0;
  text-align: center;
}
/* line 33, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article {
  width: 33.33%;
  float: left;
  padding-right: 15px;
}
/* line 38, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-user-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 42, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-user-data img:not(.parallel) {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0 0;
}
/* line 49, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-user-data .question-author {
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 0 10px;
}
/* line 54, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-user-data .achivement-label {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
/* line 61, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-content h3 {
  margin: 10px 0;
  word-wrap: break-word;
  min-height: 56px;
}
/* line 66, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-content p {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.65);
}
/* line 72, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-content p.part-content {
  height: 70px;
  overflow: hidden;
}
/* line 79, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-comment-data {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 83, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-comment-data .comment-count {
  font-size: 13px;
}
/* line 86, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-comment-data .answer {
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
}
/* line 91, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-comment-data .answer .question-close {
  color: #54a65a;
}
/* line 95, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .question-comment-data i.icon-bubbles {
  color: #b9b9b9;
}
/* line 100, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .date-time-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 12px;
}
/* line 105, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .date-time-v .icon-calendar {
  font-size: 12px;
  color: #bababa;
  margin: 0 5px 0 0;
}
/* line 111, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-content article .date-time-v .date-numbers-v {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
/* line 122, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap.users-questions .block-content .swipe-content {
  padding-top: 20px;
}
/* line 125, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap.users-questions .block-title::after {
  top: 12px;
}
/* line 130, ../../sass/reviews-v3/parts/components/_questions.scss */
.questions-wrap .block-title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 950px) {
  /* line 135, ../../sass/reviews-v3/parts/components/_questions.scss */
  .questions-wrap .questions-title-wrap {
    display: block;
  }
  /* line 137, ../../sass/reviews-v3/parts/components/_questions.scss */
  .questions-wrap .questions-title-wrap .block-title {
    width: 90%;
  }

  /* line 143, ../../sass/reviews-v3/parts/components/_questions.scss */
  .review-block .title-buttons-group {
    display: none;
    padding: 0 0 14px 0;
  }

  /* line 149, ../../sass/reviews-v3/parts/components/_questions.scss */
  .review-block.opened .title-buttons-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 500px) {
  /* line 156, ../../sass/reviews-v3/parts/components/_questions.scss */
  #users-question h2.block-title {
    display: block;
  }
}

/* line 2, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .swipe-content {
  width: 100%;
}
/* line 4, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .swipe-content .swipe-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 9, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .bonuses-miniatures {
  background-color: white;
}
/* line 12, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .bonuses-miniatures .bonus {
  border: 4px solid white;
  border-top: none;
  border-bottom: none;
}
/* line 17, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .bonuses-miniatures .bonus:first-child {
  border-left: none;
}
/* line 21, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .bonuses-miniatures .bonus:last-child {
  border-right: none;
}
/* line 25, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .bonuses-miniatures .bonus .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
/* line 31, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .bonuses-miniatures .bonus .type {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
/* line 38, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .bonuses-miniatures .bonus .link-view {
  font-weight: bold;
  text-decoration: none;
  color: #00ACE8;
  font-size: 14px;
  line-height: 1.71;
}
/* line 45, ../../sass/reviews-v3/parts/components/_bonuses.scss */
.bonuses.review-block .bonuses-miniatures .bonus .link-view:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 2, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .swipe-content {
  width: 100%;
}
/* line 4, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .swipe-content .swipe-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 8, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .block-content .bonus {
  height: 220px;
}
/* line 10, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .block-content .bonus .title {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 15, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .block-content .bonus .link-view {
  padding-top: 10px;
}
@media all and (max-width: 736px) {
  /* line 8, ../../sass/reviews-v3/parts/components/_apps_review.scss */
  .review-block.apps-review .block-content .bonus {
    width: 33%;
    float: left;
  }
  /* line 21, ../../sass/reviews-v3/parts/components/_apps_review.scss */
  .review-block.apps-review .block-content .bonus .link-view {
    padding-top: 0;
    margin-top: 0 !important;
  }
}
/* line 26, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .block-content .bonus .rating {
  padding-top: 5px;
}
/* line 28, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .block-content .bonus .rating .rating-stars .stars::after,
.review-block.apps-review .block-content .bonus .rating .rating-stars i::before,
.review-block.apps-review .block-content .bonus .rating .rating-stars.with-border .stars::before {
  font-size: 15px;
}
/* line 34, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .block-content .bonus .rating .cnt {
  font-size: 18px;
  font-weight: bold;
}
/* line 39, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .block-content .bonus .link-get {
  max-width: 100%;
}
/* line 41, ../../sass/reviews-v3/parts/components/_apps_review.scss */
.review-block.apps-review .block-content .bonus .link-get i {
  margin-right: 5px;
}

/* line 2, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .block-content p {
  padding-bottom: 25px;
}
/* line 6, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .block-content.use-default-ui p {
  padding-bottom: 10px;
}
/* line 9, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .block-content.use-default-ui ul, .app-review .block-content.use-default-ui ol {
  margin: 0 0 10px;
}
/* line 16, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .app-border {
  height: 1px;
  background-color: #f1f2f2;
  margin: 0 16px;
}
/* line 21, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .review-block .block-title {
  padding: 10px 16px;
}
/* line 26, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .top-banner .slide {
  top: 100px;
}
/* line 29, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .top-banner .logo {
  padding-bottom: 12px;
}
/* line 33, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .top-banner .app-android-top-button img {
  margin-top: -10px;
  max-width: 285px !important;
}
/* line 39, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .top-banner .app-ios-top-button img {
  min-width: 235px;
  margin: 8px 0 0 18px;
}
/* line 46, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .review-block.ratings-block .block-title {
  padding: 10px 0 0;
}
/* line 50, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .slide-block-container.active .slide-more a {
  text-decoration: none;
}
/* line 53, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review:hover {
  text-decoration: none;
}
/* line 56, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .slide-block-container.active .slide-more a::before {
  display: inline-block;
  font-family: 'icomoon';
  text-decoration: none;
  padding-right: 8px;
  top: 2px;
  position: relative;
  content: "\e6b4";
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
/* line 66, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .slide-block-container.active .slide-more a::before {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
          transform: rotate3d(1, 0, 0, 180deg);
  top: 0;
}
/* line 70, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .slide-block-container.active.closed .slide-more a::before {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
          transform: rotate3d(1, 0, 0, 0deg);
}
/* line 75, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .slide-block-container.active .slide-more a::after {
  content: attr(data-slideup-title);
}
/* line 78, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .slide-block-container.active.closed .slide-more a::after {
  content: attr(data-slidedown-title);
}
/* line 82, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .slide-block-container.active .slide-more {
  text-align: center;
}
/* line 86, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .app-block {
  background-color: #fff;
}
/* line 88, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .app-block .slide-block {
  padding: 10px 16px 16px;
}
/* line 91, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .app-block p {
  text-align: left;
}
/* line 95, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .slide-more {
  padding-bottom: 16px;
}
/* line 106, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .app-updates .review-block {
  margin-bottom: 0;
  padding: 10px 16px 16px;
}
/* line 110, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .app-updates .update-date {
  font-weight: bold;
}
/* line 113, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .app-updates .update-block:last-child {
  border-bottom: 1px solid #f1f2f2;
  padding-bottom: 16px;
}
/* line 119, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 360px) {
  /* line 119, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .products-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 124, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .h4.block-title {
  font-size: 15px;
  font-weight: bold;
}
/* line 128, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .sub-block {
  margin-top: 0;
}
/* line 131, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .feat-title:before, .app-review .products-features .prod-title:before {
  font-family: icomoon;
  color: #00ace8;
  font-size: 26px;
  margin-right: 12px;
}
/* line 138, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .prod-title:before {
  content: "\e942";
}
/* line 141, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .feat-title:before {
  content: "\e955";
}
/* line 144, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
/* line 148, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .row div {
  text-align: left;
}
/* line 151, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .row .trading-element {
  padding-left: 25%;
}
@media all and (max-width: 1024px) {
  /* line 151, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .products-features .row .trading-element {
    padding-left: 14px;
  }
}
/* line 157, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .row .check {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 736px) {
  /* line 157, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .products-features .row .check {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 164, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .elements-container {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 70% !important;
      -ms-flex: 1 1 70% !important;
          flex: 1 1 70% !important;
}
@media all and (max-width: 736px) {
  /* line 164, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .products-features .elements-container {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 90% !important;
        -ms-flex: 1 1 90% !important;
            flex: 1 1 90% !important;
  }
}
/* line 171, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .products-features .checking {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 736px) {
  /* line 175, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .products-features .checking div {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 360px) {
  /* line 182, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .products-features .blank-block {
    display: none;
  }
}
/* line 188, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .sub-tabs {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding: 10px 0;
}
/* line 196, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .questions-wrap {
  padding: 0 16px;
}
/* line 198, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .questions-wrap .h2.block-title {
  padding: 10px 0;
}
/* line 203, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .feedbacks {
  padding: 0 16px;
}
/* line 205, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .feedbacks .h2.block-title {
  padding: 10px 0;
}
/* line 208, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .feedbacks .top-block {
  padding: 10px;
}
/* line 215, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .share-block {
  margin-top: -5px;
}
/* line 218, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .social_links_share {
  margin-left: 10px;
}
/* line 221, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .socials-container.socials-share a {
  margin: 0 13px 0 13px;
}
/* line 226, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .app-tech-chars .review-block.text {
  padding: 10px 16px 16px;
}
/* line 230, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .tech-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 232, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .tech-item .tech-item-title {
  font-weight: bold;
  display: inline-block;
}
/* line 236, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .tech-item .tech-item-content {
  display: inline-block;
  margin-left: 5px;
}
/* line 241, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .share {
  margin: 10px;
}
@media all and (max-width: 1024px) {
  /* line 245, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .bottom-banner {
    height: 60px;
  }
}
/* line 249, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .app-bottom-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-position-y: 50%;
}
@media all and (max-width: 1024px) {
  /* line 249, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .bottom-banner .app-bottom-wrapper {
    margin-left: 21%;
  }
}
@media all and (max-width: 950px) {
  /* line 249, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .bottom-banner .app-bottom-wrapper {
    margin-left: 30%;
  }
}
@media all and (max-width: 500px) {
  /* line 249, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .bottom-banner .app-bottom-wrapper {
    margin-left: 0;
  }
}
/* line 264, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .info {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 1024px) {
  /* line 264, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .bottom-banner .info {
    margin-left: 0;
  }
}
/* line 271, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .info:before:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 281, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .rating {
  padding-left: 12px;
}
@media all and (max-width: 1024px) {
  /* line 281, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .bottom-banner .rating {
    display: none;
  }
}
/* line 287, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .logo {
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  max-height: 50px;
  max-width: 118px;
  width: 100%;
}
/* line 297, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .logo-app-text {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0 0 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 18px;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  /* line 297, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .bottom-banner .logo-app-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    z-index: 1;
  }
}
/* line 311, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .bottom-app-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
/* line 315, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .bottom-app-btn img {
  z-index: 1;
}
@media all and (max-width: 640px) {
  /* line 311, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .bottom-banner .bottom-app-btn {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 325, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .app-android-button img {
  height: 75px;
  position: relative;
  left: 8px;
}
/* line 332, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .bottom-banner .app-ios-button img {
  height: 50px;
  padding-right: 5px;
}
/* line 338, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .multi-imaged {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 343, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .multi-imaged img {
  margin: 10px 0;
  max-width: 225px !important;
  margin-right: 5px;
}
@media all and (max-width: 735px) {
  /* line 338, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .multi-imaged {
    display: block;
  }
  /* line 350, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .multi-imaged img {
    margin: 10px auto;
  }
  /* line 353, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .multi-imaged img:first-child {
    margin-right: auto;
  }
}
/* line 358, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.app-review .not-market-btn {
  width: 265px;
  height: 60px;
}
@media all and (max-width: 768px) {
  /* line 358, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .not-market-btn {
    width: 228px;
  }
}
@media all and (max-width: 650px) {
  /* line 358, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
  .app-review .not-market-btn {
    width: 100%;
  }
}

/* line 372, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.sidebar .widget.widget_text {
  width: 240px !important;
}

/* line 376, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.sinlge-binaryoptionreviews #review-comments {
  max-width: 760px;
}

/* line 380, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.review-slide-block .prod-title.block-title::after,
.review-slide-block .feat-title.block-title::after {
  content: "" !important;
}

/* line 385, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.view-tabs.sub-tabs {
  margin-bottom: 0;
}
/* line 387, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.view-tabs.sub-tabs .tabs-wrapper {
  width: 100%;
  margin: 0 15px;
  border-bottom: 1px solid #f1f2f2;
  padding-bottom: 10px;
}
/* line 393, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.view-tabs.sub-tabs .tabs-wrapper .sort-menu .item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-right: none;
}

/* line 402, ../../sass/reviews-v3/parts/components/_app-reviews.scss */
.upper-slider .tabs-wrapper.posts-manage-menu {
  padding-top: 0;
}

/* line 2, ../../sass/reviews-v3/parts/components/_awards.scss */
.awards .awards-container-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px -16px;
}
/* line 8, ../../sass/reviews-v3/parts/components/_awards.scss */
.awards .item-v {
  margin-bottom: 16px;
  padding: 0 8px;
}
/* line 13, ../../sass/reviews-v3/parts/components/_awards.scss */
.awards .image-wrapper-v {
  width: 92px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 92px;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  margin-right: 16px;
  max-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 23, ../../sass/reviews-v3/parts/components/_awards.scss */
.awards .image-wrapper-v .image-v {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}
/* line 30, ../../sass/reviews-v3/parts/components/_awards.scss */
.awards .item-content-v {
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 35, ../../sass/reviews-v3/parts/components/_awards.scss */
.awards .uikit-text {
  font-size: 14px;
  line-height: 1.71;
  color: rgba(0, 0, 0, 0.65);
}

/* line 101, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new {
  font-size: 14px;
  color: #131313;
  line-height: 1.5;
  display: block;
  width: 260px;
  background-color: #212121;
  padding: 16px;
  margin: 0 0 6px 0;
}
/* line 112, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new.d-none {
  display: none !important;
}
/* line 116, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
/* line 123, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .list-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 128, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .item {
  display: block;
  font-size: 14px;
  padding: 3px 0;
  color: #ccc;
  text-decoration: none;
}
/* line 136, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .item-text {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border-bottom: 1px dashed transparent;
}
/* line 140, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .item-text:hover {
  color: #00ace8;
  border-bottom: 1px dashed #80d6f4;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 144, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .item-text:hover strong {
  color: #00ace8;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 150, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .item-text:not(:hover) {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 152, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .item-text:not(:hover) strong {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 158, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .sub-item {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.65;
  margin-left: 14px;
}
/* line 166, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new strong {
  color: #fff;
}
/* line 170, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .sub-item-text {
  color: #7e7e7e;
}
/* line 175, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .icon-right:before {
  font-size: 10px;
  font-weight: normal;
  color: #666;
  margin-left: -3px;
}
/* line 183, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .icon-apple-logo,
.contents-block-new .icon-android-logo {
  color: #fff;
}
/* line 188, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .more {
  font-weight: bold;
  color: #00ace8;
}
/* line 193, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 8px 16px;
}
/* line 199, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  margin-right: 12px;
}
/* line 205, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .logo {
  height: 14px;
  width: auto;
}
/* line 209, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .logo:not(:last-child) {
  margin-right: 7px;
}
/* line 214, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .has-icons {
  margin-top: -10px;
}
/* line 218, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .icons {
  font-size: 18px;
  margin-left: 12px;
}
/* line 224, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .icon:not(:last-child) {
  margin-right: 10px;
}
/* line 229, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .support-block {
  line-height: 26px;
  margin-top: 8px;
  font-weight: bold;
}
/* line 234, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .support-block > span {
  display: block;
}
/* line 239, ../../sass/reviews-v3/parts/components/_contents.scss */
.contents-block-new .live-chat {
  color: #00ace8;
}
@media (max-width: 760px) {
  /* line 101, ../../sass/reviews-v3/parts/components/_contents.scss */
  .contents-block-new {
    display: none;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
/* line 8, ../../../../base/assets/sass/animate/helpers/_base.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 12, ../../../../base/assets/sass/animate/helpers/_base.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 16, ../../../../base/assets/sass/animate/helpers/_base.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/* line 20, ../../../../base/assets/sass/animate/helpers/_base.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* line 24, ../../../../base/assets/sass/animate/helpers/_base.scss */
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* line 29, ../../../../base/assets/sass/animate/helpers/_base.scss */
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
/* line 35, ../../../../base/assets/sass/animate/animations/attention-seekers/_tada.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* line 51, ../../../../base/assets/sass/animate/animations/fade-enter/_fadeInUp.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes popup-circle-pulse {
  0%, 40%, 80%, 100% {
    -webkit-transform: translate(-10px, -10px) scale(0.1);
            transform: translate(-10px, -10px) scale(0.1);
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px) scale(1.1);
            transform: translate(-10px, -10px) scale(1.1);
    background-color: rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-transform: translate(-10px, -10px) scale(1.4);
            transform: translate(-10px, -10px) scale(1.4);
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes popup-circle-pulse {
  0%, 40%, 80%, 100% {
    -webkit-transform: translate(-10px, -10px) scale(0.1);
            transform: translate(-10px, -10px) scale(0.1);
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px) scale(1.1);
            transform: translate(-10px, -10px) scale(1.1);
    background-color: rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-transform: translate(-10px, -10px) scale(1.4);
            transform: translate(-10px, -10px) scale(1.4);
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes typing-pulse {
  0%, 25%, 75%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes typing-pulse {
  0%, 25%, 75%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
/* line 36, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 50%;
  bottom: 105px !important;
  margin-left: 635px;
  padding: 10px 12px 10px 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e53935;
  border-radius: 30px;
  z-index: 10000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: .9;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
  color: #fff;
}
@media all and (max-width: 1414px) {
  /* line 36, ../../sass/reviews-v3/parts/_chat.scss */
  .open-popup-button {
    left: initial;
    right: 25px;
    margin-left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media all and (max-width: 950px) {
  /* line 36, ../../sass/reviews-v3/parts/_chat.scss */
  .open-popup-button {
    display: none;
  }
}
/* line 65, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button:hover {
  opacity: 1;
}
/* line 69, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button.hide {
  opacity: 0;
}
/* line 73, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .circle {
  position: relative;
  margin: 0 17px 0 10px;
}
/* line 77, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .circle::before, .open-popup-button .circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: '';
}
/* line 85, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .circle::before {
  width: 20px;
  height: 20px;
  -webkit-animation: popup-circle-pulse 2s infinite;
          animation: popup-circle-pulse 2s infinite;
}
/* line 91, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .circle::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
}
/* line 99, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .text-group {
  position: relative;
  top: 1px;
}
/* line 103, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .chat-name {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
/* line 108, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .online-count {
  position: relative;
  left: -1px;
  margin-top: 2px;
  font-size: 10px;
  font-weight: bold;
}
/* line 115, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .online-count[data-count="0"] {
  display: none;
}
/* line 119, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .online-count::before {
  margin-right: 2px;
  font: 10px 'icomoon';
  content: '\e966';
}
/* line 125, ../../sass/reviews-v3/parts/_chat.scss */
.open-popup-button .online-count::after {
  content: attr(data-count);
}

/* line 131, ../../sass/reviews-v3/parts/_chat.scss */
.popup-chat {
  position: fixed !important;
  bottom: 5px;
  right: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(678px);
          transform: translateX(678px);
  background-color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 100000;
}
@media all and (max-width: 1366px) {
  /* line 131, ../../sass/reviews-v3/parts/_chat.scss */
  .popup-chat {
    right: 5px;
    -webkit-transform: initial;
            transform: initial;
  }
}
/* line 148, ../../sass/reviews-v3/parts/_chat.scss */
.popup-chat.open {
  width: 331px;
  height: 98%;
}
/* line 153, ../../sass/reviews-v3/parts/_chat.scss */
.popup-chat.has-spinner::after {
  color: #00ace8;
  font-size: 40px;
}
/* line 159, ../../sass/reviews-v3/parts/_chat.scss */
.popup-chat .chat_wrapper .inline-count::before {
  content: attr(data-mobile) !important;
}
/* line 163, ../../sass/reviews-v3/parts/_chat.scss */
.popup-chat .chat_wrapper button[type="submit"] span {
  display: none;
}
/* line 168, ../../sass/reviews-v3/parts/_chat.scss */
.popup-chat .exit,
.popup-chat .link-expand {
  display: block !important;
}

@media all and (max-width: 500px) {
  /* line 175, ../../sass/reviews-v3/parts/_chat.scss */
  body.has-branding .wrapper .content.inner {
    z-index: initial;
  }
}
/* line 180, ../../sass/reviews-v3/parts/_chat.scss */
body.safari .messages-inner {
  padding: 20px 0;
}

/* line 184, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #f1f2f2;
}
/* line 204, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #00ace8;
  width: 0;
  -webkit-transition: width .1s;
  transition: width .1s;
  z-index: 15;
}
/* line 215, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .messages > .bmr-loading-spinner {
  display: block;
  position: relative;
  height: 85px;
  max-height: 85px;
  z-index: initial;
  -webkit-transition: .5s max-height;
  transition: .5s max-height;
  overflow: hidden;
}
/* line 224, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .messages > .bmr-loading-spinner::before {
  color: #00ace8;
  font-size: 40px;
}
/* line 229, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .messages > .bmr-loading-spinner.off {
  max-height: 0;
}
/* line 234, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #f1f2f2;
}
/* line 243, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .left-group,
.chat_wrapper .title-row .right-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 250, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .right-group > * {
  cursor: pointer;
}
/* line 254, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .right-group i {
  font-size: 22px;
  color: #bababa;
}
/* line 260, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row a {
  text-decoration: none;
}
/* line 264, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .name {
  margin-right: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
/* line 270, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .inline-count {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #bbb;
}
/* line 276, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .inline-count::before {
  content: attr(data-dekstop);
}
@media all and (max-width: 500px) {
  /* line 276, ../../sass/reviews-v3/parts/_chat.scss */
  .chat_wrapper .title-row .inline-count::before {
    content: attr(data-mobile);
  }
}
/* line 284, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .inline-count[data-loaded="1"]::after {
  position: absolute;
  left: 100%;
  top: 0;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background-color: #43a047;
  border-radius: 50%;
  content: '';
}
/* line 297, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .mute {
  margin-right: 8px;
}
/* line 300, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .mute > i::before {
  color: #00ace8;
  font-size: 22px;
}
/* line 305, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .mute.muted > i::before {
  color: #bababa;
  content: '\e97b';
}
/* line 311, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .link-expand {
  margin-right: 3px;
  display: none;
}
/* line 315, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .link-expand > i::before {
  position: relative;
  top: -2px;
  font-size: 16px;
}
/* line 322, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .title-row .exit {
  display: none;
}
/* line 327, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
/* line 331, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .new-message-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f1f2f2;
  background-color: white;
  z-index: 11;
}
/* line 341, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .new-message-box {
  position: relative;
  height: 100%;
  padding: 15px 10px;
  font-size: 13px;
  line-height: 19px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-height: 18px;
  max-height: 180px;
  overflow-y: auto;
  cursor: text;
}
/* line 353, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .new-message-cont {
  height: 100%;
}
/* line 357, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .new-message-reply-to {
  color: #00ace8;
}
/* line 361, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .new-message-placeholder {
  color: #9c9c9c;
}
/* line 365, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message [name="chat_message"] {
  display: inline;
  border: none;
  outline: none;
}
/* line 371, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .file {
  position: relative;
  color: #c3c3c3;
  text-align: center;
  cursor: pointer;
}
/* line 377, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .file:hover {
  color: #00ace8;
}
/* line 381, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .file i {
  display: block;
  font-size: 20px;
}
/* line 386, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .file input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9999;
}
/* line 398, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .group1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 405, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message button[type="submit"] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  color: #00ace8;
  background: none;
  border: 0;
  outline: none;
  z-index: 9999;
}
/* line 416, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message button[type="submit"] i {
  display: block;
  margin-right: 8px;
  font-size: 18px;
}
/* line 422, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message button[type="submit"] span {
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
}
@media all and (max-width: 500px) {
  /* line 422, ../../sass/reviews-v3/parts/_chat.scss */
  .chat_wrapper .new-message button[type="submit"] span {
    display: none;
  }
}
/* line 433, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .error-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #bf2324;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  color: white;
  padding: 7px 15px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
/* line 449, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .new-message .error-wrap.active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
/* line 455, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .messages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 15px;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 464, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .messages-inner {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
/* line 469, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  color: #131313;
}
/* line 474, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w + .one-m-w {
  margin-top: 5px;
}
/* line 478, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own {
  text-align: right;
}
/* line 482, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .one-m > .msg {
  background-color: #00ace8;
  color: white;
}
/* line 486, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .one-m > .msg > .message-to {
  background-color: #00ace8;
  color: white;
}
/* line 495, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .m-wrap {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-width: 0;
}
/* line 500, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .author-avatar {
  margin-right: 10px;
}
/* line 505, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .author-title .name {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
/* line 511, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .author-title .achivement-label {
  margin: 0 5px;
}
/* line 514, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .author-title .time {
  margin-left: 3px;
  font-size: 12px;
  color: #bbb;
}
/* line 521, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m {
  position: relative;
  cursor: pointer;
}
/* line 525, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m + .one-m {
  margin-top: 2px;
}
/* line 529, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m > .msg {
  display: inline-block;
  max-width: 70%;
  padding: 5px 10px;
  word-wrap: break-word;
  background-color: #f1f2f2;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}
/* line 539, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m > .msg.has-spinner::before {
  background-color: transparent;
}
/* line 543, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m > .msg > .message-to {
  margin-right: 3px;
  color: #00ace8;
}
/* line 551, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m.highlight > span {
  /*background: rgba(189, 255, 7, 0.2);*/
}
/* line 555, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m.removed {
  opacity: .3;
}
/* line 558, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m.removed .remove-icon {
  display: none;
}
/* line 563, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m:hover .remove-icon {
  opacity: 1;
}
/* line 570, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m.img img {
  opacity: 0;
}
/* line 574, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m.img > span {
  padding: 0;
  font-size: 0;
  background-color: #c3c3c3;
  cursor: pointer;
}
/* line 580, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .one-m.img > span.loaded img {
  opacity: 1;
}
/* line 586, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .remove-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
/* line 595, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .remove-icon::after {
  font: 20px 'icomoon';
  color: #e53935;
  content: '\e62d';
}
/* line 603, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .remove-icon {
  left: 5px;
  right: initial;
}
/* line 610, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .m-inner.one .one-m > span {
  border-radius: 17px 4px 17px 17px;
}
/* line 615, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .m-inner.duo .one-m:first-child > span {
  border-radius: 17px 17px 4px 17px;
}
/* line 618, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .m-inner.duo .one-m > span {
  border-radius: 17px 4px 17px 17px;
}
/* line 624, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .m-inner.multiple .one-m > span {
  border-radius: 17px 4px 4px 17px;
}
/* line 627, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .m-inner.multiple .one-m:first-child > span {
  border-radius: 17px 17px 4px 17px;
}
/* line 630, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w.own .m-inner.multiple .one-m:last-child > span {
  border-radius: 17px 4px 17px 17px;
}
/* line 637, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .m-inner {
  margin-top: 3px;
}
/* line 641, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .m-inner.one .one-m > span {
  border-radius: 4px 17px 17px 17px;
}
/* line 646, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .m-inner.duo .one-m:first-child > span {
  border-radius: 17px 17px 17px 4px;
}
/* line 649, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .m-inner.duo .one-m > span {
  border-radius: 4px 17px 17px 17px;
}
/* line 655, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .m-inner.multiple .one-m > span {
  border-radius: 4px 17px 17px 4px;
}
/* line 658, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .m-inner.multiple .one-m:first-child > span {
  border-radius: 17px 17px 17px 4px;
}
/* line 661, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .one-m-w .m-inner.multiple .one-m:last-child > span {
  border-radius: 4px 17px 17px 17px;
}
/* line 668, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .whos-typing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
/* line 673, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .whos-typing > div:not(:first-child) {
  margin-left: -15px;
}
/* line 677, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .whos-typing .avatar-more {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00ace8;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 36px;
  font-weight: bold;
  z-index: 10;
}
/* line 690, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .whos-typing .typing-symbol {
  margin-left: 8px;
  padding: 0 10px 5px 10px;
  background-color: #f1f2f2;
  border-radius: 15px;
}
/* line 696, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .whos-typing .typing-symbol > i {
  margin: 0 4px;
}
/* line 700, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .whos-typing .typing-symbol > i {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
/* line 704, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .whos-typing .typing-symbol::after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
/* line 708, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .whos-typing .typing-symbol > i, .chat_wrapper .whos-typing .typing-symbol::before, .chat_wrapper .whos-typing .typing-symbol::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bbb;
  content: '';
  -webkit-animation-name: typing-pulse;
          animation-name: typing-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/* line 724, ../../sass/reviews-v3/parts/_chat.scss */
.chat_wrapper .achivement-label {
  font-size: 10px;
  line-height: 17px;
}

/* line 730, ../../sass/reviews-v3/parts/_chat.scss */
.nicescroll-rails-hr {
  display: none !important;
}

/* line 734, ../../sass/reviews-v3/parts/_chat.scss */
#usedesk-messenger {
  display: none;
}
/* line 737, ../../sass/reviews-v3/parts/_chat.scss */
#usedesk-messenger #uw-main-button,
#usedesk-messenger #uw-main-button-close {
  display: none;
}
/* line 742, ../../sass/reviews-v3/parts/_chat.scss */
#usedesk-messenger.visible {
  display: inherit;
}

/* line 2, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper {
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 600px;
  max-width: 100%;
  background: #fff;
}
/* line 11, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper > .mfp-header .h3 {
  padding: 15px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
/* line 19, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper > .mfp-content {
  position: relative;
  padding: 25px 15px 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
/* line 25, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper > .mfp-content p {
  color: #777;
  margin-bottom: 10px;
}
/* line 29, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper > .mfp-content strong {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
/* line 34, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper .mfp-actions {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 15px 0 15px;
}
/* line 39, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper .mfp-actions button + button {
  margin-left: 20px;
}
/* line 42, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper .mfp-actions button {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  color: white;
  padding: 11px 0;
}
/* line 47, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper .mfp-actions button.cancel {
  background: black;
}
/* line 50, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper .mfp-actions button:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  content: '';
}
@media all and (max-width: 500px) {
  /* line 60, ../../sass/reviews-v3/parts/popups/_notifications.scss */
  .mfp-notify > .mfp-wrapper .mfp-actions button + button {
    margin-left: 10px;
  }
}
/* line 65, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify > .mfp-wrapper .mfp-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
  z-index: 1015;
}
/* line 77, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify[data-type="forecaster"] [data-type-author] {
  display: none;
}
/* line 83, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify[data-type="author"] [data-type-forecaster] {
  display: none;
}

/* line 93, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify .h3,
.mfp-notify button.confirm {
  background: black;
}
/* line 100, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.forecast .h3,
.mfp-notify.forecast button.confirm {
  background: #f27046;
}
/* line 111, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.info > .mfp-wrapper > .mfp-header h3 {
  background: #3b86c4;
}
/* line 120, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.error > .mfp-wrapper {
  width: 400px;
}
/* line 124, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.error > .mfp-wrapper > .mfp-header .h3 {
  font-size: 16px;
  background: #ef5350;
  padding: 11px;
}
/* line 131, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.error > .mfp-wrapper > .mfp-content {
  padding: 15px 40px 5px 40px;
}
/* line 134, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.error > .mfp-wrapper > .mfp-content p {
  font-size: 14px;
  line-height: 1.3em;
}
/* line 140, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.error > .mfp-wrapper > .mfp-actions {
  color: #ef5350;
  padding: 20px 40px 5px 40px;
  border-top: 1px solid #dedede;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 146, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.error > .mfp-wrapper > .mfp-actions::before {
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #fff;
  font: 20px "icomoon";
  color: #dedede;
  content: '\e62d';
}
/* line 157, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.error > .mfp-wrapper > .mfp-actions p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
/* line 164, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-notify.error > .mfp-wrapper > .mfp-close {
  top: 11px;
  right: 7px;
}

/* line 174, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.mfp-notify > .mfp-wrapper > .mfp-header {
  margin: 0 15px;
  border-bottom: 1px solid #EBEBEB;
}
/* line 178, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.mfp-notify > .mfp-wrapper > .mfp-header .h3 {
  color: black;
  background: transparent;
}
/* line 183, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.mfp-notify > .mfp-wrapper .mfp-close {
  color: #000;
}
/* line 186, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.mfp-notify > .mfp-wrapper button.confirm {
  background: #f27046;
}

/* line 193, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1.mfp-notify > .mfp-wrapper {
  width: 320px;
  padding-bottom: 17px;
}
/* line 198, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1.mfp-notify > .mfp-wrapper > .mfp-header .h3 {
  color: #131313;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 25px 14px 0;
}
/* line 206, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1.mfp-notify > .mfp-wrapper > .mfp-content {
  padding: 18px 15px 0 15px;
}
/* line 209, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1.mfp-notify > .mfp-wrapper > .mfp-content p {
  color: #131313;
  margin-bottom: 16px;
  line-height: 21px;
}
/* line 214, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1.mfp-notify > .mfp-wrapper > .mfp-content strong {
  font-size: 15px;
  color: #191919;
}
/* line 220, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1.mfp-notify > .mfp-wrapper .mfp-actions {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 225, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1.mfp-notify > .mfp-wrapper .mfp-actions button:not(:last-child) {
  margin-bottom: 16px;
}
/* line 230, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1.mfp-notify > .mfp-wrapper .mfp-close {
  top: 19px;
  font-size: 20px;
}
/* line 236, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1 .subscription-unsubscribe-ok {
  background-color: #00ace8;
}
/* line 240, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-new-look.modern-v1 .subscription-unsubscribe-link {
  font-size: 13px;
  color: #131313;
  text-decoration: underline;
}

/*
====== Move-horizontal effect ======
*/
/* line 250, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-move-vertical {
  /* start state */
  /* animate in */
  /* animate out */
}
/* line 253, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-move-vertical .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
/* line 260, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-move-vertical.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 267, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-move-vertical.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* line 271, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-move-vertical.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* line 279, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-move-vertical.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
}
/* line 283, ../../sass/reviews-v3/parts/popups/_notifications.scss */
.mfp-move-vertical.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 1, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb {
  -webkit-transform: scale(0);
          transform: scale(0);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.1, 0.41, 0.34, 1.82);
  transition: -webkit-transform 0.5s cubic-bezier(0.1, 0.41, 0.34, 1.82);
  transition: transform 0.5s cubic-bezier(0.1, 0.41, 0.34, 1.82);
  transition: transform 0.5s cubic-bezier(0.1, 0.41, 0.34, 1.82), -webkit-transform 0.5s cubic-bezier(0.1, 0.41, 0.34, 1.82);
}
/* line 15, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .inner {
  width: 550px;
  height: 486px;
  background: url("/wp-content/themes/bmr/assets-v2/img/banners/vote-for-rb-bg.jpg") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
/* line 32, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb.open {
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* line 35, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb h2 {
  margin-top: 252px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 41, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb h2 br {
  display: none;
}
/* line 43, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb hr {
  height: 2px;
  border: 0;
  background-color: #fff;
  width: 20%;
  margin: 15px auto;
}
/* line 50, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb p {
  font-style: italic;
}
/* line 53, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb p strong {
  font-weight: bold;
}
/* line 57, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 60px;
  width: 100%;
  text-align: center;
}
/* line 65, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .buttons a {
  width: 250px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 76, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .buttons a:hover {
  text-decoration: none;
}
/* line 81, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .like-btn {
  background-color: #484848;
  margin-right: 10px;
}
/* line 85, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .like-btn:hover {
  background-color: #626262;
}
/* line 89, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .vote-btn {
  margin-left: 10px;
  background-color: #c33e37;
}
/* line 93, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .vote-btn:hover {
  background-color: #d1625c;
}
/* line 98, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .icon-close {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: black;
}
/* line 107, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
#vote-for-rb .icon-close:before {
  display: block;
  position: absolute;
  right: -4px;
  top: 2px;
  font-size: 30px;
}
@media all and (max-width: 500px) {
  /* line 1, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  /* line 120, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb .inner {
    width: 320px;
    height: 480px;
    background-image: url("/wp-content/themes/bmr/assets-v2/img/banners/vote-for-rb-bg-mobile.jpg");
  }
  /* line 125, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb hr {
    width: 35%;
  }
  /* line 128, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb h2 {
    margin-top: 215px;
  }
  /* line 131, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb h2 br {
    display: block;
  }
  /* line 135, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb .inner {
    background-size: cover;
  }
  /* line 138, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb .buttons {
    bottom: 0;
    height: 45px;
  }
  /* line 142, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb .buttons a {
    font-size: 14px;
    width: 50%;
    margin: 0;
  }
}
@media all and (max-height: 480px) {
  /* line 1, ../../sass/reviews-v3/parts/popups/_vote-for-rb.scss */
  #vote-for-rb {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

/* line 1, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup {
  width: 390px;
  background: #fff;
  color: #131313;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
/* line 12, ../../sass/reviews-v3/parts/popups/_messages.scss */
.popup-container.open .msg-popup {
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* line 16, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .msg-header {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f1f2f2;
  padding: 0 25px 15px 0;
  margin: 0 0 20px;
  position: relative;
}
/* line 25, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .icon-close {
  color: #131313;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 32, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .msg-top-text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 23px;
}
/* line 38, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .msg-middle-text {
  font-size: 14px;
  line-height: 20px;
  color: #959595;
  margin-bottom: 17px;
}
/* line 45, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .msg-bottom-text {
  font-size: 18px;
  font-style: italic;
}
/* line 50, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .msg-line {
  font-size: 18px;
  margin-bottom: 20px;
  color: #dedede;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 60, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .msg-line::before, .msg-popup .msg-line::after {
  border-top: 1px solid #dedede;
  height: 1px;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
/* line 67, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .msg-line .msg-icon {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 83, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup .msg-line .msg-icon::before {
  content: "\e913";
}
/* line 91, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.success .msg-icon::before {
  content: "\e913";
}
/* line 95, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.success .msg-bottom-text {
  color: #3b86c4;
}
/* line 101, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.error .msg-icon::before {
  content: "\e62d";
}
/* line 105, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.error .msg-bottom-text {
  color: #e56c69;
}
/* line 109, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.error-red {
  width: 500px;
  max-width: 100%;
}
/* line 113, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.error-red .msg-header {
  color: #c62828;
}
/* line 116, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.error-red .msg-top-text {
  font-weight: bold;
}
/* line 120, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.error-red .msg-top-text,
.msg-popup.error-red .msg-middle-text {
  text-align: center;
}
/* line 124, ../../sass/reviews-v3/parts/popups/_messages.scss */
.msg-popup.error-red .msg-icon::before {
  content: '\e62d';
}

/* line 22, ../../sass/_parts/_popups/_away.scss */
#away-window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 10000000;
}
/* line 35, ../../sass/_parts/_popups/_away.scss */
#away-window.active {
  display: block;
}
/* line 39, ../../sass/_parts/_popups/_away.scss */
#away-window .away {
  width: 100%;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  padding: 0 36px;
}
@media all and (max-width: 950px) {
  /* line 39, ../../sass/_parts/_popups/_away.scss */
  #away-window .away {
    padding: 0;
  }
}
/* line 51, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1085px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
@media all and (max-width: 950px) {
  /* line 51, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0 10px 0;
  }
}
/* line 67, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-content {
  width: 60%;
  max-height: 400px;
  padding: 20px 0 0 0;
}
@media all and (max-width: 1160px) {
  /* line 67, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-content {
    width: 55%;
  }
}
@media all and (max-width: 1024px) {
  /* line 67, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-content {
    width: 50%;
  }
}
@media all and (max-width: 950px) {
  /* line 67, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px 20px 0 20px;
  }
}
@media all and (max-width: 480px) {
  /* line 67, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-content {
    padding: 10px 10px 0 10px;
  }
}
/* line 91, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message {
  display: none;
  margin: 10px 0 0 0;
}
@media all and (max-width: 950px) {
  /* line 91, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message {
    margin: 0;
  }
}
/* line 99, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 640px) {
  /* line 99, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 108, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message-avatar {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 82px;
  min-height: 82px;
  width: 82px;
  min-width: 82px;
  margin: 0 0 16px 0;
}
@media all and (max-width: 480px) {
  /* line 108, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message-avatar {
    height: 48px;
    min-height: 48px;
    width: 48px;
    min-width: 48px;
  }
}
/* line 127, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message-header {
  display: none;
}
/* line 132, ../../sass/_parts/_popups/_away.scss */
#away-window .answer .away-chat-message-text {
  margin: 0 0 0 auto;
}
/* line 136, ../../sass/_parts/_popups/_away.scss */
#away-window .answer .away-chat-message-text-container {
  text-align: right;
  background: #00ace8;
  border-radius: 20px 20px 3px 20px;
  color: #fff;
  word-wrap: break-word;
  max-width: 100%;
  margin: 0 18px 0 0;
}
/* line 147, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message-text-container {
  font-size: 15px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 3px;
  margin: 0 18px 4px 10px;
  padding: 12px 16px;
  line-height: 1.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 75%;
}
@media all and (max-width: 480px) {
  /* line 147, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message-text-container {
    margin: 0 0 4px 0;
    font-size: 14px;
  }
}
/* line 163, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message-text-container:nth-child(2), #away-window .away-chat-message-text-container:nth-child(3) {
  border-radius: 3px 20px 20px 3px;
  max-width: 100%;
}
@media all and (max-width: 1160px) {
  /* line 163, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message-text-container:nth-child(2), #away-window .away-chat-message-text-container:nth-child(3) {
    width: auto;
  }
}
@media all and (max-width: 640px) {
  /* line 163, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message-text-container:nth-child(2), #away-window .away-chat-message-text-container:nth-child(3) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media all and (max-width: 480px) {
  /* line 163, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message-text-container:nth-child(2), #away-window .away-chat-message-text-container:nth-child(3) {
    width: auto;
  }
}
/* line 180, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message-text-container:nth-child(4) {
  max-width: 100%;
}
@media all and (max-width: 1160px) {
  /* line 185, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message-text-container:nth-child(3), #away-window .away-chat-message-text-container:nth-child(4) {
    max-width: 80%;
  }
}
@media all and (max-width: 480px) {
  /* line 191, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message-text-container:nth-child(3), #away-window .away-chat-message-text-container:nth-child(4) {
    max-width: 100%;
  }
}
/* line 196, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message-text-container:last-child {
  border-radius: 3px 20px 20px 20px;
  margin: 0 18px 16px 10px;
  width: auto;
}
@media all and (max-width: 480px) {
  /* line 196, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-message-text-container:last-child {
    margin: 0 0 16px 0;
    max-width: 100%;
  }
}
/* line 207, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-message-text-container .wp-smiley {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  width: 18px;
  position: relative;
  top: 3px;
}
/* line 216, ../../sass/_parts/_popups/_away.scss */
#away-window .social-icons {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: 8px 0;
}
/* line 220, ../../sass/_parts/_popups/_away.scss */
#away-window .social-icons .icon {
  width: 36px;
  height: 36px;
  margin: 0 8px 0 0;
  font-size: 18px;
}
/* line 228, ../../sass/_parts/_popups/_away.scss */
#away-window .mobile-app-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 6px 0;
}
/* line 232, ../../sass/_parts/_popups/_away.scss */
#away-window .mobile-app-link a {
  display: block;
}
/* line 236, ../../sass/_parts/_popups/_away.scss */
#away-window .mobile-app-link img {
  width: 122px;
  max-height: 40px;
  margin: 0 4px 0 0;
}
/* line 243, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-form {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 0 0 0;
}
@media all and (max-width: 950px) {
  /* line 243, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-form {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px;
  }
}
/* line 254, ../../sass/_parts/_popups/_away.scss */
#away-window .away-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
/* line 261, ../../sass/_parts/_popups/_away.scss */
#away-window .away-answer-textarea {
  font-size: 16px;
  resize: none;
  height: 20px;
  width: 100%;
  padding: 5px 8px 0 0;
  overflow-y: hidden;
}
/* line 270, ../../sass/_parts/_popups/_away.scss */
#away-window .away-answer-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00ace8;
  font-size: 14px;
  font-weight: bold;
}
/* line 277, ../../sass/_parts/_popups/_away.scss */
#away-window .away-answer-button:before {
  content: "\e6be";
  font-family: icomoon;
  font-size: 24px;
  margin: 0 8px 0 0;
}
/* line 285, ../../sass/_parts/_popups/_away.scss */
#away-window .away-write {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0;
}
/* line 290, ../../sass/_parts/_popups/_away.scss */
#away-window .away-write.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 295, ../../sass/_parts/_popups/_away.scss */
#away-window .away-write-avatar {
  height: 48px;
  min-height: 48px;
  width: 48px;
  min-width: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 10px 0 0;
}
/* line 307, ../../sass/_parts/_popups/_away.scss */
#away-window .away-write-text-container {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 8px 16px;
  width: 64px;
}
/* line 314, ../../sass/_parts/_popups/_away.scss */
#away-window .writing:before,
#away-window .writing:after,
#away-window .writing {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: write 1.8s infinite ease-in-out;
          animation: write 1.8s infinite ease-in-out;
}
/* line 324, ../../sass/_parts/_popups/_away.scss */
#away-window .writing {
  margin: -2em 1.5em 3em 1.5em;
  position: relative;
  font-size: 8px;
  line-height: 8px;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
/* line 333, ../../sass/_parts/_popups/_away.scss */
#away-window .writing:before {
  left: -1.5em;
}
/* line 337, ../../sass/_parts/_popups/_away.scss */
#away-window .writing:after {
  left: 1.5em;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
/* line 342, ../../sass/_parts/_popups/_away.scss */
#away-window .writing:before,
#away-window .writing:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes write {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, 0.1);
            box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, 0.1);
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, 0.25);
  }
}
@keyframes write {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, 0.1);
            box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, 0.1);
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, 0.25);
  }
}
@media all and (max-width: 950px) {
  /* line 359, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-partner {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
/* line 365, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-close {
  position: absolute;
  right: -30px;
}
@media all and (max-width: 950px) {
  /* line 365, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-close {
    position: absolute;
    right: 10px;
    top: 16px;
    z-index: 100;
  }
}
/* line 376, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-close:hover {
  opacity: 0.5;
}
/* line 380, ../../sass/_parts/_popups/_away.scss */
#away-window .away-chat-close:before {
  content: '\e62d';
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-family: icomoon;
  font-size: 24px;
}
@media all and (max-width: 950px) {
  /* line 380, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-close:before {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media all and (max-width: 500px) {
  /* line 365, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-close {
    top: 0;
  }
  /* line 394, ../../sass/_parts/_popups/_away.scss */
  #away-window .away-chat-close:before {
    color: rgba(255, 255, 255, 0.9);
  }
}

/* line 15, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window {
  position: fixed;
  width: 320px;
  margin: 0;
  padding: 0;
  bottom: 110px;
  right: 0;
  -webkit-transform: translate3d(320px, 0, 0);
          transform: translate3d(320px, 0, 0);
  -webkit-transition: -webkit-transform 500ms 0ms;
  transition: -webkit-transform 500ms 0ms;
  transition: transform 500ms 0ms;
  transition: transform 500ms 0ms, -webkit-transform 500ms 0ms;
  z-index: 1201;
}
/* line 26, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms 0ms;
  transition: -webkit-transform 500ms 0ms;
  transition: transform 500ms 0ms;
  transition: transform 500ms 0ms, -webkit-transform 500ms 0ms;
}
/* line 31, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content {
  height: 100%;
}
/* line 34, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content > div {
  display: none;
  height: 100%;
  padding: 0 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 4, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content > div input:-webkit-autofill,
#bonus-window .bonus-content > div input:-webkit-autofill:hover,
#bonus-window .bonus-content > div input:-webkit-autofill:focus,
#bonus-window .bonus-content > div input:-webkit-autofill,
#bonus-window .bonus-content > div select:-webkit-autofill,
#bonus-window .bonus-content > div select:-webkit-autofill:hover,
#bonus-window .bonus-content > div select:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: #fff !important;
}
/* line 46, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .bonus-email {
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
/* line 55, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .bonus-email.error {
  border: 1px solid red;
}
/* line 60, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .btn-send {
  border: 0;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
/* line 69, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .btn-send.uikit-has-spinner::after {
  font-size: 22px;
  color: #fff;
  top: 9px;
  left: 21px;
  -webkit-transform: none;
          transform: none;
}
/* line 76, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .btn-send.uikit-has-spinner::before {
  height: 0;
}
/* line 82, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .active {
  display: block;
}
/* line 86, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .review-btn {
  cursor: pointer;
}
/* line 90, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .bonus-tooltip {
  font-size: 13px;
  padding: 10px;
  position: absolute;
  width: 274px;
  background: white;
  color: gray;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 128px;
  opacity: 0;
}
/* line 102, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .bonus-tooltip.active {
  opacity: 1;
}
/* line 106, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window .bonus-content .bonus-tooltip::after {
  content: '';
  position: absolute;
  background: white;
  left: 127px;
  bottom: -6px;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 3px 3px 4px rgba(99, 99, 99, 0.34);
          box-shadow: 3px 3px 4px rgba(99, 99, 99, 0.34);
  z-index: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 122, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.a-test {
  height: 289px;
}
/* line 125, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.a-test .btn-close {
  position: absolute;
  top: -18px;
  right: 9px;
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(14, 24, 44, 0.41);
          box-shadow: 0 0 7px rgba(14, 24, 44, 0.41);
  background-color: #00011e;
  border-radius: 100%;
  cursor: pointer;
}
/* line 139, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.a-test .btn-close i::before {
  content: '\e62d';
  font: normal 20px/36px 'icomoon';
  color: rgba(255, 255, 255, 0.8);
}
/* line 149, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.a-test .bonus-content .bonus-tooltip {
  bottom: 128px;
}
/* line 153, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.a-test .bonus-content .window-start {
  padding-top: 167px;
  background: url("/wp-content/themes/bmr/assets-v2/img/banners/bonus-start-1.png?v=17121113") no-repeat;
}
/* line 158, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.a-test .bonus-content .window-end {
  padding-top: 150px;
  background: url("/wp-content/themes/bmr/assets-v2/img/banners/bonus-end-1.png") no-repeat;
}
/* line 165, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.b-test {
  height: 322px;
}
/* line 168, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.b-test .btn-close {
  position: absolute;
  top: 15px;
  right: 11px;
  display: block;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
/* line 178, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.b-test .btn-close i::before {
  content: '\e62d';
  font: normal 20px/27px 'icomoon';
  color: rgba(255, 255, 255, 0.8);
}
/* line 188, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.b-test .bonus-content .bonus-tooltip {
  bottom: 155px;
}
/* line 192, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.b-test .bonus-content .window-start {
  padding-top: 170px;
  background: url("/wp-content/themes/bmr/assets-v2/img/banners/bonus-start-2.png") no-repeat;
}
/* line 197, ../../sass/_parts/_popups/_bonus.scss */
#bonus-window.b-test .bonus-content .window-end {
  padding-top: 205px;
  background: url("/wp-content/themes/bmr/assets-v2/img/banners/bonus-end-2.png") no-repeat;
}

/* line 9, ../../sass/reviews-v3/parts/_popups.scss */
.freeze {
  height: 100%;
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 18, ../../sass/reviews-v3/parts/_popups.scss */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10001;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 29, ../../sass/reviews-v3/parts/_popups.scss */
.popup-overlay.open {
  opacity: 1;
}

/* line 34, ../../sass/reviews-v3/parts/_popups.scss */
body.has-overlay::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 60, ../../sass/reviews-v3/parts/_popups.scss */
.popup-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 72, ../../sass/reviews-v3/parts/_popups.scss */
.popup-container .icon-close {
  cursor: pointer;
}
/* line 76, ../../sass/reviews-v3/parts/_popups.scss */
.popup-container .popup-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 85, ../../sass/reviews-v3/parts/_popups.scss */
.popup-container .popup-inner::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 93, ../../sass/reviews-v3/parts/_popups.scss */
.popup-container .popup-content {
  width: 100%;
  cursor: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 105, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container {
  background: rgba(0, 0, 0, 0.85);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  -webkit-perspective: 2500px;
          perspective: 2500px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
}
/* line 117, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body {
  color: #fff;
  font-size: 15px;
  width: 100%;
}
/* line 121, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body #meter-content {
  width: 100%;
  height: 5px;
  margin: 25px auto;
  background: #000;
}
/* line 126, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body #meter-content .expand {
  width: 100%;
  height: 1px;
  margin: 2px 0;
  background: #2187e7;
  position: absolute;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 198, 255, 0.7);
          box-shadow: 0px 0px 0px 1px rgba(0, 198, 255, 0.7);
  -webkit-animation: fullexpand 10s ease-out;
          animation: fullexpand 10s ease-out;
  left: 0;
}
/* line 138, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text {
  line-height: 1;
}
/* line 140, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo {
  display: inline-block;
  vertical-align: middle;
}
/* line 143, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo img {
  width: 94px;
  height: auto;
  padding: 0 10px;
  position: relative;
  top: -5px;
}
/* line 152, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo.liga img {
  width: 110px;
}
/* line 157, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo.winline img {
  width: 115px;
  padding: 0 5px;
  top: 3px;
  margin-bottom: 13px;
}
/* line 164, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text .long {
  margin-top: 12px;
  width: 265px;
}
/* line 169, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bottom-text.second {
  top: -6px;
  position: relative;
}
/* line 174, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bm-redirect-close {
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
/* line 181, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container .bm-redirect-popup-body .bm-redirect-close::before {
  content: "\e62d";
  font-size: 18px;
  color: #fff;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 198, ../../sass/reviews-v3/parts/_popups.scss */
.bm-redirect-container.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 205, ../../sass/reviews-v3/parts/_popups.scss */
#goto-1xbet {
  margin: 42px 0 25px 0;
  width: 205px;
  height: 45px;
  font-size: 15px;
  padding: 12px 0;
}

/* line 213, ../../sass/reviews-v3/parts/_popups.scss */
#goto-adsite {
  margin: 30px 0;
  width: 220px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  height: 45px;
  font-size: 15px;
  padding: 12px 0 12px 12px;
  background-color: #00ace8 !important;
}
/* line 224, ../../sass/reviews-v3/parts/_popups.scss */
#goto-adsite img {
  padding: 0 0 2px 6px;
  height: 27px;
}

@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* line 242, ../../sass/reviews-v3/parts/_popups.scss */
#fullsite-redirect-popup .extended-logo {
  height: 280px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: 50% center;
}

@media all and (max-width: 400px) {
  /* line 252, ../../sass/reviews-v3/parts/_popups.scss */
  #fullsite-redirect-popup .bm-redirect-popup-body {
    padding: 10px;
  }
}
/* line 4, ../../../redesign/src/assets/scss/components/popups/_submit-popup.scss */
.submit-popup-wrapper:not(.popup-inner) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(199, 199, 199, 0.75);
}
/* line 15, ../../../redesign/src/assets/scss/components/popups/_submit-popup.scss */
.submit-popup-wrapper .submit-popup {
  background-color: white;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px 32px;
  max-width: 300px;
  margin: auto;
}
@media all and (min-width: 360px) {
  /* line 15, ../../../redesign/src/assets/scss/components/popups/_submit-popup.scss */
  .submit-popup-wrapper .submit-popup {
    max-width: 322px;
  }
}
/* line 28, ../../../redesign/src/assets/scss/components/popups/_submit-popup.scss */
.submit-popup-wrapper .icon-close {
  font-size: 24px;
  color: black;
  cursor: pointer;
}
/* line 34, ../../../redesign/src/assets/scss/components/popups/_submit-popup.scss */
.submit-popup-wrapper .image {
  width: 146px;
}
/* line 38, ../../../redesign/src/assets/scss/components/popups/_submit-popup.scss */
.submit-popup-wrapper .text {
  font-size: 18px;
  font-weight: bold;
  color: black;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}
/* line 47, ../../../redesign/src/assets/scss/components/popups/_submit-popup.scss */
.submit-popup-wrapper .link {
  font-size: 16px;
  font-weight: normal;
  margin-top: 24px;
}
