*, *::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f5f0;
    color: #333;
    line-height: 1.6;
}

.iwZuwxGhXsV {
    background: linear-gradient(135deg, #1a574c 0%, #1a4357 100%);
    color: #fff;
    padding: 1rem 2rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.FUPFJ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1560px;
    margin: 0 auto;
}

.ANWbY {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ANWbY i {
    color: #ff7c1f;
    font-size: 2.2rem;
}

.CqWtZMXtvgOK {
    display: flex;
    gap: 1.5rem;
}

.wMxmiNTeIPJvbX {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.wMxmiNTeIPJvbX:hover {
    color: #ff7c1f;
}

.wMxmiNTeIPJvbX::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff7c1f;
    transition: width 0.3s ease;
}

.wMxmiNTeIPJvbX:hover::after {
    width: 100%;
}

.axnpHLFPXQL {
    background-color: rgba(248, 197, 55, 0.2);
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid #ff7c1f;
    border-bottom: 1px solid #ff7c1f;
    margin-top: 1rem;
}

.axnpHLFPXQL p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.axnpHLFPXQL i {
    color: #ff7c1f;
    margin-right: 0.5rem;
}

.DjGZNOAbn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.DjGZNOAbn.active {
    display: flex;
    opacity: 1;
}

.ktYtyeOZV {
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.DjGZNOAbn.active .ktYtyeOZV {
    transform: translateY(0);
    opacity: 1;
}

.IGpYAX {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
    z-index: 10;
}

.IGpYAX:hover {
    color: #d32f2f;
}

.rUMPieJMA {
    background: linear-gradient(135deg, #1a574c 0%, #1a4357 100%);
    color: #fff;
    padding: 1.5rem;
    text-align: center;
    position: relative;
}

.rUMPieJMA h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.5rem;
}

.rUMPieJMA i {
    font-size: 2.5rem;
    color: #ff7c1f;
    margin-bottom: 0.5rem;
}

.lGmQXEV {
    padding: 1.5rem;
}

.swHGrgLvy {
    margin-bottom: 1.5rem;
    position: relative;
}

.RASfkZNVqpP {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.rNKZm {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.rNKZm:focus {
    border-color: #1a574c;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 42, 87, 0.2);
}

.FjETx {
    color: #d32f2f;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    display: none;
}

.yStBQEWScInR {
    position: absolute;
    right: 10px;
    top: 45px;
    cursor: pointer;
    color: #666;
}

.HpmEQhrrRm {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.kybeXYbD {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.dCqcgs {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.HpmEQhrrRm:hover .kybeXYbD ~ .dCqcgs {
    background-color: #ccc;
}

.HpmEQhrrRm .kybeXYbD:checked ~ .dCqcgs {
    background-color: #1a574c;
}

.dCqcgs::after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.HpmEQhrrRm .kybeXYbD:checked ~ .dCqcgs::after {
    display: block;
    animation: qskcheckboxcheck 0.3s forwards;
}

@keyframes qskcheckboxcheck {
    0% {
        transform: scale(0.5) rotate(45deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(45deg);
    }
    100% {
        transform: scale(1) rotate(45deg);
        opacity: 1;
    }
}

.gxYIdPjOF {
    font-size: 0.95rem;
}

.sqhOrdrNVeFKk {
    color: #1a574c;
    text-decoration: underline;
    font-weight: 600;
}

.TeiDLsipZF {
    background: linear-gradient(135deg, #1a574c 0%, #1a4357 100%);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    font-family: 'Playfair Display', serif;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

.TeiDLsipZF::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
}

.TeiDLsipZF:hover::after {
    left: 100%;
}

.TeiDLsipZF:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

.PkNFgabpxxC {
    text-align: center;
    padding: 2rem;
}

.ZtFBwNtcGdASHL {
    font-size: 4rem;
    color: #4caf50;
    margin-bottom: 1rem;
    animation: qsksuccessbounce 1s ease;
}

@keyframes qsksuccessbounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.GxINaxZTob {
    font-family: 'Playfair Display', serif;
    color: #1a574c;
    margin-bottom: 1rem;
}

.zWXcoMGfKx {
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.JXPBII {
    font-weight: 600;
    color: #1a574c;
}

.NqTkxJ {
    background-color: #1a574c;
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    float: right;
}

.NqTkxJ:hover {
    background-color: #1a4357;
}

@media (max-width: 1024px) {
    .CqWtZMXtvgOK {
        gap: 1rem;
    }
    
    .ANWbY {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .FUPFJ {
        flex-direction: column;
        gap: 1rem;
    }
    
    .CqWtZMXtvgOK {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .axnpHLFPXQL p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .iwZuwxGhXsV {
        padding: 1rem;
    }
    
    .CqWtZMXtvgOK {
        gap: 3rem;
    }
    
    .wMxmiNTeIPJvbX {
        font-size: 1.1rem;
    }
    
    .axnpHLFPXQL {
        padding: 1rem;
    }
    
    .ktYtyeOZV {
        width: 95%;
    }
}

@media (max-width: 320px) {
    .ANWbY {
        font-size: 1.5rem;
    }
        
    .axnpHLFPXQL p {
        font-size: 0.9rem;
    }
}

.zPrWliUD {
    position: relative;
    background: linear-gradient(rgba(26, 87, 67, 0.85), rgba(73, 92, 138, 0.85)), 
                url('../art/cool-fon1.webp') no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
    color: #fff;
    overflow: hidden;
}

.VLZycqQtq {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}

.JFibBbQ {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.sGoiZylB {
    flex: 1 1 400px;
}

.OTBAwaj {
    flex: 1 1 400px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: qskfloat 6s ease-in-out infinite;
}

@keyframes qskfloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.MDTGz {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ff7c1f;
    textshadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.CJdbsSG {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 500px;
}

.mRwSAfOVhkr {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.GcKfFjdwEghWSAx {
    background-color: rgba(248, 197, 55, 0.2);
    border: 1px solid rgba(248, 197, 55, 0.3);
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.GcKfFjdwEghWSAx:hover {
    transform: translateY(-5px);
    background-color: rgba(248, 197, 55, 0.3);
    box-shadow: 0 5px 15px rgba(248, 197, 55, 0.2);
}

.GcKfFjdwEghWSAx i {
    font-size: 1.5rem;
    color: #ff7c1f;
}

.gvuKwIvCzUtM {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.FcnHaiLHAUMP {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.JqrQEv {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    color: #ff7c1f;
    font-weight: 600;
}

.JqrQEv i {
    font-size: 2rem;
}

.dAIGiu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.zuKK {
    background-color: rgba(26, 42, 87, 0.7);
    border-radius: 10px;
    padding: 15px 10px;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.zuKK::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(248, 197, 55, 0.3), transparent);
    z-index: 0;
}

.JvrHYqb {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
}

.DkPtGN {
    font-size: 0.9rem;
    display: block;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
}

.CRvr {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff7c1f;
    margin: 0 5px;
    animation: qskpulse 1s infinite;
}

@keyframes qskpulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@media (max-width: 1024px) {
    .MDTGz {
        font-size: 2.2rem;
    }
    
    .JvrHYqb {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .JFibBbQ {
        flex-direction: column;
    }
    
    .sGoiZylB,
    .OTBAwaj {
        width: 100%;
    }
    
    .MDTGz {
        font-size: 2rem;
    }
    
    .dAIGiu {
        gap: 5px;
    }
    
    .zuKK {
        min-width: 70px;
        padding: 10px 5px;
    }
    
    .JvrHYqb {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .zPrWliUD {
        padding: 50px 15px;
    }
    
    .MDTGz {
        font-size: 1.8rem;
    }
    
    .CJdbsSG {
        font-size: 1rem;
    }
    
    .mRwSAfOVhkr {
        flex-direction: column;
    }
    
    .JqrQEv {
        font-size: 1.5rem;
    }
    
    .zuKK {
        min-width: 60px;
    }
    
    .JvrHYqb {
        font-size: 1.5rem;
    }
    
    .CRvr {
        font-size: 1.5rem;
    }
}

@media (max-width: 320px) {
    .MDTGz {
        font-size: 1.6rem;
    }

    .gvuKwIvCzUtM {
        font-size: 1.5rem;
    }
    
    .zuKK {
        min-width: 70px;
        padding: 8px 22px;
    }
    
    .JvrHYqb {
        font-size: 1.3rem;
    }
    
    .DkPtGN {
        font-size: 0.8rem;
    }
}

.OAALaLUrhg {
    background-color: #1a574c;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.NMvTti {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}

.XLPSJPXo {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.iZELCjo {
    flex: 1 1 500px;
    color: #fff;
}

.eJeAeYJAk {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ff7c1f;
}

.DrZhiwZIIaSQ {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.DrZhiwZIIaSQ p {
    margin-bottom: 20px;
}

.bpJJvwYSoM {
    background: linear-gradient(135deg, #ff7c1f 0%, #e6b422 100%);
    color: #1a574c;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 4px 15px rgba(248, 197, 55, 0.3);
}

.bpJJvwYSoM:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(248, 197, 55, 0.4);
}

.bpJJvwYSoM:active {
    transform: translateY(1px);
}

.KVRrezaBWJXJw {
    flex: 1 1 500px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}

.XLTdeKk {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.KVRrezaBWJXJw:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.KVRrezaBWJXJw:hover .XLTdeKk {
    transform: scale(1.05);
}

.mjvpPVVoVFAn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(31, 78, 78, 0.8);
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    color: #ff7c1f;
    font-weight: 600;
}

.mjvpPVVoVFAn i {
    font-size: 1.5rem;
}

@media (max-width: 1024px) {
    .eJeAeYJAk {
        font-size: 2.2rem;
    }
    
    .DrZhiwZIIaSQ {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .OAALaLUrhg {
        padding: 60px 15px;
    }
    
    .XLPSJPXo {
        flex-direction: column;
    }
    
    .iZELCjo,
    .KVRrezaBWJXJw {
        width: 100%;
    }
    
    .eJeAeYJAk {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .eJeAeYJAk {
        font-size: 1.8rem;
        flex-direction: column;
        align-items: flex-XiBfebkpd;
        gap: 10px;
    }
    
    .bpJJvwYSoM {
        width: 100%;
        justify-content: center;
    }
    
    .mjvpPVVoVFAn {
        font-size: 1rem;
        padding: 10px 15px;
    }
}

@media (max-width: 320px) {
    .eJeAeYJAk {
        font-size: 1.6rem;
    }
    
    .DrZhiwZIIaSQ {
        font-size: 1rem;
    }
    
    .bpJJvwYSoM {
        font-size: 1rem;
        padding: 12px 20px;
    }
}

.XOZExqup {
    background-color: #1a574c;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.BhPQPuRJck {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}

.aHlbfFwxWaTk {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #ff7c1f;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.oAyXOcdq {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.wfdHJPwZEz {
    flex: 1 1 300px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(248, 197, 55, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    max-width: 350px;
}

.wfdHJPwZEz::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(248, 197, 55, 0.1), transparent);
    z-index: 0;
}

.wfdHJPwZEz:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: #ff7c1f;
}

.hZsFaORPNa {
    font-size: 2.5rem;
    color: #ff7c1f;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.xOkBEf {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    min-height: 80px;
    z-index: 1;
}

.KmwjskrB {
    min-height: 130px;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.TtFGdt {
    background: linear-gradient(135deg, #ff7c1f 0%, #e6b422 100%);
    color: #1a574c;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: 'Playfair Display', serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.TtFGdt:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(248, 197, 55, 0.4);
}

.TtFGdt:active {
    transform: translateY(1px);
}

.TtFGdt::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
}

.TtFGdt:hover::after {
    left: 100%;
}

@keyframes qskstepfloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.wfdHJPwZEz:nth-child(1) {
    animation: qskstepfloat 6s ease-in-out infinite;
}

.wfdHJPwZEz:nth-child(2) {
    animation: qskstepfloat 6s ease-in-out infinite 0.5s;
}

.wfdHJPwZEz:nth-child(3) {
    animation: qskstepfloat 6s ease-in-out infinite 1s;
}

.wfdHJPwZEz:nth-child(4) {
    animation: qskstepfloat 6s ease-in-out infinite 1.5s;
}

@media (max-width: 1024px) {
    .aHlbfFwxWaTk {
        font-size: 2.2rem;
    }
    
    .wfdHJPwZEz {
        flex: 1 1 250px;
    }
}

@media (max-width: 768px) {
    .XOZExqup {
        padding: 60px 15px;
    }
    
    .aHlbfFwxWaTk {
        font-size: 2rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .oAyXOcdq {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .aHlbfFwxWaTk {
        font-size: 1.8rem;
    }
    
    .xOkBEf {
        font-size: 1.3rem;
    }
    
    .KmwjskrB {
        font-size: 1rem;
    }
    
    .TtFGdt {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 320px) {
    .aHlbfFwxWaTk {
        font-size: 1.6rem;
    }
    
    .wfdHJPwZEz {
        padding: 20px;
    }
    
    .hZsFaORPNa {
        font-size: 2rem;
    }
}

.fcVMuNQIZyLI {
    position: relative;
    padding: 100px 20px;
    background-image: url('../art/cool-fon2.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.aUBhwdrnA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 87, 74, 0.9), rgba(26, 57, 87, 0.9));
}

.bqJQBRJAyzrWoFk {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.oYagDOm {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #ff7c1f;
}

.dTnYiCZyyVR {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.pkGfC {
    flex: 1 1 300px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(248, 197, 55, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    max-width: 400px;
}

.pkGfC:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    border-color: #ff7c1f;
}

.ZmSyBgPQN {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.icvugp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ff7c1f;
    margin-right: 15px;
}

.jnnKiSQG {
    flex: 1;
}

.hXqCzVntl {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #fff;
}

.DeXqrztD {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.qQQbUrKU {
    color: #ff7c1f;
    font-size: 1.2rem;
    display: flex;
    gap: 3px;
}

.jARPIQtuGOWaaA {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.dwUKxrTA {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 3rem;
    color: rgba(248, 197, 55, 0.2);
    z-index: 0;
}

@keyframes qsktestimonialsfloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

.pkGfC:nth-child(odd) {
    animation: qsktestimonialsfloat 8s ease-in-out infinite;
}

.pkGfC:nth-child(even) {
    animation: qsktestimonialsfloat 8s ease-in-out infinite reverse;
}

@media (max-width: 1024px) {
    .oYagDOm {
        font-size: 2.2rem;
    }
    
    .pkGfC {
        flex: 1 1 280px;
    }
}

@media (max-width: 768px) {
    .fcVMuNQIZyLI {
        padding: 80px 15px;
        background-attachment: scroll;
    }
    
    .oYagDOm {
        font-size: 2rem;
    }
    
    .dTnYiCZyyVR {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .oYagDOm {
        font-size: 1.8rem;
        flex-direction: column;
    }
    
    .pkGfC {
        padding: 20px;
    }
    
    .icvugp {
        width: 50px;
        height: 50px;
    }
    
    .hXqCzVntl {
        font-size: 1.1rem;
    }
    
    .jARPIQtuGOWaaA {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .oYagDOm {
        font-size: 1.6rem;
    }
    
    .ZmSyBgPQN {
        flex-direction: column;
        align-items: flex-XiBfebkpd;
    }
    
    .icvugp {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .qQQbUrKU {
        margin-top: 10px;
    }
}

.DbJLBNsZGSzn {
    background-color: #1a574c;
    padding: 80px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.npGwVyw {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}

.eYxDAFxed {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #ff7c1f;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.NvejRcNTqQ {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.IykhQPvAcG {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.CsEznBO {
    font-size: 1.1rem;
    line-height: 1.8;
    display: flex;
    gap: 15px;
    position: relative;
    padding-left: 40px;
}

.CsEznBO i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.5rem;
    color: #ff7c1f;
}

.mVSEOYF {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(248, 197, 55, 0.3);
}

.qbmFzbnb {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #ff7c1f;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.DaDBB {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.QQIDEpbXtJwl {
    transition: all 0.3s ease;
    flex: 1 1 160px;
    max-width: 200px;
    display: flex;
    justify-content: center;
}

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

.UpMAcFRlj {
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.QQIDEpbXtJwl:hover .UpMAcFRlj {
    filter: brightness(1) invert(0) drop-shadow(0 5px 10px rgba(248, 197, 55, 0.5));
}

.ukqFeDIr {
    margin-top: 40px;
    text-align: center;
}

.ETMndLV {
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(248, 197, 55, 0.5));
}

@keyframes qskpulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.eYxDAFxed i {
    animation: qskpulse 2s infinite;
}

.QQIDEpbXtJwl:nth-child(1) {
    animation: qskpulse 3s infinite;
}

.QQIDEpbXtJwl:nth-child(2) {
    animation: qskpulse 3s infinite 0.5s;
}

.QQIDEpbXtJwl:nth-child(3) {
    animation: qskpulse 3s infinite 1s;
}

.QQIDEpbXtJwl:nth-child(4) {
    animation: qskpulse 3s infinite 1.5s;
}

@media (max-width: 1024px) {
    .eYxDAFxed {
        font-size: 2.2rem;
    }
    
    .DaDBB {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .DbJLBNsZGSzn {
        padding: 60px 15px;
    }
    
    .eYxDAFxed {
        font-size: 2rem;
    }
    
    .CsEznBO {
        font-size: 1rem;
        padding-left: 35px;
    }
    
    .CsEznBO i {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .eYxDAFxed {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .mVSEOYF {
        padding: 20px;
    }
    
    .qbmFzbnb {
        font-size: 1.5rem;
    }
    
    .QQIDEpbXtJwl {
        flex: 1 1 120px;
    }
}

@media (max-width: 320px) {
    .eYxDAFxed {
        font-size: 1.6rem;
    }
    
    .CsEznBO {
        padding-left: 30px;
    }
    
    .DaDBB {
        gap: 15px;
    }
    
    .QQIDEpbXtJwl {
        flex: 1 1 100px;
    }
}

.tBvlmCvJRDBWsux {
    position: relative;
    padding: 100px 20px;
    background-image: url('../art/cool-fon3.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.WmiruounEBJ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 87, 74, 0.9), rgba(26, 82, 87, 0.9));
}

.SWSwKxMj {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.XtyxNvOVcgXxKY {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #ff7c1f;
}

.rDoEVY {
    max-width: 900px;
    margin: 0 auto;
}

.nPliGZav {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(248, 197, 55, 0.3);
    transition: all 0.3s ease;
}

.nPliGZav:hover {
    border-color: #ff7c1f;
}

.aDzLvrnN {
    width: 100%;
    padding: 20px;
    text-align: left;
    background: none;
    border: none;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    position: relative;
}

.aDzLvrnN i:first-child {
    color: #ff7c1f;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.aDzLvrnN span {
    flex: 1;
    text-align: left;
}

.paPuKBwjFn {
    font-size: 1.5rem;
    color: #ff7c1f;
    transition: transform 0.3s ease;
}

.xkxeIMyyNKQYI {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    background-color: rgba(26, 87, 79, 0.5);
}

.xkxeIMyyNKQYI p {
    padding: 20px 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.nPliGZav.active .paPuKBwjFn {
    transform: rotate(180deg);
}

.nPliGZav.active .xkxeIMyyNKQYI {
    max-height: 500px;
}

@keyframes qskfaqpulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.XtyxNvOVcgXxKY i {
    animation: qskfaqpulse 2s infinite;
}

@media (max-width: 1024px) {
    .XtyxNvOVcgXxKY {
        font-size: 2.2rem;
    }
    
    .aDzLvrnN {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .tBvlmCvJRDBWsux {
        padding: 80px 15px;
        background-attachment: scroll;
    }
    
    .XtyxNvOVcgXxKY {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .aDzLvrnN {
        padding: 15px;
        font-size: 1rem;
    }
    
    .xkxeIMyyNKQYI p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .XtyxNvOVcgXxKY {
        font-size: 1.8rem;
        flex-direction: column;
    }
    
    .aDzLvrnN {
        gap: 10px;
    }
    
    .aDzLvrnN i:first-child {
        font-size: 1.3rem;
    }
}

@media (max-width: 320px) {
    .XtyxNvOVcgXxKY {
        font-size: 1.6rem;
    }
    
    .aDzLvrnN {
        font-size: 0.9rem;
    }
    
    .xkxeIMyyNKQYI p {
        font-size: 0.9rem;
    }
}

.tMgXMTBFUcUDyG {
    background-color: #1a574c;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.FQpqeFE {
    max-width: 1560px;
    margin: 0 auto;
}

.fUlRlCTK {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.zOeIPnsIC {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #ff7c1f;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.rGraBVQsI {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.7;
}

.aBdyDYB {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
}

.kfQxwjY {
    flex: 1 1 160px;
    background-color: rgba(248, 197, 55, 0.1);
    border: 1px solid rgba(248, 197, 55, 0.3);
    border-radius: 10px;
    padding: 30px 20px;
    transition: all 0.4s ease;
    max-width: 200px;
}

.kfQxwjY i {
    font-size: 2.5rem;
    color: #ff7c1f;
    margin-bottom: 15px;
    display: block;
}

.ITrztRXXN {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #fff;
}

.aZbmcV {
    margin-top: 33px;
}

@keyframes qskcard-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.kfQxwjY:nth-child(1) {
    animation: qskcard-float 6s ease-in-out infinite;
}

.kfQxwjY:nth-child(2) {
    animation: qskcard-float 6s ease-in-out infinite 0.3s;
}

.kfQxwjY:nth-child(3) {
    animation: qskcard-float 6s ease-in-out infinite 0.6s;
}

.kfQxwjY:nth-child(4) {
    animation: qskcard-float 6s ease-in-out infinite 0.9s;
}

.kfQxwjY:nth-child(5) {
    animation: qskcard-float 6s ease-in-out infinite 1.2s;
}

.kfQxwjY:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(248, 197, 55, 0.2);
    background-color: rgba(248, 197, 55, 0.2);
}

@media (max-width: 1024px) {
    .zOeIPnsIC {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .tMgXMTBFUcUDyG {
        padding: 60px 15px;
    }
    
    .zOeIPnsIC {
        font-size: 2rem;
    }
    
    .rGraBVQsI {
        font-size: 1.1rem;
    }
    
    .aBdyDYB {
        gap: 20px;
    }
    
    .kfQxwjY {
        flex: 1 1 120px;
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .zOeIPnsIC {
        font-size: 1.8rem;
        flex-direction: column;
    }
    
    .kfQxwjY i {
        font-size: 2rem;
    }
    
    .ITrztRXXN {
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .zOeIPnsIC {
        font-size: 1.6rem;
    }
    
    .rGraBVQsI {
        font-size: 1rem;
    }
    
    .aBdyDYB {
        gap: 15px;
    }
    
    .kfQxwjY {
        padding: 15px 10px;
    }
}

.TSudlFmEzg {
    background: linear-gradient(135deg, #1a574c 0%, #1a4357 100%);
    color: #fff;
    padding: 40px 20px;
    border-top: 1px solid rgba(248, 197, 55, 0.3);
}

.GNCwBhmLu {
    max-width: 1560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tZcPfLEix {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.cWCQaZK {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    padding: 8px 0;
    position: relative;
}

.cWCQaZK i {
    color: #ff7c1f;
    font-size: 1.2rem;
}

.cWCQaZK:hover {
    color: #ff7c1f;
}

.cWCQaZK::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff7c1f;
    transition: width 0.3s ease;
}

.cWCQaZK:hover::after {
    width: 100%;
}

.MMMEqB {
    text-align: center;
}

.TLAeOVmAB {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.TLAeOVmAB span:not(:last-child)::after {
    content: '•';
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.yLwgAdNehQmFgu {
    color: #ff7c1f;
    font-weight: 600;
}

@keyframes qskfooterpulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.cWCQaZK i {
    animation: qskfooterpulse 2s infinite;
}

@media (max-width: 1024px) {
    .tZcPfLEix {
        gap: 25px;
    }
    
    .cWCQaZK {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .TSudlFmEzg {
        padding: 30px 15px;
    }
    
    .tZcPfLEix {
        gap: 20px;
    }
    
    .TLAeOVmAB {
        flex-direction: column;
        gap: 5px;
    }
    
    .TLAeOVmAB span:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .tZcPfLEix {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cWCQaZK {
        font-size: 0.9rem;
    }
    
    .TLAeOVmAB {
        font-size: 0.8rem;
    }
}

@media (max-width: 320px) {
    .TSudlFmEzg {
        padding: 25px 10px;
    }
    
    .cWCQaZK i {
        font-size: 1rem;
    }
    
    .XPQIMgzqPu {
        text-align: center;
    }
}

.QLNQXHvdFR {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.99);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.UhheXgWfnoE {
  background: linear-gradient(135deg, #1a574c 0%, #1a4357 100%);
  border-radius: 15px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  border: 2px solid #ff7c1f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.MPLQV {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #ff7c1f;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.iyNCd {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 30px;
}

.xbJEdS {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.WiPLUzKQqGOqNd, .ypqReqqKZArjg {
  flex: 1;
  min-width: 200px;
  padding: 15px;
  border-radius: 8px;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.WiPLUzKQqGOqNd {
  background-color: #ff7c1f;
  color: #1a574c;
  border: none;
}

.ypqReqqKZArjg {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.WiPLUzKQqGOqNd:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(248, 197, 55, 0.4);
}

.ypqReqqKZArjg:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.acfTmrnOaYudnP {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a574c;
  z-index: 9998;
  padding: 20px;
  border-top: 1px solid #ff7c1f;
}

.BVUuOwFY {
  max-width: 1560px;
  margin: 0 auto;
}

.ltmCrmhEorqI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.vvkmpfqpnn {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.vvkmpfqpnn i {
  color: #ff7c1f;
  font-size: 1.5rem;
}

.yJjeqxxNfkp {
  color: #ff7c1f;
  text-decoration: underline;
  font-weight: 600;
  margin-left: 5px;
}

.vBKjcjDHfjjcWC {
  background-color: #ff7c1f;
  color: #1a574c;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.vBKjcjDHfjjcWC:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(248, 197, 55, 0.4);
}

@media (max-width: 768px) {
  .ltmCrmhEorqI {
    flex-direction: column;
    gap: 15px;
  }
  
  .vvkmpfqpnn {
    font-size: 1rem;
    text-align: center;
    flex-direction: column;
  }
  
  .vBKjcjDHfjjcWC {
    width: 100%;
    justify-content: center;
  }
  
  .UhheXgWfnoE {
    padding: 30px 20px;
  }
  
  .MPLQV {
    font-size: 1.8rem;
  }
  
  .iyNCd {
    font-size: 1rem;
  }
  
  .xbJEdS {
    gap: 15px;
  }
  
  .WiPLUzKQqGOqNd, .ypqReqqKZArjg {
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .MPLQV {
    font-size: 1.6rem;
    flex-direction: column;
    text-align: center;
  }
  
  .vvkmpfqpnn {
    font-size: 0.9rem;
  }
  
  .vBKjcjDHfjjcWC {
    padding: 10px 20px;
  }
}

.AcsITr {
    background: linear-gradient(135deg, #1a574c 0%, #1a4357 100%);
    padding: 80px 20px;
    color: #fff;
}

.qaMxKGuBNxNCr {
    max-width: 1560px;
    margin: 0 auto;
    text-align: center;
}

.amJIdvwSRggG {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #ff7c1f;
}

.iKNSlH {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.AvKCBYis {
    padding: 80px 20px;
    background-color: #f8f5f0;
}

.UcAqgkfFebfIqQ {
    max-width: 1560px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sxTsmomDwqNV {
    flex: 1 1 500px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
}

.sxTsmomDwqNV:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(26, 42, 87, 0.2);
}

.rbgmstaiCjoD {
    font-size: 2rem;
    color: #1a574c;
    flex-shrink: 0;
}

.ZASIenhGHdJ {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1a574c;
    margin-bottom: 15px;
}

.mDhDlRSFOU {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.mDhDlRSFOU a {
    color: #1a574c;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .amJIdvwSRggG {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .AcsITr {
        padding: 60px 15px;
    }
    
    .AvKCBYis {
        padding: 60px 15px;
    }
    
    .amJIdvwSRggG {
        font-size: 2rem;
    }
    
    .sxTsmomDwqNV {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .amJIdvwSRggG {
        font-size: 1.8rem;
        flex-direction: column;
    }
    
    .iKNSlH {
        font-size: 1rem;
    }
    
    .sxTsmomDwqNV {
        flex-direction: column;
        padding: 20px;
    }
    
    .ZASIenhGHdJ {
        font-size: 1.3rem;
    }
}

@media (max-width: 320px) {
    .amJIdvwSRggG {
        font-size: 1.6rem;
    }
    
    .mDhDlRSFOU {
        font-size: 1rem;
    }
}

.pudWqUZd {
    background: linear-gradient(135deg, #1a574c 0%, #1a4357 100%);
    padding: 80px 20px;
    color: #fff;
}

.ugjKrPvY {
    max-width: 1560px;
    margin: 0 auto;
    text-align: center;
}

.MTIKfXawAynJNXg {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #ff7c1f;
}

.ACYfFWKEcQyUZgS {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.ZXzvJojE {
    padding: 80px 20px;
    background-color: #f8f5f0;
}

.DJsZTvQSheLIOJ {
    max-width: 1560px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.TElpFFifzOJq {
    flex: 1 1 500px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
}

.TElpFFifzOJq:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(26, 42, 87, 0.2);
}

.BpRGHcafi {
    font-size: 2rem;
    color: #1a574c;
    flex-shrink: 0;
}

.Gocxfqfma {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1a574c;
    margin-bottom: 15px;
}

.lLFHj {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.lLFHj a {
    color: #1a574c;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .MTIKfXawAynJNXg {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .pudWqUZd {
        padding: 60px 15px;
    }
    
    .ZXzvJojE {
        padding: 60px 15px;
    }
    
    .MTIKfXawAynJNXg {
        font-size: 2rem;
    }
    
    .TElpFFifzOJq {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .MTIKfXawAynJNXg {
        font-size: 1.8rem;
        flex-direction: column;
    }
    
    .ACYfFWKEcQyUZgS {
        font-size: 1rem;
    }
    
    .TElpFFifzOJq {
        flex-direction: column;
        padding: 20px;
    }
    
    .Gocxfqfma {
        font-size: 1.3rem;
    }
}

@media (max-width: 320px) {
    .MTIKfXawAynJNXg {
        font-size: 1.6rem;
    }
    
    .lLFHj {
        font-size: 1rem;
    }
}

.slGUDTjqGztj {
    background: linear-gradient(135deg, #1a574c 0%, #1a4357 100%);
    padding: 80px 20px;
    color: #fff;
}

.EfegBp {
    max-width: 1560px;
    margin: 0 auto;
    text-align: center;
}

.SFJLcJwZM {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #ff7c1f;
}

.QVizlcvtglHdo {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.HHyOpptosZzN {
    padding: 80px 20px;
    background-color: #f8f5f0;
}

.detCIh {
    max-width: 1560px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.VNOoJ {
    flex: 1 1 500px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
}

.VNOoJ:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(26, 42, 87, 0.2);
}

.MSIERXSunDCv {
    font-size: 2rem;
    color: #1a574c;
    flex-shrink: 0;
}

.xXolb {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1a574c;
    margin-bottom: 15px;
}

.ZeHAfiDOKeRQilm {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.ZeHAfiDOKeRQilm a {
    color: #1a574c;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .SFJLcJwZM {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .slGUDTjqGztj {
        padding: 60px 15px;
    }
    
    .HHyOpptosZzN {
        padding: 60px 15px;
    }
    
    .SFJLcJwZM {
        font-size: 2rem;
    }
    
    .VNOoJ {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .SFJLcJwZM {
        font-size: 1.8rem;
        flex-direction: column;
    }
    
    .QVizlcvtglHdo {
        font-size: 1rem;
    }
    
    .VNOoJ {
        flex-direction: column;
        padding: 20px;
    }
    
    .xXolb {
        font-size: 1.3rem;
    }
}

@media (max-width: 320px) {
    .SFJLcJwZM {
        font-size: 1.6rem;
    }
    
    .ZeHAfiDOKeRQilm {
        font-size: 1rem;
    }
}