@-ms-viewport {
    width: device-width;
  }
  @-o-viewport {
    width: device-width;
  }
  @viewport {
    width: device-width;
  }
  .middle-gutters {
    margin-right: -8px;
    margin-left: -8px;
  }
  .middle-gutters > .col,
  .middle-gutters > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  @font-face {
    font-family: SF Pro Text;
    src: url(/assets/fonts/SF-Pro-Text-Regular.otf) format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: SF Pro Text;
    src: url(/assets/fonts/SF-Pro-Text-Light.otf) format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: SF Pro Text;
    src: url(/assets/fonts/SF-Pro-Text-Medium.otf) format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: SF Pro Text;
    src: url(/assets/fonts/SF-Pro-Text-Semibold.otf) format("truetype");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: SF Pro Text;
    src: url(/assets/fonts/SF-Pro-Text-Bold.otf) format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: SF Pro Text;
    src: url(/assets/fonts/SF-Pro-Text-Heavy.otf) format("truetype");
    font-weight: 800;
    font-style: normal;
  }
  .fz-24 {
    font-size: 24px;
  }
  .mr-1 {
    margin-right: 4px;
  }
  .ml-1 {
    margin-left: 4px;
  }
  .mt-1 {
    margin-top: 4px;
  }
  .mb-1 {
    margin-bottom: 4px;
  }
  .mr-2 {
    margin-right: 8px;
  }
  .ml-2 {
    margin-left: 8px;
  }
  .mt-2 {
    margin-top: 8px;
  }
  .mb-2 {
    margin-bottom: 8px;
  }
  .mr-3 {
    margin-right: 12px;
  }
  .ml-3 {
    margin-left: 12px;
  }
  .mt-3 {
    margin-top: 12px;
  }
  .mb-3 {
    margin-bottom: 12px;
  }
  .mr-4 {
    margin-right: 16px;
  }
  .ml-4 {
    margin-left: 16px;
  }
  .mt-4 {
    margin-top: 16px;
  }
  .mb-4 {
    margin-bottom: 16px;
  }
  .fw-semi-bold {
    font-weight: 600;
  }
  .text-secondary,
  .text-tertiary {
    color: #80a7b0;
  }
  .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-between {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ml-auto {
    margin-left: auto;
  }
  .mr-auto {
    margin-right: auto;
  }
  .flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .wow {
    visibility: hidden;
  }
  ol,
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

.kf-section {
    z-index:9;
    position:relative;
}


  .kf-desktop {
    position: relative;
  }
.kf-mobile {
    display: none;
}

.hotline-mobile {
    display: none;
}
  .kf-desktop img {
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }


  .img-shadow {
    -webkit-box-shadow: -24px -24px 80px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -24px -24px 80px rgba(0, 0, 0, 0.05);
    box-shadow: -24px -24px 80px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: url(../images/background-web.png) no-repeat top center;
    overflow-x: hidden;
    -webkit-background-size: 1500px;
    -moz-background-size: 1500px;
    -o-background-size: 1500px;
    background-size: 1500px;
    background-color: #000;
}

.girl {
    position: absolute;
    background: url(../images/girl-web.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 765px;
    width: 407px;
    right: 300px;
    top: -298px;
}
.promo {
    position: absolute;
    background: url(../images/promo.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
    width: 60%;
    top: -300px;
    left: 35%;
}


.qr-code {
    background: url(../images/CODE1.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 150px;
    left:150px;
}

.other-content {
    right: 200px;
    top: 568px;
    z-index: 10;
    position: absolute;
	right: 300px;
	top: 400px;
}

.other-content div {
    height: 100px;
    width: 270px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px;
    background-position: center;
    cursor: pointer;
}

.download {
    background: url(../images/fanpage.png);
}

.android_download {
    background: url(../images/android_download.png);
}

.ios_download {
    background: url(../images/ios_download.png);
}

.otp_telegram {
    background: url(../images/otp_telegram.png);
}

.telegram {
    background: url(../images/telegram.png);
}

.chat-box {
    background: url(../images/CHAT.png);
	top: 300px;
	right: 0px;
	position: absolute;
}

.h5-web{
	background: url(../images/h5.png) center no-repeat;
	background-size: cover;
	width: 400px;
	height: 63px;
	top: 10px;
	position: relative;
}

  .b9capcha {
    width: 100%;
    overflow: hidden;
    padding: 12px 5px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
  }

.btn-reload {
    width: 30px;
    height: 30px;
    background: url(../../assets/images/reload.png) no-repeat top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border: 0;
    text-indent: -999em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px auto;
    cursor: pointer;
}
.gw-main {
    max-width: 1920px;
    margin: auto;
    position: relative;
    top: -23px;
    height: 88vh;
}
  .kf-section--block-1 {
    min-height: 420px;
    height: 420px;
  }


  .kf-section--block-1 .swiper-slide img {
    width: 100vw;
    /* height: 420px; */
    -o-object-fit: cover;
    object-fit: cover;
  }


.kf-section--block-2 {
    position: relative;
    top: 470px;
}


  .col-main {
    -webkit-flex-basis: 450px;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    max-width: 450px;
  }

  
  .box-member__mobile {
    background: url(../../assets/images/mobile/member-bar.png) 50% no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 50px;
    width: 322px;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }
  ::-webkit-scrollbar-track {
    background: #1a1435;
  }
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-thumb:hover {
    background: #80a7b0;
  }
.kf-auth {
    width: 420px;
    height: 495px;
    background: url(../../assets/images/form-bg.png) no-repeat top;
    position: absolute;
    bottom: -200px;
    z-index: 100;
    background-size: 100% 100%;
    border-radius: 36px;
	top: -250px;
	display: grid;
	place-items: center;
}

  .kf-auth__nav {
    padding-top: 0px;
  }
  .kf-auth__nav .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
.kf-auth__nav .nav-item img {
    height:72px;
}

.kf-auth__nav .nav-item .active img:first-child {
    display: none;
}
  .kf-auth__nav .nav-item .active img:nth-child(2) {
    display: block;
    position: relative;
    left: 6px;
  }
  .kf-auth__nav .nav-item:nth-child(2) .active img:nth-child(2) {
    display: block;
    position: relative;
    left: -6px;
  }
  .kf-auth__nav .nav-item:nth-child(2) :not(.active) img:nth-child(1) {
    display: block;
    position: relative;
    left: -6px;
  }
  .kf-auth__nav .nav-item:nth-child(1) :not(.active) img:nth-child(1) {
    display: block;
    position: relative;
    left: 6px;
  }
  .kf-auth__nav .nav-item img:nth-child(2) {
    display: none;
  }
  .kf-auth__nav .nav-link {
    padding: 12px 0;
  }
  .tab-content {
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .tab-content button:hover {
    -webkit-filter: drop-shadow(2px 2px 8px #80a7b0) brightness(1.3) !important;
    filter: drop-shadow(2px 2px 8px #80a7b0) brightness(1.3) !important;
  }
  .btn-md {
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
.kf-header {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 1000px;
    padding: 10px;
	display: grid;
	place-items: center; 
	height: 250px;
}
  .gw-footer {
      position:relative;
    top:700px !important;
    padding-bottom: 20px;
    z-index:10;
	top: 100px;
  }

  .form-control:focus {
    border-color: #80a7b0;
  }
.form-control:focus,
.input-group {
    -webkit-box-shadow: inset 0 0 14.88px 1.12px rgba(36, 23, 56, 0.4);
    -moz-box-shadow: inset 0 0 14.88px 1.12px rgba(36, 23, 56, 0.4);
    box-shadow: inset 0 0 14.88px 1.12px rgba(36, 23, 56, 0.4);
    background-color: transparent;
	/*background: url(../../assets/images/NUT1.png);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;*/
}
.special_border
{
    background-image: linear-gradient(185deg,#020024,#f1ae6e -12%,#8d6640 29%,#020024 46%,#f1ae6e 83%,#f1ae6e 95%,#020024);
    padding: 2px;
    border-radius: 50px;
}
.input-group {
    border-right: 1px solid #80a7b0;
    border-radius: 50px;
    padding: 4px;
	background-color: #1d1d1d;
}
  .input-group.is-invalid {
    border: 1px solid #dc3545;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .input-group .input-group-text {
    border: none;
  }
.input-group .input-group-text img {
    width: 25px;
}
  .input-group .form-control {
    border:none;
    color: #fff;
  }

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

  .input-group .btn {
    background-color: rgba(105, 75, 71, 0);
    border-left: none;
  }
  .input-group .btn img {
    width: 25px;
  }

.btn-register img {
    max-height: 80px;
}

  .input-group .btn-outline-secondary {
    border-right: none;
  }

  .swiper-container--jackpot {
    height: 180px;
  }
  .swiper-container--jackpot .swiper-slide {
    height: 80px !important;
  }
  .kf-member {
    width: 286px;
    height: 80px;
    background: url(../../assets/images/mem-box.png) no-repeat top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
  }
  .kf-member .kf-member__avatar {
    position: relative;
    width: 60px;
    height: 80px;
  }
  .kf-member .kf-member__avatar img {
    position: absolute;
    top: 0;
    left: -40px;
    width: 80px;
    max-width: 80px;
    height: 80px;
  }
  .kf-member .kf-member__coins span,
  .kf-member .kf-member__game span {
    font-weight: 700;
  }
  .container-custom{
    max-width: 1000px;
  }
.hotline-desktop{
    position: absolute;
    right: 15vh;
    top:0;
    z-index: 1000;
    cursor: pointer;
}

 .hotline-mobile{
    position: absolute;
    right: 0;
    top:70px;
    z-index: 1000;
    cursor: pointer;
 } 
 .hotline-mobile img{
    width: 10vw;
 } 
 .sub-img-pt-5{
    position: relative;
    top:50px;
 }
 
 .logo{
	 height: 55%;
	 top: -50px;
	 position: relative;
 }
 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

 .event--jackpot {
    position: absolute;
    top: 110px;
    left: 28px;
}
 .event--jackpot .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 4px 4px 4px 23px;
}
.event--jackpot .nav-tab-xjackpot {
    height: 48px;
    border-bottom: 2px solid #015c48;
    position: relative;
}
 .event--jackpot .nav-tab-xjackpot a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 28px;
}
 .event--jackpot .nav-tab-xjackpot a.active {
    color: #fff200;
    position: relative;
    z-index: 10;
    background: #645741;
    background: -webkit-gradient(linear,left top,left bottom,from(#645741),color-stop(21%,#c4a578),color-stop(35%,#ffc),color-stop(43%,#ffeba0),color-stop(53%,#dfbd83),color-stop(95%,#dfbd83),to(#9a825f));
    background: -webkit-linear-gradient(top,#645741,#c4a578 21%,#ffc 35%,#ffeba0 43%,#dfbd83 53%,#dfbd83 95%,#9a825f);
    background: -moz- oldlinear-gradient(top,#645741 0,#c4a578 21%,#ffc 35%,#ffeba0 43%,#dfbd83 53%,#dfbd83 95%,#9a825f 100%);
    background: -o-linear-gradient(top,#645741 0,#c4a578 21%,#ffc 35%,#ffeba0 43%,#dfbd83 53%,#dfbd83 95%,#9a825f 100%);
    background: linear-gradient(180deg,#645741,#c4a578 21%,#ffc 35%,#ffeba0 43%,#dfbd83 53%,#dfbd83 95%,#9a825f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 3px 3.84px rgba(11,10,8,.33);
}
 .event--jackpot .tab-event-jackpot {
    /*background: #123d32;
    background: -webkit-radial-gradient(circle,#123d32 0,#061e1a 100%);
    background: -moz- oldradial-gradient(circle,#123d32 0,#061e1a 100%);
    background: -o-radial-gradient(circle,#123d32 0,#061e1a 100%);
    background: radial-gradient(circle,#123d32 0,#061e1a 100%);
    width: 260px;
    border: 2px solid #00aa60;*/
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 310px;
}
 .event--jackpot .tab-pane-boxjackpot {
    width: 230px;
    height: 350px;
    margin-bottom: 5px;
    overflow-y: scroll;
	overflow-x: hidden;
}
 .event--jackpot .list-boxjackpot {
    margin: 0;
    padding: 10px 0 0;
}
 .event--jackpot .list-boxjackpot li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 60px;
    padding-top: 2px;
    border-bottom: 2px solid #856636;
    position: relative;
    padding-top: 8px;
    cursor: pointer;
    overflow: hidden;
	left: 12px;
}
 .event--jackpot .list-boxjackpot li:first-child {
    border-top: 0;
}
 .event--jackpot .list-boxjackpot li .boxjackpoticon {
    display: block;
    float: left;
}

.boxjackpoticon img
{
	height: 80px;
	width: 100px;
	position: relative;
	top: -15px;
}

.boxjackpotgold img
{
	margin: 0px;
	display: inline;
}

.event--jackpot .list-boxjackpot li .boxjackpotright {
    width: 165px;
    display: block;
    float: left;
    padding-left: 5px;
}
.event--jackpot .list-boxjackpot li .boxjackpotright .boxjackpotgame {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #e99957;
}
.event--jackpot .boxjackpotgold {
    font-size: 15px;
    font-weight: 800;
    color: #fff200;
    background: #fcc86f;
    background: -webkit-gradient(linear,left top,left bottom,from(#fcc86f),color-stop(15%,#ffff9e),color-stop(40%,#f4c16b),color-stop(60%,#ffff9e),color-stop(85%,#ffff9e),to(#fcc86f));
    background: -webkit-linear-gradient(top,#fcc86f,#ffff9e 15%,#f4c16b 40%,#ffff9e 60%,#ffff9e 85%,#fcc86f);
    background: -moz- oldlinear-gradient(top,#fcc86f 0,#ffff9e 15%,#f4c16b 40%,#ffff9e 60%,#ffff9e 85%,#fcc86f 100%);
    background: -o-linear-gradient(top,#fcc86f 0,#ffff9e 15%,#f4c16b 40%,#ffff9e 60%,#ffff9e 85%,#fcc86f 100%);
    background: linear-gradient(180deg,#fcc86f,#ffff9e 15%,#f4c16b 40%,#ffff9e 60%,#ffff9e 85%,#fcc86f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.event--jackpot .hidden {
    display: none;
}
 
 /* Styles specific to Firefox */
@-moz-document url-prefix() {
	.logo{
		 height: 150px !important;
		 top: 20px !important;
		 position: relative !important;
	}
	
	.header{
		 width: 50% !important;
		 top: -30px !important;
		 position: relative !important;
	}
}
 
 .header{
	 width: 50%;
	 top: -150px;
	 position: relative;
 }

.center-container{
	display: grid;
	place-items: center;
}

/******Media*********/

.section-about {
	top: 700px;
	position: relative;	
}

@media (max-width: 1919.98px) {
    .b9capcha {
        height: 45px;
        font-size: 16px;
    }

    .kf-section--block-1 {
        height: 400px;
        min-height: 400px;
    }

    .kf-section--block-1 .swiper-slide img {
        /* height: 400px; */
        /* min-height: 400px; */
        -o-object-fit: cover;
        object-fit: cover;
    }
  /*  .kf-section--block-2 {
        z-index: 1000;
    }*/

    .kf-section--block-2 img {
        max-height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .col-main {
        -webkit-transform: scale(0.85) translate(0);
        -moz-transform: scale(0.85) translate(0);
        -ms-transform: scale(0.85) translate(0);
        -o-transform: scale(0.85) translate(0);
        transform: scale(0.85) translate(0);
        z-index: 10;
        -webkit-flex-basis: 420px;
        -ms-flex-preferred-size: 420px;
        flex-basis: 420px;
    }

   

    .gw-footer img {
        max-height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .form-control {
        height: 45px;
    }

    .input-group .btn {
        height: 45px;
        padding: 4px 16px;
    }
	
	.other-content {
        right: 200px;
        top: 400px;
    }
    .other-content div {
        width: 270px;
    }
}

@media (max-width: 1799.98px) {

    .girl {
        right: 190px;
    }
}

@media (min-width: 1600px) {

    .kf-section--block-2 {
    }

    .col-main {
        -webkit-transform: scale(0.9) translate(0);
        -moz-transform: scale(0.9) translate(0);
        -ms-transform: scale(0.9) translate(0);
        -o-transform: scale(0.9) translate(0);
        transform: scale(0.9) translate(0);
        z-index: 10;
    }

}

@media (max-width: 1599.98px) {
    .b9capcha {
        font-size: 14px;
    }

    .girl {
        right: 150px;
    }

    .kf-header {
        width: 970px;
        padding: 10px;
    }



    .other-content {
        right: 115px;
        top: 400px;
        z-index: 10;
        position: absolute;
    }

    .other-content div {
        width: 270px;
    }
	
}
@media (max-width: 1399.98px) {
    .girl {
        right: 70px;
        height: 693px;
        width: 371px;
        top: -242px;
    }
    .promo {
        width: 367px;
        left: 29%;
    }

    .other-content {
        right: 38px;
		top: 400px;
    }
	
	.event--jackpot {
		position: absolute;
		top: 110px;
		left: 25px;
	}

}
@media (max-width: 1299.98px) {
    .promo {
        left: 100px;
		top: -250px;
        height: 400px;
    }
	
	.event--jackpot {
		position: absolute;
		top: 80px;
		left: 14px;
	}
	.event--jackpot .tab-pane-boxjackpot {
		width: 194px;
		height: 300px;
		margin-bottom: 5px;
		overflow-y: scroll;
	}
}

@media (max-width: 1024.98px) {
    .kf-mobile {
        display: none;
    }

    .hotline-mobile {
        display: block;
    }
    .kf-main {
        width: 100vw;
        overflow-x: hidden;
    }

    .kf-desktop {
        display: block;
    }
	

    .kf-header {
        width: 300px;
		height: 200px;
    }

    .kf-section--block-1 {
        height: auto;
        min-height: auto;
    }

    .kf-section--block-1 .swiper-slide img {
        min-height: auto;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .kf-section--block-2 {
        top: 200px;
		height: 500px;
        overflow: hidden;
    }
	
	.h5-web{
		width: 300px;
		height: 47px;
		top: -50px;
	}  

    .col-main {
        -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
        max-width: none;
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -moz-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: auto;
        transform: scale(0.8) translateY(0%);
		top: 50px;
    }

    .gw-main {
        width: 100vw;
        overflow-x: hidden;
    }

    .kf-auth {
        position: relative;
        bottom: inherit;
        left: inherit;
        right: inherit;
		height: 500px;
		top: -100px;
    }
	
	.kf-auth__nav{
		position: relative;
		top: -200px;
	}

    .swiper-container--logo .swiper-slide {
        width: 112px;
    }

    .swiper-container--logo .swiper-slide img {
        height: 44px;
        width: auto;
    }

    .hotline-desktop {
        display: none;
    }
    .container-custom {
        max-width: 500px;
    }
    .mobile-footer {
        /*height: 320px;*/
    }
    .girl {
        right: -38px;
        height: 279px;
        width: 194px;
        top: unset;
        position:absolute;
    }
    .promo {
        height: 438px;
        width: 263px;
        top: -300px;
        left: 50px;
    }

    .product {
        position: absolute;
        top: 225px;
    }

    .other-content {
        right: 30px;
        top: 300px;
    }
    .qr-code {
        height: 80px;
        width: 80px;
        top: 342px;
        right: -28px;
        z-index:10;
        left:unset;
    }
	
	.logo{
		height: 100px !important;
		top: 10px !important;
	}
	
	.header{
		top: -20px !important;
		width: 300px !important;
	}
	
	.tab-content{
		top: 100px;
		position: absolute;
		height: 450px;
	}
	
	body{
		-webkit-background-size: 1000px;
		-moz-background-size: 1000px;
		-o-background-size: 1000px;
		background-size: 1000px;
	}
	
}

@media (max-width: 966px) {
	.promo{
		display: none;
	}
}

@media (max-width: 739.98px) {
	body {
        background: url(../images/background-mobile.png) repeat center -30px;
        overflow-x: hidden;
        -webkit-background-size: 500px;
        -moz-background-size: 500px;
        -o-background-size: 500px;
        background-size: 500px;
    }
	
	.section-about {
		display: none;
		top: 70px;
		position: relative;
	}
	
	.gw-main {
		overflow-x: visible;
    }
	
	.kf-auth{
		height: 500px;
		width: 400px;
		top: -120px;
	}
	
	.kf-auth__nav {
		top: -100px;
		width: 100%;
		position: absolute;
	}
	
	.kf-section--block-2 {
		height: 700px;
	}

    .kf-header {
        width: 320px;
    }

    .girl {
        right: -50px;
        height: 240px;
        width: 194px;
        top: unset;
        position: absolute;
    }
    .mobile-footer {
        /*height: 286px;*/
		top: 100px;
    }
    .promo {
        height: 230px;
        width: 191px;
        left: -38px
    }
    .product .col {
        padding-right: 6px;
        padding-left: 6px;
    }
    .product .img {
        margin:auto;
    }
	
	.kf-auth__nav .nav-link{
		top: 100px;
		position: relative;
	}
	
	.kf-auth__nav .nav-item .active img:nth-child(2) {
	display: block;
	position: relative;
	left: -100px;
	}
	.kf-auth__nav .nav-item:nth-child(2) .active img:nth-child(2) {
	display: block;
	position: relative;
	left: 100px;
	top: -97px;
	}
	.kf-auth__nav .nav-item:nth-child(2) :not(.active) img:nth-child(1) {
	display: block;
	position: relative;
	left: 100px;
	top: -97px;
	}
	.kf-auth__nav .nav-item:nth-child(1) :not(.active) img:nth-child(1) {
	display: block;
	position: relative;
	left: -100px;
	}
	
	.other-content div{
		top: 100px;
		right: 28px;
		position: relative;
		height: 100px;
		width: 300px;
	}
	
	.kf-mobile {
        display: block;
    }
	
	.kf-desktop{
		display: none;
	}
	
	.chat-box {
		top: 580px;
		right: -10px;
		height: 60px;
		width: 60px;
		background-size: cover;
	}
	
	.h5-web{
		width: 300px;
		height: 47px;
		top: 0px;
	}  
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: none; 
    z-index: 9999; 
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3); /* White with 30% opacity */
    border-top: 4px solid #ddd; /* White */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; /* Spin animation */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px; /* Half of the width */
    margin-left: -20px; /* Half of the height */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}