
#nameError{
    display: none;
}
.TitleLeft {
  padding: 4px 12px 6px;
  background: #134FA9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 1.1;
  margin: 0;
}
 .headerFreeForm {
            /*! background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
            color: white;
            /*! padding: 40px 0px; */
            text-align: left;
        }
.footerwhite{
    width:370px;
    margin: auto;
    padding: 30px 0px;
}
.box1{
    width: 25%;
    float:right;
}
.box2{
    width: 53%;
}
        .headerFreeForm h1 {
            text-align: left;
            padding: 4px 12px 6px;
  background: #134FA9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 1.1;
            margin: 0;
            font-family: 'Gilroy', sans-serif;
            
        }
.final-price{
    font-family: Impact;
    font-weight: 100;
    font-size: 19px;
}
        .contentFreeForm {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            padding: 40px 0;
        }
        
        .image-sectionFreeForm {
            position: relative;
            overflow: hidden;
            max-height: 500px;
        }
        
        .furniture-imageFreeForm {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 600px;
        }
        
        .form-sectionFreeForm {
            padding: 0px 40px;
            /*! background: #134fa9; */
            max-height: 500px;
        }
        
        .form-introFreeForm {
            margin-bottom: 25px;
        }
        
        .form-introFreeForm h2 {
            font-size: 1.8rem;
            margin-bottom: 5px;
            color: #000;
            font-family: 'Gilroy', sans-serif;
        }
        
        .form-groupFreeForm {
            margin-bottom: 15px;
        }
        
        .form-groupFreeForm label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #000;
            font-size: 1.5rem;
            font-family: 'Gilroy', sans-serif;
            display: none;
        }
        
        .form-groupFreeForm input {
            width: 100%;
            padding: 5px 10px;
            border: 2px solid #e0e0e0;
            border-radius: 5px;
            /*! font-size: 2rem; */
            transition: all 0.3s ease;
            background: rgba(255,255,255,0.9);
        }
        
        .form-groupFreeForm input:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-2px);
        }
        
        .phone-inputFreeForm {
            display: flex;
            align-items: center;
        }
        
        .country-codeFreeForm {
            background: #134fa9;
            color: white;
            padding: 15px 15px;
            border-radius: 12px 0 0 12px;
            font-weight: 600;
            border: 2px solid #667eea;
            display: none;
            align-items: center;
            gap: 8px;
        }
        
        .flagFreeForm {
            width: 20px;
            height: 15px;
            background: linear-gradient(to bottom, #ff0000 33%, #ffffff 33%, #ffffff 66%, #ff0000 66%);
            border-radius: 2px;
            position: relative;
        }
        
        .flagFreeForm::after {
            content: '+';
            position: absolute;
            left: 6px;
            top: 2px;
            color: white;
            font-size: 8px;
            font-weight: bold;
        }
        
        .phone-inputFreeForm input {
            border-radius: 5px;
            /*! border-left: none; */
        }
        
        .checkbox-groupFreeForm {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin: 30px 0;
        }
        
        .checkbox-groupFreeForm input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin: 0;
            accent-color: #667eea;
        }
        
        .checkbox-groupFreeForm label {
            margin: 0;
            font-size: 0.95rem;
            line-height: 1.4;
        }
        
        .privacy-linkFreeForm {
            color: #ff6b6b;
            text-decoration: none;
        }
        
        .privacy-linkFreeForm:hover {
            text-decoration: underline;
        }
#privacyError{
    display: none;
}
.icon{
    width:45%;
    display: none;
}
        .submit-btnFreeForm {
            width: 100%;
            background: #134fa9;
            color: white;
            border: none;
            padding: 10px 18px;
            border-radius: 12px;
            font-size: 1.3rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
            font-family: 'Gilroy', sans-serif;
        }
        
        .submit-btnFreeForm:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
        }
        
        .submit-btnFreeForm:active {
            transform: translateY(0);
        }
        
        .contact-btnFreeForm {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #25d366;
            color: white;
            border: none;
            padding: 15px 25px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
            transition: all 0.3s ease;
        }
        
        .contact-btnFreeForm:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
        }
        
        .errorFreeForm {
            color: #ff4757;
            font-size: 0.9rem;
            margin-top: 5px;
            display: none;
        }
        
        .input-errorFreeForm {
            border-color: #ff4757 !important;
            box-shadow: 0 0 0 3px rgba(255, 71, 87, 0.1) !important;
        }
        
        @media (max-width: 768px) {
            .contentFreeForm {
                grid-template-columns: 1fr;
                padding: 0;
            }
            
            .headerFreeForm h1 {
                font-size: 2.5rem;
                margin-bottom: 10%;
            }
            
            .form-sectionFreeForm {
                padding: 0 20px;
                max-height: 340px;
            }
            
            .footerwhite {
  width: 370px;
  margin: auto;
  padding: 30px 30px 30px 13px;
}
            .image-sectionFreeForm {
  position: relative;
  overflow: hidden;
  max-height: 430px;
}
            #furnitureFormFreeForm{
                padding-bottom: 50px;
                margin-bottom: 50px;
            }
            #rawHtml3827631{
                padding-top: 80px;
            }
            .phone-inputFreeForm {
                flex-direction: column;
            }
            
            .country-codeFreeForm {
                border-radius: 12px 12px 0 0;
                justify-content: center;
                display: none;
            }
            
            .phone-inputFreeForm input {
                border-radius: 12px;
                border: 2px solid #e0e0e0;
                /*! border-top: none; */
            }
        }

 .bodyClassWork {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            min-height: 100vh;
            padding: 40px 20px;
        }

        .containerClassWork {
            max-width: 1097px;
            margin: 0 auto;
        }

        .titleClassWork {
            margin: 0;
  padding: 4px 12px 6px;
  background: #134FA9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
        }

        .galleryWrapperClassWork {
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            gap: 20px;
            width: 90%;
        }

        .galleryClassWork {
            display: flex;
            transition: transform 0.3s ease;
            gap: 35px;
            padding: 20px 0;
            flex: 1;
        }

        .cardClassWork {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            /*! box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-width: 25%;
            max-width: 300px;
            flex-shrink: 0;
        }

        .cardClassWork:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }

        .cardTitleClassWork {
            font-size: 1.1rem;
            color: #2c3e50;
            /*! margin-bottom: 15px; */
            font-weight: 600;
            text-align: center;
            /*! padding: 15px 10px 0; */
            display: none;
        }

        .imageContainerClassWork {
            position: relative;
            height: 270px;
            overflow: hidden;
        }

        .imageClassWork {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            border-radius: 15px;
        }

        .cardClassWork:hover .imageClassWork {
            transform: scale(1.05);
        }
        .course-tags-list li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  font-family: Arial;
}
.mainCourse{
    font-weight: 800;
    color: #134fa9;
    list-style-type: none;
    font-family: Arial;
}
.InfoCourse{
    font-size: 14px;
    font-weight: 500;
    
}
		#ltBlock1772873426 .lt-tsr-content:before {
	content: 'Занятия в группе';
} 

.mainCourse::before {
  content: '';
  /*! background: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23848484'/%3E%3C/svg%3E%0A") center / contain no-repeat; */
  width: 2px;
  height: 2px;
  display: block;
  margin-right: 5px;
}
.course-tags-list li:before {
    content: '';
    /*! background: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23848484'/%3E%3C/svg%3E%0A") center / contain no-repeat; */
    width: 2px;
    height: 2px;
    display: block;
    margin-right: 5px;
}
        .overlayClassWork {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #134fa952;
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
.review-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  border: 3px solid #f0f0f0;
  display: none!important;
}
        .cardClassWork:hover .overlayClassWork {
            opacity: 1;
        }

        .viewButtonClassWork {
            background: white;
            color: #4a90e2;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: bold;
            cursor: pointer;
            transform: translateY(20px);
            transition: transform 0.3s ease;
        }

        .cardClassWork:hover .viewButtonClassWork {
            transform: translateY(0);
        }

        .cardContentClassWork {
            padding: 0 0 15px 0;
        }

        .modalClassWork {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.9);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modalClassWork.activeClassWork {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1;
        }

        .modalContentClassWork {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .modalClassWork.activeClassWork .modalContentClassWork {
            transform: scale(1);
        }

        .modalImageClassWork {
            width: 100%;
            height: auto;
            max-height: 70vh;
            object-fit: contain;
        }

        .modalInfoClassWork {
            padding: 20px;
        }

        .modalTitleClassWork {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 0;
            text-align: center;
        }

        .closeButtonClassWork {
            position: absolute;
            top: 15px;
            right: 20px;
            color: white;
            background: rgba(0,0,0,0.5);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }

        .closeButtonClassWork:hover {
            background: rgba(0,0,0,0.8);
        }

        .navigationClassWork {
            display: flex;
            align-items: center;
            gap: 20px;
            width: 100%;
        }

        .navButtonClassWork {
            background: white;
            color: #134fa9;
            border: none;
            padding: 15px 18px;
            border-radius: 50%;
            cursor: pointer;
            font-weight: bold;
            transition: all 0.3s ease;
            font-size: 27px;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            flex-shrink: 0;
        }

        .navButtonClassWork:hover {
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .navButtonClassWork:disabled {
            opacity: 0;
            cursor: not-allowed;
            background-color: #fff0;
            display: none;
        }

        @media (max-width: 768px) {
            .titleClassWork {
                font-size: 2rem;
                padding-right: 15px;
                padding-left: 15px;
            }
            
            .galleryClassWork {
                grid-template-columns: 1fr;
                gap: 20px;
                overflow-x: auto;
                transform: none !important;
                overscroll-behavior-x: contain;
                -webkit-overflow-scrolling: touch;
            }
            .cardClassWork {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            /*! box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-width: 25%;
            width: 270px;
            flex-shrink: 0;
            height: 300px;
        }
            .cardTitleClassWork {
  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: left;
  padding: 0;
}
            .imageContainerClassWork {
                flex-direction: column;
                align-items: center;
                height: 100%;
                width: 100%;
            }

            .modalContentClassWork {
                max-width: 95%;
                max-height: 95%;
            }
            
            .navigationClassWork {
                flex-direction: column;
                align-items: center;
            }
        }
.navButtonClassWork {
    /* display: none; */
}
        .loadingClassWork {
            text-align: center;
            padding: 40px;
            color: #7f8c8d;
            font-size: 1.1rem;
        }

        .errorClassWork {
            text-align: center;
            padding: 40px;
            color: #e74c3c;
            font-size: 1.1rem;
        }
		
     .container-special {
            max-width: 1200px;
            margin: 0 auto;
            padding-top: 6%;
        }

        h1 {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 60px;
            color: #8b4513;
            font-weight: 400;
			color: #134fa9;
        }

        .features-grid-special {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
            margin-top: 40px;
        }

        .feature-card-special {
            background: white;
            padding: 10px;
            border-radius: 12px;
            /*! box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            /*! border-left: 4px solid #134fa9; */
        }

        .feature-card-special:hover {
            box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        }

        .feature-header {
            /*! display: flex; */
            /*! align-items: center; */
            margin-bottom: 20px;
            float: left;
            width: 20%;
        }
.feature-img{
    width: 90%;
}

        .feature-icon {
            width: 50px;
            height: 50px;
            margin-right: 15px;
            background: #134fa9b0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex-shrink: 0;
        }

        .feature-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #134fa9;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 5px;
        }

        .feature-description {
            color: #3e3e60;
            /*! line-height: 1.7; */
            font-size: 80%;
            float: left;
            width: 70%;
        }

        @media (max-width: 768px) {
            .features-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            h1 {
                font-size: 2rem;
                margin-bottom: 40px;
				color: #134fa9;
            }
            
            .feature-card-special {
                padding: 10px;
            }
            
            
             .containerClassWork {
            max-width: 1097px;
            margin: 0 auto;
            padding-right: 15px;
            padding-left: 15px;
        }
            
            
             .with-recruiting .flex-row {
    grid-gap: 7.5vw;
    margin-bottom: 30px !important;;
  }
            
            .TitleLeft {
  padding: 4px 12px 6px;
  background: #134FA9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.1;
  margin: 0;
}
            
            
        }
   
   .photo-carousel-widget {
            width: 100%;
            max-width: 100%;
            position: relative;
        }

        .photo-carousel-widget * {
            box-sizing: border-box;
        }

        .photo-carousel-widget .carousel-container {
            position: relative;
            width: 100%;
            height: 600px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            background: #fff;
        }

        .photo-carousel-widget .carousel-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .photo-carousel-widget .carousel-track {
            display: flex;
            width: 500%;
            height: 100%;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .photo-carousel-widget .carousel-slide {
            position: relative;
            width: 20%;
            height: 100%;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: flex-end;
        }

        .photo-carousel-widget .slide-1 {
            background:  
                        url('../img/36.jpg');
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .photo-carousel-widget .slide-2 {
            background: 
                        url('../img/37.jpg');
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .photo-carousel-widget .slide-3 {
            background:  
                        url('../img/38.jpg');
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .photo-carousel-widget .slide-4 {
            background: 
                        url('../img/39.jpg');
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .photo-carousel-widget .slide-5 {
            background: 
                        url('../img/40.jpg');
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .photo-carousel-widget .slide-content {
            padding: 40px;
            color: white;
            width: 100%;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.8s ease;
        }

        .photo-carousel-widget .carousel-slide.active .slide-content {
            transform: translateY(0);
            opacity: 1;
        }

        .photo-carousel-widget .slide-title {
            font-size: 2.9rem;
            font-weight: bold;
            margin-bottom: 15px;
            text-shadow: 3px 3px 4px rgb(0, 0, 0);
            font-family: inherit;
        }

        .photo-carousel-widget .slide-description {
            font-size: 1.8rem;
            line-height: 1.6;
            margin-bottom: 25px;
            text-shadow: 3px 3px 4px rgb(0, 0, 0);
            font-family: inherit;
        }

        .photo-carousel-widget .slide-button {
            background: #134fa9;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px #134fa9ad;
            font-family: inherit;
        }

        .photo-carousel-widget .navigation {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            z-index: 10;
        }

        .photo-carousel-widget .nav-prev {
            left: 20px;
        }

        .photo-carousel-widget .nav-next {
            right: 20px;
        }

        .photo-carousel-widget .indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .photo-carousel-widget .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .photo-carousel-widget .indicator.active {
            background: white;
            transform: scale(1.2);
        }

        .photo-carousel-widget .progress-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            background: #134fa9;
            width: 0%;
            transition: width 0.1s linear;
            z-index: 10;
        }

        /* Планшеты */
        @media (max-width: 1024px) and (min-width: 769px) {
			  .photo-carousel-widget .slide-1 {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), 
                        url('../img/36.jpg');
        }

        .photo-carousel-widget .slide-2 {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), 
                        url('../img/37.jpg');
        }

        .photo-carousel-widget .slide-3 {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), 
                        url('../img/38.jpg');
        }

        .photo-carousel-widget .slide-4 {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), 
                        url('../img/39.jpg');
        }

        .photo-carousel-widget .slide-5 {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)), 
                        url('../img/40.jpg');
        }
            .photo-carousel-widget .carousel-container {
                height: 550px;
            }

            .photo-carousel-widget .slide-content {
                padding: 35px;
            }

            .photo-carousel-widget .slide-title {
                font-size: 2.2rem;
            }

            .photo-carousel-widget .slide-description {
                font-size: 1.05rem;
            }

            .photo-carousel-widget .navigation {
                width: 45px;
                height: 45px;
                font-size: 1.3rem;
            }

            .photo-carousel-widget .nav-prev {
                left: 15px;
            }

            .photo-carousel-widget .nav-next {
                right: 15px;
            }
        }

        /* Мобильные устройства */
        @media (max-width: 768px) {
            .photo-carousel-widget {
                margin: 15px auto;
            }
			  .photo-carousel-widget .slide-1 {
            background:  
                        url('../img/36m.jpg');
        }

        .photo-carousel-widget .slide-2 {
            background:  
                        url('../img/37m.jpg');
        }

        .photo-carousel-widget .slide-3 {
            background:  
                        url('../img/38m.jpg');
        }

        .photo-carousel-widget .slide-4 {
            background:  
                        url('../img/39m.jpg');
        }

        .photo-carousel-widget .slide-5 {
            background:  
                        url('../img/40m.jpg');
        }
            .photo-carousel-widget .carousel-container {
                height: 500px;
                border-radius: 15px;
            }

            .photo-carousel-widget .slide-content {
                padding: 25px 20px;
            }

            .photo-carousel-widget .slide-title {
                font-size: 1.8rem;
                margin-bottom: 12px;
            }

            .photo-carousel-widget .slide-description {
                font-size: 0.95rem;
                line-height: 1.5;
                margin-bottom: 20px;
            }

            .photo-carousel-widget .slide-button {
                padding: 10px 25px;
                font-size: 0.9rem;
                border-radius: 20px;
            }

            .photo-carousel-widget .navigation {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }

            .photo-carousel-widget .nav-prev {
                left: 10px;
            }

            .photo-carousel-widget .nav-next {
                right: 10px;
            }

            .photo-carousel-widget .indicators {
                bottom: 15px;
                gap: 8px;
            }

            .photo-carousel-widget .indicator {
                width: 10px;
                height: 10px;
            }

            .photo-carousel-widget .progress-bar {
                height: 3px;
            }
        }

        /* Маленькие мобильные устройства */
        @media (max-width: 480px) {
            .photo-carousel-widget .carousel-container {
                height: 450px;
                border-radius: 10px;
            }
 
            .photo-carousel-widget .slide-content {
                padding: 30px 15px;
            }

            .photo-carousel-widget .slide-title {
                font-size: 2rem;
                margin-bottom: 10px;
                text-shadow: 3px 3px 4px rgb(0, 0, 0);
            }

            .photo-carousel-widget .slide-description {
                font-size: 1.6rem;
                margin-bottom: 18px;
                text-shadow: 3px 3px 4px rgb(0, 0, 0);
            }

            .photo-carousel-widget .slide-button {
                padding: 10px 30px;
                font-size: 1.3rem;
            }

            .photo-carousel-widget .navigation {
                width: 35px;
                height: 35px;
                font-size: 1rem;
            }

            .photo-carousel-widget .nav-prev {
                left: 8px;
            }

            .photo-carousel-widget .nav-next {
                right: 8px;
            }

            .photo-carousel-widget .indicators {
                bottom: 12px;
                gap: 6px;
            }

            .photo-carousel-widget .indicator {
                width: 8px;
                height: 8px;
            }
        }

        /* Очень маленькие устройства */
        @media (max-width: 320px) {
            .photo-carousel-widget .carousel-container {
                height: 400px;
            }

            .photo-carousel-widget .slide-content {
                padding: 15px 12px;
            }

            .photo-carousel-widget .slide-title {
                font-size: 1.3rem;
                margin-bottom: 8px;
            }

            .photo-carousel-widget .slide-description {
                font-size: 0.85rem;
                margin-bottom: 15px;
            }

            .photo-carousel-widget .slide-button {
                padding: 7px 18px;
                font-size: 0.8rem;
            }

            .photo-carousel-widget .navigation {
                width: 32px;
                height: 32px;
                font-size: 0.9rem;
            }

            .photo-carousel-widget .nav-prev {
                left: 6px;
            }

            .photo-carousel-widget .nav-next {
                right: 6px;
            }
        }

        /* Ландшафтная ориентация на мобильных */
        @media (max-width: 768px) and (orientation: landscape) {
            .photo-carousel-widget .carousel-container {
                height: 90vh;
                max-height: 450px;
            }

            .photo-carousel-widget .slide-content {
                padding: 20px;
            }

            .photo-carousel-widget .slide-title {
                font-size: 1.6rem;
                margin-bottom: 8px;
            }

            .photo-carousel-widget .slide-description {
                font-size: 0.9rem;
                margin-bottom: 15px;
            }
        }
		

        /* Hover эффекты только для устройств с поддержкой */
        @media (hover: hover) {
            .photo-carousel-widget .slide-button:hover {
                transform: translateY(-2px);
                box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
            }

            .photo-carousel-widget .navigation:hover {
                background: rgba(255, 255, 255, 0.3);
                transform: translateY(-50%) scale(1.1);
            }
        }

        /* Улучшенная видимость на ярких экранах */
        @media (prefers-color-scheme: light) {
            .photo-carousel-widget .navigation {
                background: rgba(0, 0, 0, 0.3);
                backdrop-filter: blur(15px);
            }
        }

        /* Уменьшенная анимация для пользователей с чувствительностью к движению */
        @media (prefers-reduced-motion: reduce) {
            .photo-carousel-widget .carousel-track {
                transition: transform 0.3s ease;
            }

            .photo-carousel-widget .slide-content {
                transition: all 0.4s ease;
            }

            .photo-carousel-widget .navigation {
                transition: all 0.2s ease;
            }
        }