/*
Theme Name: Sozd
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
* Link styles
* https://github.com/WordPress/gutenberg/issues/42319
*/


@font-face {
font-family: 'Circe Bold';
src: url('fonts/circe_bold.eot'); /* IE 9 Compatibility Mode */
src: url('fonts/circe_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('fonts/circe_bold.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/circe_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('fonts/circe_bold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/circe_bold.svg#circe_bold') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Circe ExtraBold';
src: url('fonts/circe_extrabold.eot'); /* IE 9 Compatibility Mode */
src: url('fonts/circe_extrabold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('fonts/circe_extrabold.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/circe_extrabold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('fonts/circe_extrabold.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/circe_extrabold.svg#circe_extrabold') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: bold; /* 700 */
font-style: normal;
font-display: swap
}

@font-face {
font-family: 'Circe ExtraLight';
src: url('fonts/circe_extralight.eot'); /* IE 9 Compatibility Mode */
src: url('fonts/circe_extralight.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('fonts/circe_extralight.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/circe_extralight.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('fonts/circe_extralight.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/circe_extralight.svg#circe_extralight') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: 100;
font-style: normal;
font-display: swap;		
}

@font-face {
font-family: 'Circe Light';
src: url('fonts/circe_light.eot'); /* IE 9 Compatibility Mode */
src: url('fonts/circe_light.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('fonts/circe_light.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/circe_light.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('fonts/circe_light.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/circe_light.svg#circe_light') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: 200;
font-style: normal;
font-display: swap;	
}

@font-face {
font-family: 'Circe';
src: url('fonts/circe.eot'); /* IE 9 Compatibility Mode */
src: url('fonts/circe.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('fonts/circe.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/circe.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('fonts/circe.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/circe.svg#circe') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: normal; /* 400 */
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Circe Thin';
src: url('fonts/circe_thin.eot'); /* IE 9 Compatibility Mode */
src: url('fonts/circe_thin.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('fonts/circe_thin.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/circe_thin.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('fonts/circe_thin.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/circe_thin.svg#circe_thin') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: 300;
font-style: normal;
font-display: swap;
}



* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: 'Circe',Arial,sans-serif;
	}
	
html {
scroll-behavior: smooth;
}	

	body {
		background-color: #fff;
		color: #000;
		line-height: 1.6;
	}

	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 15px;
	}

	header {
		background-color: white;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		position: sticky;
		top: 0;
		z-index: 100;
	}

	.header-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0;
		
	}

	.logo {
		display: flex;
		align-items: center;
		font-size: 24px;
		font-weight: 700;
		color: #f58219;
	}

	.logo span {
		color: #000;
	}

	.nav-menu {
		display: flex;
		list-style: none;
	}

	.nav-menu li {
		margin-left: 30px;
	}

	.nav-menu a {
		text-decoration: none;
		color: #000;
		font-weight: 500;
		transition: color 0.3s;
	}

	.nav-menu a:hover {
		color: #f58219;
	}

	.user-actions {
		display: flex;
		align-items: center;
	}

	.balance {
		background-color: #f0f0f0;
		border-radius: 10px;
		padding: 5px 15px;
		margin-right: 10px;
		display: flex;
		align-items: center;
		font-size: 18px;
	}

	.balance img {
		margin-right: 5px;
		fill: #f58219;
		vertical-align: text-bottom;
	}

	.login-btn, .logout-btn  {
		background-color: #f58219;
		color: white;
		border: none;
		padding: 10px 40px;
		border-radius: 10px;
		cursor: pointer;
		font-weight: 500;
		transition: background-color 0.3s;
	}

	  .logout-btn {
		text-decoration: none;
			padding: 8px 40px!important;
	}
	 
	 
	.login-btn:hover {
		/*background-color: #e07300;*/
	}

	.mobile-menu-btn {
		display: none;
		background: none;
		border: none;
		font-size: 24px;
		cursor: pointer;
		color: #000;
	}

	/*.mobile-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: white;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		padding: 15px;
		z-index: 99;
	}

	.mobile-menu ul {
		list-style: none;
		margin-bottom: 15px;
	}

	.mobile-menu li {
		margin-bottom: 10px;
	}

	.mobile-menu a {
		text-decoration: none;
		color: #000;
		font-weight: 500;
		display: block;
		padding: 5px 0;
	}
*/

/* Мобильное меню */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow-y: auto;
    transition: transform 0.3s ease;
}

/* Активное состояние */
.mobile-menu.active {
    display: block;
    transform: translateX(0);
}

/* Закрыть меню */
.mobile-menu.close {
    transform: translateX(100%);
}

/* Шапка меню */
.mobile-menu-header {
  display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}

.mobile-menu-header img {
    width: 120px;
    height: auto;
}

.mobile-menu-close {
    font-size: 45px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
}

/* Ссылки в меню */
.nav-menu-mobile {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.nav-menu-mobile li {
    margin-bottom: 15px;
}

.nav-menu-mobile a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    padding: 10px 0;
    transition: color 0.3s;
	text-align: center;
    line-height: 20px;
}

.nav-menu-mobile a:hover {
    color: #f58219;
}

/* Баланс и кнопка входа */
.mobile-user-actions {
    padding: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.mobile-user-actions .balance {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile-user-actions .balance img {
    margin-right: 5px;
}

.mobile-user-actions .login-btn {
    background-color: #f58219;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.mobile-user-actions .login-btn:hover {
    background-color: #e07300;
}


	.hero {
		
		background-image: -webkit-gradient( linear,left top,left bottom,from(rgba(251,245,237,1)),to(rgba(251,245,237,1)) );
    background-image: -webkit-linear-gradient(top,rgba(251,245,237,1),rgba(251,245,237,1));
    background-image: linear-gradient(to bottom,rgba(251,245,237,1),rgba(251,245,237,1));
    will-change: transform;
		padding: 70px 0;
		text-align: center;
	}

	h1 {
		font-size: 46px;
		margin-bottom: 20px;
		color: #000;
		font-weight: 700;
	  font-family: 'Circe ExtraBold',Arial,sans-serif;
	}

	.hero p {
		max-width: 800px;
		margin: 0 auto 40px;
		color: #333;
		font-size: 20px;
	}
.hero p.move	 {
	font-size: 18px;
}

.block_time  {
   display: flex; 
   justify-content: center; 
   margin: 20px 0;
}

.block_time_add {
  display: flex; 
  align-items: center; 
  color: #666; 
}
.time {
color: #171717;
font-size: 18px;
font-weight: 400;	
}

.time_b {
   color: #f58219; 
   margin: 0 40px 0 10px;
   font-weight: 700;
   font-size: 18px;
}

.pay {
   color: #f58219; 
   margin: 0 10px;
   font-weight: 700;
font-size: 18px;
}
.pay img{
vertical-align: text-top;
}
.ramka {
	max-width: 640px;
text-align: center;
padding: 25px;
margin: 45px auto 25px;
box-shadow: 5px 5px 15px 3px rgb(161 135 117 / 50%);
/* opacity: 0.4; */
border-width: 0px;
border-radius: 15px;
background-color: #FDEDE0;
background-position: center center;
border-color: transparent;
border-style: solid;
box-shadow: 5px 5px 15px 3px rgb(161 135 117 / 50%);
position:relative;
}
.ramka_rez {
max-width: 640px;
text-align: center;
padding: 25px;
margin: 45px auto 25px;
border-width: 0px;
border-radius: 15px;
background-color: #FDC59C;

}

	.upload-area {
		background-color: white;
		border: 1px dashed #f58219;
		border-radius: 10px;
		padding: 30px 40px;
		text-align: center;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
			cursor: pointer;
			position: relative;
	}

	.upload-area h3 {
		margin-bottom: 15px;
		color: #000;
		font-size: 26px;
	}

	.upload-area p {
		color: #171717;
		margin-bottom: 20px;
	}

	.upload-btn {
		background-color: #f58219;
		color: white;
		border: none;
		padding: 12px 30px;
		border-radius: 15px;
		cursor: pointer;
		font-weight: 500;
		transition: background-color 0.3s;
		font-size: 18px;
	}

	.upload-btn:hover {
		background-color: #e07300;
	}

	.upload-info {
		margin-top: 15px;
		color: #999;
		font-size: 15px;
	}

	.process-steps {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-top: 100px;
	}

	.step {
		display: flex;
		align-items: center;
		background-color: white;
		padding: 0 20px;
		border-radius: 10px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		 flex: 1;
		 max-width: 330px;
		 max-height:120px;
	}
	
	.step-icon img {
		width:50px;
		height:50px;
	}

	.step-icon, .user-icon {
background-color: #f58219;
    color: white;
    /*width: 85px;
    height: 71px;*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
	}
.step-icon {
padding: 10px;
	}
	
.user-icon {
width: 50px!important;
height: 40px!important;
margin-bottom: 5px;
border-radius: 15px;
margin: 0!important;
	
	}
img.user-icon-em  {
width: 40px;
height: 40px;
 background-color: #f0f0f0;
padding: 10px;
margin: 0 15px 0 0px;
border-radius: 10px;
vertical-align: middle;
}


.user-icon img {
width: 23px;
padding-top: 9px;
	}
	
	.step-text {
vertical-align: middle;
color: #171717;
text-align: left;
	}
.step-text span{
 font-weight: bold;
font-size: 18px;
	}

	.step-desc {
		color: #666;
		font-size: 14px;
		font-weight: 500;
	}

	.arrow {
		  width: 40px;
height: 40px;
background-color: #f58219;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: bold;
margin: 40px -35px;
z-index: 1;
	}
  .arrow img{
	width: 20px;  
  }
	.examples {
		padding: 80px 0;
		background-color: white;
	}

	.section-title {
		text-align: center;
		font-size: 46px;
		margin-bottom: 30px;
		color: #000;
	}

	.section-desc {
		text-align: center;
		max-width: 800px;
		margin: 0 auto 50px;
		color: #333;
		font-size:20px;
		font-weight: 400;
	}

	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 20px;
		margin-bottom: 50px;
	}

	.gallery-item, .gallery-item-primer {
		background-color: white;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s;
        position: relative;
	    height: 352px;
        display: flex;
       flex-direction: column;
	}
	
.gallery-item video, .gallery-item-primer  video{
    width: 100%;
    object-fit: cover; /* Это ключевое свойство */
    border-radius: 30px;
    padding: 18px;
    display: block;
}
.gallery-item video {
	 max-height: 450px;
}

	.gallery-item:hover{
		transform: translateY(-5px);
	}

	.gallery-img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.gallery-desc {
		padding: 0 15px;
		font-size: 14px;
		color: #666;
	}

	.cta-section {
		background-color: white;
color: white;
text-align: center;
margin: 0 0 60px;
	}

.cta-section .orange{
	
	border-width: 0px;
    border-radius: 15px 15px 15px 15px;
    background-image: linear-gradient(0.194turn,rgba(238,127,49,1) 0%,rgba(224,96,6,1) 100%);
    border-color: transparent;
    border-style: solid;
    box-shadow: 5px 5px 15px 3px rgb(103 103 103 / 50%);
	padding: 60px;
	}
	
	.cta-section h2 {
		font-size: 46px;
		margin-bottom: 20px;
	}

	.cta-section p {
		margin-bottom: 30px;
		font-size: 18px;
	}

	.cta-btn {
		background-color: white;
		color: #f58219;
		border: none;
		padding: 12px 30px;
		border-radius: 10px;
		cursor: pointer;
		font-weight: 500;
		transition: background-color 0.3s;
		font-size: 21px;
	}

	.cta-btn:hover {
		background-color: #f0f0f0;
	}

	.pricing {
	   background-image: -webkit-gradient( linear,left top,left bottom,from(rgba(251,245,237,1)),to(rgba(251,245,237,1)) );
    background-image: -webkit-linear-gradient(top,rgba(251,245,237,1),rgba(251,245,237,1));
    background-image: linear-gradient(to bottom,rgba(251,245,237,1),rgba(251,245,237,1));
    will-change: transform;
		padding: 80px 0;
	}

	.pricing-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 30px;
		margin-top: 50px;
	}

	.pricing-card {
		background-color: white;
		border-radius: 10px;
		padding: 25px;
		text-align: center;
	}
	
	.pricing-card:hover {
	/*	border-width: 1px; */
    border-radius: 15px 15px 15px 15px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #ffffff;
    /*border-style: solid;*/
    box-shadow: 0px 0px 20px 3px rgb(161 135 117 / 50%);
	}

	.pricing-price {
    font-size: 35px;
    margin: 20px 0;
	font-weight: 600;
	color: #f58219;
	}
	.pricer {
	padding-top:20px;
	color: #f58219;
	}
	
	.pricing-price img {
	width: 40px;
vertical-align: middle;	
	}
	
	.pricing-price span {
		color: #f58219;
	}

	.pricing-details {
		margin: 20px 0;
		color: #666;
		font-size: 18px;
	}

	.pricing-btn {
		background-color: #f58219;
		color: white;
		border: none;
		padding: 12px 30px;
		border-radius: 10px;
		cursor: pointer;
		font-weight: 500;
		transition: background-color 0.3s;
		width: 100%;
			font-size: 16px;
	}

	.pricing-btn:hover {
		background-color: #e07300;
	}

	.faq {
		padding: 80px 0;
		background-color: white;
	}

	.faq-item {
		margin-bottom: 30px;
		position: relative;
	}

	.faq-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.faq-question {
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		font-weight: 500;
		font-size: 18px;
		color: #000;
	}

	.faq-answer {
		margin-top: 15px;
		font-size: 16px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
    color: #131313;
    font-weight: 400;
	
	}

	.faq-answer.open {
		max-height: 1000px;
	}

	.faq-toggle {
width: 20px;
    height: 20px;
    background-color: #f58219;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FBDFCB;
    cursor: pointer;
    transition: transform 0.3s;
    font-size: 50px;
    padding: 25px 22px 17px;
    font-family: 'Circe ExtraLight',Arial,sans-serif;
	}

	.faq-toggle.active {
		transform: rotate(45deg);
	}

	.faq-extra-text {
		margin-top: 50px;
		text-align: center;
		margin: 90px auto;
		color: #131313;
		font-size:20px;
	}

	footer {
		background-color: #fdf7f0;
		color: #000;
		padding: 60px 0 30px;
	}

	.footer-content {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.footer-logo {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.footer-logo img {
	   
		margin-right: 10px;
	}
	
  .footer-logo span {	
   font-size: 20px; 
  }


	.footer-links {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 60px;
	}

	.footer-links h4 {
		margin-bottom: 15px;
		color: #000;
	}

	.footer-links a {
		color: #131313;
		text-decoration: none;
		display: block;
		margin-bottom: 10px;
		transition: color 0.3s;
	}

	.footer-links a:hover {
		color: #f58219;
	}

	.contact-info {
		display: flex;
		flex-direction: column;
	}

	.contact-btn {
		background-color: #f58219;
		color: white!important;
		border: none;
		padding: 10px 20px;
		cursor: pointer;
		font-weight: 500;
		margin-bottom: 10px;
		text-align: center;
		
	font-size: 14px;
    border-radius: 15px;
    background-image: linear-gradient(0.194turn,rgba(238,127,49,1) 0%,rgba(224,96,6,1) 100%);
    border-style: solid;
    transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;
	}

	.contact-email {
		color: #666;
		font-size: 16px;
		text-align: center;
	}

	.copyright {
		text-align: center;
		color: #666;
		font-size: 14px;
		margin-bottom: 20px;
	}


	/* Modal styles */
	.modal {
		display: none;
		position: fixed;
		z-index: 1000;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.modal-content {
		background-color: white;
		margin: 10% auto;
		padding: 30px;
		border-radius: 10px;
		width: 80%;
		max-width: 500px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
		position: relative;
	}

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

	.modal-title {
		    font-size: 28px;
    margin-bottom: 15px;
    margin: 20px 10% 20px;
    text-align: center;
    line-height: 35px;
	}

	.modal-description {
		font-size: 19px;
        margin: 0 10%;
		color: #666;
		text-align: center;
		
	}
	
	

	.input-group {
		margin-bottom: 20px;
	}

	.input-group input {
		width: 100%;
		padding: 12px;
		border: 2px solid #f58219;
		border-radius: 10px;
		font-size: 16px;
	}

	.modal-btn, #magicloginform input[type=submit] {
		background-color: #f58219;
		color: white;
		border: none;
		padding: 12px 30px;
		border-radius: 10px;
		cursor: pointer;
		font-weight: 500;
		width: 100%;
		transition: background-color 0.3s;
		font-size: 14px;
}

#magic-login-shortcode p.message,  #magic-login-shortcode label{
display:none!important;
}
#magic-login-shortcode .input {
        border: 1px solid #f58219;
		margin: 15px 0!important;
		padding: 15px!important;
}
#magic-login-shortcode{
width: 100%!important;
}

	.modal-btn:hover {
		background-color: #e07300;
	}

	.close {
position: absolute;
right: -20px;
top: -20px;
/*background-color: #f58219;*/
width: 42px;
height: 44px;
/* display: flex; */
align-items: inherit;
justify-content: center;
cursor: pointer;
font-size: 34px;
padding: 0px 8px;
border-radius: 15px;
background-image: linear-gradient(0.194turn,rgba(238,127,49,1) 0%,rgba(224,96,6,1) 100%);
border-color: transparent;
	}
	
.close img {
	width: 26px;
    height: 26px;
	}

/*form*/
	.form-group {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		margin-bottom: 20px;
	}
	span.wpcf7-form-control-wrap {
	display: contents;	
	}
	
	
	.form-label {
		flex: 1;
		min-width: 120px;
		font-size: 1rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		color: #333;
		padding-top: 12px;
			text-align: end;
	}
	
	.form-control {
		flex: 2;
		min-width: 200px;
		padding: 12px;
		border: 1px solid #f48a3d;
		border-radius: 8px;
		font-size: 1rem;
		transition: all 0.3s ease;
		outline: none;
	}
	
	.form-control:focus {
		border-color: #e67b2c;
		box-shadow: 0 0 0 3px rgba(244, 138, 57, 0.2);
	}
	
	.select-control {
		appearance: none;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23333' d='M8 12l4-4H4z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 12px center;
		background-size: 16px;
	}
	
	.textarea-control {
		min-height: 120px;
		resize: vertical;
	}
	
	.btn {
		background-color:  #ff9000;
		color: white;
		border: none;
		padding: 14px 30px;
		border-radius: 8px;
		font-size: 1.1rem;
		font-weight: 600;
		cursor: pointer;
		/*transition: all 0.3s ease;*/
		width: 50%;
		text-align: center;
	}
	
	.btn:hover {
		/*background-color: #e67b2c;
		transform: translateY(-2px);
		box-shadow: 0 4px 8px rgba(244, 138, 57, 0.3);
		*/
	}
	
	@media (max-width: 600px) {
		.form-group {
			flex-direction: column;
		}
		
		.form-label {
			min-width: auto;
			width: 100%;
			padding-top: 0;
			margin-bottom: 8px;
			text-align: left;
		}
		
		.form-control {
			width: 100%;
		}
		
		.container {
			padding: 20px;
		}
	  
	  .btn {
		width: 100%;
	   
	}
	}
	
	
	/* Responsive adjustments */
	@media (max-width: 768px) {
		
	    .examples.contacts {
      padding: 80px 20px;
		}
		
		.header-content {
			/*flex-direction: column;*/
			padding: 0!important;
			justify-content: flex-start!important;
		}
		.balance {
    padding: 5px 10px;
    margin-right: 8px;			
		}
		
		.mobile-menu-btn {
			display: block;
            position: absolute;
            right: 5px;
            font-size: 34px;
		}
		
		.nav-menu {
			display: none;
		}
		
		.user-actions {
			margin: 15px 0 15px 2px;
		}
		
		.hero h1 {
			font-size: 35px;
			    line-height: 40px;
				padding: 0 20px;
		}
		
		.hero p {
			font-size: 16px;
			padding: 0 20px;
		}
		.upload-area {
			border: 0px dashed #f58219;
           padding: 30px 20px;
		   border-top: 1px dashed #f58219;
           border-radius: 0;
		   border-bottom: 1px dashed #f58219;
		   
		}
		.upload-btn {
			padding: 10px 20px;
		}
		
		.process-steps {
			flex-direction: column;
			align-items: center;
			margin-top: 40px;
		}
		
		.step {
			width: 100%;
			padding: 15px;
		}


		.arrow {
			margin: 0 10px;
		}
		
		.gallery {
			grid-template-columns: 1fr;
		}
		
		.pricing-grid {
			grid-template-columns: 1fr;
		}
		
		.footer-content {
			flex-direction: column;
			    text-align: center;
		}
		
		.footer-links {
			grid-template-columns: 1fr;
		}
		
		.footer-links {
            gap: 0px; 
          }
		
		.footer-logo {
          display: block;
		}
		.contact-btn {
		   font-size: 14px;
		   padding: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    background-image: linear-gradient(0.194turn,rgba(238,127,49,1) 0%,rgba(224,96,6,1) 100%);
    border-style: solid;
    transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,border-color 0.2s ease-in-out;
	
		}
		.ramka {
			padding:0px;
		}
		.logo img {
      width: 140px;
	  margin: -10px 12px;
   /* margin-left: 20px;*/
       }
	   .section-desc {
    padding: 0 20px;
        }
		.cta-section .orange {
    border-radius: 0;
	padding: 40px 15px;
		}
		.pricing-card, .pricing-card.active {
    border-radius: 0px;
     }
		.cta-section h2 {
    font-size: 36px;
    line-height: 40px;
       }
	   .faq-item, .faq-extra-text {
    padding: 0 25px;
     }
	 .faq-extra-text {
	     margin: 40px auto;
     }
	 
	 .settings-container {
     border: 0px solid #f58219!important;
     border-radius:0!important;
	 }
	 .flex {
    display: block;
      }
	 .draggable-toggle-container {
    width: 200px!important;
	 }
	 .select-field, .textarea-field {
    margin-top: 10px;
    width: 100%!important;
      }
	label.setting-label.mob {
		    margin: 0 35px;
			float: left;
			
	}
	.checkbox-group.mob {
    display: block;
	 }
	 
	 span.setting-label.mob {
		    float: left!important;
	}
	.flex {	
			display: block!important;
	}
      .draggable-toggle-container.mob {
		  margin: 0 60px; 
	  }
	  
	  .action-button {
		 border-radius: 0; 
	  }
	  
	  .contact-info.mob {
		  display:block!important;
		      margin: 0 70px;
	  }
	  
	  .contact-info.mob .contact-email {
		  padding: 5px 0 15px;
		      color: #131313;
	  }
	  
	  .contact-info.pk {
		  display:none;
	  }
	  
	  .container.process-steps {
		  display:none;
	  }
	  
	  .ramka_rez {
         max-width: 100%!important;
	  }
	  .video-root {
		  width: 100%!important;
	  }
	  
	  .video-container {
    width: 100%!important;
	  }
	  
	}

	@media (max-width: 480px) {
		
		.upload-btn {
			padding: 8px 15px;
			font-size: 14px;
		}
		
		.section-title {
			font-size: 28px;
		}
		

		.pricing-price {
			font-size: 24px;
		}
		
		.faq-question {
			font-size: 16px;
		}
		
		.faq-answer {
			font-size: 14px;
		}
		
		
.block_time_add {
display: block;
text-align: center;
   }
   .time_b {
margin: 0;
}

	}
	
	
/*navigation*/

.header {
position: absolute;
right: 5%;
top: 83px;
width: 240px;
    z-index: 1;
	   /* background-color: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		*/
	}
   .welcome-text  {
		flex: 1;   
   }
   
 #d_accout {
 cursor:pointer;
 }		 
	.user-info {
		text-align: right;
margin-right: 9%;
padding: 10px;
background-color: white;
border-radius: 15px;
	}
	
	.user-email {
		font-size: 15px;
		color: #131313;
		margin-bottom: 10px;
	}
	
	.balance.new {
 display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
border: 1px solid #f58219;
margin-right: 0;
padding: 10px 15px;
	}

	.diamond-icon {
		width: 16px;
		height: 16px;
		background-color: #f58219;
		border-radius: 50%;
		display: inline-block;
	}
	
	.buy-button {
		background-color: #f58219;
		color: white;
		border: none;
		padding: 8px 25px;
		border-radius: 20px;
		cursor: pointer;
		font-size: 14px;
	}
	
	.logout {
		color: #131313;
		cursor: pointer;
		font-size: 16px;
		display: block;
		margin-top: 10px;
	}
	.logout a {
	text-decoration: none;
color: #000;	
	}
	
	.main-content {
		margin-bottom: 30px;
	}
  
  .flex {
	display: flex;
align-items: center;
gap: 10px;
justify-content: space-between;
	 }
	 
	.photo-container {
		flex: 1;
		min-width: 300px;
		border: 2px dashed #f58219;
		border-radius: 15px;
		padding: 20px;
		background-color: white;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
		text-align: center;
		position: relative;
		overflow: hidden;	
width: 640px;
height: 640px;
margin: 0 auto;
	}
	
	.photo-preview {
		width: 100%;
		max-width: 400px;
		height: auto;
		border-radius: 10px;
	}
	
	.photo-placeholder {
		width: 100%;
		height: 300px;
		background-color: #f0f0f0;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #666;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	
	.photo-placeholder:hover {
		background-color: #e0e0e0;
	}
	
	.upload-icon {
		font-size: 40px;
		margin-bottom: 10px;
	}
	
	.upload-text {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.file-input {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
		z-index: 1;
	}
	
	.settings-container {
		flex: 1;
		min-width: 300px;
		background-color: white;
		border: 1px solid #f58219;
		border-radius: 15px;
		padding: 20px;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
			width: 640px;
margin: 0 auto;
	}
	
	.settings-title {
		text-align: center;
		margin-bottom: 20px;
		font-weight: bold;
		color: #333;
	}
	
	.setting-group {
		margin-bottom: 15px;
	}
	
	.setting-label {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
		color: #666;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		text-align: left;
	}
.checkbox-group {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top: 5px;
	}
	
/* --- Toggle Switch для радио-кнопок с перетаскиванием --- */
	.draggable-toggle-container {
		display: flex;
		position: relative;
		width: 150px;
		height: 40px;
		background-color: #f8f9fa;
		border: 1px solid #f58219;
		border-radius: 10px;
		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: 18px;
		color: #f58219;;
		cursor: pointer;
		transition: color 0.2s ease;
		z-index: 2; /* Чтобы текст был поверх слайдера */
		margin: 0;
		padding: 0;
	}


	/* Слайдер */
	.draggable-toggle-slider {
		position: absolute;
		top: 5px;
		left: 5px; /* Начальная позиция для "Да" */
		width: calc(50% - 5px); /* Ширина одного option */
		height: calc(100% - 10px);
		background-color: #f58219;
		border-radius: 8px;
		transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 1;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		cursor: grab;
	}

	.draggable-toggle-slider.dragging {
		cursor: grabbing;
		transition: none; /* Отключаем плавность при перетаскивании */
	}

	/* Двигаем слайдер вправо, когда выбран "Нет" */
	#restore-no:checked ~ .draggable-toggle-slider,
        #restore-5k-no:checked  ~ .draggable-toggle-slider
	{
		left: calc(50% + 0px);
	}

	/* Меняем цвет текста на активной метке */
	#restore-yes:checked ~ label[for="restore-yes"],
	#restore-no:checked ~ label[for="restore-no"] {
		color: white;
	}
	
	/* Меняем цвет текста на активной метке */
	#restore-5k-yes:checked ~ label[for="restore-5k-yes"],
	#restore-5k-no:checked ~ label[for="restore-5k-no"] {
		color: white;
	}

	/* Необязательно: Эффект при наведении */
	.draggable-toggle-container label:hover {
		/*background-color: rgba(248, 249, 250, 0.3);*/
	}

	
.select-field {
width: 245px;
padding: 10px;
padding-right: 30px; /* Место для стрелки */
border: 1px solid #f58219;
border-radius: 10px;
font-size: 14px;
background-color: white;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
outline: none;
position: relative;
}

/* Создаем свою стрелку */
.select-field {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px;
}

/* Для IE/Edge */
.select-field::-ms-expand {
display: none;
}

	.textarea-field {
		width: 100%;
		padding: 10px;
		border: 1px solid #f58219;
		border-radius: 5px;
		min-height: 80px;
		resize: vertical;
		font-size: 16px;
	}
	
	.info-row {
		display: flex;
justify-content: center;
margin: 20px 0;
font-size: 18px;
flex-wrap: wrap;
gap: 35px;
	}
	
	.error-message {
		color: #f58219;
		text-align: center;
		margin: 10px 0;
		font-size: 18px;
	}
	
	.action-button {
	   background-image: linear-gradient(0.194turn,rgba(244,124,44,1) 0%,rgba(255,141,0,1) 100%);
		color: white;
		border: none;
		padding: 12px 40px;
		border-radius: 12px;
		cursor: pointer;
		font-size: 22px;
		margin: 10px 0;
		display: block;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.result-section {
		text-align: center;
		margin: 30px 0;
	}
	
	.result-title {
		   font-size: 21px;
margin-bottom: 20px;
color: #131313;
font-weight: 600;
	}
	.video-root {
	 padding: 20px;
border-width: 0px;
border-radius: 15px 15px 15px 15px;
background-color: #FDC59C;
background-position: center center;
border-color: transparent;
border-style: solid;
width: 590px;
height: 590px;
position: relative;
margin: 0 auto;
border: 1px dashed #f58219;
	}
	.video-container {
		position: relative;
		width: 550px;
		height: 550px;
		margin: 0 auto;
		border-radius: 15px;
		padding: 20px;
		background-color: white;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
		margin-bottom: 20px;
	}
	
	.video-wrapper {
		width: 100%;
		height: 100%;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.video-player {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}
	
	.download-button  {
 background-color: #f58219;
color: white;
padding: 10px 20px;
cursor: pointer;
font-size: 18px;
display: block;
width: 240px;
margin-top: 20px;
border-width: 0px;
border-radius: 15px;
background-image: linear-gradient(0.194turn,rgba(244,124,44,1) 0%,rgba(255,141,0,1) 100%);
border-color: transparent;
border-style: solid;
box-shadow: 5px 5px 15px 3px rgb(103 103 103 / 50%);
position: absolute;
bottom: -35px;
left: 28%;
	}
	
	.download-button img, .gallery-download img, .video-download img{
	width:20px;
	vertical-align: bottom;
	}
	
	#generate-button img{
	width:20px;
	vertical-align: middle;
	}
	
	.history-section {
		margin-top: 90px;
		text-align: center;
	}
	
	.history-title {
		font-size: 46px;
		margin-bottom: 20px;
		color: #333;
	}
	
	.tabs {
display: flex;
margin-bottom: 30px;
gap: 3%;
margin: 0 25%;
	}
	
	.tab {
		padding: 10px 20px;
		background-color: white;
		border: 1px solid #f58219;
		border-radius: 20px;
		cursor: pointer;
		font-size: 18px;
		transition: all 0.3s ease;
		flex: 1;
		min-width: 120px;
		color: #ee7f31;
	}
	
	.tab.active {
			border-width: 0px;
border-radius: 15px 15px 15px 15px;
background-image: linear-gradient(0.194turn,rgba(238,127,49,1) 0%,rgba(224,96,6,1) 100%);
border-color: transparent;
border-style: solid;
box-shadow: 5px 5px 15px 3px rgb(103 103 103 / 50%);
	color: #ffffff;
	}
	
	.gallery, .gallery_primer {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		gap: 20px;
		margin-top: 20px;
	}
	
 #animation-gallery .gallery-item, .gallery-item-primer {
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    transition: transform 0.3s ease;
    height: auto;
}
	
  #restoration-gallery .gallery-item {
		/*height: 430px!important;*/
		height: 100%!important;
	}
	
	.gallery-item:hover {
		transform: translateY(-5px);
	}
	
	.gallery-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	
	.gallery-actions {
	   display: flex;
       margin: 6px 12px;
      /* position: absolute;*/
       bottom: 85px;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; /* Прижимает к низу */
    padding: 0;
	}
	
	.gallery-download {
		background-color: white;
		color: #ee7f31;
		border: none;
		padding: 8px 50px;
		border-radius: 20px;
		cursor: pointer;
		font-size: 18px;
		flex-grow: 1;

border-width: 0px;
border-radius: 15px;
/*background-image: linear-gradient(0.194turn,rgba(244,124,44,1) 0%,rgba(255,141,0,1) 100%);*/
border-color: transparent;
border-style: solid;
box-shadow: 5px 5px 15px 3px rgb(103 103 103 / 50%);
	}
	
	
	#restoration-gallery .gallery-download {
		padding: 8px 30px;
	}
	#restoration-gallery .gallery-actions {
       margin: auto 15px 15px;
	   justify-content: space-evenly;
	}
	
.gallery-download.new {
    background-image: none!important;
	padding: 8px 35px;
	}
	
.download-button.new img, .download-button.new1 img{
	    vertical-align: middle!important;
}
.download-button.new {	
	margin-top: 0px!important;
	position: initial!important;
}
	
#animation-gallery .gallery-item video {
 padding: 0px!important;
     margin-bottom: 15px;
   }
.video-download{
  background-color: #ee7f31;
		color: white;
		border: none;
		padding: 8px 80px;
		border-radius: 20px;
		cursor: pointer;
		font-size: 18px;
		flex-grow: 1;
margin-bottom: 20px;
border-width: 0px;
border-radius: 15px;
background-image: linear-gradient(0.194turn,rgba(244,124,44,1) 0%,rgba(255,141,0,1) 100%);
border-color: transparent;
border-style: solid;
box-shadow: 5px 5px 15px 3px rgb(103 103 103 / 50%);
}

#generate-button { 
 background-color: #ee7f31;
 border: none;
 border-width: 0px;
border-radius: 15px;
background-image: linear-gradient(0.194turn,rgba(244,124,44,1) 0%,rgba(255,141,0,1) 100%);
border-color: transparent;
border-style: solid;
box-shadow: 5px 5px 15px 3px rgb(103 103 103 / 50%);
}
	.video-download.new{
		padding: 8px 55px!important;
	}
	.flex.new{
	    position: absolute;	
		bottom: -55px;
	}
	.gallery-delete {
		background-color: white;
		border: 1px solid #f58219;
		color: #f58219;
		padding: 20px;
		border-radius: 10px;
		cursor: pointer;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	 .gallery-delete img{
			width: 20px;
height: 20px; 
	 }
	.gallery-description {
    padding: 10px;
    font-size: 14px;
    color: #666;
    text-align: left;
    min-height: 95px;
}

	/* Мобильная адаптация */
	@media (max-width: 768px) {
		.container {
			padding: 0;
		}
		
		.header {
			flex-direction: column;
			gap: 15px;
		}
		
		.user-info {
			text-align: left;
			margin-right: 5px;
               margin-left: 50px;
		}
		
		.main-content {
			flex-direction: column;
			gap: 20px;
		}
		
		.photo-container,
		.settings-container,
		.video-container,
		.video-root			{
			width: 100%;
			margin-bottom: 20px;
		}
		
		.photo-preview,
		.video-player {
			max-width: 100%;
		}
		
		.settings-title {
			font-size: 18px;
		}
		
		.setting-label {
			    text-align: center;
		}
		
		.checkbox-group {
			flex-direction: column;
			gap: 10px;
		}
		
		.checkbox-option {
			font-size: 14px;
		}
		
		.info-row {
			flex-direction: column;
			gap: 10px;
		}
		
		.action-button {
			width: 100%;
			padding: 12px;
			    border-radius: 0px;
		}
		
		#generate-button {
			width: 90%;
		}
		
		
		.process-steps {
             gap: 5px;
		}
		
		.custom-select {
             width: 100%!important;
          }

		.process-steps .arrow img {
			transform: rotate(90deg);
		}
		
		.tabs {
			flex-direction: column;
			gap: 10px;
		}
		
		.tab {
			flex: none;
			width: 100%;
		}
		
		.gallery {
			grid-template-columns: 1fr;
		}
		
		.gallery-item {
			width: 100%;
		}
		
		.gallery-image {
			height: 200px;
		}
		
		.history-title {
          font-size: 36px;
          }
		.tabs {
        margin: 0 5%;
         }
		 #foto-del {
          top: 35px!important;
          right: 25px!important;
		 }
	}
	
	@media (max-width: 480px) {
		
		.header {
			padding: 10px 0;
            top: 65px;
             right: 0%;
		}
		
		.user-email {
			font-size: 12px;
		}

		.buy-button {
			padding: 6px 12px;
			font-size: 12px;
		}
		
		.logout {
			font-size: 12px;
		}
		
		.photo-placeholder {
			height: 250px;
		}
		
		.upload-icon {
			font-size: 30px;
		}
		
		.upload-text {
			font-size: 14px;
		}
		
		.settings-title {
			font-size: 16px;
		}
		
		.error-message {
			font-size: 12px;
		}
		
		.action-button {
			padding: 10px;
		}
		
		.result-title {
			font-size: 14px;
		}
		
		.download-button {
			padding: 8px 16px;
			font-size: 12px;
			position: initial;
		}
		.gallery-download {
padding: 8px 35px;
		}

		.tab {
			padding: 8px 16px;
		}
		
	}		
	
/*download*/
.photo-placeholder {
	border: 2px dashed #ccc;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.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;
}

.loading-spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 1s linear infinite;
	margin: 10px auto;
}

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

.status-message {
	margin: 10px 0;
	font-weight: bold;
}

.section-10 ul{
	margin-left: 20px;
}	

.section-10 a {
color: #ff8562;
text-decoration: none;
	font-weight: 700;
}

/*select*/
.custom-select {
position: relative;
width: 180px; /* или auto */
}

.select-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 10px; /* уменьшили */
border: 1px solid #f58219;
border-radius: 10px;
background-color: white;
cursor: pointer;
height: 32px; /* фиксированная высота */
transition: all 0.2s;
}

.select-header .arrow {
font-size: 12px;
color: #000; /* черный цвет */
background: none; /* без фона */
border: none;
padding: 0;
margin: 0;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 50%;
/* Убираем лишние стили */
}

.select-header .selected-value {
color: #000; /* чёрный текст */
font-size: 14px;
margin: 0;
padding: 0;
}

.select-options {
position: absolute;
top: 100%;
left: 0;
width: 100%;
max-height: 180px;
overflow-y: auto;
background-color: white;
border: 1px solid #ccc;
border-top: none;
border-radius: 0 0 4px 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
z-index: 1000;
display: none;
}

.select-options.show {
display: block;
}

.option {
display: flex;
align-items: center;
padding: 8px 10px;
cursor: pointer;
border-bottom: 1px solid #eee;
transition: background-color 0.2s;
font-size: 14px;
}

.option:hover {
background-color: #f5f5f5;
}

.option.selected {
background-color: #0073aa;
color: white;
}

.option .svg-icon {
width: 16px;
height: 16px;
margin-right: 8px;
object-fit: contain;
}

.option .label {
font-size: 14px;
}

/*img half*/

.sl-container {
width: 100%;
height: 100%;

}

.sl-container .view {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.sl-container .view img {
/*width: 100%;
height: 100%;
*/
object-fit: cover;
display: block;


}

.sl-container .view-after {
z-index: 1;
}

.sl-container .view-before {
z-index: 0;
}

.sl-container .dragme {
position: absolute;
width: 3px;
height: 100%;
top: 0;
left: 50%;
background-color: #FF8C00; /* Оранжевый цвет */
cursor: pointer;
z-index: 1;
transform: translateX(-50%);
}

.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.left {
transform: translateY(-50%) rotate(180deg);
}

.sl-container .dr-circle {
position: absolute;
top: 50%;
left: -20px;
width: 45px;
height: 45px;
background-color: #FF8C00;
border-radius: 50%;
transform: translateY(-50%);
cursor: pointer;
z-index: 300;
display: flex;
justify-content: center;
align-items: center;
}
.sl-container .dr-arrow_right {
left: 8px;
}
/* Красная подсветка поля с ошибкой */
.wpcf7-not-valid {
border-color: #dc3232 !important;
box-shadow: 0 0 0 2px rgba(220, 50, 50, 0.2) !important;
}

/* Скрытие стандартных ошибок */
.wpcf7-not-valid-tip {
display: none !important;
}

/* Стилизация поля при фокусе */
.wpcf7-not-valid:focus {
outline: none !important;
border-color: #dc3232 !important;
box-shadow: 0 0 0 3px rgba(220, 50, 50, 0.3) !important;
}
button:hover, .contact-btn:hover, .wpcf7-submit:hover, #generate-button:hover{
background: linear-gradient(0.194turn, rgba(255, 141, 0, 1) 0%, rgb(255 158 0) 100%);
}
.cta-btn:hover, .gallery-download:hover, .gallery-delete:hover, #foto-del:hover {
	background: white;
}
.step-icon.new {
background-color: initial;

}	

#foto-del img {
    width: 20px!important;
    height: 20px!important;
}

#foto-del {
	position: absolute;
    top: 70px;
    right: 80px;
    z-index: 10;
	display:none;
	background-color: white;
    border: 1px solid #f58219;
    color: #f58219;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.ramka_rez {
    max-width: 640px;
    text-align: center;
    padding: 25px;
    margin: 45px auto 25px;
    border-width: 0px;
    border-radius: 15px;
    background-color: #FDC59C;
}

.video-root {
    padding: 20px;
    border-width: 0px;
    border-radius: 15px 15px 15px 15px;
    background-color: #FDC59C;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 590px;
    min-height: 590px; /* Изменено с height на min-height */
    position: relative;
    margin: 0 auto;
    border: 1px dashed #f58219;
}

.video-container {
    position: relative;
    width: 550px;
    min-height: 550px; /* Изменено с height на min-height */
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    display: flex; /* Добавлено */
    flex-direction: column; /* Добавлено */
}

.video-wrapper {
    width: 100%;
    flex: 1; /* Добавлено - занимает всё доступное пространство */
    min-height: 400px; /* Минимальная высота для контента */
    border-radius: 10px;
    overflow: hidden;
    display: flex; /* Добавлено */
    align-items: center; /* Добавлено */
    justify-content: center; /* Добавлено */
}

.video-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover; /* Видео/картинка полностью заполняет контейнер */
    object-position: center; /* Центрирование */
}

.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; /* или другой пропорцией, например 16/9 */
     height: 400px; /* Можно убрать фиксированную высоту */
	 touch-action: none; /* Предотвращает стандартные жесты браузера */
    user-select: none; /* Предотвращает выделение текста при перетаскивании */
	 -webkit-user-select: none;
}


.dragme {
    position: absolute;
    top: 0;
    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;
}


.dr-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #FF6B35;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    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;
}

.dragme.dragging .dr-circle {
    cursor: grabbing;
}
.g-image{
    margin-bottom: 20px;	
}

.video-container .flex.new {
	align-items: flex-start;
}
.processing-message {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.orange.menu-item a{
	    color: #f58219;
}
.nav-menu-mobile.new {
    padding: 0px!important;
}
.close.modal-btn {
	position: initial;
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
}
.action_bt {
display: flex;
    gap: 20px;
}