@charset "UTF-8";
.mobileSidebarMenu .menuBlock a,
.sidebarBlock .menuBlock a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobileSidebarMenu .menuBlock svg,
.sidebarBlock .menuBlock svg {
  display: block;
}

@media screen and (max-width: 1000px) {
  .allContentBlock {
    overflow: visible;
  }
}

.topOfferNavBlock .sTopOfferNavBl {
  width: auto;
  margin-right: 7px !important;
  margin-left: 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topOfferNavBlock .sTopOfferNavBl:not(.active):hover {
  -webkit-filter: none;
          filter: none;
  background: #E0EDFF;
}
@media screen and (max-width: 1000px) {
  .topOfferNavBlock .sTopOfferNavBl {
    width: auto !important;
    white-space: nowrap;
    min-width: inherit;
    height: 55px;
    border-radius: 50px;
    position: relative;
  }
  .topOfferNavBlock .sTopOfferNavBl:last-child {
    margin-right: 15px !important;
  }
  .topOfferNavBlock .sTopOfferNavBl.active:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid #3485FF;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -10px;
  }
}

.topOfferNavBlock > .inner {
  margin: 0 -7px 10px;
}
@media screen and (max-width: 1000px) {
  .topOfferNavBlock > .inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -15px 10px;
    padding-left: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .topOfferNavBlock > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .topOfferNavBlock .sTopOfferNavBl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topOfferNavBlock .sTopOfferNavBl .text span {
  display: none;
}

@media screen and (max-width: 1000px) {
  .topOfferNavBlock .sTopOfferNavBl .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .topOfferNavBlock .sTopOfferNavBl .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
}

.titleWithDesc {
  padding-bottom: 20px;
  padding-top: 5px;
}
.titleWithDesc h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.3;
}
.titleWithDesc p {
  margin-bottom: 5px;
  color: #3C4456;
  font-weight: normal;
}

.offersList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offersItem {
  width: calc(50% - 10px);
  margin-bottom: 23px;
  border-radius: 15px;
  position: relative;
  color: #fff;
  z-index: 100;
  padding: 17px 13% 17px 20px;
  font-size: 14px;
  min-height: 125px;
}
.offersItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/offersBlock/offer-bg.svg) center no-repeat;
  background-size: cover;
  border-radius: 15px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .offersItem:after {
    background: url(../images/offersBlock/offer-bg-mobile.svg) 100% 0 no-repeat;
  }
}
@media screen and (max-width: 1000px) {
  .offersItem {
    width: 100%;
    padding-right: 150px;
  }
}
@media screen and (max-width: 550px) {
  .offersItem {
    font-size: 12px;
    padding-right: 0;
  }
}
.offersItem:hover {
  color: #fff;
}

.offersItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 550px) {
  .offersItem__head {
    padding-right: 130px;
    min-height: 100px;
  }
}

.offersItem__desc {
  color: rgba(255, 255, 255, 0.7);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .offersItem__desc {
    width: 100%;
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
    margin-bottom: 12px;
    margin-top: -5px;
  }
}

.offersItem__label {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 52px;
  padding: 0 11px;
  font-weight: 900;
  font-size: 12px;
  border-radius: 25px;
  margin-right: 10px;
  padding-bottom: 2px;
}
.offersItem__label._new {
  background: rgba(51, 206, 131, 0.8);
}
.offersItem__label._exclusive {
  background: rgba(239, 56, 78, 0.8);
}
@media screen and (max-width: 550px) {
  .offersItem__label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.offersItem__title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
  width: 100%;
  padding-top: 8px;
}
@media screen and (max-width: 550px) {
  .offersItem__title {
    font-size: 17px;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

.offersItem__info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 550px) {
  .offersItem__info {
    font-size: 12px;
  }
}
.offersItem__info span {
  color: #fff;
}
@media screen and (max-width: 650px) {
  .offersItem__info span {
    display: block;
  }
}
.offersItem__info li {
  margin-bottom: 5px;
}
.offersItem__info li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 15px;
  margin-right: 15px;
}

.offersItem__thumb {
  position: absolute;
  top: -13px;
  right: 0;
  bottom: 0;
  width: 27%;
  overflow: hidden;
  min-width: 150px;
}
.offersItem__thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  -webkit-filter: drop-shadow(0 30px 15px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 30px 15px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 550px) {
  .offersItem__thumb img {
    -webkit-filter: drop-shadow(0 14px 7px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 14px 7px rgba(0, 0, 0, 0.4));
  }
}
@media screen and (max-width: 550px) {
  .offersItem__thumb {
    width: 130px;
    min-width: 80px;
    overflow: visible;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .topOfferTable {
    display: block;
  }
  .topOfferTable thead {
    display: none;
  }
  .topOfferTable tbody {
    display: block;
  }
  .topOfferTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
  }
  .topOfferTable tr td {
    border: 0;
    padding: 0;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    background: 0 !important;
  }
  .topOfferTable tr td:nth-child(1) {
    width: 100px;
    padding: 15px;
  }
  .topOfferTable tr td:nth-child(1) .topOfferImgBl {
    margin: 0;
    width: auto;
    position: static;
  }
  .topOfferTable tr td:nth-child(1) .topOfferImgBl .count {
    top: 16px;
    left: 12px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }
  .topOfferTable tr td .topOfferName {
    font-size: 16px;
  }
  .topOfferTable tr td .topOfferName a {
    font-size: 16px;
  }
  .topOfferTable tr td .sInfoVal {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) and (max-width: 410px) {
  .topOfferTable tr td .sInfoVal {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .topOfferTable tr td:nth-child(2) {
    width: calc(100% - 100px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 17px 0 17px 44px;
    font-weight: bold;
    font-size: 16px;
  }
  .topOfferTable tr td:nth-child(2) .topOfferDesc {
    color: #8F97AA;
    font-size: 13px;
    display: block;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .topOfferTable tr td:nth-child(3), .topOfferTable tr td:nth-child(4), .topOfferTable tr td:nth-child(5), .topOfferTable tr td:nth-child(6) {
    background: #F5F8FF !important;
    padding: 5px 10px;
    font-weight: 500;
    border-top: 1px solid #EBEFFA;
    border-right: 1px solid #EBEFFA;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
  }
  .topOfferTable tr td:nth-child(3):before, .topOfferTable tr td:nth-child(4):before, .topOfferTable tr td:nth-child(5):before, .topOfferTable tr td:nth-child(6):before {
    content: attr(data-label);
    color: rgba(60, 68, 86, 0.7);
    font-size: 0.8em;
    display: block;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .topOfferTable tr td:nth-child(3), .topOfferTable tr td:nth-child(4), .topOfferTable tr td:nth-child(5), .topOfferTable tr td:nth-child(6) {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .topOfferTable tr td:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .topOfferTable tr td:nth-child(3) {
    width: calc(50% - 65px);
  }
}
@media screen and (max-width: 767px) {
  .topOfferTable tr td:nth-child(4) {
    width: calc(50% - 65px);
  }
}
@media screen and (max-width: 767px) {
  .topOfferTable tr td:nth-child(5) {
    width: 65px;
    max-width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .topOfferTable tr td:nth-child(6) {
    width: 65px;
    max-width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .topOfferTable tr td .topOfferGeoImages {
    width: auto;
    min-width: inherit;
    max-width: none;
  }
}

.prodContentBlock .prodName {
  font-size: 24px;
}

.prodDesc {
  color: #979FAF;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 17px;
}

.prodRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .prodRow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.prodRow .prodSku {
  margin: 0 12px 0 0;
}

.prodContentBlock .row1 {
  min-height: 115px;
  height: auto;
}

.prodContentBlock .row1 .btnBlock {
  margin-top: -36px;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .prodContentBlock .row1 .btnBlock {
    margin-top: 0;
    padding-top: 10px;
  }
  .prodContentBlock .row1 .btnBlock .justify-content-md-end {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .prodContentBlock .row1 .btnBlock .justify-content-md-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.prodContentBlock:before {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  padding: 0 15px;
}

.prodContentBlock .sInfoBlock .sInfoName {
  margin-bottom: 2px !important;
}

._disabled .countriesBlock {
  visibility: hidden;
}

.prodDisabled {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 15px;
}
.prodDisabled p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prodDisabled p svg {
  margin-right: 10px;
}

/*--------------Bonus new customers START---------------*/
.bonus-new {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(208, 208, 224, 0.5);
          box-shadow: 0px 20px 80px rgba(208, 208, 224, 0.5);
  border-radius: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 80px 25px 35px;
  position: relative;
  color: #3C4456;
}
.bonus-new .btn {
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .bonus-new {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .bonus-new {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bonus-new__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #A9ADBD;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .bonus-new__close:hover {
    color: red;
  }
}
@media screen and (max-width: 1000px) {
  .bonus-new__close {
    -webkit-transform: none;
            transform: none;
    right: 0;
    top: 0;
    border-radius: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .bonus-new__close {
    width: 30px;
    height: 30px;
  }
  .bonus-new__close svg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 1000px) {
  .bonus-new__button {
    width: 100%;
    padding-left: 70px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bonus-new__button {
    padding-left: 0;
  }
  .bonus-new__button .btn {
    width: 100%;
  }
}

.bonus-new__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.bonus-new__title .greenText {
  color: #37b863;
  background: #EEFDF6;
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .bonus-new__title {
    font-size: 18px;
  }
}

.bonus-new__text {
  position: relative;
  padding-left: 70px;
  min-height: 47px;
  padding-right: 25px;
}
.bonus-new__text img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bonus-new__text img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bonus-new__text {
    font-size: 13px;
    padding-left: 50px;
  }
}

/*--------------Bonus new customers END---------------*/
.popover-body p:last-child {
  margin-bottom: 0;
}

.instructionLink {
  font-weight: normal;
  line-height: 1.37;
  font-size: 14px;
  color: #3c4456;
}
.instructionLink a {
  color: #3485FF;
  border-bottom: 1px dashed #3485FF;
  display: inline-block;
  margin-bottom: 2px;
}

.codeModal {
  background: #F3F4F8;
  border-radius: 10px;
  padding: 20px;
  margin-top: -1rem;
}

/*----------------Мои ставки------------------------*/
.tableOffer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3C4456;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 160px;
}

.tableOfferThumb {
  width: 43px;
  height: 43px;
  min-width: 43px;
  margin-right: 10px;
}
.tableOfferThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.geoFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.geoFlex .geoImg {
  margin-right: 5px;
  margin-bottom: 2px;
}

.postbackStatusIcon.iconOff {
  background: 0;
  padding-left: 0;
}