*{box-sizing: border-box;}
html{height:100%}
body{margin: 0px; height: 100%;font-family: 'Roboto', sans-serif;}
 
body {background:url('/goroscop/horoscope.jpg') center no-repeat #000;background-size: cover;}  
body::-webkit-scrollbar { width: 5px;height: 3px;background-color: #5e8dc482;}
body::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #29384a;
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color:  rgba(14,26,38,0.8);
} 

.pattern{position: absolute; width: 100%; height: 100%; top: 0;left: 0; background: #000; opacity: 0.4;}
.wrapper {
    max-width: 800px;
    margin: 0 auto;
    min-height: 100%;
    background: rgb(0 0 0 / 42%);
    padding-bottom: 10px;
    position: relative;
    z-index: 999;
    overflow-y: auto;
    display: flex;
    align-items: center;
}
.wrapper h1{text-align: center;color: white;font-weight: 100;font-size: 21px;text-transform: uppercase;}
.wrapper h2{text-align: center; color: white; font-weight: 100; font-size: 40px; }
.wrapper h2 img {vertical-align: middle; padding-right: 5px; width: 60px;}
.wrapper h3{text-align: center; color: white; font-weight: 100; font-size: 24px;text-shadow: 0 3px 8px #ed3cca;}
.wrapper p{color: white; text-align: center;  font-weight: 100; font-size: 17px; padding: 10px 1rem;}
.wrapper p ico{padding: 40px 0;height: 200px;}
.wrapper p ico img{width: 200px; height: 100%;box-shadow: 0px 0px 25px 5px rgba(84,77,180,0.7);background: #fff;border-radius:50%;}
.wrapper p ico img:hover {box-shadow: 0px 0px 25px 5px rgba(84,77,180,1)}
.wrapper h1 img {height:20px}


.tg-install{font-size: 12px;opacity: 0.5;color:#fff;text-align: center;}.tg-install__link{width:42px;height:40px;display:inline-block;opacity:0.5}.tg-install__link:hover{opacity:1}.tg-install__link_android{background:url(/img/android.png) center no-repeat;background-size:21px 25px}.tg-install__link_apple{background:url(/img/apple.png) center no-repeat;background-size:21px 25px}
.tg-install a {font-size: 12px; opacity: 0.5;color:#fff;  text-decoration: none;}
.tg-install a:hover {color:#ff0; opacity: 1;}
.tg-install{margin:20px auto 0px auto}

.tgme_page_description {font-size: 12px;color:#fff;text-align: center;padding-bottom:10px;}

.logo {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 50%!important;
    transform: translateX(-50%)!important;
}
.logo__image{width:20px;height:20px;border-radius:3px;margin-right:8px;position:relative;background:#7255de;background:linear-gradient(45deg, #7255de 0%, #3656a9 100%)}.logo__image-src{background:url(/img/ico.png) center no-repeat;background-size:12px;position:absolute;top:0px;left:0px;right:0px;bottom:0px}.

.play {}

.play .imgblock {
position: relative; display: inline-block; overflow: hidden; width: 90px;  cursor: pointer; margin:0 10px 20px 10px;
}
.play .title {
line-height:18px;
color:#fff; 
} 
.play a:hover .title { 
color:#eb21e0; 
} 


.play a {
    text-decoration: none;
    padding-bottom: 2rem;
}

.play .imgblock img {  
width: 60px;  
opacity: 0.8;     
}
.play .imgblock img:hover {
opacity: 1;
} 
.horoscope-text{display:none;color: #fff;}
button.close-text-horoscope {
    background: #913fae;
    color: #ffffffb0;
    border: 0px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 1px 8px #913fae;
outline:none;
    cursor: pointer;
margin-top:20px;
}
button.close-text-horoscope:hover {
    background: #770a9e;
}

@media (max-width:382px){
.play .imgblock{width:75px;}
.play .imgblock img{width:-webkit-fill-available;}
}
button.close-text-horoscope {
    display: none;
}  
 
@media (max-width: 768px) {

.play .imgblock { margin: 0 0 10px 0; }  


.wrapper { 
    background: rgb(0 0 0 / 70%);
}
.wrapper h3 {  font-size: 17px; }
.wrapper h2 { 
    padding: 20px 0; 
 margin:0
}
.wrapper p, .logo { 
 display: none;
}
}


.tabs {
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, black, #dee2e6, black) 1;
display: flex;
    justify-content: center;
}
.page_tabs {
  list-style: none;
  height: 32px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: -20px;
  border-bottom: none;
}
.tabs li, .page_tabs li {
  margin: 0px;
  padding: 0px;
  float: left;
  height: 31px;
  line-height: 32px;
  border: 1px solid #262626;
  overflow: hidden;
  position: relative;
  margin-right: 2px;
  margin-bottom: -1px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.page_tabs li.active a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tabs li a, .page_tabs li a { 
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 0px 20px;
  outline: none;
}
.tabs li a:hover, .page_tabs li a:hover {
  color: #3DC0E0;
}
.tabs li.active, .tabs li.active a, .tabs li.active a:hover, .page_tabs li.active, .page_tabs li.active a, .page_tabs li.active a:hover {
color: #ffffff;
    background: #913fae;
}
.tab_container {
    overflow: hidden;
    padding: 0.5rem 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, black, #dee2e6, black) 1;
}
.tab_content {
  margin: 19px;     text-align: left;
}