.visit {
  padding: 0;
  text-align: center;
  background-image: linear-gradient(to top, #028705 0%, #028705 2%, #00bc04 100%); }
  .visit span {
    color: #ffffff;
    font-weight: 500;
    line-height: 50px;
    white-space: nowrap; }
  .visit:hover {
    background-image: linear-gradient(to top, #06060a 0%, #06060a 2%, #191c2b 100%); }

.rating {
  text-align: center;
  display: block;
  line-height: 1em;
  color: #ff9c00;
  font-size: 19px; }

.rating .fa-rating.s-5:before {
  content: "\f005\f005\f005\f005\f005"; }

.rating .fa-rating.s-4-5:before {
  content: "\f005\f005\f005\f005\f123"; }

.rating .fa-rating.s-4:before {
  content: "\f005\f005\f005\f005\f006"; }

.rating .fa-rating.s-3-5:before {
  content: "\f005\f005\f005\f123\f006"; }

.rating .fa-rating.s-3:before {
  content: "\f005\f005\f005\f006\f006"; }

.rating .fa-rating.s-2-5:before {
  content: "\f005\f005\f123\f006\f006"; }

.rating .fa-rating.s-2:before {
  content: "\f005\f005\f006\f006\f006"; }

.rating .fa-rating.s-1-5:before {
  content: "\f005\f123\f006\f006\f006"; }

.rating .fa-rating.s-1:before {
  content: "\f005\f006\f006\f006\f006"; }

.rating .fa-rating.s-0-5:before {
  content: "\f123\f006\f006\f006\f006"; }

.rating .fa-rating.s-0:before {
  content: "\f006\f006\f006\f006\f006"; }

.rating .fa-rating.blue {
  color: #2d81ea; }

.rating .fa-rating.blue[data-rating] {
  cursor: pointer; }

body {
  font-family: 'Exo', sans-serif;
  color: #191c2b; }
  body header {
    background-color: #ededed;
    box-shadow: 0px 1px 26px grey; }
    body header .container .content {
      position: relative; }
      body header .container .content #brand-slider .slick-list {
        box-shadow: none; }
      body header .container .content #brand-slider .slick-dots {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        height: 40px;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
        padding: 0; }
        body header .container .content #brand-slider .slick-dots li {
          list-style-type: none; }
          body header .container .content #brand-slider .slick-dots li.slick-active button:after {
            background-color: #31B404; }
          body header .container .content #brand-slider .slick-dots li button {
            color: transparent;
            background: transparent;
            border: none;
            position: relative; }
            body header .container .content #brand-slider .slick-dots li button:after {
              content: "";
              width: 11px;
              height: 11px;
              background-color: #8d93b5;
              border-radius: 11px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
            body header .container .content #brand-slider .slick-dots li button:focus {
              outline: none; }
      body header .container .content #brand-slider .brand-slide {
        position: relative; }
        body header .container .content #brand-slider .brand-slide:focus {
          outline: none; }
        body header .container .content #brand-slider .brand-slide > img {
          width: 100%; }
        body header .container .content #brand-slider .brand-slide .logo-div {
          position: absolute;
          left: 0;
          width: 179px;
          bottom: 5%; }
          body header .container .content #brand-slider .brand-slide .logo-div img {
            margin: 0 auto;
            width: auto;
            position: absolute;
            bottom: 10%;
            left: 50%;
            transform: translate(-50%);
            max-width: 178px; }
        body header .container .content #brand-slider .brand-slide .text-div {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          left: 67%;
          padding: 60px 20px 30px 20px; }
          body header .container .content #brand-slider .brand-slide .text-div a {
            text-decoration: none; }
            body header .container .content #brand-slider .brand-slide .text-div a .visit {
              width: 254px;
              height: 100px;
              margin: 0 auto;
              display: block;
              font-size: 30px; }
          body header .container .content #brand-slider .brand-slide .text-div .proposal {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center; }
            body header .container .content #brand-slider .brand-slide .text-div .proposal p {
              font-size: 40px;
              font-weight: 900;
              line-height: 44px; }
              body header .container .content #brand-slider .brand-slide .text-div .proposal p .big {
                font-size: 80px;
                font-weight: 900;
                display: block;
                line-height: 60px; }
      body header .container .content .go {
        position: absolute;
        top: 0;
        min-width: 94px;
        max-width: 325px;
        width: 100%;
      }
body header .container .content .site-logo img {
  max-width: 100%; }

body header .container .content .site-logo span {
    position: absolute;
    color: #ffffff;
    top: 10px;
    left: 10px;
    text-align: left;
    width: auto;
    background: rgba(0,0,0,0.4);
    padding: 10px 15px;
}

body header .container .content .site-logo span h2 {
  margin: 0;
  font-family: 'Exo', sans-serif;
  font-size: 27px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

body header .container .content .site-logo span p {
  font-family: 'Exo', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0;
}

body section .container .main-content {
  margin-bottom: 40px; }
  body section .container .main-content > .row {
    margin: 0; }
  body section .container .main-content .brand {
    background-color: #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
    body section .container .main-content .brand.expanded .read-more:before {
      border-top: 12px solid #06060a;
      bottom: -12px !important;
      border-bottom: none !important; }
    body section .container .main-content .brand.expanded .read-more:after {
      border-bottom: 26px solid #191c2b !important;
      top: 6px !important;
      border-top: none !important; }
    body section .container .main-content .brand .upper .row {
      display: flex;
      align-items: center; }
      body section .container .main-content .brand .upper .row .logo img {
        width: 100%; }
      body section .container .main-content .brand .upper .row .short-desc {
        font-size: 25px;
        font-weight: 600;
        line-height: 30px; }
      body section .container .main-content .brand .upper .row .rating {
        font-size: 25px;
        margin-bottom: 10px;
        padding: 0; }
      body section .container .main-content .brand .upper .row a .visit span {
        font-size: 25px; }
    body section .container .main-content .brand .lower {
      height: 0;
      transition: height 0.3s ease-out;
      overflow: hidden; }
      body section .container .main-content .brand .lower .row {
        padding-top: 10px;
        padding-bottom: 20px; }
        body section .container .main-content .brand .lower .row .head {
          color: blue; }
    body section .container .main-content .brand .more-btn {
      cursor: pointer; }
      body section .container .main-content .brand .more-btn .read-more {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        width: 160px;
        height: 20px;
        color: #ffffff;
        text-align: center;
        bottom: 0; }
        body section .container .main-content .brand .more-btn .read-more:before {
          content: "";
          width: 160px;
          height: 12px;
          position: absolute;
          left: 0;
          border-left: 5px solid transparent;
          border-bottom: 12px solid #00024B;
          border-right: 5px solid transparent;
          bottom: 0;
          transition: all 0.1s linear; }
        body section .container .main-content .brand .more-btn .read-more:after {
          content: "";
          width: 148px;
          height: 26px;
          position: absolute;
          left: 6px;
          border-left: 14px solid transparent;
          border-top: 26px solid rgb(0, 72, 255);
          border-right: 14px solid transparent;
          top: 8px;
          transition: all 0.1s linear; }
        body section .container .main-content .brand .more-btn .read-more .text {
          z-index: 1;
          position: relative;
          bottom: -11px; }
          body section .container .main-content .brand .more-btn .read-more .text i {
            font-size: 21px;
            line-height: 14px;
            vertical-align: middle; }
body section .container .side-content {
  position: relative; }
  body section .container .side-content .title {
    background-color: #ededed;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: blue;
    border-top: 6px solid blue;
    border-bottom: 1px solid #ffffff; }
    body section .container .side-content .title p {
      line-height: 40px;
      margin-bottom: 0;
      background-color: #ededed;
      padding-bottom: 5px; }
      body section .container .side-content .title p span {
          float: right;
          top: -4px;
          position: absolute;
          right: 10px;
      }
        body section .container .side-content .title p span i {
          color: blue;
          font-size: 36px;
          font-weight: 400;
          line-height: 31px; }
  body section .container .side-content .topv-five {
    background-color: #ffffff; }
    body section .container .side-content .topv-five > .row {
      margin: 0; }
    body section .container .side-content .topv-five .mini-brand {
      background-color: #ededed;
      margin-bottom: 1px;
      padding-top: 15px;
      padding-bottom: 15px; }
      body section .container .side-content .topv-five .mini-brand .row {
        display: flex;
        align-items: center; }
      body section .container .side-content .topv-five .mini-brand .logo img {
        width: 100%; }
      body section .container .side-content .topv-five .mini-brand a .visit span {
        font-size: 18px;
        line-height: 34px; }
      body section .container .side-content .topv-five .mini-brand .bonus {
        font-size: 18px;
        font-weight: 600;
        line-height: 19px;
        text-align: center; }
        body section .container .side-content .topv-five .mini-brand .bonus p {
          margin-bottom: 0; }
  body section .container .side-content .special-offer > .row {
    margin: 0; }
    body section .container .side-content .special-offer > .row .img-div {
      background-color: #ededed;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 10px;
    }

      body section .container .side-content .special-offer > .row .img-div img {
        width: 100%; }
body footer {
  background-color: #191c2b;
  color: #ffffff;
  padding-top: 20px; }
  body footer .trust-icons {
    font-size: 30px; }
  body footer .min-age {
    background-color: #ffffff;
    color: #191c2b;
    font-size: 25px;
    font-weight: 700;
    padding: 6px;
    border-radius: 30px;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-top: 10px; }

/*=== desktop ===*/
@media (min-width: 992px) {
body header {
  margin-bottom: 50px; }
body section .container .main-content .brand {
  margin-bottom: 30px; }
body section .container .side-content {
  float: right; }
body footer {
  height: auto;
  padding-bottom: 20px; } }
/* 2nd break desktop */
@media (min-width: 992px) and (max-width: 1199px) {
body header .container .content .site-logo {
  width: 140px; }
  body header .container .content .site-logo span {
    margin-top: 2px; }
    body header .container .content .site-logo span p {
      font-size: 16px; }
body header .container .content #brand-slider .brand-slide .logo-div {
  width: 140px;
  top: 149px; }
  body header .container .content #brand-slider .brand-slide .logo-div img {
    max-width: 100%; }
body header .container .content #brand-slider .brand-slide .text-div {
  padding: 30px 0 30px 20px; }
body section .container .side-content .topv-five .mini-brand a .visit {
  padding: 0; }
  body section .container .side-content .topv-five .mini-brand a .visit span {
    font-size: 14px; }
body section .container .side-content .topv-five .mini-brand .bonus {
  padding: 0; } }
/* ===Ipad portrait to desktop ===*/
/* ===  Ipad and mobile  === */
/* === iPad: portrait only === */
@media (min-width: 768px) and (max-width: 991px) {
.visit span {
  font-size: 25px; }

body header {
  margin-bottom: 50px; }
  body header .container {
    width: 768px; }
    body header .container .content .site-logo {
      width: 110px; }
      body header .container .content .site-logo span {
        margin-top: 2px; }
        body header .container .content .site-logo span h2 {
          margin-top: 0;
          font-size: 34px; }
        body header .container .content .site-logo span p {
          font-size: 12px; }
    body header .container .content #brand-slider .brand-slide .logo-div {
      top: 115px;
      width: 110px; }
      body header .container .content #brand-slider .brand-slide .logo-div img {
        max-width: 100%; }
    body header .container .content #brand-slider .brand-slide .text-div {
      padding: 10px 0 30px 0px; }
      body header .container .content #brand-slider .brand-slide .text-div .proposal p {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 24px;
        line-height: 27px; }
        body header .container .content #brand-slider .brand-slide .text-div .proposal p .big {
          font-size: 60px; }
      body header .container .content #brand-slider .brand-slide .text-div a .visit {
        width: 236px; }
body section .container {
  width: 768px; }
  body section .container .main-content .brand {
    margin-bottom: 25px; }
    body section .container .main-content .brand .upper .row > .col-xs-3:first-child {
      padding-right: 0; }
    body section .container .main-content .brand .upper .row .short-desc {
      font-size: 19px;
      line-height: 25px; }
    body section .container .main-content .brand .upper .row .rating {
      font-size: 22px; }
    body section .container .main-content .brand .upper .row a .visit {
      padding: 0 5px; }
      body section .container .main-content .brand .upper .row a .visit span {
        font-size: 21px; }
  body section .container .side-content {
    padding-left: 0; }
    body section .container .side-content .topv-five .mini-brand {
      padding-right: 10px;
      padding-left: 10px; }
      body section .container .side-content .topv-five .mini-brand > .row {
        margin-left: -10px;
        margin-right: -10px; }
      body section .container .side-content .topv-five .mini-brand .logo {
        padding-right: 5px;
        width: 40%;
        padding-left: 10px; }
      body section .container .side-content .topv-five .mini-brand .bonus {
        padding: 0; }
      body section .container .side-content .topv-five .mini-brand .col-xs-5 {
        padding-left: 5px;
        width: 35%;
        padding-right: 10px; }
        body section .container .side-content .topv-five .mini-brand .col-xs-5 .visit {
          padding: 0; }
          body section .container .side-content .topv-five .mini-brand .col-xs-5 .visit span {
            font-size: 12px; }
body footer {
  height: auto;
  padding-bottom: 20px; } }
/*=== Smartphone (landscape+portrait) ===*/
@media screen and (max-width: 767px) {
body header {
  background-color: #ffffff;
  box-shadow: none; }
  body header .container {
    padding: 0; }
    body header .container .content #brand-slider .slick-list {
      box-shadow: 0px 1px 26px grey; }
    body header .container .content #brand-slider .slick-dots {
      display: flex;
      justify-content: center;
      margin-bottom: 0;
      height: 40px;
      align-items: center;
      position: relative;
      padding: 0; }
      body header .container .content #brand-slider .slick-dots li {
        list-style-type: none; }
        body header .container .content #brand-slider .slick-dots li.slick-active button:after {
          background-color: #191c2b; }
        body header .container .content #brand-slider .slick-dots li button {
          color: transparent;
          background: transparent;
          border: none;
          position: relative; }
          body header .container .content #brand-slider .slick-dots li button:after {
            content: "";
            width: 8px;
            height: 8px;
            background-color: #8d93b5;
            border-radius: 8px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          body header .container .content #brand-slider .slick-dots li button:focus {
            outline: none; }
    body header .container .content #brand-slider .brand-slide {
      position: relative;
      overflow: hidden; }
      body header .container .content #brand-slider .brand-slide img {
        width: 200%;
        left: -50%;
        position: relative; }
      body header .container .content #brand-slider .brand-slide .text-div {
        right: 0;
        top: auto;
        bottom: 0;
        left: 0;
        padding: 10px;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.7);
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        body header .container .content #brand-slider .brand-slide .text-div .proposal {
          width: 60%;
          padding: 0;
          padding-right: 10px; }
          body header .container .content #brand-slider .brand-slide .text-div .proposal p {
            font-size: 32px;
            line-height: 32px;
            margin-bottom: 0; }
            body header .container .content #brand-slider .brand-slide .text-div .proposal p .big {
              font-size: 32px;
              display: inline-block;
              line-height: 32px; }
        body header .container .content #brand-slider .brand-slide .text-div a {
          width: auto;
          display: inline-block;
          vertical-align: middle;
          align-self: center;
          white-space: nowrap; }
          body header .container .content #brand-slider .brand-slide .text-div a .visit {
            padding: 5px 10px;
            height: auto;
            width: auto;
            line-height: 32px; }
            body header .container .content #brand-slider .brand-slide .text-div a .visit span {
              font-size: 24px;
              line-height: 30px;
              vertical-align: middle; }
      body header .container .content #brand-slider .brand-slide .logo-div {
        left: auto;
        bottom: auto;
        right: 0;
        top: 0;
        z-index: 1; }
        body header .container .content #brand-slider .brand-slide .logo-div img {
          margin: 0 auto;
          width: auto;
          position: absolute;
          bottom: auto;
          left: auto;
          transform: none;
          max-width: 100%;
          right: 10px;
          top: 10px; }
    body header .container .content .site-logo {
      width: 28%;
      left: 5%; }
      body header .container .content .site-logo span h2 {
        margin-top: 0; }
body section .container {
  padding: 0; }
  body section .container > .row {
    margin: 0; }
  body section .container .main-content {
    margin-bottom: 20px;
    padding: 0 3px; }
    body section .container .main-content .brand {
      margin-bottom: 25px; }
      body section .container .main-content .brand.expanded .read-more:before {
        border-top-width: 9px !important; }
      body section .container .main-content .brand.expanded .read-more:after {
        border-bottom-width: 19px !important;
        top: 3px !important; }
      body section .container .main-content .brand .upper .row .col-sm-4 {
        width: 30%; }
      body section .container .main-content .brand .upper .row .rating {
        font-size: 23px; }
      body section .container .main-content .brand .upper .row a .visit span {
        font-size: 23px; }
      body section .container .main-content .brand .lower .row {
        padding-bottom: 0; }
        body section .container .main-content .brand .lower .row .col-sm-4 {
          padding-bottom: 20px; }
      body section .container .main-content .brand .more-btn {
        cursor: pointer; }
        body section .container .main-content .brand .more-btn .read-more {
          width: 62px; }
          body section .container .main-content .brand .more-btn .read-more:before {
            width: 62px;
            border-bottom: 9px solid #00024B; }
          body section .container .main-content .brand .more-btn .read-more:after {
            width: 50px;
            border-top: 19px solid (0, 72, 255);
            top: 11px; }
          body section .container .main-content .brand .more-btn .read-more .text {
            z-index: 1;
            position: relative;
            bottom: -11px; }
            body section .container .main-content .brand .more-btn .read-more .text i {
              font-size: 17px;
              line-height: 6px;
              vertical-align: middle; }
            body section .container .main-content .brand .more-btn .read-more .text .words {
              display: none; }
  body section .container .side-content {
    margin-bottom: 15px; }
    body section .container .side-content .special-offer .row .img-div {
      margin-top: 1px; }
body footer {
  text-align: center;
  padding-bottom: 10px; }
  body footer p {
    font-size: 13px; }
  body footer .min-age {
    margin-top: 0; } }
@media (min-width: 480px) and (max-width: 579px) {
body header .container .content #brand-slider .brand-slide .text-div {
  padding: 10px; }
  body header .container .content #brand-slider .brand-slide .text-div .proposal {
    padding: 0;
    width: 100%;
    padding-right: 10px; }
    body header .container .content #brand-slider .brand-slide .text-div .proposal p {
      font-size: 24px;
      line-height: 24px; }
      body header .container .content #brand-slider .brand-slide .text-div .proposal p .big {
        font-size: 24px;
        line-height: 24px; }
  body header .container .content #brand-slider .brand-slide .text-div a {
    width: auto; }
    body header .container .content #brand-slider .brand-slide .text-div a .visit span {
      font-size: 20px;
      line-height: 28px; }
body header .container .content #brand-slider .brand-slide .logo-div img {
  max-width: 140px; }
body header .container .content .site-logo span h2 {
  font-size: 34px; }
body header .container .content .site-logo span p {
  font-size: 15px; }
body section .container .main-content .brand .upper .row .short-desc {
  font-size: 19px;
  line-height: 25px; }
body section .container .main-content .brand .upper .row .rating {
  font-size: 19px; }
body section .container .main-content .brand .upper .row a .visit span {
  font-size: 19px; }
body section .container .side-content {
  margin-bottom: 15px;
  padding: 0 5px; }
  body section .container .side-content > .row {
    margin: 0; }
  body section .container .side-content .side-half.col-xs-6 {
    width: 100%;
    padding: 0; } }
@media (min-width: 340px) and (max-width: 480px) {
body header .container .content #brand-slider .brand-slide .text-div {
  padding: 7px; }
  body header .container .content #brand-slider .brand-slide .text-div .proposal {
    padding: 0; }
    body header .container .content #brand-slider .brand-slide .text-div .proposal p {
      font-size: 17px;
      line-height: 20px;
      color: #222 !important;
    }
      body header .container .content #brand-slider .brand-slide .text-div .proposal p .big {
        font-size: 17px !important;
        line-height: 20px; }
  body header .container .content #brand-slider .brand-slide .text-div a {
    width: 45%; }
    body header .container .content #brand-slider .brand-slide .text-div a .visit {
      width: auto;
      padding: 0; }
      body header .container .content #brand-slider .brand-slide .text-div a .visit span {
        font-size: 16px;
        line-height: 32px; }
body header .container .content #brand-slider .brand-slide .logo-div img {
  max-width: 90px; }
body header .container .content .site-logo span h2 {
  font-size: 24px; }
body header .container .content .site-logo span p {
  font-size: 11px;
  line-height: 11px;
  font-weight: 400; }
body section .container .main-content .brand .upper .row > .col-sm-4 {
  padding-left: 0; }
body section .container .main-content .brand .upper .row > .col-sm-5 {
  width: 40%; }
body section .container .main-content .brand .upper .row > div:first-child {
  width: 35%; }
body section .container .main-content .brand .upper .row .short-desc {
  font-size: 14px;
  line-height: 15px; }
  body section .container .main-content .brand .upper .row .short-desc p {
    margin: 0; }
body section .container .main-content .brand .upper .row .rating {
  font-size: 14px; }
body section .container .main-content .brand .upper .row a .visit span {
  font-size: 14px;
  line-height: 30px; }
body section .container .side-content {
  padding: 0 5px; }
  body section .container .side-content > .row {
    margin: 0; }
  body section .container .side-content .side-half.col-xs-6 {
    width: 100%;
    padding: 0; } }
@media screen and (max-width: 339px) {
body header .container .content #brand-slider .brand-slide .text-div {
  padding: 7px; }
  body header .container .content #brand-slider .brand-slide .text-div .proposal {
    padding: 0; }
    body header .container .content #brand-slider .brand-slide .text-div .proposal p {
      font-size: 15px;
      line-height: 20px; }
      body header .container .content #brand-slider .brand-slide .text-div .proposal p .big {
        font-size: 15px;
        line-height: 20px; }
  body header .container .content #brand-slider .brand-slide .text-div a {
    display: flex; }
    body header .container .content #brand-slider .brand-slide .text-div a .visit {
      max-width: 144px; }
      body header .container .content #brand-slider .brand-slide .text-div a .visit span {
        font-size: 16px;
        line-height: 30px; }
body header .container .content #brand-slider .brand-slide .logo-div img {
  max-width: 90px; }
body header .container .content .site-logo span {
  margin-top: 5px; }
  body header .container .content .site-logo span h2 {
    font-size: 24px; }
  body header .container .content .site-logo span p {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400; }
body section .container .main-content .brand .upper .row > .col-sm-4 {
  padding-left: 0; }
body section .container .main-content .brand .upper .row > .col-sm-5 {
  width: 40%; }
body section .container .main-content .brand .upper .row > div:first-child {
  width: 35%; }
body section .container .main-content .brand .upper .row .short-desc {
  font-size: 14px;
  line-height: 17px; }
body section .container .main-content .brand .upper .row .rating {
  font-size: 14px; }
body section .container .main-content .brand .upper .row a .visit span {
  font-size: 12px;
  line-height: 30px; }
body section .container .side-content {
  padding: 0 5px; }
  body section .container .side-content > .row {
    margin: 0; }
  body section .container .side-content .side-half.col-xs-6 {
    width: 100%;
    padding: 0; } }

/*# sourceMappingURL=style.css.map */

footer p {
text-align: center;
}

.reg-icons-list {
  width: fit-content;
  margin: 0 auto 20px auto;
}

.reg-icons-list ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}

.reg-icons-list ul li {
  display: inline-block;
  margin-right: 10px;
}

.reg-icons-list ul li img {
  max-width: 94px;
}

.short-desc a {
    color: black;
}

.short-desc a:hover {
    text-decoration: none;
}

.bonus.col-xs-3 a {
    color: black;
}

.bonus a:hover {
    text-decoration: none;
}
