.elementor-3354 .elementor-element.elementor-element-8d9e65c{--display:flex;overflow:visible;}/* Start custom CSS *//* Обёртка для специфичности */
.karallovets {
    --primary: #3A7D44;
    --primary-dark: #2D5E36;
    --secondary: #E97A4D;
    --accent: #5B9279;
    --accent-blue: #4A89DC;
    --accent-purple: #967ADC;
    --accent-yellow: #F6BB42;
    --accent-red: #E9573F;
    --light: #F8F9F7;
    --dark: #2A363B;
    --text-muted: #6B7D7D;
    --transition: all 0.3s ease;
    --shadow: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-hover: 0 8px 15px rgba(0,0,0,0.15);
    --radius: 12px;
}

.karallovets * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.karallovets body {
    font-family: 'Inter', sans-serif;
    color: var(--dark);
    line-height: 1.6;
    background-color: var(--light);
    overflow-x: hidden;
}

.karallovets .section {
    padding: 5rem 5%;
    position: relative;
}

.karallovets .section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.karallovets .section-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--primary);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.karallovets .section-title h2:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--secondary);
    border-radius: 2px;
}

.karallovets button.btn,
.karallovets a.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
    box-shadow: var(--shadow);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: white;
}

.karallovets button.btn:not(.btn-secondary):not(.btn-form),
.karallovets a.btn:not(.btn-secondary):not(.btn-form) {
    background: var(--accent-blue);
    border: none;
}

.karallovets button.btn:not(.btn-secondary):not(.btn-form):hover,
.karallovets a.btn:not(.btn-secondary):not(.btn-form):hover {
    background: #3A7DCC;
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.karallovets button.btn-secondary,
.karallovets a.btn-secondary {
    background: var(--accent-purple);
    border: none;
}

.karallovets button.btn-secondary:hover,
.karallovets a.btn-secondary:hover {
    background: #7E57C2;
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.karallovets button.btn-form,
.karallovets a.btn-form {
    background: var(--accent-red);
    border: none;
}

.karallovets button.btn-form:hover,
.karallovets a.btn-form:hover {
    background: #FF3D00;
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.karallovets .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(248,249,247,0.97);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow);
    padding: 1rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: var(--transition);
}

.karallovets .logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.karallovets .nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.karallovets .nav-link {
    color: var(--dark);
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    text-decoration: none;
}

.karallovets .nav-link:hover {
    color: var(--primary);
}

.karallovets .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(74, 137, 220, 0.6), rgba(91,146,121,0.6)), 
                url('https://i.postimg.cc/J07JLMZP/DSC-0502-2.jpg') center/cover no-repeat;
    margin-top: 70px;
}

.karallovets .hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 2rem;
}

.karallovets .hero-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    line-height: 1.1;
}

.karallovets .hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    max-width: 800px;
    margin: 0 auto 2rem;
    opacity: 0.95;
    line-height: 1.4;
    text-align: justify;
}

.karallovets .hero-btns {
    display: flex;
    gap: 1.9rem;
    justify-content: center;
    flex-wrap: wrap;
}

.karallovets .shifts-info {
    background: linear-gradient(135deg, rgba(58, 125, 68, 0.9), rgba(45, 94, 54, 0.9));
    padding: 1.5rem;
    border-radius: var(--radius);
    margin: 2rem auto;
    max-width: 500px;
    border: 3px solid #2D5E36;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: 0 0 25px rgba(58, 125, 68, 0.5);
    animation: glow 2.5s infinite ease-in-out;
    backdrop-filter: blur(5px);
}

.karallovets .shifts-info:hover {
    transform: scale(1.03);
    box-shadow: 0 0 35px rgba(58, 125, 68, 0.7);
}

.karallovets .shifts-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.karallovets .shifts-header h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}

.karallovets .shift-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.karallovets .shift-label {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.karallovets .shift-availability {
    font-size: 1.1rem;
    font-weight: 700;
    color: #F6BB42;
    text-transform: uppercase;
    animation: pulse-text 1.5s infinite alternate;
}

.karallovets .time-left {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.6rem;
    border-radius: 10px;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.karallovets #countdown-timer {
    color: #F6BB42;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

@keyframes glow {
    0% { box-shadow: 0 0 25px rgba(58, 125, 68, 0.5); }
    50% { box-shadow: 0 0 35px rgba(58, 125, 68, 0.7); }
    100% { box-shadow: 0 0 25px rgba(58, 125, 68, 0.5); }
}

@keyframes pulse-text {
    0% { opacity: 1; }
    100% { opacity: 0.7; }
}

.karallovets .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 249, 247, 0.95));
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.karallovets .about-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.karallovets .about-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-muted);
    position: relative;
}

.karallovets .about-text p:first-child {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.3;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.karallovets .about-text p:first-child:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 4px;
    background: var(--secondary);
    border-radius: 2px;
}

.karallovets .about-text p:not(:first-child) {
    padding-left: 1rem;
    border-left: 2px solid rgba(58, 125, 68, 0.1);
}

.karallovets .about-video {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-hover);
    height: 100%;
    max-height: 400px;
    position: relative;
}

.karallovets .about-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.karallovets #advantages {
    background: linear-gradient(135deg, rgba(248, 249, 247, 0.95), rgba(248, 249, 247, 0.95)), 
                url('https://i.ibb.co/HpfdKhbc/karallovets-bg.jpg') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.karallovets .advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.karallovets .advantage-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.karallovets .advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.karallovets .advantage-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
    transition: all 0.4s ease;
    color: white;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.karallovets .advantage-card:hover .advantage-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.karallovets .advantage-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--dark);
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.karallovets .advantage-card p {
    color: var(--text-muted);
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0 0.5rem;
}

.karallovets .gallery-section {
    padding: 3rem 0;
    overflow: hidden;
    width: 100%;
}

.karallovets .gallery-container {
    display: flex;
    gap: 10px;
    padding: 20px 5%;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: auto;
    min-height: 200px;
}

.karallovets .gallery-container::-webkit-scrollbar {
    display: none;
}

.karallovets .gallery-item {
    flex: 0 0 auto;
    width: 250px;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    scroll-snap-align: start;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.karallovets .gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.karallovets .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.karallovets .infrastructure-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0 5%;
    margin: 0 auto;
    max-width: 1400px;
}

.karallovets .full-width-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.karallovets .full-width-card .card-image {
    height: 380px;
}

.karallovets .infrastructure-card {
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.karallovets .infrastructure-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.karallovets .card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.karallovets .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.karallovets .infrastructure-card:hover .card-image img {
    transform: scale(1.1);
}

.karallovets .card-content {
    padding: 1.5rem;
    flex-grow: 1;
}

.karallovets .card-content h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.karallovets .card-content p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.karallovets .image-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.karallovets .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.karallovets .slide.active {
    opacity: 1;
}

.karallovets .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.karallovets .slider-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 2;
}

.karallovets .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.karallovets .dot.active {
    background: white;
    transform: scale(1.2);
}

.karallovets .activities-deck {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
    padding: 20px 5%;
}

.karallovets .activity-file {
    position: relative;
    height: 380px;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.karallovets .file-tab {
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 2;
    padding: 8px 20px;
    border-radius: 15px 15px 0 0;
    color: white;
    font-weight: 600;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
    transform: rotate(-2deg);
    transition: all 0.3s ease;
}

.karallovets .file-content {
    position: relative;
    height: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

.karallovets .file-photo {
    height: 180px;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    transition: all 0.5s ease;
}

.karallovets .file-details {
    padding: 20px;
    position: relative;
}

.karallovets .file-details h3 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 1.3rem;
    position: relative;
    display: inline-block;
}

.karallovets .file-details h3:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #000000;
}

.karallovets .file-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.karallovets .file-details li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.karallovets .file-details li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: #000000;
}

.karallovets .activity-file:hover {
    transform: translateY(-10px);
}

.karallovets .activity-file:hover .file-tab {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
}

.karallovets .activity-file:hover .file-photo {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    transform: scale(1.05);
}

.karallovets .contacts {
    position: relative;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark)), 
                url('https://i.postimg.cc/K8tZcwLW/DSC05262.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.karallovets .contacts-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 54, 59, 0.85);
    z-index: -1;
}

.karallovets .contacts .section-title h2 {
    color: white;
}

.karallovets .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.karallovets .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.1rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 1rem;
    border-radius: var(--radius);
    transition: var(--transition);
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.karallovets .contact-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.karallovets .contact-item i {
    color: var(--secondary);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.karallovets .contact-item a {
    color: white;
    text-decoration: none;
    transition: var(--transition);
}

.karallovets .contact-item a:hover {
    color: var(--secondary);
    text-decoration: underline;
}

.karallovets .social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
    position: relative;
    z-index: 2;
}

.karallovets .social-link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: var(--transition);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.karallovets .social-link:hover {
    background: var(--secondary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(233, 122, 77, 0.3);
}

.karallovets .footer {
    background: linear-gradient(135deg, var(--dark), #1E2B33);
    color: white;
    padding: 2rem 5%;
    text-align: center;
    font-size: 0.9rem;
}

.karallovets .mobile-menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary);
}

.karallovets .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background: white;
    box-shadow: 5px 0 15px rgba(0,0,0,0.1);
    z-index: 1100;
    transition: var(--transition);
    padding: 2rem;
    overflow-y: auto;
}

.karallovets .mobile-menu.active {
    left: 0;
}

.karallovets .mobile-menu-close {
    text-align: right;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: var(--primary);
    cursor: pointer;
}

.karallovets .mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.karallovets .mobile-menu nav a {
    padding: 0.8rem 0;
    color: var(--dark);
    border-bottom: 1px solid #eee;
    font-weight: 500;
    text-decoration: none;
}

.karallovets .mobile-menu nav .btn {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

.karallovets #priceModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.karallovets #priceModal.show {
    display: flex;
    opacity: 1;
}

.karallovets #priceModal .modal-content {
    background: var(--light);
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow-hover);
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.karallovets #priceModal.show .modal-content {
    transform: translateY(0);
}

.karallovets .close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--dark);
    transition: var(--transition);
}

.karallovets .close-modal:hover {
    color: var(--secondary);
}

.karallovets .price-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.karallovets .price-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.karallovets .price-list li:last-child {
    border-bottom: none;
}

.karallovets .price-highlight {
    color: var(--primary);
    font-weight: 700;
}

.karallovets .notice-box {
    background: rgba(233, 122, 77, 0.1);
    padding: 0.5rem;
    border-radius: 8px;
    margin-top: 1rem;
    border-left: 4px solid var(--secondary);
}

.karallovets .faq-section {
    background: var(--light);
    padding: 3rem 5%;
}

.karallovets .faq-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.karallovets .faq-item {
    margin-bottom: 1.2rem;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: white;
    transition: box-shadow 0.3s ease;
}

.karallovets .faq-item:hover {
    box-shadow: var(--shadow-hover);
}

.karallovets .faq-question {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.2rem 2.5rem 1.2rem 1.8rem;
    background: var(--primary);
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.3s ease;
    min-height: 48px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
}

.karallovets .faq-question span {
    display: inline-block;
    width: 100%;
}

.karallovets .faq-question:hover {
    background: var(--primary-dark);
}

.karallovets .faq-question i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.karallovets .faq-question.active i {
    transform: translateY(-50%) rotate(180deg);
}

.karallovets .faq-answer {
    display: none;
    padding: 1.2rem 1.8rem;
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.6;
    background: #f9faf8;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

.karallovets .faq-answer.active {
    display: block;
    animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
    from { opacity: 0; max-height: 0; padding: 0 1.8rem; }
    to { opacity: 1; max-height: 300px; padding: 1.2rem 1.8rem; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.karallovets #contactWidget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1200;
}

.karallovets #contactWidget .contact-widget-toggle {
    width: 60px;
    height: 60px;
    background: var(--accent-blue);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: red;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.karallovets #contactWidget .contact-widget-toggle:hover {
    background: var(--secondary);
    transform: scale(1.1);
    box-shadow: var(--shadow-hover);
}

.karallovets #contactWidget .contact-widget-panel {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 220px;
    background: var(--light);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 1rem;
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.karallovets #contactWidget .contact-widget-panel.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.karallovets #contactWidget .contact-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem;
    color: var(--dark);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 8px;
    transition: var(--transition);
}

.karallovets #contactWidget .contact-option:hover {
    background: rgba(233, 122, 77, 0.1);
    color: var(--primary);
}

.karallovets #contactWidget .contact-option i {
    font-size: 1.2rem;
    color: var(--primary);
}

.karallovets #offerModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.karallovets #offerModal.show {
    display: flex;
    opacity: 1;
}

.karallovets #offerModal .offer-modal-content {
    background: var(--light);
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow-hover);
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.karallovets #offerModal.show .offer-modal-content {
    transform: translateY(0);
}

.karallovets .close-offer-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--dark);
    transition: var(--transition);
}

.karallovets .close-offer-modal:hover {
    color: var(--secondary);
}

.karallovets #offerModal .offer-modal-content h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.karallovets #offerModal .offer-modal-content p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.karallovets #offerModal .offer-call-btn {
    width: 100%;
    background: var(--accent-blue);
    text-align: center;
    padding: 12px 24px;
    border-radius: var(--radius);
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
}

.karallovets #offerModal .offer-call-btn:hover {
    background: #3A7DCC;
}

/* Медиа-запросы */
@media (max-width: 1200px) {
    .karallovets .infrastructure-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .karallovets .full-width-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 992px) {
    .karallovets .mobile-menu-toggle {
        display: block;
    }
    
    .karallovets .nav {
        display: none;
    }
    
    .karallovets .about-content {
        grid-template-columns: 1fr;
    }
    
    .karallovets .about-video {
        order: -1;
    }
}

@media (max-width: 768px) {
    .karallovets .section {
        padding: 3rem 5%;
    }
    
    .karallovets .section-title h2 {
        font-size: 1.8rem;
    }
    
    .karallovets .hero-title {
        font-size: 2.2rem;
    }
    
    .karallovets .hero-btns {
        flex-direction: column;
        align-items: center;
    }
    
    .karallovets .advantages-grid {
        grid-template-columns: 1fr;
    }

    .karallovets .infrastructure-grid {
        grid-template-columns: 1fr;
    }
    
    .karallovets .full-width-card {
        grid-column: 1;
        display: block;
    }
    
    .karallovets .card-image {
        height: 150px;
    }

    .karallovets .faq-section {
        padding: 2rem 3%;
    }

    .karallovets .faq-container {
        max-width: 100%;
        width: 100%;
    }

    .karallovets .faq-item {
        margin-bottom: 1rem;
    }

    .karallovets .faq-question {
        font-size: 1.05rem;
        padding: 1rem 2rem 1rem 1.5rem;
        min-height: 44px;
    }

    .karallovets .faq-question i {
        right: 0.8rem;
        font-size: 1.1rem;
    }

    .karallovets .faq-answer {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }

    .karallovets #contactWidget {
        bottom: 15px;
        right: 15px;
    }

    .karallovets #contactWidget .contact-widget-toggle {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .karallovets #contactWidget .contact-widget-panel {
        width: 200px;
        bottom: 60px;
        padding: 0.8rem;
    }

    .karallovets #contactWidget .contact-option {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .karallovets #contactWidget .contact-option i {
        font-size: 1.1rem;
    }

    .karallovets #offerModal .offer-modal-content {
        padding: 1.5rem;
        max-width: 350px;
    }

    .karallovets #offerModal .offer-modal-content h3 {
        font-size: 1.6rem;
    }

    .karallovets #offerModal .offer-modal-content p {
        font-size: 1rem;
    }

    .karallovets #priceModal .modal-content {
        padding: 1.5rem;
        max-width: 350px;
    }
}

@media (max-width: 576px) {
    .karallovets .logo {
        font-size: 1.3rem;
    }
    
    .karallovets .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .karallovets .card-image {
        height: 120px;
    }

    .karallovets .shifts-info {
        padding: 1rem;
        max-width: 90%;
    }

    .karallovets .shifts-header h3 {
        font-size: 1.2rem;
    }

    .karallovets .shift-label {
        font-size: 1rem;
    }

    .karallovets .shift-availability {
        font-size: 0.9rem;
    }

    .karallovets .time-left {
        font-size: 0.8rem;
    }

    .karallovets .faq-section {
        padding: 1.5rem 2%;
    }

    .karallovets .faq-question {
        font-size: 0.95rem;
        padding: 0.8rem 1.8rem 0.8rem 1.2rem;
    }

    .karallovets .faq-question i {
        right: 0.6rem;
        font-size: 1rem;
    }

    .karallovets .faq-answer {
        font-size: 0.9rem;
        padding: 0.8rem 1.2rem;
    }

    .karallovets #contactWidget {
        bottom: 10px;
        right: 10px;
    }

    .karallovets #contactWidget .contact-widget-toggle {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .karallovets #contactWidget .contact-widget-panel {
        width: 180px;
        bottom: 55px;
        padding: 0.6rem;
    }

    .karallovets #contactWidget .contact-option {
        font-size: 0.85rem;
        padding: 0.5rem;
    }

    .karallovets #contactWidget .contact-option i {
        font-size: 1rem;
    }

    .karallovets #offerModal .offer-modal-content {
        padding: 1.2rem;
        max-width: 300px;
    }

    .karallovets #offerModal .offer-modal-content h3 {
        font-size: 1.4rem;
    }

    .karallovets #offerModal .offer-modal-content p {
        font-size: 0.95rem;
    }

    .karallovets #offerModal .close-offer-modal {
        font-size: 1.3rem;
    }

    .karallovets #priceModal .modal-content {
        padding: 1.2rem;
        max-width: 400px;
    }
}

@media (max-width: 428px) {
    .karallovets .faq-question {
        font-size: 0.9rem;
        padding: 0.7rem 1.6rem 0.7rem 1rem;
    }

    .karallovets .faq-question i {
        right: 0.5rem;
        font-size: 0.95rem;
    }

    .karallovets .faq-answer {
        font-size: 0.85rem;
        padding: 0.7rem 1rem;
    }
}

@media (max-width: 360px) {
    .karallovets .faq-question {
        font-size: 0.85rem;
        padding: 0.6rem 1.4rem 0.6rem 0.8rem;
    }

    .karallovets .faq-question i {
        right: 0.4rem;
        font-size: 0.9rem;
    }

    .karallovets .faq-answer {
        font-size: 0.8rem;
        padding: 0.6rem 0.8rem;
    }
}/* End custom CSS */