.lp-form-20 {
    padding: 40px 0;
}

.lp-form-20 .lp-block-bg {
    background-image: url(/d/fgs16_v3photo-pic-139.jpg);
}

.lp-form-20 .lp-block-overlay {
    background-color: var(--text-color-a-03);
}

.lp-form-20-wrapper {
    position: relative;
    margin: 0 auto;
    padding-top: 32px;
    background-color: var(--primary-color-l-60);
    box-sizing: border-box;
}

.lp-form-20-content {
    padding: 32px 16px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.lp-form-20__title {
    margin: 0;
}

.lp-form-20__text {
    padding: 0;
    margin-top: 16px;
}

.lp-form-20-person-wrapper {
    margin-top: 24px;
    display: flex;
}

.lp-form-20__photo {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-right: 16px;
    line-height: 0;
    flex-shrink: 0;
    overflow: hidden;
    max-width: 160px;
}

.lp-form-20-person {
    align-self: center;	
    width: 100%;
}

.lp-form-20__name {
    margin: 0;
}

.lp-form-20__position {
    padding: 0;
}

.lp-form-20-form {
    text-align: left;
    padding: 32px 16px;
}

.lp-form-20-form__title {
    margin: 0;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.lp-form-20-form__subtitle {
    padding: 0;
}

/*.lp-form-20-form:before {
    content: "";
    display: block;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: inherit;
    z-index: -1;
    opacity: 0;
}*/

@media all and (min-width: 600px) {
    .lp-form-20 {
        padding: 96px 0;
    }

    .lp-form-20-wrapper {
        width: 512px;
    }

    .lp-form-20-content {
        margin: 0 -32px;
        padding: 56px 64px;
    }

    .lp-form-20__text {
        margin-top: 24px;
    }

    .lp-form-20-person-wrapper {
        margin-top: 32px;
    }

    .lp-form-20__position {
        margin-top: 2px;
    }

    .lp-form-20-form {
        padding: 32px;
    }
}

@media all and (min-width: 960px) {
    .lp-form-20-wrapper {
        width: 100%;
        display: flex;
        padding: 0px 0 0px 16px;
        justify-content: center;
    }

    .lp-form-20-content {
        width: 560px;
        min-height: 540px;
        margin: -32px 0;
        flex-shrink: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lp-form-20-form {
        align-self: flex-start;
        position: relative;
        width: 320px;
        box-sizing: border-box;
    }

    /*.lp-form-20-form:before {
        right: auto;
        bottom: 0;
        left: -592px;
        width: calc(70vw - 10%);
        height: 100%;
    }*/

    /*.lp-form-20._reverse .lp-form-20-wrapper {
        padding: 32px 16px 32px 0;
    }*/

    .lp-form-20._reverse .lp-form-20-content {
        order: 2;
    }

    .lp-form-20._reverse .lp-form-20-form {
        order: 1;
    }

    .lp-form-20._reverse .lp-form-20-form:before {
        left: auto;
        right: -592px;
    }
}

@media all and (min-width: 1200px) {
    .lp-form-20 {
        padding: 112px 0;
    }

    .lp-form-20-content {
        width: 712px;
        min-height: 564px;
    }

    .lp-form-20-form {
        width: 408px;
    }

    .lp-form-20-form:before {
        left: -744px;
    }

    .lp-form-20-person-wrapper {
        margin-top: 48px;
    }

    .lp-form-20__position {
        margin-top: 0;
    }

    .lp-form-20._reverse .lp-form-20-form:before {
        left: auto;
        right: -744px;
    }
}

@media all and (min-width: 1380px) {
    .lp-form-20-content {
        width: 848px;
    }

    .lp-form-20-form:before {
        left: -880px;
    }

    .lp-form-20._reverse .lp-form-20-form:before {
        left: auto;
        right: -880px;
    }
}

.lp-form-20-form .lp-form-tpl__button-wrapper button {
    width: 100%;
}