/* Большая форма (перед футером) */
#ms15 {
    /* Фон: PNG last_form_bg во всю ширину + слева сверху "рука" */
    background:
        url('../img/order-a-website.png') left 220px bottom 120px / 660px auto no-repeat,
        url('../img/last_form_bg.png') center bottom / 100% auto no-repeat;
    background-color: transparent;
    min-height: 980px;
    color: #fff;
    padding-top: 160px;
    padding-bottom: 240px;
    width: 100vw;                 /* full-bleed */
    left: 50%;                    /* центрируем относительно вьюпорта */
    transform: translateX(-50%);
    position: relative;
    overflow: visible;            /* не обрезаем волновой край PNG */
    margin-bottom: -260px;        /* волна заходит на подвал */
    z-index: 5;
}
/* Контент формы поверх фона */
#ms15 > .container{ position:relative; z-index:2; }
/* Отключаем псевдоэлемент (не нужен) */
#ms15:after{ content:none !important; }

/* Текст и кнопки слева */
.big-form i {
    color: #fff;
    font-size: 25px;
    white-space: nowrap;
    margin: 2px;
}

.big-form-left {
    display: inline;
}

.big-form-left p {
    font-size: 1.9em;
    font-family: Montserrat;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 30px;
}

.big-form-left a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
/* Иконки в ссылках: фикс по соотношению сторон */
.big-form-left a img{ height:22px; width:auto; display:inline-block }

/* Соц-кнопки в форме: растянуть на всю ширину и распределить равномерно */
.bf-socials{
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    gap:14px;
    align-items:center;
    margin-bottom:12px;
}
.bf-channel{
    width:100%;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#fff;
    border:1px solid rgba(255,255,255,.7);
    border-radius:28px;
    background:transparent;
    cursor:pointer;
}
.bf-channel.circle{ border-radius:50%; width:48px; padding:0; }
.bf-channel img{ width:22px; height:22px; display:block }
.bf-channel.meet img{ height:20px; width:auto }
.bf-channel.is-active{ box-shadow:0 0 0 2px #fff inset; }
@media screen and (max-width: 600px){
    .bf-socials{ grid-template-columns: repeat(3, 1fr); }
}

/* Круглые кнопки соцсетей */
.input-circle i {
    border: #fff 1px solid;
    padding: 10px;
    border-radius: 100%;
    color: #fff;
}

.btn-circle {
    border-radius: 19px;
    text-align: center;
    padding: 15%;
    font-size: 16px;
    background: transparent;
    border: none;
}

.btn-rounded {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 8px 20px;
    background: transparent;
    color: #fff;
}

/* Поля формы */
.input_form {
    width: 100%;
    background: #00000000; /* Transparent */
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: #ffff 1px solid;
    color: #fff;
}

.input_form p {
    color: #fff;
}

#ms15 input::placeholder, 
#ms15 textarea::placeholder {
    color: #ffffff;
    opacity: 0.9;
}

#ms15 textarea:focus, 
#ms15 input:focus, 
#ms15 input[type="search"]:focus {
    background: rgba(255, 255, 255, 0.655);
    color: rgba(0, 0, 0, 0.721);
}

#ms15 select {
    color: #ffffff;
    opacity: 0.7;
    width: 98%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
}

#ms15 select option {
    color: #fff;
    background: #a841418a;
}

#ms15 option:nth-child(even) {
    background: #a84141e8;
}

.big-form {
    color: #fff;
}

.big-form label {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 5px;
    display: block;
}

.text-big {
    height: 100px;
}

/* Кнопка отправки */
.form-button {
    width: 60%;
    margin-top: 15px;
    padding-top: 12px;
    margin-left: 50%;
    transform: translateX(-50%);
    border: none;
    cursor: pointer;
}

.button-color {
    color: #FFFFFF;
    background: linear-gradient(180deg, #D96CFF 0%, #506DD5 100%);
    border-radius: 103px;
    text-transform: uppercase;
    padding: 15px;
    font-weight: bold;
}

/* Input File Button */
.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.input__file-icon-wrapper {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}

.input__file-button-text {
    line-height: 1;
    font-size: 12px;
    display: inline-block;          /* текст рядом с иконкой */
    opacity: 0.6;
    white-space: nowrap;
}

.input__file-button {
    height: 33px;
    color: #fff;
    margin-top: 10px;
    display: inline-flex;           /* в одну строку */
    align-items: center;
    justify-content: flex-start;
    gap: 10px;                      /* отступ между иконкой и текстом */
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #fff;
    width: 100%;
    white-space: nowrap;            /* не переносить текст */
}

/* Checkbox */
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bda8;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.checkbox:checked+label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.text-approval a {
    color: #fff;
    text-decoration: underline;
}

.center {
    text-align: center;
}

/* Mobile styles */
@media screen and (max-width: 600px) {
    #ms15 {
        background: url('../img/mob_form_bg.png') center bottom -90px / cover no-repeat !important;
        padding-top: 100px;
        min-height: auto;
        padding-bottom: 160px;
        margin-bottom: -140px;
    }
    .big-form-left {
        width: 100%;
    }
    .big-form-left p {
        font-size: 1.9em;
    }
    .form-button {
        width: 70%;
    }
    /* Скрываем кнопки Скачать/Распечатать на мобильном, если так в черновике (в черновике .fa-file-pdf-o {display:none} но тут оставим как есть или поправим по требованию) */

    /* Мобильный фон подвала */
    .footer-main {
        background-image: url('../img/footer_mob_bg.png') !important;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }
}
