

/* Start:/local/components/site/form/templates/modal/style.css?17772079091737*/
.merch-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.merch-modal.active {
    display: block;
}

.merch-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.75);
}

.merch-modal__body {
    position: relative;
    width: 500px;
    max-width: calc(100% - 30px);
    margin: 10vh auto 0;
    background: #000;
    padding: 40px;
    border: 2px solid #28e7df;
    z-index: 2;
}

.merch-form__input,
.merch-form__submit {
    width: 100%;
    height: 56px;
    margin-bottom: 15px;
}
.shop-cont{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#merchModal .modal__close {
    top: 3px;
}

#merchModal .modal__close::before,
#merchModal .modal__close::after {
    content: '';

    position: absolute;
    top: 50%;
    left: 50%;

    width: 20px;
    height: 2px;

    background: #fff;
}

#merchModal .modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#merchModal .modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#merchModal .modal__close:hover {
    background: rgba(0,0,0,.08);
}
#merchModal .contacts__form-btn {
    width: 220px;
    height: 64px;

    margin: 28px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #000;
    color: #28e7df;

    border: none;
    cursor: pointer;

    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;

    transition: .2s ease;
}

#merchModal .contacts__form-btn:hover {
    background: #111;
    transform: translateY(-2px);
}
#merchModal input
{
        border-bottom: 1px solid black;
}
/* End */
/* /local/components/site/form/templates/modal/style.css?17772079091737 */
