    #preloader{
        position: fixed;
        left: 0px;
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: 999;
    }
    #preloader svg{width: auto !important; height: auto !important;position: absolute; left: 50%; transform: translate(-50%,-50%) scale(0.7); top: 50%;}
    .outer,
    .inner {
        fill: none;
        stroke: var(--color);
        stroke-width: 8;
    }

    .outer{
        opacity: .4;
    }

    .inner {
        stroke-dasharray: 70 2000;
    }
    *{
      box-sizing: border-box;
    }
    a.swiper-slide img{
      border-radius: 10px;
    }
    body{
      margin: 0px;
      background-size: 100% 100%;
      background-attachment: fixed;
      font-family: 'Montserrat', sans-serif;
      color: #fff;
      --fixed-color: #ebcc05;
      --fixed-color-text: #000;
      padding-bottom: 60px;
    }
   #tg-special-t {
    height: 100%;
    width: 100%;
    padding: 20px;
  }
#tg-special-t * {
  box-sizing: border-box;
}
#tg-special-t .fix-side {
  position: fixed;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.60);
  border: 3px solid var(--fixed-color);
  top: 50%;
  transform: translateY(-50%);
  height: 87%;
  background: #00000078;
  width: 180px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#tg-special-t .fix-side.left {
  left: 40px;
}
#tg-special-t .fix-side.right {
  right: 40px;
}
#tg-special-t .fix-side .logo {
  height: 340px;
}
#tg-special-t .t-m h1.empty{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    margin: 0;
}
#tg-special-t .fix-side .logo img {
  margin-top: 80px;
  height: 70px;
  width: 330px;
  width: 300px;
  object-fit: contain;
  transform: rotate(-90deg);
}
#tg-special-t .fix-side .star {
  width: 100%;
}
#tg-special-t .fix-side .slide-text {
  margin: 40px 0 !important;
  height: 30px;
  color: #fff;
  text-align: center;
}

.slide-text p{
  top: 50% !important;
  transform: translateY(-50%);
}
#tg-special-t .fix-side .slogan h1 {
  color: var(--fixed-color);
  font-weight: 800;
  margin: 0px;
  font-size: 50px;
}
#tg-special-t .fix-side .slogan p {
  margin: 0px;
  font-size: 20px;
}
#tg-special-t .fix-side .down {
  height: 40px;
}
#tg-special-t .banners .col .item .vpn{
    background: red;
    color: #fff;
    position: absolute;
    right: -7px;
    bottom: -7px;
    font-size: 9px;
    border-radius: 30px;
    padding: 5px 5px;
    font-weight: bold;
}
#tg-special-t .banners .col .item .promocode{
    background: #009aff;
    color: #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    font-size: 11px;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: bold;
}
#tg-special-t .fix-side .button {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  background: var(--fixed-color);
  border-radius: 30px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: var(--fixed-color-text);
}
#tg-special-t .container {
  width: 1115px;
  margin: 0 auto;
}
@media (max-width: 1680px) and (min-width: 1500px) {
  #tg-special-t .container {
    width: 1200px !important;
 }
}
@media (max-width: 1599px) and (min-width: 1300px) {
  #tg-special-t .container {
    width: 1100px !important;
 }
}
@media (max-width: 1499px) and (min-width: 1200px) 
{
  #tg-special-t .container {
    width: 800px !important;
 }
}
@media (max-width: 450px){
  #tg-special-t .banners .col .item .top{
    padding: 15px 0 !important;
    padding-bottom: 0px !important;
  }
  body #tg-special-t .banners .col .item.vip .crown-col{
    width: 30px;
    height: 30px;
  }
  body #tg-special-t .banners .col .item.vip .crown-col img{
    width: 20px !important;
  }
  #tg-special-t .banners .col .item .top img{
    height: 50px !important;
    width: 100px !important;
  }
  #tg-special-t .banners .col .item .bottom{
    padding: 0px 10px !important;
  }
  #tg-special-t .banners .col .item .bottom .button{
    font-size: 11px !important;
    width: 100% !important;
  }
}
@media (min-height: 900px){
  #tg-special-t .fix-side .logo img{
    margin-top: 160px;
  }
}
@media (max-height: 900px){
  #tg-special-t .fix-side .star.two{
    display: none;
  }
  #tg-special-t .fix-side .logo img{
    margin-top: 160px;
    height: 80px;
  }
}
@media (max-height: 800px){
  #tg-special-t .fix-side .logo img{
    margin-top: 185px;
    margin-bottom: 35px;
    height: 50px;
  }
}
@media (max-height: 700px){
  #tg-special-t .fix-side .logo img{
    margin-top: 135px;
    margin-bottom: 35px;
    height: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 997px) {
  #tg-special-t .container {
    width: 600px !important;
 }
}
#tg-special-t .t-m {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
}
#tg-special-t .t-m .logo img {
  width: 200px;
  margin-bottom: 10px;
}
#tg-special-t .t-m h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold !important;
  margin: 15px 0 10px 0;
}
#tg-special-t .footer-c {
  margin-top: 20px;
  display: flex;
  padding: 0 10px;
  width: 100%;
  justify-content: space-between;
}
#tg-special-t .footer-c .licence {
  display: flex;
  font-size: 11px;
  align-items: center;
  justify-content: center;
}
#tg-special-t .footer-c .licence img {
  margin-left: 10px;
  width: inherit !important;
  height: 40px;
  margin-top: -5px;
}
#tg-special-t .footer-c .cpyrght {
  display: flex;
  font-size: 11px;
  opacity: 0.5;
  color: #fff;
  align-items: center;
  justify-content: center;
}
#tg-special-t .footer-c .cpyrght img {
  margin-left: 10px;
  width: inherit !important;
  height: 15px;
}
#tg-special-t .banners {
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
#tg-special-t .banners .col {
  width: 50%;
  flex-basis: 50%;
  padding: 8px;
}
@media (max-width: 1500px) {
  #tg-special-t .banners .col {
    width: 33.333%;
 }
}
@media (max-width: 1300px) {
  #tg-special-t .banners .col {
    width: 50%;
 }
}
#tg-special-t .banners .col .item.blank{
  display: flex;
  align-items: center;
  justify-content: center;
}
#tg-special-t .banners .col .item.blank .top{
  padding: 0px 40px !important;
}
#tg-special-t .banners .col .item {
  display: flex;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.60);
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  border-radius: 20px;
  display: flex;
  position: relative;
  text-decoration: none !important;
  border: 6px solid transparent;
  transition: all 0.3s linear;
  cursor: pointer;
  height: 175px;
}
#tg-special-t .banners .col .item:hover {
  z-index: 2;
  transform: scale(1.1);
}
#tg-special-t .banners .col .item.vip {
  border-color: #ebcc05;
  position: relative;
}

#tg-special-t .banners .col .item.vip .vipsite{
    position: absolute;
    width: 60px;
    right: 0px;
    top: -25px;
    background: #000;
    border-radius: 100%;
    border: 3px solid #ebcb07;
} 

#tg-special-t .banners .col .item.vip .crown-col {
  position: absolute;
  background: linear-gradient(111deg, rgba(249, 144, 33, 1) 0%, rgba(251, 190, 75, 1) 47%, rgba(249, 144, 33, 1) 100%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -15px;
}
#tg-special-t .banners .col .item.vip .crown-col img {
  width: 40px !important;
}
#tg-special-t .banners .col .item .top {
  padding: 15px 20px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media(min-width:996px){
  #tg-special-t .banners .col .item .slide-text{
    width: 200px;
  }
  #tg-special-t .banners .col.last .item{
    height: 170px !important;
  }
  #tg-special-t .banners .col.last .item .top{
    padding: 15px 20px 0px 20px !important;
  }
}

.slide-text{
  position: relative;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  border: 3px solid #ebcb07;
  border-color: #ebcb07;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
}
.slide-text span{
  color: #fff;
  font-weight: bold;
}
#tg-special-t .banners .col:nth-child(2) .slide-text p{animation-delay: 0.1s !important;}
#tg-special-t .banners .col:nth-child(3) .slide-text p{animation-delay: 0.2s !important;}
#tg-special-t .banners .col:nth-child(4) .slide-text p{animation-delay: 0.3s !important;}
#tg-special-t .banners .col:nth-child(5) .slide-text p{animation-delay: 0.4s !important;}
#tg-special-t .banners .col:nth-child(6) .slide-text p{animation-delay: 0.5s !important;}
#tg-special-t .banners .col:nth-child(7) .slide-text p{animation-delay: 0.6s !important;}
#tg-special-t .banners .col:nth-child(8) .slide-text p{animation-delay: 0.7s !important;}
#tg-special-t .banners .col:nth-child(9) .slide-text p{animation-delay: 0.8s !important;}
#tg-special-t .banners .col:nth-child(10) .slide-text p{animation-delay: 0.9s !important;}
#tg-special-t .banners .col:nth-child(11) .slide-text p{animation-delay: 1s !important;}

#tg-special-t .banners .col:nth-child(2) .top img{animation-delay: 0.1s !important;}
#tg-special-t .banners .col:nth-child(3) .top img{animation-delay: 0.2s !important;}
#tg-special-t .banners .col:nth-child(4) .top img{animation-delay: 0.3s !important;}
#tg-special-t .banners .col:nth-child(5) .top img{animation-delay: 0.4s !important;}
#tg-special-t .banners .col:nth-child(6) .top img{animation-delay: 0.5s !important;}
#tg-special-t .banners .col:nth-child(7) .top img{animation-delay: 0.6s !important;}
#tg-special-t .banners .col:nth-child(8) .top img{animation-delay: 0.7s !important;}
#tg-special-t .banners .col:nth-child(9) .top img{animation-delay: 0.8s !important;}
#tg-special-t .banners .col:nth-child(10) .top img{animation-delay: 0.9s !important;}
#tg-special-t .banners .col:nth-child(11) .top img{animation-delay: 1s !important;}

#tg-special-t .banners .col .item .top{
  overflow: hidden;
}
#tg-special-t .banners .col .item .top img{
  position: relative;
}
.slide-text p {
	position: absolute;
  font-weight: bold;
  display: block;
	top: 0px;
  width: 100%;
  left: 0px;
  left: -400px;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.slide-text p{
	animation-name: slideTextP;
}
@keyframes slideLogo {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}
@keyframes slideTextP {
  0%{
    left: -200px;
  }
  10%{
    left: 0px;
  }
  100%{
    left: 0px;
  }
}

#tg-special-t .banners .col .item.vip .top{
  padding-bottom: 10px;
}
#tg-special-t .banners .col .item .top img {
  width: 200px;
  height: 50px;
  object-fit: contain;
}
#tg-special-t .banners .col .item .bottom {
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
#tg-special-t .banners .col .item .bottom .star {
  height: 30px;
  object-fit: contain;
}
#tg-special-t .banners .col .item .bottom .button {
  padding: 7px;
  width: 120px;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #ebcc05;
  border-radius: 30px;
  font-size: 10px;
  display: block;
}
#tg-special-t .social ul {
  margin: 0px;
  display: flex;
}
#tg-special-t .social ul li {
  margin: 0 10px;
}
#tg-special-t .social ul li a {
  display: flex;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  text-decoration: none !important;
  align-items: center;
  padding: 10px;
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s linear;
}
#tg-special-t .social ul li a:hover {
  z-index: 2;
  transform: scale(1.1);
  background: #7d1111;
}
#tg-special-t .social ul li a svg {
  width: 15px;
  margin-right: 5px;
  fill: #fff !important;
}
#tg-special-t .social ul li a svg path, #tg-special-t .social ul li a svg g {
  fill: #fff;
}
@media (min-width: 400px) and (max-width: 996px) {
  #tg-special-t .fix-side .logo img{
    height: 40px !important;
  }
  #tg-special-t .fix-side .button{
    width: 50% !important;
  }
}
@media (max-width: 996px) {
  .slide-text{
    width: 90% !important;
  }
  .top-banner{
    margin-top: 5px !important;
  }
  #tg-special-t .banners .col.top.full{
    width: 100% !important;
    order: 1;
    flex-basis: 100% !important;
  }
  #tg-special-t .banners .col{
    width: 50% !important;
    order: 999;
    flex-basis: 50% !important;
  }
  #tg-special-t .social ul li{
    margin: 0 5px;
  }
  #tg-special-t .banners .col .item{
    height: 190px;
  }
  #tg-special-t .banners .col .item h1{
    font-size: 18px;
  }
  .slide-text p{
    font-size: 10px !important;
  }
  #tg-special-t .footer-c{
    flex-direction: column !important;
  }
  #tg-special-t .footer-c .cpyrght{
    margin-top: 15px;
  }
  .social{
    margin-top: -10px;
  }
  #tg-special-t .banners{
    margin-top: 0px;
    width: calc(100% + 16px) !important;
  }
  #tg-special-t h1{
    display: block;
  }
  #tg-special-t .social ul li a{
    font-size: 0px;
    padding: 10px 5px !important;
  }
  #tg-special-t .t-m .logo img{
    width: 75px !important;
  }
  #tg-special-t .social ul{
    margin: 0px !important;
    padding: 0px !important;
  }
  #tg-special-t .fix-side .star{
    display: none;
  }
  #tg-special-t .banners .col .item.vip .top{
    padding-bottom: 0px;
  }  
  .banners .item .top img {
    width: 150px !important;
 }
  .banners .bottom .button {
    width: 100% !important; 
 }
  #tg-special-t .fix-side .slide-text,
  .banners .bottom .star {
    display: none;
 }
  .social ul {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
 }
  .social ul a {
    margin: 5px 0;
 }
  #tg-special-t {
    background-size: cover;
 }
  #tg-special-t .container {
    width: 100% !important;
 }
  #tg-special-t .fix-side {
    position: relative;
    width: 100%;
    flex-direction: row;
    height: 100px;
    top: 0px;
    left: 0px !important;
    margin-bottom: 15px;
    right: 0px !important;
    transform: none;
    justify-content: space-between;
 }
  #tg-special-t .fix-side.right {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
 }
  #tg-special-t .fix-side .down {
    display: none;
 }
  #tg-special-t .fix-side .button {
    margin-left: 20px;
    white-space: nowrap;
 }
  #tg-special-t .fix-side .star {
    height: 90px;
    width: inherit !important;
    object-fit: contain;
 }
  #tg-special-t .fix-side .star.two {
    display: none;
 }
  #tg-special-t .fix-side .slogan {
    display: none;
 }
  #tg-special-t .fix-side .logo {
    height: auto;
    margin: 0px;
 }
  #tg-special-t .fix-side .logo img {
    margin: 0px;
    transform: none;
    height: 25px;
    width: inherit !important;
 }
}
 a {
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  margin: 0px !important;
}

@-webkit-keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  overflow: hidden;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  left: 0px;
  box-sizing: content-box;
}
.ticker-wrap .ticker:hover{
  animation-play-state: paused;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 15px !important;
  color: white;
}
  #tg-special-t .banners .col a { border: 4px solid #ebcc05 !important; }