 :root {
            --primary: rgba(37, 37, 37, 0.9);
            --secondary: #FAF5FF;
			--gradient: linear-gradient(90deg, #914AFB 0%, #E654FE 100%);
			--gradientbt: rgba(145, 74, 251, 0.1);
			--fiolet:rgba(105, 62, 161, 1);
            --shadow: 0px 4px 24px rgba(133, 119, 153, 0.2);
			--fontsize: 16px;
			--fontsizebig: 50px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
		
      html {
      scroll-behavior: smooth;
      }
	  
        body {
            font-family: 'Inter', sans-serif;
            background-color: #FFFFFF;
            color: var(--primary);
            line-height: 24px;
			font-size: var(--fontsize);
			font-weight: 400;
        }
         .flex {
		display: flex;
    gap: 15px;
    align-items: center;	
		 }
		 
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px;
        }
		
       .mobile-menu-btn {
		   display:none;   
	   }
        /* Header */
        header {
            background-color: var(--secondary);
            box-shadow: var(--shadow);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
        }

        .nav-menu {
            display: flex;
                gap: 64px;
        }

        .nav-item {
            position: relative;
            cursor: pointer;
			display: inline-block;
        }

        /*.nav-item:hover::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: var(--primary);
        }
*/
        .nav-link {
            text-decoration: none;
			color: var(--primary);
        }
	.nav-link span, .menu-item .gen{	
	padding: 4px 16px;
    background-color: rgba(212, 190, 234, 0.15);
    border-radius: 30px;
	color: rgba(105, 62, 161, 1);
	}

.avatar-wrapper-pk{
   border-radius: 11px;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    padding: 7px 15px 2px;
    cursor: pointer;
}

.mob_kristall {
 display:none;
}


#user-info {
	display:none;
	position: absolute;
    right: 5%;
    top: 92px;
    width: 300px;
    z-index: 1;
	background-color: white;
    border-radius: 30px;
	padding: 20px;
}

#user-info .avatar-wrapper{
    background-color: rgba(212, 190, 234, 0.15);
    padding: 10px;
    width: 50px;
}
#user-info .user-profile {
margin-bottom:20px;
}

#user-info .tokens-display span {
    font-size: 22px;
    line-height: 56px;
}

#user-info .buy-button {
    margin-left: 40px;
    font-weight: 400;
    font-size: var(--fontsize);
    padding: 10px 25px;
}

#user-info .delete-account,  #user-info  .logout-link{
   font-weight: 300;
    font-size: var(--fontsize);
    line-height: 24px;
	margin: 25px 0;
	
}
#user-info .delete-account {
	color:rgba(37, 37, 37, 0.5);
}

#user-info  .logout-link{
	    margin: 0 0 15px;
}

#user-info .user-info .username {
font-weight: 500;
font-size: var(--fontsize);
line-height: 32px;
}
	
#user-info .user-info .oauth-label {
font-weight: 300;
font-size: var(--fontsize);
line-height: 24px;
}
	
/* Стрелка */
.dropdown-arrow {
   width: 8px;
    height: 8px;
    margin-left: 6px;
    transition: transform 0.3s ease;
    margin-bottom: 2px;
}

/* При активном/открытом меню — стрелка вверх */
.nav-item.active .dropdown-arrow {
    transform: rotate(180deg);
}

/* Выпадающее меню */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0px 4px 24px rgba(133, 119, 153, 0.2);
    padding: 12px 0;
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: block;
}

/* Показываем меню при активном классе */
.nav-item.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	display: block;
}

/* Элементы меню */
.dropdown-menu a {
    display: block;
    padding: 10px 24px;
    text-decoration: none;
    color: var(--primary);
    transition: background-color 0.2s ease;
}

.dropdown-menu a:hover {
    background-color: #F3E8FF;
}

/* Разделитель */
.divider {
    margin: 8px 0;
    border: none;
    border-top: 1px solid rgba(226, 216, 237, 1);
}
/*.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
*/

       .login-btn {
  background: var(--secondary);
  position: relative;
  color: var(--primary);
  padding: 10px 32px;
  border-radius: 14px;
  cursor: pointer;
  border: 2px solid transparent;
  background-image: linear-gradient(#FAF5FF, #FAF5FF), 
                    linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  text-decoration: none;
font-size: var(--fontsize);
}

        /* Main Content */
        .main-content {
            padding: 40px 0;
			background: url('images/bg.jpg') center/cover no-repeat;
        }

      .hero-title {
    font-size: var(--fontsizebig);
    font-weight: 600;
    text-align: center;
    line-height: 72px;
    margin-bottom: 20px;
    color: transparent;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title span {
	 -webkit-text-fill-color: var(--primary);
}

.subtitle {
	text-align:center;
}
        /* Upload Section */
        .upload-section {
            display: flex;
            gap: 30px;
            margin-top: 40px;
        }
       .upload-area {
		    text-align: center;   
	   }
	   
        .upload-box {
      flex: 2;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    border-radius: 40px;

        }
	#photo-placeholder {
/*padding-top: 120px;*/
	}
	
	.ramka {	
      background: white;
    padding: 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
    border-radius: 40px;
	margin-bottom: 20px;
	    flex: 1;
	 position: relative;
	 display: grid;
	     align-items: center;
	}
        .upload-icon {
            margin-bottom: 20px;
        }
 
        .upload-title {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
	color: rgba(0, 0, 0, 0.7);
        }

        .upload-description {
     color: var(--primary);
    text-align: center;
    margin-bottom: 20px;
    font-size: var(--fontsize);
    font-weight: 300;
	color: rgba(37, 37, 37, 0.5);
        }

        .upload-btn {
            background-color: var(--gradientbt);
            color: var(--fiolet);
            border: none;
            padding: 12px 24px;
            border-radius: 14px;
            cursor: pointer;
			font-size: var(--fontsize);
			transition: all 0.3s ease;
        }

       /* .upload-btn:hover {
            background-color: #EDE9FE;
            transform: translateY(-2px);
        }
*/
        .supported-formats {
            margin-top: 50px;
            text-align: center;
        }
       .supported-formats p{
	font-size: var(--fontsize);
	font-weight:300;
	color: rgba(0, 0, 0, 0.7);
	
       }

        .format-tags {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 10px;
        }

        .format-tag {
            background-color: var(--secondary);
            padding: 0 12px;
            border-radius: 11px;
            font-size: var(--fontsize);
			line-height:40px;
			color:var(--fiolet);
			
        }
               .format-tag.last {
			color:rgba(110, 90, 140, 0.5);
			
        }
		.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.photo-preview {
    max-width: 100%;
    height: auto;
	max-height: 483px;
	    border-radius: 40px;
		    margin-top: 2px;
}
        /* Settings Panel */
        .settings-panel {
            flex: 1;
            background: rgba(212, 190, 234, 0.15);
            border-radius: 30px;
            padding: 32px;
        }

        .settings-title {
     font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 40px;
        }

        .settings-group {
            margin-bottom: 20px;
        }

        .settings-label {
            display: block;
        }

        .textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 12px;
    resize: vertical;
    min-height: 129px;
    font-family: inherit;
	font-weight: 300;
	margin-top: 15px;
	font-size: var(--fontsize);
        }

        .toggle-group {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .toggle-option {
            padding: 8px 16px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.2s ease;
        }

        .toggle-option.active {
            background-color: var(--primary);
            color: white;
        }

        .toggle-option:not(.active) {
            background-color: white;
        }
         #kamera {
		    margin-top: 15px;	 
		 }
        .select-input {
     width: 100%;
    padding: 8px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    -moz-appearance: none;
    margin-bottom: 10px;
    height: 40px;
	font-size: var(--fontsize);
        }

        .cost-info {
            display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
    gap: 15px;
        }

        .cost-value {
            display: flex;
            align-items: center;
            gap: 8px;
			padding: 8px 10px 8px 12px;
			background: rgba(145, 74, 251, 0.1);
			border-radius: 40px;
        }
	.cost-value span{	
		color:rgba(105, 62, 161, 1);
		font-weight:400;	
	}
	
        .cost-icon {
            width: 20px;
            height: 20px;
        }
		
	.pk .cost-value span{	
       font-size: var(--fontsize);
	}
	
     
		
       .tokens {
		      display: flex;
    align-items: center;
    justify-content: flex-start;
	gap:20px;
	margin-bottom: 20px;
	   }
	  
.draggable-toggle-container {
    display: flex;
    position: relative;
    width: 150px;
    height: 40px;
    background-color: white;
    border-radius: 9px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.draggable-toggle-container input[type="radio"] {
    display: none;
}
.draggable-toggle-container label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize);
    color: var(--primary);
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 2;
    margin: 0;
    padding: 0;
}
#restore-yes:checked ~ label[for="restore-yes"], #restore-no:checked ~ label[for="restore-no"],#restore-5k-yes:checked ~ label[for="restore-5k-yes"], #restore-5k-no:checked ~ label[for="restore-5k-no"]  {
    color: white;
}
#restore-no:checked ~ .draggable-toggle-slider, #restore-5k-no:checked ~ .draggable-toggle-slider {
    left: calc(50% + 0px);
}

.draggable-toggle-slider {
   position: absolute;
    top: 2px;
    left: 5px;
    width: calc(50% - 3px);
    height: calc(100% - 5px);
    background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    border-radius: 8px;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    cursor: grab;
}
	  
        .warning-message {
            background-color: #FEF2F2;
            border-left: 4px solid var(--warning);
            padding: 12px;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .warning-icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

        .warning-text {
            color: rgba(255, 0, 26, 1);
    font-weight: 300;
        }

        .recharge-btn {
    background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    color: white;
    border: none;
    padding: 16px 25px;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
	font-size: var(--fontsize);
        }
		
.recharge-btn.sbros{
    background: rgba(145, 74, 251, 0.1);
    color: rgba(105, 62, 161, 1);
        }
        .time-info {
            display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
        }

        .time-value {
            background-color: var(--secondary);
            padding: 6px 12px;
            border-radius: 20px;
            font-weight: 600;
        }

        /* Info Box */
        .info-box {
            background: rgba(212, 190, 234, 0.15);
            border-radius: 30px;
            padding: 24px;
        }
.info-box.mob {
           display:none;
        }
        .info-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
			color: var(--primary);
        }

        .info-icon {
            width: 20px;
            height: 20px;
        }

        .info-item {
            margin-bottom: 10px;
            position: relative;
			font-weight:300;
			font-size:16px;
        }
     .info-item span{
           font-weight:400;
        }
		
		
        /* Features Section */
        .features-section {
            margin: 40px 0;
        }

        .section-title {
    font-size: var(--fontsizebig);
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary);
    line-height: 72px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

        .feature-card {
            background: white;
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
    transition: transform 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
        }

        .feature-icon {
            width: 40px;
            height: 40px;
            margin-bottom: 15px;
        }

        .feature-title {
     font-weight: 500;
    margin-bottom: 10px;
	font-size: var(--fontsize);
        }

        .feature-description {
           color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    font-weight: 300;
        }

        /* Examples Section */
.tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tabs-container {
    position: relative;
    background: white;
    border-radius: 11px;
    padding: 4px; /* Отступ для ползунка */
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* Ширина зависит от содержимого табов */
    max-width: fit-content;
    /* Или задайте фиксированную ширину, если нужно */
    /* width: auto; */
}

/* Ползунок — скользящий фон под активным табом */
.tab-slider {
    position: absolute;
    left: 0;
    top: 4px;
    height: calc(100% - 8px); /* Учитываем отступы */
    width: 0;
    background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 1;
}

/* Табы */
.tab {
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 500;
    color: var(--text);
    border-radius: 8px;
    z-index: 2;
    transition: color 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.tab.active {
    color: white;
}

.masonry {
	column-count: 4; 
	column-gap: 1em; 
	-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;
	-webkit-column-gap: 1em; -moz-column-gap: 1em; column-gap: 1em;
}

.example-item {
	display: inline-block; 
	width: 100%;           
	margin-bottom: 1em;
	background-color: #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*.example-item:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}*/

.example-image {
    width: 100%;
    height: auto; 
    object-fit: cover;
    display: block;
}


        /* Steps Section */
   .steps-section {
    margin: 60px 0;
}

.steps-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}


.steps-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.step-card {
    background: white;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
    width: 100%;
    max-width: 32%;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.3s ease;
	position: relative;
}


.step-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-title {
    color: color: var(--primary);
	font-size: var(--fontsize);
    line-height: 24px;
}

.step-description {
    color: rgba(0, 0, 0, 0.7);
    font-size: var(--fontsize);
    line-height: 20px;
    font-weight: 300;
}

.step-arrow-first,.step-arrow-two {
    position: absolute;
    left: 94%;
    width: 70px;
    z-index: 1;
}


@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .step-arrow {
        display: none; /* Стрелки скрываем на мобильных */
    }
}


        /* FAQ Section */
      .faq-section {
    margin-bottom: 40px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
    background: #F9F5FF; /* светло-лиловый фон по скриншоту */
}

.faq-item {
    background: #F3E8FF;
    border-radius: 16px;
    padding: 20px 20px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
	box-shadow: -3px 0px 0px 0px rgba(145, 74, 251, 1);
}

.faq-item:hover {
    background: #EDE9FE;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: var(--fontsize);
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--primary);
    margin-bottom: 10px;
}

.faq-answer {
    color: rgba(37, 37, 37, 0.7);
    display: none;
    padding-top: 10px;
    border-top: 1px solid rgba(215, 195, 223, 1);
    margin-top: 10px;
    letter-spacing: 0px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-toggle {
    width: 40px;
    height: 40px;
    background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.faq-item.active .faq-toggle {
    transform: rotate(0deg); /* не нужно вращать, просто меняем символ */
}

        /* Pricing Section */
        .pricing-section {
            margin-bottom: 40px;
        }
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
            gap: 20px;
            margin: 0 auto;
        }

        .pricing-card {
           background: white;
    border-radius: 24px; 
    padding: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
	border: 1px solid transparent;
        }

      .pricing-card:hover {
    background: white;
    border-radius: 24px;
    border: 1px solid transparent;
    background-image: linear-gradient(#ffffff, #FFFFFF), linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
        }

        .price {
            font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 56px;
        }

        .price-icon {
            width: 40px;
            height: 40px;
        }

        .price-description {
           color: var(--primary);
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
        }

        .price-value {
     font-size: 32px;
    margin-bottom: 20px;
    line-height: 40px;
        }

        .pricing-btn, .pricing-btn-robo {
            width: 100%;
    padding: 12px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    color: rgba(105, 62, 161, 1);
	border: 0;
font-weight: 400;
font-size: 20px;
line-height: 24px;
        }
		
.pricing-card.noactive {
opacity:0.5;
        }
  .pricing-btn.no {		
cursor: auto;
  }
     
        .pricing-btn.premium {
            background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
            color: white;
        }

.more-pricing, .bt-no {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  border-radius: 12px;
  border: 2px solid transparent;
  background-image: linear-gradient(#FAF5FF, #FAF5FF), 
                    linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
      margin-top: 30px;
	  cursor:pointer;
}

.bt-no {
  margin-top: 0;
}

        .more-pricing:hover {
         
        }

        /* Try Free Section */
    .try-free-section {
    background: rgba(212, 190, 234, 0.15);
    border-radius: 40px;
    padding: 40px;
    margin-bottom: 40px;
}

.try-free-content {
    display: flex;
    gap: 30px;
	align-items: stretch;
}

.try-free-text {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.try-free-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: var(--primary); /* Убедитесь, что --primary определён, например: #914AFB */
    margin-bottom: 15px;
}

.try-free-description {
       color: var(--primary);
    font-weight: 300;
    font-size: var(--fontsize);

}

.try-free-features {
    list-style: none;
    margin-bottom: 20px;
	color: var(--primary);
    font-weight: 300;
    font-size: var(--fontsize);

}

.try-free-feature {
    position: relative;
    margin-bottom: 15px;
}

.feature-text {
    position: relative;
    padding-left: 30px; /* отступ слева под иконку */
}

.feature-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px; /* выровнять по вертикали */
    width: 20px;
    height: 20px;
    background-image: url("images/galka.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.feature-tags {
    display: flex;
    gap: 10px;
    margin-top: 8px; /* Отступ сверху под текстом */
    margin-left: 30px; /* Сдвигаем, чтобы компенсировать иконку */
    flex-wrap: wrap; /* Если тегов много, они перенесутся */
}

.feature-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 10px;
    background: rgba(145, 74, 251, 0.1);
    border-radius: 11px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #914AFB;
}

.try-free-btn {
    padding: 16px 32px;
    gap: 10px;
    background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    border: none;
    color: white;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    transition: transform 0.2s ease;
    width: 200px;
}

.try-free-btn:hover {
    transform: scale(1.02);
}

.try-free-images-container {
    background: white;
    border-radius: 36px;
    padding: 16px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 100%; 
    overflow: hidden;
	flex: 1;
}

.try-free-image {
    border-radius: 24px; 
    overflow: hidden;
}

.try-free-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.divider {
height: 1px;
background-color: rgba(226, 216, 237, 1);
}

@media (max-width: 768px) {
    .try-free-content {
        flex-direction: column;
    }
    .try-free-title {
        font-size: 32px;
        line-height: 40px;
    }
}

        /* Mini Apps Section */
       .mini-apps-section {
    background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    border-radius: 40px;
    padding-top: 56px;
    padding-bottom: 56px;
    text-align: center;
    color: white;
    margin: 0 auto; /* центрируем блок по ширине */
}

.mini-apps-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.mini-apps-description {
    margin-bottom: 24px;
    font-weight: 300;
}

.mini-apps-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.mini-app-button {
       background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 4px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 40px;
}

.mini-app-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/*seo text*/
.seo-text {
font-weight: 300;
font-size: var(--fontsize);
color:var(--primary);
padding-top: 50px;
}


        /* Footer */
       footer {
    background: rgba(212, 190, 234, 0.3);
    padding: 20px 0;
}

.footer-content {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.footer-logo {
    width: 120px;
    height: auto;
}

.footer-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 300;
}

.footer-link:hover {
    color: #914AFB; /* или var(--primary) */
}

.payment-methods {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

.payment-icon {
  
}

/* Нижняя панель — градиент */
.footer-bottom {
    background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    color: white;
    font-size: 18px;
   	font-weight: 500;
}
.footer-bottom-two {
   display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.copyright {
    font-weight: 500;
	font-size: var(--fontsize);
}

.footer-legal {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
	font-weight: 300;
}

.legal-link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
	font-size: var(--fontsize);
}

.legal-link:hover {
    color: white;
    text-decoration: underline;
}

        /* Mobile Styles */
		
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FAF5FF;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 20px 24px;
    box-sizing: border-box;
	display:none;
}

.mobile-menu.open {
    transform: translateX(0);
	display: block;
}

.mobile-menu-content {
    display: flex;
    gap: 24px;
    align-content: stretch;
    flex-direction: column;
    align-items: flex-start;
}

/* Верхняя панель */
.mobile-menu-header {
       display: flex;
    align-items: center;
    padding: 12px 0;
    justify-content: flex-start;
    gap: 30%;
}

.cost-value {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #EDE0FF;
    padding: 6px 12px;
    border-radius: 16px;
    font-weight: 600;
    font-size: var(--fontsize);
    line-height: 20px;
    color: #6D28D9;
}

.cost-value .cost-icon {
    width: 16px;
    height: 16px;
}

.close-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: -30px;
}

.close-menu-btn img {
    width: 20px;
    height: 20px;
}

/* Профиль пользователя */
.user-profile {
    display: flex;
    align-items: center;
    gap: 10px;
   
}

.avatar-wrapper {
   width: 40px;
    height: 40px;
    border-radius: 11px;
    /* overflow: hidden; */
    display: table;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    /* height: 47px; */
    padding: 7px;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info .username {
    font-size: 18px;
    color: rgba(37, 37, 37, 0.9);
}

.user-info .oauth-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: rgba(37, 37, 37, 0.6);
}

.tokens-purchase-section {
        display: flex;
    align-items: center;
    padding: 12px 16px;
    background: rgba(212, 190, 234, 0.15);
    border-radius: 16px;
	    width: 100%;
	justify-content: space-between;
}

.tokens-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tokens-display span {
        font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: var(--primary);
}
}

.tokens-display .cost-icon {
    width: 26px;
    height: 26px;
}

.buy-button {
       background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: 135px;
}

.buy-button:hover {
    transform: scale(1.05);
}

.delete-account {
    display: block;
    font-size: var(--fontsize);
    color: var(--primary);
    text-decoration: none;
    position: relative;
}

.delete-account:last-child {
    border-bottom: none; /* Если он последний в своей "секции" до .menu-section */
}

.divider-menu {
    height: 1px;
    background-color: rgba(226, 216, 237, 1);
    width: 100%;
    margin-top: -10px;
}

/* Меню */
.menu-section h3 {
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    margin-bottom: 12px;
}

.menu-item {
    display: block;
    padding: 12px 0;
    font-size: var(--fontsize);
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid #E5E7EB;
    position: relative;
}

.menu-item {
    display: block;
    padding: 12px 0;
    font-size: var(--fontsize);
    color: #252525;
    text-decoration: none;
    border-bottom: 1px solid #E5E7EB;
    position: relative;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-item.has-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.menu-item.has-dropdown .dropdown-arrow {
    width: 12px;
    height: 12px;
    transition: transform 0.2s ease;
}

.menu-item.has-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}


.dropdown-menu-mob {
    display: none;
    padding: 8px 0;
}


.menu-item.has-dropdown.active + .dropdown-menu-mob {
    display: block;
}
.menu-item.has-dropdown.active{
    border-bottom:0;
}


.dropdown-menu-mob a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 300;
}

.dropdown-menu-mob a:last-child {
    border-bottom: none;
}

.menu-item .badge {
    background: #EDE0FF;
    color: #6D28D9;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 8px;
}

/* Выход */
.logout-section {
    margin-top: auto;
    padding-top: 24px;
}

.logout-section-login {
	margin-top: auto;
    padding-top: 100px;
	width:100%;
}
.logout-section-login .buy-button{
	margin-left:0;
    width: 100%;
}

.logout-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fontsize);
    color: var(--primary);
    text-decoration: none;
}

.logout-icon {
    width: 16px;
    height: 16px;
}

.which-section {
margin-bottom: 20px; 
}
.which-section .step-card {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
	border: 2px solid transparent;
    background-image: linear-gradient(#ffffff, #FFFFFF), linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
	
}
.which-podzag {
	text-align: center;
    padding-bottom: 20px;
}

#foto-del {
    right: 30px;
	position: absolute;
    z-index: 1;
    cursor: pointer;
	background-color: rgba(37, 37, 37, 0.9);
    display: none;
    padding: 10px;
    border-radius: 12px;
	border: 0;
	top:21px;
}


.form-label {
font-size: var(--fontsize);
    font-weight: 300;
    line-height: 24px;
	width: 30%;
    text-align: left;
	padding-bottom: 10px;
}	
   .select-input.select-control, .select-input.form-control {
width:30%;
   }

.select-input.form-control.textarea {
    min-height: 200px;
}	

.form-group .try-free-btn {
      width: 30%;
    margin-left: 80px;
}
#aspectRatioSelect {
  margin-top: 10px;	
}

/* Кнопки действий */
.example-item .example-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 0px;
    background-color: transparent;
	gap: 18px;
}

.example-item.history {
    display: inline-block;
    width: 100%;
    background-color: transparent;
	    border-radius: unset;
		    box-shadow: unset;

}
.example-item.history .example-image, .example-item.history video {
    border-radius: 20px;
}
.example-item.history video {
max-width: 330px;
}
/* Кнопка "Скачать" */
.btn-download {
  display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(212, 190, 234, 0.15);
    font-weight: 300;
    font-size: var(--fontsize);
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
	color: rgba(105, 62, 161, 1);
}
.btn-download.video {
    padding: 8px 45px;
}
	
.btn-download a{
  color: rgba(105, 62, 161, 1);
  text-decoration:none;
}
.nounder {
text-decoration:none;	
}
/* Кнопка "Оживить" */
.btn-live {
  display: flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

/* Кнопка удаления */
.btn-delete {
 background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
    background-color: white;
    border-radius: 12px;
}
.btn-delete svg {
  width: 14px;
  height: 17px;
  stroke-width: 1.5px;
  opacity: 1;
}

#uploaded-photo.processing {
    filter: blur(5px); /* Можно настроить степень размытия */
}


#processing-overlay {
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
background: rgba(255,255,255,0.8); 
display: flex; 
gap: 20px; 
flex-direction: column; 
justify-content: center; 
align-items: center; 
z-index: 10;
padding: 30px;
box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
border-radius: 40px;
}

.processing-percent {
font-size: var(--fontsizebig);
    font-weight: 600;
    text-align: center;
    line-height: 72px;
    margin-bottom: 20px;
    color: transparent;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.processing-title {
font-weight: 400;
font-size: 32px;
line-height: 40px;
color: rgba(0, 0, 0, 0.7);
}

/* Стиль для скрытого состояния */
#processing-overlay.hidden {
    display: none;
}

/* Стиль для видимого состояния */
#processing-overlay.visible {
    display: flex;
}

.do-action {
display: flex;
justify-content: space-around;
}

.draggable-toggle-container.original{
    width: 360px;
}
#orig-yes:checked ~ label[for="orig-yes"], #orig-no:checked ~ label[for="orig-no"] {
    color: white;
}

#orig-no:checked ~ .draggable-toggle-slider {
    left: calc(50% + 0px);
}
.download-button.new1 {
padding: 10px 16px 10px 20px;
background: rgba(37, 37, 37, 0.9);
border-radius: 12px;
color:white;
font-size: var(--fontsize);
position: absolute;
top: 87%;
left: 20px;
cursor: pointer;
display: flex;
gap: 10px;
 border: 0;
}
#foto-share{
    position: absolute;
    z-index: 1;
    cursor: pointer;
	background-color: rgba(37, 37, 37, 0.9);
    display: flex;
    padding: 10px;
    border-radius: 12px;
	border: 0;
	top: 21px;
}

#foto-share{
    right: 85px;
	border: 0;
}


.result-container {
	text-align:center;
}
.result-image {
	max-width: 100%;
    height: auto;
    max-height: 480px;
    border-radius: 40px;
    text-align: center;
}
/* Модальное окно */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.modal-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 40px;
    /*max-width: 480px;
    width: 90%;*/
    box-sizing: border-box;
    position: relative;
}


.back{
	padding:20px 0;
}

.back a {
	color: var(--primary);
    text-decoration: none;
}

.back img{
	padding-right:15px;
}

#sendPhoneBtn {
	width:100%;
}
.phone_auth {
border-radius: 14px;
padding: 20px 40px;
gap: 16px;
border-width: 1px;
border: 1px solid rgba(187, 187, 187, 1);
    margin-top: 10px;
	background: url('images/call.svg') no-repeat left 12px center;
	background-size: 18px 18px;
	 outline: none;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}
.checkbox-container label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}
.checkbox-container label a{
color: var(--primary);
text-decoration: none;
}
	
.checkbox-container label::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 25%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border: 2px solid rgba(105, 62, 161, 1);
    border-radius: 3px;
    background-color: white;
}
.checkbox-container input[type="checkbox"]:checked + label::after {
    content: "✓";
    position: absolute;
    left: 9px;
    top: 28%;
    transform: translateY(-50%);
    font-size: 16px;
    color: rgba(105, 62, 161, 1);
    font-weight: bold;
}
/* Крестик закрытия */
.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    background: white;
    border: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 20px
	color: var(--primary);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%);
}

/* Заголовок */
.modal-content h2 {
    margin-bottom: -10px;
    line-height: initial;
}


/* Кнопка "Войти с Яндекс ID" */
.yandex-login-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 50px;
    gap: 16px;
    background: #252525;
    border: none;
    border-radius: 14px;
    color: white;
    font-weight: 400;
    font-size: var(--fontsize);
    cursor: pointer;
    transition: background 0.2s;
}


/* Разделитель "ИЛИ" */
.dividerm {
    display: flex;
    align-items: center;
    width: 75%;
    margin: 0 auto;
}

.dividerm::before,
.dividerm::after {
    content: '';
    flex: 1;
    border-top: 1px solid rgba(187, 187, 187, 1);
}

.dividerm span {
    padding: 0 16px;
}

/* Кнопка "Войти по номеру телефона" */
.phone-login-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    gap: 16px;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 14px;
    color: var(--primary);
    font-weight: 400;
    font-size: var(--fontsize);
    cursor: pointer;
    transition: background 0.2s;
}


/* Ссылка на регистрацию */
.register-link {
   color: var(--primary);
}

.register-btn, .login-btn.href {
    color: rgba(105, 62, 161, 1);
    text-decoration: none;
    font-weight: 500;
}

.login-btn.href {
    background: initial;
    padding: 0;
    border-radius: 0;
    border: 0px solid transparent;
    background-image: none;
}
.soc_share {
    display: flex;
    gap: 10px;
	padding-top: 15px;
}
	
.soc_share button{
border: 0px;
background-color: transparent;
    cursor: pointer;
}

.modal-description-sub {
	text-align:center;
	width:350px;
}
.modal-description-sub span{
    font-size: 20px;
    font-weight: 600;
}

#sendPhoneBtnAuth {
	width:100%;
}
.modal-content .section-title {
	font-size:30px;
}
.checkbox-container.sogl {
width: 350px;
    text-align: center;	
}
.action_bt {
display: flex;
    align-items: center;
	gap: 10px;
}

.bt-yes {
    padding: 12px 24px;
}

.result-container video {
	max-width: 100%;
    height: auto;
    max-height: 480px;
    border-radius: 40px;
    text-align: center;
}
.gallery, .gallery_primer {
 display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.examples .gallery-item-primer {
   background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    transition: transform 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
	
}
.sl-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: 400px;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
}
.sl-container .view-before {
    z-index: 0;
}
.sl-container .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sl-container .view-after {
    z-index: 1;
}

.sl-container .view img {
    object-fit: cover;
    display: block;
}

.sl-container .dragme {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);
    cursor: pointer;
    z-index: 1;
    transform: translateX(-50%);
}
.dragme {
    bottom: 0;
    width: 40px;
    /* margin-left: -20px; */
    cursor: ew-resize;
    z-index: 10;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.sl-container .dr-arrow_right, .sl-container .dr-arrow_left {
    position: absolute;
    top: 60%;
    left: -20px;
    width: 57px;
    height: 50px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 300;
    fill: white;
    opacity: 0.9;
}

.sl-container .dr-arrow_right {
    left: 8px;
}

.sl-container .dr-circle {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 45px;
    height: 45px;
    background:linear-gradient(44.21deg, #914AFB 2.47%, #E654FE 92.9%);;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 300;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dr-circle {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: transform 0.1s ease;
    z-index: 11;
    -webkit-tap-highlight-color: transparent;
    cursor: grab;
}



 @media (max-width: 768px) {

  .example-item .example-actions {
    padding: 6px 8px;
  }
  .btn-download,
  .btn-live {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 8px;
  }
  
		
.select-input.select-control, .select-input.form-control {
width:100%;
   }

.select-input.form-control.textarea {
    min-height: 200px;
}	

.form-group .try-free-btn {
      width: 100%;
	      margin-left: 0;
}


		.nomob {
			display:none;
		}	
            .header-content {
              /*  gap: 40%;*/
            }
           
	 .mobile-menu-btn{
		   display:contents;   
	   }

            .nav-menu, .login-btn {
			display:none;
            }

            .upload-section {
                flex-direction: column;
            }

            .upload-box, .settings-panel {
                width: 100%;
            }

            .section-title {
                font-size: 32px;
				line-height: 36px; 	
				font-weight:600;
            }
			
            .try-free-content {
                flex-direction: column;
            }

            .try-free-images {
                width: 100%;
                justify-content: center;
            }

            .try-free-image {
             /*   width: 120px;
                height: 160px;
				*/
            }

            .footer-content {
                flex-direction: column;
                align-items: center;
            }

            .footer-links {
                justify-content: center;
    display: contents;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }

            .footer-legal {
                justify-content: center;
            }

            .container {
                padding: 10px;
            }

            .hero-title {
                font-size: 32px;
                line-height: 36px;
            }
              .subtitle {
         font-size: 16px;
         font-weight: 300;
		     line-height: 24px;
          }
		  
		  .upload-icon {
          width: 33px;
         }
		 
		 .upload-title {
    font-size: 18px;

}

.upload-description {
    font-size: 12px;
line-height: 16px;
}
.upload-btn {
    font-size: 14px;
}

.supported-formats p {
    font-size: 14px;
line-height: 20px;
}
.format-tags {
    gap: 5px;
}

.format-tag {
    font-size: 12px;
    line-height: 16px;
	padding: 5px 12px;
}

 .settings-title {
     font-size: 18px;
        }

.settings-label {
font-size: 14px;
    line-height: 20px;
}

.textarea {
  font-size: 14px;
    line-height: 20px;  
}
.tokens {
    justify-content: flex-start;
    align-items: center;
	    margin-bottom: 10px;
}

.tokens .settings-label {
    padding-bottom: 0;
}

.draggable-toggle-container label {
    font-size: 14px;
}
.cost-info span{
 font-size: 14px;
    line-height: 20px;  
}
.warning-text {
     font-size: 14px;
    line-height: 20px; 
}
.recharge-btn {
   font-size: 14px;
    line-height: 20px; 
	padding: 10px;
	    width: 160px;
}

.time-info span {
font-size: 16px;
    line-height: 20px; 	

}

.info-title {
    display: grid;
}

.info-title span{
font-size: 16px;
    line-height: 20px; 	
}

.info-item {
    font-size: 14px;
	line-height: 20px; 	
}

.feature-title {
    font-size: 16px;
	line-height: 20px; 	
}

.tab {
	font-size: 14px;
	line-height: 20px; 	
}
.masonry {
column-count: auto;
}
	
	
            .upload-box, .settings-panel {
                padding: 20px 15px;
            }

            .features-grid {
                grid-template-columns: 1fr;
            }

            .examples-grid {
                grid-template-columns: 1fr;
            }

            .step-card {
               max-width: 100%;
            }
.step-arrow-first, .step-arrow-two {
    display:none;
}

.step-title {
    font-size: 18px;
}
.faq-list{
    padding: 0;
}
.faq-question {
    font-size: 16px;
    line-height: 20px;
   
}
.faq-question span {
	    width: 80%;
}
.faq-answer {
	font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
            .step-number {
                width: 30px;
                height: 30px;
                font-size: 1rem;
            }

            .price {
                font-weight: 600;
    font-size: 28px;
    line-height: 32px;
            }
.price-icon {
    width: 30px;
    height: 30px;
}

.price-description {
    font-size: 14px;
	line-height: 20px;
}


.price-value {
    font-size: 24px;
    line-height: 28px;
}
.pricing-btn {
    font-size: 16px;
    line-height: 20px;
}
.more-pricing {
 font-size: 14px;
	line-height: 20px;
}	

		  .pricing-card {
                padding: 20px;
            }
.try-free-section {
    padding: 30px 20px 15px;
}
            .try-free-title {
                font-size: 28px;
	line-height: 32px;
	font-weight: 600;
            }

.try-free-description {
    font-size: 14px;
    line-height: 20px;
}
.feature-text {
    font-size: 14px;
    line-height: 20px;
	font-weight: 300;
}
.feature-tags {
    margin-left: 0;
    flex-wrap: inherit;
	    gap: 5px;
}
.feature-tag {
font-size: 12px;
    line-height: 16px;
	font-weight: 300;	
	padding: 4px 10px;
}
.try-free-btn {
	font-size: 14px;
    width: 150px;	
}
            .mini-apps-title {
              font-size: 32px;
    line-height: 36px;
	font-weight: 600;
            }
			
.mini-apps-description {
    font-size: 16px;
    line-height: 20px;
}
.mini-app-button {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}
.mini-apps-buttons {
	display: grid;
}

          .social-icon {
    width: 40px;
    height: 40px;
}

.seo-text {
    font-size: 12px;
    line-height: 16px;
}

footer {
    padding: 20px 0 5px;
}

.footer-link {
    font-size: 18px;
	padding: 12px 0;
}

.footer-logo {
	    margin-bottom: 20px;
}

.payment-methods {
    padding-top: 20px;
    justify-content: space-around;
}
.payment-icon {
	padding-bottom:20px;
	    width: 100%;
}
.footer-bottom-two {
    justify-content: space-around;
}
.copyright {
	font-size: 14px;
	 line-height: 20px;
}
.legal-link {
	font-weight: 300;
	font-size: 12px;
	 line-height: 16px;
}
.footer-legal {
    display: grid;
    gap: 10px;
}

.form-label {
	    width: 100%;
}
.logout-section-login .login-btn{
	display:block;
	width: 100%!important;
}
.modal-content {
    padding: 25px;
	max-width: 330px;
}
.modal-description-sub {
    width: 330px;
}

.checkbox-container input[type="checkbox"]:checked + label::after , .checkbox-container label::before{
	    top: 16%;
}

.menu-section {
width: 100%;
}
.mob_kristall, .info-box.mob {
 display:block;
}
.upload-section {
    gap: 15px;
}	
 }	
