:root {
    --lmd-primary: #e65939;
    --lmd-secondary: #459d8b;
    --lmd-accent: #a8dcbc;
    --lmd-dark: #1d5753;
    --lmd-light: #d9efd8;
    --lmd-text: #333333;
    --lmd-text-light: #6c757d;
    --lmd-overlay: rgba(30, 80, 64, 0.85);
    --lmd-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --lmd-border-radius: 12px;
    --lmd-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

body {
    font-family: 'Mulish', sans-serif;
    color: var(--lmd-text);
    line-height: 1.6;
    overflow-x: hidden;
    background-color: var(--lmd-light);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.kjtiKBUy {
    width: 100%;
    max-width: 1322px;
    margin: 0 auto;
    padding: 0 1rem;
}

.dajyjbdhiXr {
    background-color: var(--lmd-dark);
    color: var(--lmd-light);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: var(--lmd-shadow);
}

.LKixHWRc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wAsQdDnFtotA {
    font-size: 1.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wAsQdDnFtotA i {
    color: var(--lmd-primary);
}

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

.kezknqqop {
    position: relative;
    padding: 0.5rem 0;
    transition: var(--lmd-transition);
}

.kezknqqop::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--lmd-primary);
    transition: var(--lmd-transition);
}

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

.GejLqhRPEznlnm {
    background-color: var(--lmd-primary);
    color: white;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: var(--lmd-border-radius);
    cursor: pointer;
    transition: var(--lmd-transition);
    font-weight: 600;
}

.GejLqhRPEznlnm:hover {
    background-color: #c1121f;
    transform: translateY(-2px);
}

.SppABvd {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 68px;
    background: url('../arts/fon1.webp') no-repeat center center/cover;
}

.SppABvd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--lmd-overlay);
}

.iYxcPFCTeF {
    position: relative;
    z-index: 1;
    color: var(--lmd-light);
    text-align: center;
    padding: 4rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.yZbrsQwZUyIKOd {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s ease-out;
}

.TkzahEsbIdXQSmo {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.znFpkQTZxH {
    display: inline-block;
    background-color: var(--lmd-primary);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    transition: var(--lmd-transition);
    animation: pulse 2s infinite 1s;
}

.znFpkQTZxH:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.yCfkcjWFFxhc {
    padding: 5rem 0;
    background-color: white;
}

.LgmwBTLLBl {
    text-align: center;
    margin-bottom: 3rem;
}

.snOUvlfVeUhxks {
    font-size: 2.5rem;
    color: var(--lmd-dark);
    position: relative;
    display: inline-block;
}

.snOUvlfVeUhxks::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--lmd-primary);
}

.jcyxrcRpDz {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.oGWSNQbYrDUaepD {
    background-color: var(--lmd-light);
    border-radius: var(--lmd-border-radius);
    padding: 2rem;
    text-align: center;
    transition: var(--lmd-transition);
    box-shadow: var(--lmd-shadow);
}

.oGWSNQbYrDUaepD:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.bvGAHlftlLPm {
    font-size: 3rem;
    color: var(--lmd-primary);
    margin-bottom: 1.5rem;
}

.XGcsXWBtPIk {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--lmd-dark);
}

.hkkzsPJrepS {
    padding: 5rem 0;
    position: relative;
    background: url('../arts/fon2.webp') no-repeat center center/cover;
    color: var(--lmd-light);
    text-align: center;
}

.hkkzsPJrepS::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--lmd-overlay);
}

.uYAev {
    position: relative;
    z-index: 1;
}

.mgzKR {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.IaSziolhCK {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.YeUwe {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.nrjpDXFGlZyFY {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: var(--lmd-border-radius);
    padding: 1.5rem;
    min-width: 100px;
    width: 100%;
    max-width: 100px;
    backdrop-filter: blur(5px);
}

.kydqKQKpDdwsxX {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ttbBGTqejZuZpDB {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.GzChJd {
    background-color: var(--lmd-primary);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
}

.GzChJd:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.iGJu {
    padding: 5rem 0;
    background-color: white;
}

.PHkRCCl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.WAlvxLnWYW {
    padding-right: 2rem;
}

.KlHKpBMNgMF {
    font-size: 2.5rem;
    color: var(--lmd-dark);
    margin-bottom: 1.5rem;
}

.qIlMRkqqoKvYZG {
    display: inline-block;
    color: var(--lmd-primary);
    font-weight: 600;
    margin-top: 1.5rem;
    transition: var(--lmd-transition);
}

.qIlMRkqqoKvYZG:hover {
    color: #c1121f;
    transform: translateX(5px);
}

.ZSlCpGuqaXXG {
    border-radius: var(--lmd-border-radius);
    overflow: hidden;
    box-shadow: var(--lmd-shadow);
}

.oRDNYL {
    padding: 5rem 0;
    position: relative;
    background: url('../arts/fon3.webp') no-repeat center center/cover;
    color: var(--lmd-light);
}

.oRDNYL::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--lmd-overlay);
}

.CXINZDhXbKJqq {
    position: relative;
    z-index: 1;
}

.IWfaPITYHnr {
    text-align: center;
    margin-bottom: 3rem;
}

.ewRAdkFB {
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
}

.ewRAdkFB::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--lmd-primary);
}

.UNoGkTtEv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.RYTvS {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--lmd-border-radius);
    padding: 2rem;
    backdrop-filter: blur(5px);
    transition: var(--lmd-transition);
}

@media (min-width: 1160px) {
        .DCLJCK {
        position: relative;
        top: 50%;
    }
}

@media (max-width: 1159px) {
        .DCLJCK {
        top: 0;
    }
}

.RYTvS:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.2);
}

.yHkIUNL {
    font-size: 2.5rem;
    color: var(--lmd-primary);
    margin-bottom: 1.5rem;
}

.NZkfxkj {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.WRUFaQZgBBWta {
    padding: 5rem 0;
    background-color: white;
}

.wLoSonDb {
    text-align: center;
    margin-bottom: 3rem;
}

.LnZIAFgOfWIBQ {
    font-size: 2.5rem;
    color: var(--lmd-dark);
    position: relative;
    display: inline-block;
}

.LnZIAFgOfWIBQ::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--lmd-primary);
}

.FjPluBoHUGrE {
    max-width: 800px;
    margin: 0 auto;
}

.nIFFowtDSiqY {
    margin-bottom: 1rem;
    border-radius: var(--lmd-border-radius);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.CNdzHWokE {
    background-color: var(--lmd-light);
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: var(--lmd-transition);
}

.CNdzHWokE:hover {
    background-color: #e8f0e8;
}

.CNdzHWokE i {
    transition: var(--lmd-transition);
}

.HYRGiUoILQKV {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
}

.esAJeTJmBXBFCV {
    padding: 0 1.5rem 1.5rem;
}

.nIFFowtDSiqY.jWyXD .CNdzHWokE {
    background-color: var(--lmd-dark);
    color: white;
}

.nIFFowtDSiqY.jWyXD .CNdzHWokE i {
    transform: rotate(180deg);
}

.nIFFowtDSiqY.jWyXD .HYRGiUoILQKV {
    max-height: 500px;
}

.oMtbx {
    text-align: center;
    margin-top: 3rem;
}

.NcsjUboC {
    background-color: var(--lmd-primary);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
}

.NcsjUboC:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.oenNd {
    padding: 5rem 0;
    background-color: var(--lmd-light);
}

.kQoUOjTiBf {
    text-align: center;
    margin-bottom: 3rem;
}

.rkxCfTbPp {
    font-size: 2.5rem;
    color: var(--lmd-dark);
    position: relative;
    display: inline-block;
}

.rkxCfTbPp::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--lmd-primary);
}

.lFplFxuOZkDv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.VaGIRHd {
    background-color: white;
    border-radius: var(--lmd-border-radius);
    padding: 2rem;
    box-shadow: var(--lmd-shadow);
    transition: var(--lmd-transition);
}

.VaGIRHd:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.kQoUOjTiBf {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.FYMubhgZ {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.oNFOrxEA {
    flex: 1;
}

.WkgytbTw {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.COZERUdtsQY {
    color: #ffc107;
}

.qrUbJYPPn {
    font-style: italic;
    color: var(--lmd-text-light);
}

.nsFVbkQWiBdU {
    padding: 5rem 0;
    background-color: white;
}

.RzuQqUeVmgHDG {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.rEibwLvsYtEz {
    padding-right: 2rem;
}

.mKoioNf {
    font-size: 2.5rem;
    color: var(--lmd-dark);
    margin-bottom: 1.5rem;
}

.wsayeOipec {
    display: inline-block;
    color: var(--lmd-primary);
    font-weight: 600;
    margin-top: 1.5rem;
    transition: var(--lmd-transition);
}

.wsayeOipec:hover {
    color: #c1121f;
    transform: translateX(5px);
}

.mJpPlSQRySt {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.rfqUiTqKj {
    background-color: var(--lmd-light);
    padding: 1rem;
    border-radius: var(--lmd-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--lmd-transition);
}

.rfqUiTqKj:hover {
    transform: translateY(-5px);
    box-shadow: var(--lmd-shadow);
}

.rfqUiTqKj img {
    max-height: 50px;
    width: auto;
}

.IvQNkXTY {
    padding: 5rem 0;
    background-color: var(--lmd-dark);
    color: var(--lmd-light);
    text-align: center;
}

.wcltLeaKS {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.RJMsQuqrYrByCe {
    max-width: 600px;
    margin: 0 auto 2rem;
}

.jvdHTyLxjlU {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.xGZgSbbRGQEQ {
    flex: 1;
    min-width: 300px;
    padding: 0.75rem 1.25rem;
    border-radius: var(--lmd-border-radius);
    border: none;
    font-family: inherit;
}

.PfnINNs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0;
    width: 100%;
    justify-content: center;
}

.DJQKgaSwTr {
    background-color: var(--lmd-primary);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
}

.DJQKgaSwTr:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.MBjDHPvGR {
    padding: 5rem 0;
    background-color: white;
}

.rCnGpvrTetUs {
    text-align: center;
    margin-bottom: 3rem;
}

.GTQai {
    font-size: 2.5rem;
    color: var(--lmd-dark);
    position: relative;
    display: inline-block;
}

.GTQai::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--lmd-primary);
}

.qscRsPByhYHgEms {
    max-width: 600px;
    margin: 0 auto;
    background-color: var(--lmd-light);
    padding: 2rem;
    border-radius: var(--lmd-border-radius);
    box-shadow: var(--lmd-shadow);
}

.cXAXnsRqH {
    margin-bottom: 1.5rem;
}

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

.sHWgxGDtfi,
.JmhkYqctntdF {
    width: 100%;
    padding: 0.75rem 1.25rem;
    border-radius: var(--lmd-border-radius);
    border: 1px solid #ddd;
    font-family: inherit;
    transition: var(--lmd-transition);
}

.sHWgxGDtfi:focus,
.JmhkYqctntdF:focus {
    outline: none;
    border-color: var(--lmd-primary);
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.JmhkYqctntdF {
    min-height: 150px;
    resize: vertical;
}

.DlgiVKPKs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.pRLIG {
    background-color: var(--lmd-primary);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
}

.pRLIG:hover {
    background-color: #c1121f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.khcYFPWGE {
    background-color: var(--lmd-dark);
    color: var(--lmd-light);
    padding: 4rem 0 2rem;
}

.DeOiHTV {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.gVgerrQiXYm {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gVgerrQiXYm i {
    color: var(--lmd-primary);
}

.podzzQOQkFzFyM {
    margin-bottom: 1.5rem;
}

.hXKmxeJMqEqxr {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.hXKmxeJMqEqxr::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--lmd-primary);
}

.PvjwsxUH {
    list-style: none;
}

.KHjbY {
    margin-bottom: 0.75rem;
}

.KPegLbSPA {
    transition: var(--lmd-transition);
    display: inline-block;
}

.KPegLbSPA:hover {
    color: var(--lmd-primary);
    transform: translateX(5px);
}

.vDiZpxuuCIFd {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.GlwFpXVrJzdGv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.GlwFpXVrJzdGv.jWyXD {
    opacity: 1;
    visibility: visible;
}

.qdXSbCmZpplZnpv {
    background-color: white;
    border-radius: var(--lmd-border-radius);
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(-50px);
    transition: all 0.3s ease;
}

.GlwFpXVrJzdGv.jWyXD .qdXSbCmZpplZnpv {
    transform: translateY(0);
}

.VMdsmLOMusI {
    position: absolute;
    top: .2rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--lmd-text-light);
    transition: var(--lmd-transition);
}

.VMdsmLOMusI:hover {
    color: var(--lmd-primary);
    transform: rotate(90deg);
}

.cMHKRHj {
    display: flex;
    border-bottom: 1px solid #eee;
}

.KVSaRIJS {
    flex: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    font-weight: 600;
    transition: var(--lmd-transition);
    border-bottom: 3px solid transparent;
}

.KVSaRIJS.jWyXD {
    color: var(--lmd-primary);
    border-bottom-color: var(--lmd-primary);
}

.UjDQx {
    padding: 2rem;
}

.hUJjNeUUXzxksv {
    display: none;
}

.hUJjNeUUXzxksv.jWyXD {
    display: block;
    animation: fadeIn 0.5s ease;
}

.jkzwoYGxdrrQfHu {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: var(--lmd-dark);
}

.nhNAkURTC {
    margin-bottom: 1.5rem;
}

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

.xKxWHEWmMr {
    width: 100%;
    padding: 0.75rem 1.25rem;
    border-radius: var(--lmd-border-radius);
    border: 1px solid #ddd;
    font-family: inherit;
    transition: var(--lmd-transition);
}

.xKxWHEWmMr:focus {
    outline: none;
    border-color: var(--lmd-primary);
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.qJILyquGge {
    color: var(--lmd-primary);
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
}

.DfvwiaTWGTxqj {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0;
}

.fzMZxCp {
    width: 100%;
    background-color: var(--lmd-primary);
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
    margin-top: 1rem;
}

.fzMZxCp:hover {
    background-color: #c1121f;
}

.mIjwZpgnghBiF {
    text-align: center;
    margin-top: 1.5rem;
}

.WzisCrFXrxuURQ {
    color: var(--lmd-primary);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
}

.WzisCrFXrxuURQ:hover {
    color: #c1121f;
    text-decoration: underline;
}

.VGVKynTaK {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.VGVKynTaK.jWyXD {
    opacity: 1;
    visibility: visible;
}

.LfNftBFLBwc {
    background-color: white;
    border-radius: var(--lmd-border-radius);
    width: 90%;
    max-width: 500px;
    padding: 2rem;
    text-align: center;
    position: relative;
    transform: translateY(-50px);
    transition: all 0.3s ease;
}

.VGVKynTaK.jWyXD .LfNftBFLBwc {
    transform: translateY(0);
}

.NMeVKj {
    font-size: 3rem;
    color: #28a745;
    margin-bottom: 1.5rem;
}

.KlySHo {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--lmd-dark);
}

.cNJCrttMQyjH {
    margin-bottom: 1.5rem;
}

.qqzSmaDg {
    font-weight: 600;
    color: var(--lmd-primary);
}

.TqVAcXdcItJFMt {
    background-color: var(--lmd-primary);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
}

.TqVAcXdcItJFMt:hover {
    background-color: #c1121f;
}

.haSXvcQQdH {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

.pCgGPZBfFOFU {
    background-color: white;
    border-radius: var(--lmd-border-radius);
    width: 90%;
    max-width: 500px;
    padding: 2rem;
    text-align: center;
}

.kndFP {
    font-size: 3rem;
    color: var(--lmd-primary);
    margin-bottom: 1.5rem;
}

.rVUFhAE {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--lmd-dark);
}

.wvqhNX {
    margin-bottom: 2rem;
}

.JnGOrlg {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.XtmCoUmm {
    padding: 0.75rem 2rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
    border: none;
}

.XtmCoUmm--confirm {
    background-color: var(--lmd-primary);
    color: white;
}

.XtmCoUmm--confirm:hover {
    background-color: #c1121f;
}

.XtmCoUmm--decline {
    background-color: #6c757d;
    color: white;
}

.XtmCoUmm--decline:hover {
    background-color: #5a6268;
}

.dVAbxF {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: var(--lmd-border-radius);
    padding: 1rem;
    box-shadow: var(--lmd-shadow);
    max-width: 90%;
    width: 600px;
    z-index: 1000;
    display: none;
}

.zJdKZtIxfxfovy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.syjZHkna {
    flex: 1;
    min-width: 300px;
}

.BlBc {
    color: var(--lmd-primary);
    font-weight: 600;
}

.qjwvSBiKQ {
    background-color: var(--lmd-primary);
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: var(--lmd-border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--lmd-transition);
}

.qjwvSBiKQ:hover {
    background-color: #c1121f;
}

.pZQRBXBvy {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background-color: var(--lmd-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--lmd-transition);
    z-index: 999;
}

.pZQRBXBvy.jWyXD {
    opacity: 1;
    visibility: visible;
}

.pZQRBXBvy:hover {
    background-color: #c1121f;
    transform: translateY(-5px);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

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

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

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

    .DCLJCK {
        top: 0;
    }
    
    .PHkRCCl,
    .RzuQqUeVmgHDG {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .WAlvxLnWYW,
    .rEibwLvsYtEz {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .SifAhwGkytwjUC {
        display: none;
    }
    
    .yZbrsQwZUyIKOd {
        font-size: 2.5rem;
    }
    
    .TkzahEsbIdXQSmo {
        font-size: 1.1rem;
    }
    
    .YeUwe {
        flex-wrap: wrap;
    }
    
    .nrjpDXFGlZyFY {
        padding: 1rem;
    }
    
    .kydqKQKpDdwsxX {
        font-size: 2rem;
    }

    .pZQRBXBvy {
        bottom: 15.5rem;
    }
}

@media (max-width: 480px) {
    .LKixHWRc {
        flex-direction: column;
        gap: 8px;
    }
    
    .yZbrsQwZUyIKOd {
        font-size: 2rem;
    }

    .UNoGkTtEv {
        grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    }
    
    .cMHKRHj {
        flex-direction: column;
    }
    
    .KVSaRIJS {
        border-bottom: none;
        border-left: 3px solid transparent;
    }
    
    .KVSaRIJS.jWyXD {
        border-bottom-color: transparent;
        border-left-color: var(--lmd-primary);
    }
    
    .JnGOrlg {
        flex-direction: column;
    }
    
    .XtmCoUmm {
        width: 100%;
    }

    .zJdKZtIxfxfovy {
        flex-direction: column;
    }

    .syjZHkna {
        min-width: 0;
        width: 100%;
        max-width: 288px;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .yZbrsQwZUyIKOd {
        font-size: 1.75rem;
    }
    
    .jcyxrcRpDz,
    .UNoGkTtEv,
    .lFplFxuOZkDv {
        grid-template-columns: 1fr;
    }
}

.dIhEOhnE {
    background-color: var(--lmd-dark);
    color: var(--lmd-light);
    padding: 10.6rem 0;
    text-align: center;
}

.dIhEOhnE h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.dIhEOhnE i {
    color: var(--lmd-primary);
    margin-right: 0.5rem;
}

.NzHioNLHkKwhB {
    padding: 4rem 0;
    background-color: white;
}

.gZmaeabKMEoqz {
    background-color: var(--lmd-light);
    border-radius: var(--lmd-border-radius);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--lmd-shadow);
    transition: var(--lmd-transition);
}

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

.gZmaeabKMEoqz i {
    font-size: 2rem;
    color: var(--lmd-primary);
    margin-bottom: 1rem;
    display: inline-block;
}

.gZmaeabKMEoqz h3 {
    color: var(--lmd-dark);
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .dIhEOhnE h1 {
        font-size: 2rem;
    }
    
    .gZmaeabKMEoqz {
        padding: 1.5rem;
    }

    .gZmaeabKMEoqz p {
        font-size: 0.9rem;
    }
}

.iKibTKnRvlFru {
    background: linear-gradient(135deg, var(--lmd-dark), var(--lmd-secondary));
    color: var(--lmd-light);
    padding: 10.7rem 0;
    text-align: center;
}

.iKibTKnRvlFru h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.iKibTKnRvlFru i {
    color: var(--lmd-accent);
    margin-right: 0.5rem;
}

.bOLyfphsCHcB {
    padding: 4rem 0;
    background-color: white;
}

.LYqzEyCYRVt {
    border-left: 4px solid var(--lmd-primary);
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    background-color: var(--lmd-light);
    border-radius: 0 var(--lmd-border-radius) var(--lmd-border-radius) 0;
    transition: var(--lmd-transition);
}

.LYqzEyCYRVt:hover {
    transform: translateX(10px);
}

.LYqzEyCYRVt i {
    font-size: 1.5rem;
    color: var(--lmd-primary);
    margin-bottom: 0.5rem;
    display: inline-block;
}

.LYqzEyCYRVt h3 {
    color: var(--lmd-dark);
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .iKibTKnRvlFru h1 {
        font-size: 2rem;
    }
    
    .LYqzEyCYRVt {
        padding: 1.25rem;
    }

    .LYqzEyCYRVt p {
        font-size: 0.9rem;
    }
}

.UrGCLIZVD {
    background-color: var(--lmd-primary);
    color: var(--lmd-light);
    padding: 10.9rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.UrGCLIZVD::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../arts/fon4.webp') center/cover;
    opacity: 0.05;
}

.UrGCLIZVD h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.UrGCLIZVD i {
    margin-right: 0.5rem;
}

.lIvbqdOQwNLc {
    padding: 4rem 0;
    background-color: white;
}

.HtTaEgc {
    background-color: white;
    border-radius: var(--lmd-border-radius);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--lmd-shadow);
    border-top: 4px solid var(--lmd-primary);
}

.HtTaEgc i {
    font-size: 1.75rem;
    color: var(--lmd-primary);
    margin-bottom: 1rem;
    display: inline-block;
}

.HtTaEgc h3 {
    color: var(--lmd-dark);
    margin-bottom: 1rem;
}

.HtTaEgc a {
    color: var(--lmd-primary);
    font-weight: 600;
    transition: var(--lmd-transition);
}

.HtTaEgc a:hover {
    color: var(--lmd-secondary);
}

@media (max-width: 768px) {
    .UrGCLIZVD h1 {
        font-size: 2rem;
    }
    
    .HtTaEgc {
        padding: 1.5rem;
    }

    .HtTaEgc p {
        font-size: 0.9rem;
    }
}

.HWdUDtN {
    background-color: var(--lmd-secondary);
    color: var(--lmd-light);
    padding: 10.95rem 0;
    text-align: center;
}

.HWdUDtN h1 {
    font-size: 2.5rem;
}

.HWdUDtN i {
    margin-right: 0.5rem;
}

.vdEosHlAHNj {
    padding: 4rem 0;
    background-color: white;
}

.vdEosHlAHNj h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--lmd-dark);
}

.vdEosHlAHNj h2 i {
    color: var(--lmd-primary);
    margin-right: 0.5rem;
}

.CdzFNg {
    max-width: 800px;
    margin: 0 auto;
}

.CdzFNg p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.uNwRNvtFpCIH {
    padding: 4rem 0;
    background-color: var(--lmd-light);
}

.uNwRNvtFpCIH h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--lmd-dark);
}

.uNwRNvtFpCIH h2 i {
    color: var(--lmd-primary);
    margin-right: 0.5rem;
}

.RWFtUzztAZ {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.AVplEDQpOVM {
    background-color: white;
    border-radius: var(--lmd-border-radius);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--lmd-shadow);
    transition: var(--lmd-transition);
}

.AVplEDQpOVM:hover {
    transform: translateY(-10px);
}

.AVplEDQpOVM i {
    font-size: 2.5rem;
    color: var(--lmd-primary);
    margin-bottom: 1.5rem;
}

.AVplEDQpOVM h3 {
    color: var(--lmd-dark);
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .HWdUDtN h1,
    .vdEosHlAHNj h2,
    .uNwRNvtFpCIH h2 {
        font-size: 2rem;
    }
    
    .CdzFNg {
        padding: 0 1rem;
    }
}