
@charset "utf-8";

.prime__text {
	    margin-bottom: 16px;
    background: rgba(10, 10, 10, 0.35);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(212 141 55 / 28%);
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.03);
}

.about {
    width: 95%;
    text-align: center;
    background: rgba(10, 10, 10, 0.35);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(212 141 55 / 28%);
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.03);
}

.prime__title {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 1.05;
    color: #D6B36A;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35), 0 4px 12px rgba(0, 0, 0, 0.42), 0 10px 20px rgba(0, 0, 0, 0.25);
    letter-spacing: -0.02em;
    font-weight: 400;
}

.irina{
    color:#fff;
}

.faq__list{
    margin: 0 auto;
    width: 95%;
    text-align: center;
    background: rgba(10, 10, 10, 0.35);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(212 141 55 / 28%);
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.03);
}

.prime__desc{
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.55), 0 4px 12px rgba(0, 0, 0, 0.42), 0 10px 20px rgba(0, 0, 0, 0.25);
}

.prime__subtitle{
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgb(164, 156, 156);
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35), 0 4px 12px rgba(0, 0, 0, 0.42), 0 10px 20px rgba(0, 0, 0, 0.25);
}

.socials__title{
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35), 0 4px 12px rgba(0, 0, 0, 0.42), 0 10px 20px rgba(0, 0, 0, 0.25);
}

.form {
    position: relative;

    width: calc(100% - 32px);

    margin: 0 auto;

    padding: 24px 18px;

    border-radius: 24px;

    background:
        linear-gradient(
            to bottom,
            rgba(18,12,10,0.72),
            rgba(8,8,8,0.82)
        );

    border: 1px solid rgba(214,179,106,0.28);

    backdrop-filter: blur(6px);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.form input,
.form textarea{

    width: 100%;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(214,179,106,0.18);

    border-radius: 16px;

    color: #F3EBDD;

    padding: 16px 18px;

    font-size: 16px;

    outline: none;

    transition: all 0.25s ease;

    box-shadow:
        inset 0 1px 2px rgba(255,255,255,0.03),
        0 4px 10px rgba(0,0,0,0.18);

    backdrop-filter: blur(4px);

}

.form input:focus,
.form textarea:focus{

    border-color: rgba(214,179,106,0.55);

    background: rgba(255,255,255,0.09);

    box-shadow:
        0 0 0 3px rgba(214,179,106,0.08),
        0 6px 18px rgba(0,0,0,0.28);

}

.form input::placeholder,
.form textarea::placeholder{

    color: rgba(255,255,255,0.38);

}

.form button{

    width: 100%;

    height: 58px;

    border: 1px solid rgba(214,179,106,0.55);

    border-radius: 16px;

    background:
        linear-gradient(
            to bottom,
            rgba(12,12,12,0.96),
            rgba(5,5,5,1)
        );

    color: #F2D79A;

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 0.01em;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    cursor: pointer;

    transition: all 0.25s ease;

    box-shadow:
        0 8px 24px rgba(0,0,0,0.42),
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 0 18px rgba(214,179,106,0.08);

}
.form button:hover{

    transform: translateY(-1px);

    border-color: rgba(214,179,106,0.78);

    box-shadow:
        0 10px 28px rgba(0,0,0,0.5),
        0 0 24px rgba(214,179,106,0.14);

}
.form button::before{

    content: "✦";

    color: #F2D79A;

    font-size: 20px;

    line-height: 1;

    text-shadow:
        0 0 10px rgba(214,179,106,0.35);

}
.form label{

    display: block;

    margin-bottom: 10px;

    color: rgba(255,255,255,0.92);

    font-size: 15px;

    font-weight: 500;

    letter-spacing: -0.01em;

}
.form__title{
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35), 0 4px 12px rgba(0, 0, 0, 0.42), 0 10px 20px rgba(0, 0, 0, 0.25);
}


/* =========================
   FORM CONTAINER
========================= */

.form{
    position:relative;
    overflow:hidden;

    width:calc(100% - 32px);

    margin:0 auto;

    padding:20px 16px;

    border-radius:22px;

    background:rgba(8,8,8,0.52);

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,0.06);

    box-shadow:
        0 12px 40px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.03);
}

/* LIGHT */

.form::before{
    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,0.04),
            transparent 28%
        );

    pointer-events:none;
}

/* =========================
   TITLE
========================= */

.form__title{

    font-size:22px;

    font-weight:500;

    line-height:1.2;

    text-align:center;

    margin-bottom:24px;

    text-shadow:
        0 3px 12px rgba(0,0,0,0.7);
}

/* =========================
   FIELDS
========================= */

.form-field{
    width:100%;

    margin-bottom:20px;
}

.form-label{
    display:block;

    margin-bottom:10px;

    color:#fff;

    font-size:15px;

    font-weight:600;
}

/* =========================
   INPUT WRAP
========================= */

.input-wrap{
    position:relative;

    width:100%;

    display:flex;

    justify-content:center;
}

/* =========================
   ICONS
========================= */

.input-icon{
    position:absolute;

    left:18px;

    top:50%;

    transform:translateY(-50%);

    color:rgba(214,179,106,0.75);

    font-size:18px;

    z-index:2;

    pointer-events:none;
}

/* TEXTAREA ICON */

.textarea-wrap .input-icon{
    top:20px;

    transform:none;
}

/* REMOVE PHONE ICON */

.phone-wrap .input-icon{
    display:none;
}

/* =========================
   INPUTS
========================= */

.form-input{
    width:100%;

    max-width:100%;

    display:block;

    background:rgba(255,255,255,0.06);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:16px;

    color:#fff;

    font-size:16px;

    outline:none;

    transition:all .25s ease;

    box-shadow:
        inset 0 1px 2px rgba(255,255,255,0.02),
        0 4px 12px rgba(0,0,0,0.18);
}

/* INPUT HEIGHT */

input.form-input{
    height:52px;

    padding:0 16px 0 52px;
}

/* PHONE INPUT */

.phone-wrap input.form-input{
    padding-left:16px;
}

/* TEXTAREA */

textarea.form-input{
    width:100%;

    min-height:100px;

    resize:none;

    padding:16px 16px 16px 52px;
}

/* PLACEHOLDER */

.form-input::placeholder{
    color:rgba(255,255,255,0.30);
}

/* FOCUS */

.form-input:focus{
    border-color:rgba(214,179,106,0.24);

    background:rgba(255,255,255,0.08);

    box-shadow:
        0 0 0 3px rgba(214,179,106,0.03),
        0 6px 18px rgba(0,0,0,0.18);
}

/* =========================
   PHONE FULL WIDTH
========================= */

.iti{
    width:100%;
}

.iti input{
    width:100%;
}

/* =========================
   BUTTON
========================= */

.form-button{
    width:100%;

    height:58px;

    margin-top:12px;

    border:none;

    border-radius:18px;

    background:
        linear-gradient(
            to bottom,
            #0f0f0f,
            #050505
        );

    border:1px solid rgba(214,179,106,0.35);

    color:#F5D98D;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:all .25s ease;

    box-shadow:
        0 10px 28px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.03);
}

/* BUTTON ICON */

.form-button::before{
    content:"✦";

    margin-right:10px;

    color:#F5D98D;

    font-size:18px;
}

/* HOVER */

.form-button:hover{
    transform:translateY(-1px);

    border-color:rgba(214,179,106,0.55);

    box-shadow:
        0 14px 34px rgba(0,0,0,0.42);
}
.about {
    text-align: left;
}
.about ul {
    text-align: left;
}
.js-expand-content {
    text-align: left;
}