/* General reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
   background-color: #1a1a1a;
  color: #fff;
  margin: 0;
  padding: 0;
  
  max-width: -webkit-fill-available;
}

.container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
      border: 1px solid #00000000;  
    background: #ffffff00; 
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #000;
}

.back-button {
  font-size: 18px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.status-bar {
  font-size: 14px;
  color: #fff;
}

.content {
  padding: 20px;
}

.premium-header {
  text-align: center;
  margin-bottom: 30px;
}

.premium-badge {
display: inline-block;
    padding: 7px 16px 2px 16px;
    background-color: #fff;
    color: #000;
    border-radius: 24px;
    font-size: 1.3rem;
}

h1 {
  font-size: 22px;
  margin: 10px 0;
}

p {
  font-size: 14px;
  margin: 10px 0;
}

a { 
  text-decoration: none!important;
}

.primary-button {
background-color: #2d73c4;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    max-width: 400px;
    width: 100%;
    box-shadow: 0px 0px 13px #1994ff82;
    border: 1px solid #000000;
  
}

.primary-button:hover {
  background-color: #3b78c2;
}

.features {
  margin-top: 20px;
}

.feature {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 2.5rem;
    color: #000;
position: relative;
}

.feature h2 img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
}

.feature h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature p {
  font-size: 14px;
  margin-bottom: 10px;
}

.badge {
    display: inline-block;
    background-color: #4A90E2;
    color: #fff;
    padding: 4px 10px 2px 10px;
    border-radius: 15px;
    font-size: 12px;
    float: right;
}


.like-share-switch { margin-bottom: 2rem;  } .like-share-switch__headline { display: block; margin: 0 5px 5px 0; color: #776fdb; vertical-align: middle; word-spacing: -.01em; letter-spacing: 0; font-weight: 300; font-size: 27px; font-family: 'Open sans', sans-serif; line-height: 35px; } .like-share-switch__headline span { display: inline-block; vertical-align: middle; } .back-to-main-page {  display: inline-block; } 

a.back-to-main-page {
color: #000000;
    text-decoration: none;
    background: #ffffff;
    border-radius: 50%;
    margin: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
}

.primary-button:hover {
    background-color: #064084;
  }

a.back-to-main-page:hover { 
  
    background: #ffffffcc;
}
@-webkit-keyframes rainbow {
	0% {background: #ff00a7;}
	50% {background: #000}
	100% {background: #ff4040;}
}

@keyframes rainbow {
	0% {background: #ff00a7;}
	50% {background: #000}
	100% {background: #ff4040;}
} 

a.#stolik  {    text-decoration: none !important;}
#stolik {
background: #000; 
    display: block;
    width: 70%;
    padding-right: 25px;
    font-family: 'Open Sans Condensed', sans-serif; 
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1rem auto;
    webkit-animation: rainbow 1s linear 6s infinite;
    animation: rainbow 2s linear 6s infinite;
}

@-webkit-keyframes rainbow1 {
	0% {background: #000;}
	50% {background: #a6ce20}
	100% {background: #000;} 
} 

@keyframes rainbow1 {
	0% {background: #000;}
	50% {background: #a6ce20}
	100% {background: #000;} 
} 

#stolik span {
	background: #000;
	display: block;
	float: left;
	margin-right: 25px;
	text-align: center;
	height: 70px;
	width: 70px;
	webkit-animation: rainbow1 2s linear 2s infinite;
	animation: rainbow1 2s linear 2s infinite;
}

#stolik img {
	vertical-align: middle;
	margin-top: 8px;
}


.color-primary, .c-b {
    color: #5b9861!important;
}

.sidebar-block .reg a { color: #000!important;} 
.reg-prem { 
    border-radius: 0.6rem!important;
    padding: 1.7rem 0!important;
    background: #c9e3ff;
    box-shadow: 0 0 10px 3px #a4aaff;
}
 
.look p {
    font-size: 1rem;
    font-family: inherit;
}

.remodal { 
    border-radius: 0.4rem!important;
}

.vip-title {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 0;
    color:#fff;
margin: 3rem 0 2rem 0;
text-align: center;
}

.rg-top-user {
    margin: 1rem .2rem;
    text-align: center;
    width: 150px;
} 
.rg-top-user span {     color: #ccc;
font-size: 12px; display: block; margin: 5px 0 0 0; } 
.rg-top-user-ava { border-radius: 50%; width: 80px; height: 80px; position: relative; margin: 0 auto; margin-bottom: 15px; } 
.rg-top-user-ava span { 
position: absolute;
    background: linear-gradient(149deg, #FF00AA 0%, #9C42F5 52.98%, #3560ce 100%);
    border-radius: 100%;
    padding: 3px;
    color: #ffffff;
    font-size: 8px;
    top: -3px;
    right: -10px;
    font-weight: bold;
} 
.rg-top-user-ava img { border: 1px solid #00dfff; padding: 2px; opacity: .7; transition: .8s; border-radius: 50%; width: 80px; height: 80px; } 
.rg-top-user-ava img:hover { opacity: 1; -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); border-color: #f96c04; } 
.rg-top-user-name {    text-shadow: 2px -1px 10px #2bffca, -2px 1px 4px #e937ff;color: #fff;} 
.rg-top-user-name:hover { color: #50ff20 !important; }

@media (max-width: 768px) {   

 
.w-45 { width: 100%; padding:  2rem 0;margin-right:0 } 
.prema-banner .modal-header {   justify-content: flex-start; } 
left.pt-3 img { width: 70px; float: left; }

.prema-banner .modal-title {
    font-size:1.4rem;
}

.premium-info {
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}


center.pt-3 {
    padding-top: 2rem;
}

.prema-banner .modal-body { 
    border-radius: 0 0 0.5rem 0.5rem!important;
}


.rg-top-user { width: 32%;  margin: auto;} 
}
.flex-wrap {
    flex-wrap: wrap !important;
}

.d-flex {
    display: flex !important;
}

 
.lab-form {position: relative; padding: 0.5rem 1rem; margin: 1rem auto; } 
.old-price {    
 position: relative;
    margin-left: 1rem;
    font-size: 1rem;
    color: #000;
    padding-bottom: 8px;
}  
.lab-pay {text-transform: uppercase; margin: 1rem 2rem; font-size: 11pt!important; border-radius: 0.6rem!important; padding: 0.7rem 0!important; text-shadow: 1px 1px 2px black; font-weight: 550; color: #ffffff!important; background: linear-gradient(135deg, #FF00AA 0%, #9C42F5 52.98%, #5D2DE1 100%); } 
.lab-pay:hover {background-color: #5e36ff!important;
    background-image: linear-gradient(54.61deg, #307DF0 0%, #5E36FF 89.06%)!important;}  

.prem-banner span img { 
margin-right: 0.4rem;
    vertical-align: bottom;
    width: 22px;
    height: 22px;
    filter: grayscale(100%);
 } 
.lab-form span { display: block; padding: 0.5rem 0; }
.old-price:before { 
border-bottom: 1px solid #ef2065;
    position: absolute;
    content: "";
    width: 126%;
    height: 70%;
    left: -5px;
    transform: rotate(0deg);
}   
.prem-banner span b { padding-bottom: 0; } 
.prem-banner span b {     justify-content: center; font-size: 2rem;   display: flex; align-items: center; color: #ef2065!important; } 


span.obs b { font-size: 1.5rem; }
.pass_by {
cursor: context-menu;
display: inline;
padding:0;
    background: #fce12f;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    width: max-content;
}

.prem-banner a {
    color: #8b00a9;
 }
.prem-banner .obs a {
    color: #000000!important;
}

.prem-banner .modal-body span b {
    font-size: 2rem;
    padding-bottom: 0.6rem;
    display: flex;
    align-items: center;
    color: #ef2065!important;
}

.lab-form { 
    border-radius: 10px;
    padding: 2rem; 
    box-shadow: 0 0 2px rgb(244 36 142 / 10%), 0 4px 12px rgb(244 36 142 / 30%);
    border: 4px solid #ef2065;
    background: #fff;
    max-width: 450px;
}

prem {
background: #000;
    padding: .1rem .4rem;
    border-radius: 10px;
    margin-left: 3px;
    font-weight: 600;
}

footer {display: none;}

.badge:hover { 
    background-color: #114d92; 
}

.button-container {
    display: flex ;
    justify-content: center;
    align-items: center;
    background: url(https://ayaznal.ru/img/z-team.jpg) fixed center!important;
padding: 18px;
    background-size: cover !important;
      width: -webkit-fill-available;
}

.custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ADFF2F;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.custom-button .icon {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.custom-button .arrow {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.custom-button:hover {
    background-color: #adff2fcf;
    transform: translateY(-2px);
}

.custom-button:active {
    transform: translateY(1px);
}

body { background: url(/img/fon-bg.jpg) no-repeat left #000; position: absolute; display: flex; background-size: cover; flex-wrap: wrap; justify-content: center; width: 100%;    flex-direction: column; }

.premium-header img {
    position: relative;
    z-index: 999;
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: -12px;
}