body {
  min-width: 280px;
  margin: 0;
  padding: 0;
  font-family: "Baloo", sans-serif;
  background: #051A27;
  color: white;
  background-image: url('../img/welcome.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  box-sizing: border-box;
}
@media all and (max-width: 1450px){
  body {
    background-position: 20% 50%;
  }
}
@media all and (max-width: 1450px) and (min-height: 1000px) {
  body {
    background-position: 40% 50%;
  }
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
body.christmas {
  background-image: url("../img/chr-bg.jpg");
}
.christmas .desktop-bg {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: 25% 0;
  z-index: -1;
}
.container {
  margin-left: 7.870vh;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}
.offer {
  margin-top: 12.500vh;
}
.logo {
  margin-top: 5.556vh;
  max-width: 58.370vh;
  text-align: center;
}
.logo img {
  max-width: 151px;
}
.offer__one{
  display: block;
}
.christmas .offer__title {
  font-size: 2.667vh;
  line-height: 4vh;
  margin-bottom: 3.556vh;
}
.offer__title {
  color: #41B056;
  font-size: 2.222vh;
  line-height: 3.333vh;
  max-width: 58.370vh;
  text-transform: uppercase;
  margin-bottom: 5.556vh;
  text-align: center;
  font-family: "sfui-bold", sans-serif;
}
.offer__subtitle {
  color: white;
  font-size: 2.5vh;
  line-height: 1;
  margin-bottom: 7.870vh;
  text-transform: uppercase;
  font-family: 'Baloo 2', cursive;
  font-weight: 700;
  max-width: 58.370vh;
  text-align: center;
}
.christmas .offer__subtitle {
  font-size: 2.889vh;
}
.christmas2 .offer__subtitle {
  margin-bottom: 3.87vh;
}
.christmas .offer__subtitle span {
  font-size: 14.444vh;
}
.christmas2 .offer__subtitle span {
  font-size: 18.889vh;
}
.offer__subtitle span{
  font-family: 'Baloo 2', cursive;
  font-weight: 700;
  font-size: 12.037vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.christmas .offer__subtitle small {
  font-size: 5.111vh;
}
.offer__subtitle small{
  font-size: 4.259vh;
  margin-left: 1vh;
  text-align: left;
}
.christmas .first,
.christmas .second {
  width: 27.778vh;
  height: 7.556vh;
  font-size: 2vh;
}
.first {
  width: 23.148vh;
  height: 6.296vh;
  background: #023540;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "sfui", sans-serif;
  font-size: 1.667vh;
  margin-right: 1.852vh;
  position: relative;
  cursor: pointer;
}
.copied {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #41B056;
  border-radius: 10px;
  z-index: 9;
  transition: 0.2s;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "sfui", sans-serif;
  text-transform: uppercase;
  opacity: 0;
}
.copied.active {
  opacity: 1;
}
.buttons {
  display: flex;
  max-width: 58.370vh;
  align-items: center;
  justify-content: center;
}
.second {
  text-decoration: none;
  width: 23.148vh;
  height: 6.296vh;
  background: linear-gradient(to bottom, #F6B349, #E87705);
  font-family: "sfui-bold", sans-serif;
  font-size: 1.667vh;
  white-space: nowrap;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.second:hover {
  box-shadow: 0 0 25px 5px rgba(232, 119, 5, 0.5);
}
.terms {
  display: none;
  position: absolute;
  bottom: 45px;
  right: 100px;
}
.terms-desc_main small {
  margin-top: 0.926vh;
  display: block;
  font-size: 14px;
  color: #0F5160;
  line-height: 18px;
}
.christmas2 .terms-desc {
  margin-top: 11.87vh;
}
.christmas .terms-desc {
  max-width: 58.370vh;
  margin-left: 0;
}
.terms-desc {
  margin-top: 7.870vh;
  max-width: 48.37vh;
  margin-left: 5vh;
  background: rgba(2, 53, 64, 0.55);
  border-radius: 10px;
}
.terms-desc_header {
  color: #fff;
  font-family: "sfui-bold", sans-serif;
  font-size: 1.667vh;
  padding: 1.296vh 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.terms-desc_header {
  transition: all 0.2s;
  max-height: 0px;
  padding: 0;
  color: transparent;
}
.christmas .terms-desc_header.active {
  font-size: 2vh;
  padding: 2vh 0;
}
.terms-desc_header.active {
  max-height: inherit;
  color: #fff;
  font-family: "sfui-bold", sans-serif;
  font-size: 1.667vh;
  padding: 1.296vh 0;
}
.terms-desc_main {
  color: #17778D;
  font-family: "sfui-bold", sans-serif;
  font-size: 14px;
  padding: 1.204vh 1.574vh;
  position: relative;
}
.terms-desc_main, .terms-desc_main small {
  max-height: 0px;
  font-size: 0px;
  padding: 0;
}
.terms-desc_main span {
  position: absolute;
  right: 1.574vh;
  top: 1.204vh;
  cursor: pointer;
}
.christmas .terms-desc_main.active {
  padding: 2vh 2vh 3.333vh;
}
.terms-desc_main.active, .terms-desc_main.active small {
  max-height: inherit;
  font-size: 14px;
  padding: 1.204vh 1.574vh;
}

.terms-desc_main.active small {
  padding: 0;
  font-family: "sfui", sans-serif;
}

@media all and (max-width: 1450px) {
  .christmas .desktop-bg {
    object-position: 10% 0;
  }
  .terms {
    right: 45px;
  }
  .terms-desc_main.active, .terms-desc_main.active small {
    font-size: 10px;
  }
}
.terms__name {
  font-family: "sfui-bold", sans-serif;
  font-size: 18px;
  background: #041523;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.terms__name:hover {
  background: #023540;
}
.terms__name.opened {
  background: #023540;
}
.terms__block {
  width: 372px;
  background: #031521;
  color: #0F5160;
  font-family: "sfui", sans-serif;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  position: absolute;
  bottom: 25px;
  right: 25px;
  transition: 0.3s;
  z-index: 1;
  transform: translate(50%, 50%) scale(0);
  font-size: 14px;
}
.terms__block.active {
  transform: translate(0, 0) scale(1);
}
.terms__title {
  margin-bottom: 20px;
}
.mobile-bg {
  display: none;
}
.terms-divider {
  display: none;
}
/*============MOBILE VERSION======*/
.mobile, body.christmas {
  background: #031521;
}
.mobile .desktop-bg {
  display: none;
}
.christmas.mobile .mobile-bg .tiger {
  height: 100%;
  bottom: 0;
}
.christmas.mobile .mobile-bg video {
  height: 100%;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.mobile .mobile-bg {
  display: block;
  position: absolute;
  top: 0;
  height: 340px;
  left: 0;
  right: 0;
  background-image: url('../img/mob-bg2.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 370px) {
  .mobile .mobile-bg {
    height: 270px;
  }
}
@media all and (min-width: 768px) {
  .mobile .mobile-bg {
    height: 380px;
  }
}
@media all and (min-width: 1000px) and (min-height: 650px) {
  .mobile .mobile-bg {
    /*height: 450px;*/
  }
  .christmas.mobile .mobile-bg {
    height: 450px;
  }
}
.mobile .tiger {
  position: absolute;
  bottom: -20px;
  text-align: center;
  left: 0;
  right: 0;
}
.mobile .tiger img {
  max-width: 80%;
  height: auto;
}
.mobile .offer{
  background: #031521;
}
.cashback{
  max-width: 58.370vh;
  text-align: center;
  font-size: 1.563vw;
  margin-top: 5vh;
}
.mobile .cashback{
  max-width: 100%;
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
}
@media all and (min-width: 700px) {
  .mobile .tiger {
    bottom: 0;
  }
}
@media all and (min-width: 1000px) {
  .mobile .tiger {
    bottom: 25px;
  }
}
.mobile .terms-desc{
  display: none;
}
.mobile .divider {
  position: absolute;
  bottom: -1px;
  text-align: center;
  left: 0;
  right: 0;
}
.mobile .divider img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mobile .logo {
  margin-top: 25px;
  margin-bottom: 260px;
  text-align: center;
  max-width: 100%;
}
.mobile .logo img {
  max-width: 108px;
}
@media all and (max-width: 370px) {
  .mobile .logo {
    margin-bottom: 200px;
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .mobile .logo {
    margin-bottom: 290px;
  }
}
@media all and (min-width: 1000px) and (min-height: 650px) {
  .christmas.mobile .logo {
    margin-bottom: 350px;
  }
  .mobile .logo {
    /*margin-bottom: 350px;*/
  }
}
.mobile .container {
  margin: 0 auto;
  min-height: auto;
  padding-bottom: 30px;
}
.mobile .offer__title {
  max-width: 100%;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 20px;
}
.mobile .offer__subtitle span {
  font-size: 75px;
  margin-bottom: 15px;
}
.christmas.mobile .offer__subtitle small {
  text-align: center;
}
.mobile .offer__subtitle small {
  font-size: 20px;
}
.mobile .offer__title .offer__one {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.mobile .offer__title .offer__two {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.mobile .offer__subtitle {
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.mobile .buttons {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.mobile .first {
  width: 322px;
  margin-bottom: 12px;
  margin-right: 0;
  height: 55px;
  font-size: 16px;
}
@media all and (max-width: 370px) {
  .mobile .first {
    width: 280px;
  }
}
.mobile .second {
  width: 322px;
  height: 55px;
  font-size: 16px;
}
@media all and (max-width: 370px) {
  .mobile .second {
    width: 280px;
  }
}
.mobile .terms {
  position: relative;
  right: 0;
  bottom: 0;
  display: block;
}
.mobile .offer {
   margin-top: 0;
}
.mobile .terms__name {
  display: none;
}
.mobile .terms__block {
  position: relative;
  transform: translate(0, 0) scale(1);
  right: 0;
  bottom: 0;
  width: 322px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  padding: 30px 0;
  text-align: justify;
}
@media all and (max-width: 370px) {
  .mobile .terms__block {
    width: 280px;
  }
}
.mobile .terms-divider {
  height: 1px;
  display: block;
  background: #023540;
}
.mobile .terms__title {
  font-family: "sfui-bold", sans-serif;
  font-size: 14px;
}

@media (width: 1280px) {
  .christmas .offer__title {
    font-size: 2vh;
    line-height: 1.2;
  }
  .christmas .offer__title {
    font-size: 2vh;
    line-height: 1.2;
    max-width: 38.370vh;
  }
  .logo {
    max-width: 38.370vh;
  }
  .christmas .offer__subtitle span {
    font-size: 9.444vh;
  }
  .christmas .offer__subtitle {
    font-size: 1.889vh;
    max-width: 38.370vh;
  }
  .christmas .offer__subtitle small {
    font-size: 3.111vh;
  }
  .buttons {
     display: flex;
     max-width: 38.370vh;
  }
  .christmas .terms-desc {
    max-width: 38.370vh;
    margin-left: 0;
  }
  .christmas .desktop-bg {
    object-position: 34% 0;
  }
}