

/* Start:/local/components/aft/form.thanks/templates/.default/style.css?17422857161009*/
.thanks .form__message {
    display: none;
    text-align: center;
}
.thanks input {
    width: 100%;
}
.thanks .form__item {
    margin: 0 0 15px;
}
.thanks__submit.btn {
    display: block;
    margin: 0 auto;
}
.thanks .title {
    color: #000;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.popup {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.popup--open {
    display: block;
}
.popup__wrap {
    background-color: rgba(102, 101, 101, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    width: 100%;
}
.popup__back {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.popup__content {
    background: #fff;
    max-width: 95%;
    padding: 30px 20px;
    position: relative;
    width: 555px;
    z-index: 10;
}
@media (min-width: 780px) {
    .popup__content {
        padding: 40px 70px;
    }
}

/* End */
/* /local/components/aft/form.thanks/templates/.default/style.css?17422857161009 */
