.lp-form-30 {
    position: relative;
    overflow: hidden;
}

.lp-form-30 .lp-wrapp {
    position: static;
}

.lp-form-30 .lp-block-overlay {
    background-color: rgba(68, 68, 68, 0.05);
}

.lp-form-30__wrap {
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lp-form-30__top {
    text-align: center;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.lp-form-30__icon {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 24px;
}

.lp-form-30__icon-inner {
    width: 32px;
    height: 32px;
    box-sizing: content-box;
    max-width: 150px;
}

.lp-form-30__title {
    margin-top: 16px;
}

.lp-form-30__form {
    margin-top: 32px;
    position: relative;
    z-index: 1;
}

.lp-form-30 .lp-form-tpl__button {
    width: 100%;
}

.lp-form-30__form-checkbox {
    margin-top: 16px;
    padding-bottom: 0;
}

.lp-form-30__bg-icon {
    position: absolute;
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lp-form-30__bg-icon svg,
.lp-form-30__bg-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.1;
}

.lp-form-30._reverse .lp-form-30__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.lp-form-30._reverse .lp-form-30__top {
    margin-top: 32px;
}

.lp-form-30._reverse .lp-form-30__form {
    margin-top: 0;
}

.lp-form-30 .lp-form-tpl__item._type-checkbox {
    width: 100%;
}

@media all and (min-width: 600px) {
	.lp-form-30 .lp-form-tpl__item._type-checkbox {
	    text-align: center;
	}
	
    .lp-form-30__top {
        text-align: left;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lp-form-30__title {
        margin-top: 0;
        margin-left: 24px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .lp-form-30__form {
        margin: 48px -12px -16px;
    }

    .lp-form-30 .lp-form-tpl form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lp-form-30 .lp-form-tpl__item, .lp-form-30 .lp-form-tpl__button {
        width: 276px;
        margin: 0 12px;
    }

    .lp-form-30 .lp-form-tpl__button-wrapper {
        padding-top: 18px;
    }

    .lp-form-30._reverse .lp-form-30__top {
        margin-top: 48px;
    }
}

@media all and (min-width: 960px) {
    .lp-form-30__wrap {
        width: 592px;
        margin: 0 auto;
    }

    .lp-form-30__form {
        margin-left: -24px;
        margin-right: -24px;
    }

    .lp-form-30 .lp-form-tpl__item, .lp-form-30 .lp-form-tpl__button {
        width: 272px;
        margin: 0 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-form-30__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -12px;
        width: auto;
    }

    .lp-form-30__top, .lp-form-30__form {
        margin: 0 12px;
        width: 564px;
    }

    .lp-form-30__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .lp-form-30__title {
        margin-right: 16px;
    }

    .lp-form-30 .lp-form-tpl form {
        margin: 0 -12px;
    }

    .lp-form-30 .lp-form-tpl__item, .lp-form-30 .lp-form-tpl__button {
        width: 270px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .lp-form-30__form-checkbox {
        padding-bottom: 0;
    }

    .lp-form-30._reverse .lp-form-30__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lp-form-30._reverse .lp-form-30__top {
        margin-top: 0;
    }
}

@media all and (min-width: 1380px) {
    .lp-form-30__wrap {
        margin: 0 -16px;
    }

    .lp-form-30__top, .lp-form-30__form {
        margin: 0 16px;
        width: 628px;
    }

    .lp-form-30 .lp-form-tpl form {
        margin: 0 -16px;
    }

    .lp-form-30 .lp-form-tpl__item, .lp-form-30 .lp-form-tpl__button {
        width: 298px;
        margin-left: 16px;
        margin-right: 16px;
    }
}