@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    src: local('HelveticaNeueCyr'), url('https://fonts.cdnfonts.com/s/13267/HelveticaNeueCyr-Roman.woff') format('woff');
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 100;
    src: local('HelveticaNeueCyr'), url('https://fonts.cdnfonts.com/s/13267/helveticaneuecyr-thin.woff') format('woff');
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 200;
    src: local('HelveticaNeueCyr'), url('https://fonts.cdnfonts.com/s/13267/HelveticaNeueCyr-UltraLight.woff') format('woff');
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 300;
    src: local('HelveticaNeueCyr'), url('https://fonts.cdnfonts.com/s/13267/HelveticaNeueCyr-Light.woff') format('woff');
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    src: local('HelveticaNeueCyr'), url('https://fonts.cdnfonts.com/s/13267/helveticaneuecyr-medium.woff') format('woff');
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 700;
    src: local('HelveticaNeueCyr'), url('https://fonts.cdnfonts.com/s/13267/helveticaneuecyr-bold.woff') format('woff');
}


body {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
}
p {
    font-family: 'HelveticaNeueCyr';
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
}

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6, p, table, li{
    font-family: 'HelveticaNeueCyr';
}

.main-container{
  /*max-width: 728px;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bns-holder{
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.bns-top-holder{
  display: block;
  background-image: url(/i/img/instaforex_bonuses/mobile/bonus-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height:264px;
  margin-top: 20px;
  color:#fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.bns-top-holder-b{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height:254px;
  background-color: rgba(0, 0, 0, 0.7);
}
.bnsl-block {
  width: auto;
  padding:20px 32px 20px 38px;
  color:#fff;
}
.bnsl-block h2{
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

.bnsl-block p{
  font-family: 'HelveticaNeueCyr';
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.bnsl-block h2, .bnsl-block p{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bnsl-desc-block{
  margin-top: 15px;
}

.bnsl-btn-holder{
  display: block;
  margin-top: 25px;
}
.bnsl-desc-block p span{
  display: block;
  margin-top: 10px;
}

.bnsl-btn-bonus{
  display: inline-flex;
  position: relative;
  height: 38px;
  width: 254px;
  margin-right:20px;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 4px 15px rgba(114, 0, 0, 0.35);
  
}
.bnsl-btn-bonus .bnsl-btn-bns-bonus{
  display: inline-block;
  position: absolute;
  width: 230%;
  height: 100%;
  left: -100%;
  transition: all .4s;
  z-index: -1;
}

.bnsl-btn-bonus button{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  font-family: 'HelveticaNeueCyr';
  color:#EBB866;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}


.bnsl-btn-comparison button{
   background: linear-gradient(130deg,#AA7631, #F1CF94, #C0812D, #EEBC6A, #825315); 
  color:white;
 
}
.bnsl-btn-bonus::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px; 
  border: 2px solid transparent; 
  background: linear-gradient(130deg,#AA7631, #F1CF94, #C0812D, #EEBC6A, #825315); 
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; 
  -mask-composite: exclude; 
}
.bnsl-btn-comparison:hover button, .bnsl-btn-comparison:focus button .bnsl-btn-comparison:active button{
  background:none;
}

.bnsr-block img{
  display: block;
  border-top-right-radius: 20px;
}

.bns-bottom-holder{
  display:block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.bns-trading-btn{
  display: inline-block;
  width: 204px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-family: 'HelveticaNeueCyr';
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  background-color: #278F39;
  border-radius: 5px;
  color:#fff;
  margin-right: 5px;
  margin-left: 10px;
}
.bns-demo-btn{
  display: inline-block;
  width: 204px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-family: 'HelveticaNeueCyr';
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  background-color: #8A8D8D;
  border-radius: 5px;
  color:#fff;
  margin-right: 10px;
  margin-left: 5px;
}

.bns100-holder{
  margin-top: -9px;
  display: flex;
  background-image: url(/i/img/instaforex_bonuses/mobile/bonus-100-img.png);
  max-width: 100%;
  height:234px;
  color:#fff;
  border-radius: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.bns100-holder-b{
  width: 100%;
  height:234px;
  background-color: rgba(147, 58, 48, 0.8);
  border-radius: 20px;
}
.bns100-block {
  width: 75%;
  padding:25px 20px 20px 20px;
  color:#fff;
  margin: 0 auto;
  float: none;
}
.bns100-title-block h2{
  font-family: 'HelveticaNeueCyr';
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.bns100-block h2{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bns100-desc-block{
  margin-top: 5px;
}
.bns100-desc-block table{
  margin-top: 5px;
  margin-bottom: 20px;
  width: 93%;
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  font-weight: 300;
}
.bns100-desc-block table b{
  font-family: 'HelveticaNeueCyr';
  font-size: 16px;
  font-weight: 700;
}
.bns100-desc-block table tr td{
  line-height: 20px;
  padding-left: 7px;
  padding-top: 12px;
}


.bns55-holder{
  margin-top: 20px;
  display: flex;
  background-image: url(/i/img/instaforex_bonuses/mobile/bonus-55-img.png);
  width: 100%;
  height:234px;
  color:#fff;
  border-radius: 20px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.bns55-holder-b{
  width: 100%;
  height:234px;
  background-color: rgba(118, 153, 166, 0.8);
  border-radius: 20px;
}
.bns55-block {
  width: 75%;
  padding:25px 20px 20px 20px;
  color:#fff;
  margin: 0 auto;

}
.bns55-title-block h2{
  font-family: 'HelveticaNeueCyr';
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.bns55-block h2{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bns55-desc-block{
  margin-top: 5px;
}
.bns55-desc-block table{
  margin-top: 5px;
  margin-bottom: 20px;
  width: 90%;
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  font-weight: 300;
}
.bns55-desc-block table b{
  font-family: 'HelveticaNeueCyr';
  font-size: 16px;
}
.bns55-desc-block table tr td{
  line-height: 20px;
  padding-left: 7px;
  padding-top: 12px;
}

.bns30-holder{
  margin-top: 20px;
  display: flex;
  background-image: url(/i/img/instaforex_bonuses/mobile/bonus-30-img.png);
  width: 100%;
  height:234px;
  color:#fff;
  border-radius: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.bns30-holder-b{
  width: 100%;
  height:234px;
  background-color: rgba(159, 113, 86, 0.8);
  border-radius: 20px;
}
.bns30-block {
  width: 75%;
  padding:25px 20px 20px 20px;
  color:#fff;
  margin: 0 auto;
  float: none;
}
.bns30-block h2{
  font-family: 'HelveticaNeueCyr';
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.bns30-block h2{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bns30-desc-block{
  margin-top: 5px;
}
.bns30-desc-block table{
  margin-top: 5px;
  margin-bottom: 20px;
  width: 93%;
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  font-weight: 300;
}
.bns30-desc-block table b{
  font-family: 'HelveticaNeueCyr';
  font-size: 16px;
}
.bns30-desc-block table tr td{
  line-height: 20px;
  padding-left: 7px;
  padding-top: 12px;
}

.club-bns-holder{
  margin-top: 20px;
  display: flex;
  background-image: url(/i/img/instaforex_bonuses/mobile/club-bonus-img.png);
  width: 100%;
  height:234px;
  color:#fff;
  border-radius: 20px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.club-bns-holder-b{
  width: 100%;
  height:234px;
  background-color: rgba(122, 156, 173, 0.8);
  border-radius: 20px;
}
.club-bns-block {
  width: 75%;
  padding:25px 20px 20px 20px;
  color:#fff;
  margin: 0 auto;

}
.club-bns-block h2{
  font-family: 'HelveticaNeueCyr';
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.club-bns-block h2{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.club-bns-desc-block{
  margin-top: 5px;
}
.club-bns-desc-block table{
  margin-top: 5px;
  margin-bottom: 20px;
  width: 93%;
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  font-weight: 300;
  
}
.club-bns-desc-block table b{
  font-family: 'HelveticaNeueCyr';
  font-size: 16px;
}
.club-bns-desc-block table tr td{
  line-height: 20px;
  padding-left: 7px;
  padding-top: 12px;
}

.ld-holder{
  display: flex;
  background-color: #00422A;
  background-image: url(/i/img/instaforex_bonuses/mobile/lucky-deposit-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height:234px;
  margin-top: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.ldr-block{
  padding:20px 20px 20px 20px;
  color:#fff;
}

.ldr-block h2{
  font-size: 40px;
  font-weight: 700;
  font-family: 'HelveticaNeueCyr';
  text-align: center;
}

.ldr-block h6{
   font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.ldr-block p{
  font-family: 'HelveticaNeueCyr';
  font-weight: 300;
}
.ldr-block a{
  color:#fff;
  text-decoration: none;
}
.ldr-block h2, .ldr-block h6, .ldr-block p{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.ldr-desc-block{
  display: flex;
  padding-left: 18px;
}

.ldr-desc-block{
  margin-top: 15px;
}

.ldr-desc-block-left{
  float: left;
  width: 57%;
}

.ldr-desc-block-middle{
  width: 23%;
}

.ldr-desc-block-right{
  width: 16%;
}

.ldr-btn-holder{
  display: block;
  text-align: center;
  margin-top: 25px;
}
.ldr-btn-holder a{
  color:#fff;
}

.ldr-btn-promotion-holder{
  float: right;
  margin-right: -27px;
  margin-top: -30px;
  text-align: center;
}

.ldr-btn-promotion{
  width: 196px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #1F9034;
  border-radius: 100px;
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ldr-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ldr-tooltip .ldr-tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: rgba(0,0,0,.72);
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 7px 3px 7px 3px;
  position: absolute;
  z-index: 1;
  font-family: 'HelveticaNeueCyr';
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  right: -20px;
  top: -35px;
}

.ldr-tooltip:hover .ldr-tooltiptext {
  visibility: visible;
}

.ldr-tooltip .ldr-tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; 
  left: 90%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.bns-all-btn-holder{
  display: flex;
  padding-left: 5px;
}
.bns-all-btn-holder-b{
  display: block;
  margin: 0 auto;
}
.bns-all-btn-holder-b > .
.bns-all-btn-holder a{
  color:#fff;
}

.bns-all-btn{
  display: inline-flex;
  position: relative;
  height: 38px;
  width: 254px;
  margin-right:20px;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 4px 15px rgba(114, 0, 0, 0.35);
  float: left;
}

.bns-all-btn-1{
  display: inline-flex;
  position: relative;
  height: 38px;
  width: 254px;
  margin-left:5px;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
}

.bns-all-btn .bns-all-btn-bonus, .bns-all-btn-1 .bns-all-btn-bonus{
  display: inline-block;
  position: absolute;
  width: 230%;
  height: 100%;
  left: -100%;
  transition: 0.4s all ease-in-out 0s;
  z-index: -1;
}

.bns-all-btn button, .bns-all-btn-1 button{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  font-family: 'HelveticaNeueCyr';
  color:#fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.bns-all-btn:hover .bns-all-btn-bonus{
  left: 0;
}
.bns-all-btn-1:hover .bns-all-btn-bonus-1{
  left: 0;
}
.bns-all-btn-grad .bns-all-btn-bonus{
  background-image:linear-gradient(230deg, #7D0000, #7D0000, #910b0b, #ec3e3e, #FF4949, #e20303 , #e20303);
}

.bns-all-btn-more .bns-all-btn-bonus-1{
  background:none;
}
.bns-all-btn-more:hover button, .bns-all-btn-more:focus button .bns-all-btn-more:active button{
  background-color: #fff;
  color:black;
}
.bns-all-btn-more{
  border:2px solid #FFFFFF;
  height: 34px;
  width: 254px;
}

.btn-deposit {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 254px;
  margin-right:20px;
  overflow: hidden;
  z-index: 1;
  font-family: 'HelveticaNeueCyr';
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  color:#fff;
  border:2px solid #FF8A00;
  border-radius: 20px;
  background: transparent;
  transition: 0.4s all ease-in-out 0s;
  text-align: center;
}

.btn-deposit:hover{
  cursor: pointer;
}

.btn-deposit::before{
  content:"";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF8A00;
  transition: 0.4s all ease-in-out 0s;
  z-index: -1;
}

.btn-deposit-bns::before{
  height: 0;
}

.btn-deposit-bns:hover::before{
  top:unset;
  bottom: 0;
  height: 100%;
}

.ld-holder .ldl-block:nth-child(1) {
  display: none;
}

.bnsl-btn-bonus:hover .bnsl-btn-bns-bonus {
  background: none;
}

.footnote {
  display: none;
}

.ng-isolate-scope {
  display: none;
}

.mf_header .mfh_text {
  max-width: 100%;
}

@media (max-width: 681px) and (min-width: 480px) {
  .bns100-desc-block,
  .bns55-holder,
  .bns30-holder,
  .club-bns-holder,
  .ld-holder, table:nth-child(1) tr td {padding: 0;}
}

@media (max-width: 681px) and (min-width: 480px) {
  .ldr-block h2{font-size: 24px}
  /*.ldr-btn-promotion-holder{margin-right: 40px;}*/
  .ldr-desc-block-left{width: 58%}
  .ldr-btn-holder{margin-top: 2px;}
  .btn-deposit, .bns-all-btn-more{max-width: 180px}
}

