:root {
    --primary-color: #11cb99;
    --secondary-color: #48858a;
    --accent-color: #b0456e;
    --text-color: hsl(192, 6%, 17%);
    --light-text: #f5faf8;
    --background-light: #f9f9f9f1;
    --overlay-dark: rgba(0, 0, 0, 0.85);
    --overlay-medium: rgba(0, 0, 0, 0.7);
    --overlay-light: rgba(0, 0, 0, 0.5);
    --gradient-main: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    --gradient-accent: linear-gradient(135deg, var(--accent-color) 0%, #7c13d8f4 100%);
    --shadow-small: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 4px 12px rgba(0, 0, 0, 0.15);
    --shadow-large: 0 8px 24px rgba(0, 0, 0, 0.2);
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 16px;
    --transition-fast: 0.2s ease;
    --transition-medium: 0.4s ease;
    --transition-slow: 0.6s ease;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    line-height: 1.2;
}

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

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

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

.GEJKgGEFnAoXYO {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-dark);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.diCsTFz {
    background-color: white;
    padding: 40px;
    border-radius: var(--border-radius-lg);
    text-align: center;
    max-width: 500px;
    box-shadow: var(--shadow-large);
    animation: rvageappear 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.diCsTFz h2 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 28px;
}

.diCsTFz p {
    margin-bottom: 25px;
    font-size: 18px;
}

.wKkdIzCtllzTR {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.WmYECBATaSi, .YJLEzCFmterih {
    padding: 12px 25px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    transition: var(--transition-fast);
}

.WmYECBATaSi {
    background: var(--gradient-main);
    color: white;
}

.YJLEzCFmterih {
    background-color: #e0e0e0;
    color: var(--text-color);
}

.WmYECBATaSi:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.YJLEzCFmterih:hover {
    background-color: #d0d0d0;
}

.EPJMzoQ {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--overlay-medium);
    color: white;
    padding: 15px 0;
    z-index: 1000;
    transform: translateY(100%);
    transition: var(--transition-medium);
    display: none;
}

.EPJMzoQ.show {
    transform: translateY(0);
}

.eQNRSNicyRG {
    max-width: 1362px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.eQNRSNicyRG p {
    flex: 1;
    min-width: 250px;
}

.eQNRSNicyRG a {
    color: var(--accent-color);
    text-decoration: underline;
}

.vmxLWmrKy {
    background: var(--gradient-accent);
    color: white;
    padding: 8px 20px;
    border-radius: var(--border-radius-md);
    transition: var(--transition-fast);
}

.vmxLWmrKy:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-small);
}

.RBccMxT {
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    background-color: white;
}

.YSRCYrsuajvwV {
    max-width: 1362px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 100;
}

.DmJrERvgXYBzt h1 {
    font-size: 32px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

.DmJrERvgXYBzt p {
    font-size: 14px;
    color: var(--secondary-color);
    margin-top: 5px;
}

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

.DBevvYlXqp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
}

.wbxJZZGzZO,
.RSLSiPOHKcA {
    padding: 8px 12px;
    border-radius: var(--border-radius-sm);
    transition: var(--transition-fast);
    font-weight: bold;
    position: relative;
}

.wbxJZZGzZO::after,
.RSLSiPOHKcA::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-main);
    transition: var(--transition-fast);
    transform: translateX(-50%);
}

.wbxJZZGzZO:hover::after,
.RSLSiPOHKcA:hover::after {
    width: 100%;
}

.ePpXEJodE {
    position: relative;
}

.nsZMwAAgMZyPGD {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    background-color: #f0f0f0;
    border-radius: var(--border-radius-md);
    transition: var(--transition-fast);
}

.nsZMwAAgMZyPGD:hover {
    background-color: #e0e0e0;
}

.IoJckrEt {
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    background-color: white;
    padding: 15px;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-medium);
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition-medium);
}

.nsZMwAAgMZyPGD.active + .IoJckrEt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.IoJckrEt p {
    margin-bottom: 10px;
    font-size: 14px;
}

.IoJckrEt a {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 14px;
}

.eXqThAvJOJOk {
    position: relative;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 20px;
    overflow: hidden;
}

.eXqThAvJOJOk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/gv-core/gv-img/fon1.webp') center/cover no-repeat;
    z-index: -2;
}

.AfTuszqlQaMF {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-main);
    opacity: 0.8;
    z-index: -1;
}

.dCOKXnTbxGszIo {
    max-width: 1362px;
    margin: 0 auto;
    text-align: center;
    color: white;
    padding: 40px 0;
}

.dCOKXnTbxGszIo h1 {
    font-size: 48px;
    margin-bottom: 20px;
    animation: rvtext-appear 0.8s ease-out;
}

.dCOKXnTbxGszIo p {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto 30px;
    animation: rvtext-appear 0.8s ease-out 0.2s backwards;
}

.EPilUvdLuQdK {
    background: var(--gradient-accent);
    color: white;
    padding: 15px 40px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    font-size: 18px;
    box-shadow: var(--shadow-medium);
    transition: var(--transition-fast);
    animation: rvbutton-appear 0.8s ease-out 0.4s backwards;
}

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

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

@keyframes rvbutton-appear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ohyoukUVEjpJODF {
    max-width: 1362px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.sEAzNGedDH {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--border-radius-lg);
    padding: 30px;
    width: 250px;
    text-align: center;
    color: white;
    transition: var(--transition-medium);
    animation: rvcard-appear 0.6s ease-out backwards;
}

.sEAzNGedDH:nth-child(1) { animation-delay: 0.6s; }
.sEAzNGedDH:nth-child(2) { animation-delay: 0.7s; }
.sEAzNGedDH:nth-child(3) { animation-delay: 0.8s; }
.sEAzNGedDH:nth-child(4) { animation-delay: 0.9s; }
.sEAzNGedDH:nth-child(5) { animation-delay: 1.0s; }
.sEAzNGedDH:nth-child(6) { animation-delay: 1.1s; }
.sEAzNGedDH:nth-child(7) { animation-delay: 1.2s; }
.sEAzNGedDH:nth-child(8) { animation-delay: 1.3s; }

@keyframes rvcard-appear {
    from {
        opacity: 0;
        transform: translateY(30px) rotate(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }
}

.sEAzNGedDH i {
    font-size: 40px;
    margin-bottom: 15px;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sEAzNGedDH h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.sEAzNGedDH p {
    font-size: 14px;
    margin-bottom: 0;
}

.sEAzNGedDH:hover {
    transform: translateY(-10px) scale(1.05);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-large);
}

.kELtnTIF {
    background: var(--gradient-main);
    padding: 60px 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.kELtnTIF::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/gv-core/gv-img/fon2.webp') center/cover;
    opacity: 0.1;
    z-index: 0;
}

.EZdrfZjADmG {
    max-width: 1362px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.EZdrfZjADmG h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.EZdrfZjADmG p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
}

.tRQoLMw {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.fSizFZxlxujLp {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: var(--border-radius-lg);
    padding: 20px;
    min-width: 120px;
    position: relative;
    overflow: hidden;
}

.fSizFZxlxujLp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-accent);
    opacity: 0.3;
    z-index: -1;
}

.fSizFZxlxujLp span:first-child {
    display: block;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 5px;
}

.fSizFZxlxujLp span:last-child {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.qKaALFHeWyTgbC {
    background-color: white;
    color: var(--primary-color);
    padding: 15px 40px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    font-size: 18px;
    box-shadow: var(--shadow-medium);
    transition: var(--transition-fast);
    position: relative;
    overflow: hidden;
}

.qKaALFHeWyTgbC::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-accent);
    transition: var(--transition-medium);
    z-index: -1;
}

.qKaALFHeWyTgbC:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: var(--shadow-large);
}

.qKaALFHeWyTgbC:hover::before {
    left: 0;
}

.MtWTkz {
    max-width: 1362px;
    margin: 80px auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

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

.deWgY h2 {
    font-size: 36px;
    margin-bottom: 20px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.deWgY p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.iYAKsCBRi {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.BLAYozHYRun {
    text-align: center;
    padding: 20px;
    border-radius: var(--border-radius-md);
    background-color: #f5f5f5;
    flex: 1;
    min-width: 150px;
    transition: var(--transition-medium);
}

.BLAYozHYRun:hover {
    transform: translateY(-10px);
    background: var(--gradient-main);
    color: white;
    box-shadow: var(--shadow-medium);
}

.BLAYozHYRun:hover i {
    color: white;
}

.BLAYozHYRun i {
    font-size: 30px;
    margin-bottom: 10px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.BLAYozHYRun h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

.BLAYozHYRun p {
    font-size: 14px;
    margin-bottom: 0;
}

.uvDRTwy {
    flex: 1;
    min-width: 300px;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-large);
    animation: rvimagefloat 8s ease-in-out infinite;
}

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

.uvDRTwy img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition-slow);
}

.uvDRTwy:hover img {
    transform: scale(1.05);
}

.IyoFwqRN {
    background-color: #f9f9f9;
    padding: 80px 20px;
}

.IyoFwqRN h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.NScCqGWiZjk {
    max-width: 1362px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.mUpAU {
    background-color: white;
    border-radius: var(--border-radius-lg);
    padding: 40px 30px;
    width: 250px;
    text-align: center;
    box-shadow: var(--shadow-small);
    transition: var(--transition-medium);
    position: relative;
    overflow: hidden;
}

.mUpAU::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-main);
}

.mUpAU:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-large);
}

.mUpAU i {
    font-size: 40px;
    margin-bottom: 20px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mUpAU h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.mUpAU p {
    font-size: 14px;
    color: #666;
}

.TQyzLJrTPz {
    max-width: 1362px;
    margin: 80px auto;
    padding: 0 20px;
}

.TQyzLJrTPz h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

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

.XCnHACBnBbGHxC {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    background-color: white;
    border-radius: var(--border-radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-medium);
    position: relative;
    overflow: hidden;
    transition: var(--transition-medium);
}

.XCnHACBnBbGHxC:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-large);
}

.cYBsCdZEJR {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--gradient-main);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.XCnHACBnBbGHxC h3 {
    font-size: 22px;
    margin-bottom: 40px;
    padding-right: 60px;
}

.XCnHACBnBbGHxC p {
    min-height: 80px;
    margin-bottom: 30px;
    color: #666;
}

.BNYcxqAuPtjRH {
    background: var(--gradient-main);
    color: white;
    padding: 12px 30px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    transition: var(--transition-fast);
}

.BNYcxqAuPtjRH:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.gJeRlGMua {
    max-width: 1362px;
    margin: 80px auto;
    padding: 0 20px;
}

.gJeRlGMua h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.EzNotSJjK {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 40px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-medium);
}

.Lwyej {
    margin-bottom: 25px;
}

.Lwyej label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.Lwyej input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius-md);
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    transition: var(--transition-fast);
}

.Lwyej input:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 17, 203, 0.1);
}

.zmsGIETDSI {
    display: block;
    margin-top: 5px;
    color: var(--accent-color);
    font-size: 14px;
    min-height: 20px;
}

.XogHTLpBmKoK {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.XogHTLpBmKoK input {
    width: auto;
}

.XogHTLpBmKoK label {
    margin-bottom: 0;
    font-weight: normal;
}

.XogHTLpBmKoK a {
    color: var(--secondary-color);
    font-weight: bold;
}

.YFItUu {
    background: var(--gradient-main);
    color: white;
    padding: 15px 40px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    transition: var(--transition-fast);
}

.YFItUu:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.QTCCSSIGU {
    max-width: 1362px;
    margin: 80px auto;
    padding: 0 20px;
}

.QTCCSSIGU h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.FJvECk {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

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

.jllgzcoB h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

.aSUfNOxFbAZLF {
    margin-bottom: 15px;
    border-radius: var(--border-radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-small);
}

.SwDPPA {
    width: 100%;
    padding: 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: var(--transition-fast);
}

.SwDPPA span {
    font-weight: bold;
    font-size: 18px;
}

.SwDPPA i {
    font-size: 20px;
    transition: var(--transition-fast);
}

.SwDPPA.active i {
    transform: rotate(45deg);
}

.DWCzKwtgcBmfN {
    max-height: 0;
    overflow: hidden;
    transition: var(--transition-medium);
    background-color: #f9f9f9;
}

.DWCzKwtgcBmfN p {
    padding: 0 20px 20px;
    margin-top: 5px;
}

.SwDPPA.active + .DWCzKwtgcBmfN {
    max-height: 300px;
}

.NakGOgBSAuXL {
    background-color: #f9f9f9;
    padding: 80px 20px;
}

.NakGOgBSAuXL h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bHhUJHzBc {
    max-width: 1362px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.IZQPmqP {
    background-color: white;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-small);
    width: 280px;
    transition: var(--transition-medium);
}

.IZQPmqP:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-large);
}

.SyRXtmFSjIiMS {
    padding: 20px;
    position: relative;
}

.SyRXtmFSjIiMS img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.aDbFzviqraeMFYX {
    color: #ffc107;
}

.IRCorvkO {
    padding: 0 20px 20px;
}

.IRCorvkO h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.IRCorvkO p {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.oInDloaMpVQ {
    max-width: 1362px;
    margin: 80px auto;
    padding: 0 20px;
}

.rTbHlZXzwC {
    background: var(--gradient-main);
    padding: 40px;
    border-radius: var(--border-radius-lg);
    color: white;
    position: relative;
    overflow: hidden;
}

.rTbHlZXzwC::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/gv-core/gv-img/fon3.webp') center/cover;
    opacity: 0.1;
    z-index: 0;
}

.rTbHlZXzwC h2 {
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.rTbHlZXzwC p {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.DzbijFKiCk {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.DzbijFKiCk a {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: var(--border-radius-md);
    transition: var(--transition-fast);
}

.DzbijFKiCk a:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.DzbijFKiCk img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.xfzHcQah {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: var(--border-radius-md);
    max-width: 400px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.xfzHcQah img {
    width: 60px;
    height: 60px;
}

.xfzHcQah p {
    margin-bottom: 0;
    font-size: 16px;
}

.cBXQlRTjY {
    max-width: 1362px;
    margin: 80px auto;
    padding: 0 20px;
}

.cBXQlRTjY h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cBXQlRTjY p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 18px;
}

.OCUdYnUGZ {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 40px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-medium);
}

.VSJIGLSL {
    margin-bottom: 25px;
}

.VSJIGLSL label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.VSJIGLSL input,
.VSJIGLSL textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius-md);
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    transition: var(--transition-fast);
}

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

.VSJIGLSL input:focus,
.VSJIGLSL textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.1);
}

.iSNJqGcj {
    display: block;
    margin-top: 5px;
    color: var(--accent-color);
    font-size: 14px;
    min-height: 20px;
}

.oHgOpZpxfg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.oHgOpZpxfg input {
    width: auto;
}

.oHgOpZpxfg label {
    margin-bottom: 0;
    font-weight: normal;
}

.oHgOpZpxfg a {
    color: var(--secondary-color);
    font-weight: bold;
}

.ZxcBKFpjlmRYVU {
    background: var(--gradient-main);
    color: white;
    padding: 15px 40px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    transition: var(--transition-fast);
}

.ZxcBKFpjlmRYVU:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.MsNZJeNIZ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-dark);
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-medium);
}

.MsNZJeNIZ.show {
    opacity: 1;
    visibility: visible;
}

.asiJXWvDuxsNn {
    background-color: white;
    border-radius: var(--border-radius-lg);
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px;
    position: relative;
    animation: rvmodal-appear 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes rvmodal-appear {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.kTjUBMKN {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: var(--transition-fast);
}

.kTjUBMKN:hover {
    background-color: #f0f0f0;
}

.asiJXWvDuxsNn h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fAmEg {
    margin-top: 30px;
}

.xZztKqqSFcFWqe {
    margin-bottom: 20px;
}

.xZztKqqSFcFWqe label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.xZztKqqSFcFWqe input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius-md);
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    transition: var(--transition-fast);
}

.xZztKqqSFcFWqe input:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.1);
}

.GbiGJBO {
    display: block;
    margin-top: 5px;
    color: var(--accent-color);
    font-size: 14px;
    min-height: 20px;
}

.lFyMvMEsOdot h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.sQXRfaikdjfUY {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.rvticketball {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition-fast);
}

.rvticketball.selected {
    background: var(--gradient-main);
    color: white;
    transform: scale(1.1);
}

.irTXZXVGBUmEvar {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.msuuG,
.rNApRq {
    padding: 8px 20px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    transition: var(--transition-fast);
}

.msuuG {
    background-color: #f0f0f0;
}

.rNApRq {
    background: var(--gradient-accent);
    color: white;
}

.msuuG:hover {
    background-color: #e0e0e0;
}

.rNApRq:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-small);
}

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

.RJVovUBrvS p {
    margin-bottom: 10px;
}

.xSINAHp {
    padding: 10px 15px;
    border-radius: var(--border-radius-md);
    border: 1px solid #ddd;
    font-family: 'Fira Sans', sans-serif;
    width: 200px;
}

.vrQULaArfdMs {
    margin-bottom: 30px;
}

.glNyl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.glNyl input {
    width: auto;
}

.glNyl label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}

.glNyl a {
    color: var(--secondary-color);
    font-weight: bold;
}

.XIvlxxsvwJvk {
    background: var(--gradient-main);
    color: white;
    padding: 15px 40px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    transition: var(--transition-fast);
}

.XIvlxxsvwJvk:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.ogbFEakEHRg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-dark);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-medium);
}

.ogbFEakEHRg.show {
    opacity: 1;
    visibility: visible;
}

.RathJUw {
    background-color: white;
    border-radius: var(--border-radius-lg);
    padding: 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    animation: rvmodal-appear 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.RathJUw i {
    font-size: 60px;
    color: #4caf50;
    margin-bottom: 20px;
}

.RathJUw h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.BgoGzqPlj {
    margin-bottom: 25px;
    font-size: 18px;
}

.GjaWnWxr {
    background: var(--gradient-main);
    color: white;
    padding: 12px 30px;
    border-radius: var(--border-radius-md);
    font-weight: bold;
    transition: var(--transition-fast);
}

.GjaWnWxr:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-small);
}

.PgdpugR {
    width: 100%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    background-color: #2d3436;
}

.uhJwkDLB {
    max-width: 1362px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;    
    color: white;
}

.tkWUnuvRGHF {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.tkWUnuvRGHF a {
    color: #f5f6fa;
    transition: var(--transition-fast);
}

.tkWUnuvRGHF a:hover {
    color: var(--accent-color);
}

.PCHpEqAJyP p {
    text-align: center;
    font-size: 14px;
    color: #b2bec3;
    margin-bottom: 10px;
}

.anrFzrYWjEo {
    position: fixed;
    bottom: 160px;
    left: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-main);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: var(--shadow-medium);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-medium);
    z-index: 100;
}

.anrFzrYWjEo.show {
    opacity: 1;
    visibility: visible;
}

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

@media (max-width: 1024px) {
    .dCOKXnTbxGszIo h1 {
        font-size: 42px;
    }
    
    .dCOKXnTbxGszIo p {
        font-size: 18px;
    }
    
    .MtWTkz {
        flex-direction: column;
    }
    
    .uvDRTwy {
        order: -1;
    }
    
    .FJvECk {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .YSRCYrsuajvwV {
        flex-direction: column;
        text-align: center;
    }
    
    .EOblGia {
        width: 100%;
    }
    
    .DBevvYlXqp {
        justify-content: center;
    }
    
    .ePpXEJodE {
        margin-top: 20px;
    }
    
    .dCOKXnTbxGszIo h1 {
        font-size: 36px;
    }
    
    .fSizFZxlxujLp {
        min-width: 100px;
        padding: 15px;
    }
    
    .fSizFZxlxujLp span:first-child {
        font-size: 36px;
    }
    
    .IZQPmqP {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .dCOKXnTbxGszIo h1 {
        font-size: 30px;
    }
    
    .dCOKXnTbxGszIo p {
        font-size: 16px;
    }
    
    .sEAzNGedDH {
        width: 100%;
    }
    
    .tRQoLMw {
        gap: 15px;
    }
    
    .fSizFZxlxujLp {
        min-width: 80px;
        padding: 10px;
    }
    
    .fSizFZxlxujLp span:first-child {
        font-size: 28px;
    }
    
    .fSizFZxlxujLp span:last-child {
        font-size: 12px;
    }
    
    .XCnHACBnBbGHxC {
        padding: 30px;
    }
    
    .EzNotSJjK,
    .OCUdYnUGZ {
        padding: 30px 20px;
    }
    
    .asiJXWvDuxsNn {
        padding: 30px 20px;
    }
}

@media (max-width: 360px) {
    .DBevvYlXqp,
    .iYAKsCBRi {
        flex-direction: column;
        align-items: center;
    }
    .EOblGia {
        min-width: auto;
    }
}

@media (max-width: 320px) {
    .kTjUBMKN {
        top: 0;
        right: 0;
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .RBccMxT,
    .QTCCSSIGU {
        padding: 0 3px;
    }

    .YSRCYrsuajvwV {
        padding: 15px 0;
    }

    .MtWTkz {
        padding: 60px 3px;
    }

    .IoJckrEt {
        top: 130%;
        right: -55px;
    }

    .wbxJZZGzZO {
        font-size: 20px;
    }

    .dCOKXnTbxGszIo h1 {
        font-size: 26px;
    }

    .rTbHlZXzwC {
        text-align: center;
        padding: 40px 8px;
    }

    .FJvECk {
        text-align: center;
    }

    .xfzHcQah {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .DzbijFKiCk img {
        width: 250px !important;
        height: 80px !important;
    }

    .deWgY {
        min-width: 0;
        width: 100%;
        text-align: center;
    }
    
    .tRQoLMw {
        gap: 10px;
    }
    
    .fSizFZxlxujLp {
        min-width: 70px;
    }
    
    .fSizFZxlxujLp span:first-child {
        font-size: 24px;
    }
    
    .BLAYozHYRun {
        min-width: 100%;
    }
}

.vSgTd {
    background: linear-gradient(135deg, #f0f4ff, #e6f0ff);
    min-height: 100vh;
}
.zhYWNBlTu {
    background: url('/gv-core/gv-img/fon1.webp') center/cover;
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
}
.zhYWNBlTu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 145, 115, 0.7);
}
.drrAQFxPl {
    max-width: 1362px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.zhYWNBlTu h2 {
    font-family: 'Cormorant Garamond', serif;
    color: white;
    font-size: 2.8rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.lWxErNm {
    max-width: 1362px;
    margin: 50px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}
.oGsKtjnZ {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(56, 235, 255, 0.1);
    transition: all 0.3s ease;
}
.oGsKtjnZ:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(56, 202, 255, 0.2);
}
.oGsKtjnZ i {
    font-size: 2.5rem;
    color: #249c86;
    margin-bottom: 20px;
}
.oGsKtjnZ h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #1a1a2e;
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.oGsKtjnZ p {
    font-family: 'Fira Sans', sans-serif;
    color: #4a4a6a;
    line-height: 1.7;
}
@media (max-width: 1024px) {
    .lWxErNm {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .zhYWNBlTu h2 {
        font-size: 2.2rem;
    }
}
@media (max-width: 480px) {
    .lWxErNm {
        grid-template-columns: 1fr;
    }
    .oGsKtjnZ {
        padding: 20px;
    }
}

.ZXEwFjEoADLO {
    background: linear-gradient(135deg, #f4fff0, #f7ffe0);
    min-height: 100vh;
}
.nwxtioX {
    background: url('/gv-core/gv-img/fon2.webp') center/cover;
    height: 250px;
    display: flex;
    align-items: center;
    position: relative;
}
.nwxtioX::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 111, 96, 0.7);
}
.hUHOdhcves {
    max-width: 1362px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.nwxtioX h2 {
    font-family: 'Cormorant Garamond', serif;
    color: white;
    font-size: 2.5rem;
}
.NUHkQynYNTto {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.FHhqQIcavWuJM {
    background: white;
    border-left: 5px solid #00d6af;
    padding: 25px;
    border-radius: 0 8px 8px 0;
    transition: transform 0.3s;
}
.FHhqQIcavWuJM:hover {
    transform: scale(1.03);
}
.FHhqQIcavWuJM i {
    font-size: 2rem;
    color: #00d6af;
    margin-bottom: 15px;
}
.FHhqQIcavWuJM h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #333;
    margin-bottom: 10px;
}
.FHhqQIcavWuJM p {
    font-family: 'Fira Sans', sans-serif;
    color: #555;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .NUHkQynYNTto {
        grid-template-columns: 1fr;
    }
    .nwxtioX h2 {
        font-size: 2rem;
    }
}

.CoKfszeQ {
    background: linear-gradient(135deg, #f0fff4, #e0ffe6);
    min-height: 100vh;
}
.AxOodGNYCbysI {
    background: url('/gv-core/gv-img/fon3.webp') center/cover;
    height: 280px;
    display: flex;
    align-items: center;
    position: relative;
}
.AxOodGNYCbysI::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 128, 0, 0.6);
}
.SxfzlEPh {
    max-width: 1362px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.AxOodGNYCbysI h2 {
    font-family: 'Cormorant Garamond', serif;
    color: white;
    font-size: 2.8rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.SuhyCVZKeQMdpF {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}
.knRIJFcAvDaS {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 128, 0, 0.1);
    transition: all 0.3s ease;
}
.knRIJFcAvDaS:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 128, 0, 0.2);
}
.knRIJFcAvDaS i {
    font-size: 2.2rem;
    color: #008000;
    margin-bottom: 20px;
}
.knRIJFcAvDaS h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #111827;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.knRIJFcAvDaS p {
    font-family: 'Fira Sans', sans-serif;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 15px;
}
.knRIJFcAvDaS a {
    display: inline-block;
    margin-top: 10px;
    color: #008000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #008000;
    transition: all 0.3s;
}
.knRIJFcAvDaS a:hover {
    color: #005700;
    border-color: #005700;
}
@media (max-width: 1024px) {
    .SuhyCVZKeQMdpF {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .AxOodGNYCbysI h2 {
        font-size: 2.2rem;
    }
}
@media (max-width: 480px) {
    .SuhyCVZKeQMdpF {
        grid-template-columns: 1fr;
    }
}

.fQvHFYGZUU {
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff0f0, #ffe0e0);
}
.VGcApeF {
    width: 100%;
    max-width: 1362px;
    padding: 20px;
}
.AqabC {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.1);
}
.AqabC i {
    font-size: 5rem;
    color: #ff0000;
    margin-bottom: 30px;
}
.AqabC h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #ff0000;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.AqabC p {
    font-family: 'Fira Sans', sans-serif;
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}
.vGOuHhNLFxH {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #ff0000;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    transition: all 0.3s ease;
}
.vGOuHhNLFxH i {
    color: #fff;
}
.vGOuHhNLFxH:hover {
    background: #cc0000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .AqabC {
        padding: 30px 20px;
    }
    .AqabC h2 {
        font-size: 2rem;
    }
}