/*global*/

.container {
    margin: 0 auto;
    max-width: 1410px;
    width: 95%;
}

.articleForm form {
    background: white;
    border-radius: 20px;
}

.article h1 {
    display: none;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1em;
}
.formRow.lab-00 {
    max-width: 500px;
    margin: 0 auto;
}

.articleForm .actions {
    text-align: center;
}

.articleForm form {
    padding: 40px 30px;
    margin-top: 61px;
    position: sticky;
    top: 0;
}

.btn {
    margin-top: 35px;
    background: #d71920;
    border-color: #d71920;
    border-radius: 6px;
    color: white;
}

/*local*/

.details__desc .details__header {
    display: block;

}

.details__container {
    display: block;
}

@media (min-width: 670px) {
    .details__container {
        display: flex;
        gap: 40px;
    }
}

.details__photo {
    flex: 1;
    margin-bottom: 2em;
}

.details__photo img {
    border-radius: 20px;
    box-shadow: 0 0 50px 30px rgba(0, 0, 0, .12);
}
.details__desc {
    flex: 1;
}


.details__box-label {
    position: relative;
    padding-bottom: 10px;
    line-height: 1.1em;
    font-size: 20px;
    font-weight: 500;
}

.details__box-label::before {
    content: '';
    background: rgba(0, 0, 0, .1);
    height: 2px;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.details__box-label::after {
    content: '';
    background: red;
    width: 45px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.details__box-value {
    font-size: 45px;
    line-height: 1.1em;
    margin: 0.2em 0 0.5em 0 !important;
}

.details__box-value span {
    font-size: 17px;
}

.details__invitation {
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.1em;
    text-align: center;
    margin: 1em 0 0 0;
}

.details__cta {
    text-align: center;
}

@media (min-width: 670px) {
    .details__cta {
        text-align: left;
    }
}