

/* Start:/local/templates/edisontheme/css/styles_parts/partner.css?17476300394632*/
.form-partner {
    margin-bottom: 110px;
    padding-top: 37px
}

.form-partner__wrap {
    position: relative;
    padding: 80px 80px 89px;
    max-width: 670px;
    width: 100%;
    border-radius: 20px;
    background: #eef2f5
}

.form-partner__wrap::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 700px;
    width: 950px;
    height: 100%;
    background: url(/local/templates/edisontheme/css/styles_parts/../../img/pic-feedback.webp) center bottom/contain no-repeat
}

.form-partner__title {
    margin: 0 0 45px;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    color: #1e1e26
}

.form-partner .form-group {
    max-width: 369px;
    margin-bottom: 30px
}

.form-partner__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    height: 49px;
    padding: 0;
    border: none;
    border-radius: 3px;
    background: #e1251b;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.form-partner .form-checkbox {
    max-width: 380px;
    margin-bottom: 13px;
    margin-top: 45px
}

.form-partner .form-checkbox label {
    display: block;
    font-size: 14px
}

.form-partner .form-checkbox label a {
    display: inline-block;
    color: #1e1e26;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.form-partner .form-checkbox label::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 1679px) {
    .form-partner {
        margin-top: -10px;
        padding-top: 0
    }

    .form-partner__wrap {
        padding: 70px 40px 60px;
        max-width: 540px;
    }

    .form-partner__wrap::before {
        left: 570px;
        width: 765px;
        background-size: 125% 100%;
        background-position: 0 100%;
        /* background: url(/local/templates/edisontheme/css/styles_parts/../../img/pic-feedback-xl.webp) center bottom/contain no-repeat */
    }
}

@media screen and (max-width: 1365px) {

    .form-partner {
        margin-bottom: 81px;
        margin-top: 0
    }

    .form-partner__wrap {
        max-width: 100%;
        padding: 55px 40px 65px;
        margin-bottom: 510px;
    }
    .form-partner__wrap::before {
        content: none;
    }
    .form-partner__wrap::after {
        content: "";
        background: url(/local/templates/edisontheme/css/../img/pic-feedback.webp) center bottom/100% 100% no-repeat;
        display: flex;
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
        bottom: -430px;
    }

    .form-partner__title {
        margin-bottom: 40px;
        font-size: 32px
    }

    .form-partner .form-group {
        max-width: none
    }

    .form-partner__btn {
        width: 100%
    }

    .form-partner .form-checkbox {
        max-width: none;
        margin-bottom: 31px;
        margin-top: 40px
    }
}

@media screen and (max-width: 1023px) {

    .form-partner__wrap::after {
        height: 350px;
        bottom: -380px;
    }
    .form-partner__wrap::before {
        width: 738px;
        height: 174px;
        background: url(/local/templates/edisontheme/css/styles_parts/../../img/pic-feedback-md.webp) center bottom/contain no-repeat;
    }

    .form-partner .form-checkbox {
        max-width: 400px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .form-partner__wrap {
        padding: 40px 15px 45px;
        margin-bottom: 360px;
    }

    .form-partner__wrap::after {
        height: 250px;
        bottom: -280px;
    }
    .form-partner__wrap::before {
        width: 404px;
        height: 83px;
        background: url(/local/templates/edisontheme/css/styles_parts/../../img/pic-feedback-sm.webp) center bottom/contain no-repeat;
    }

    .form-partner__title {
        max-width: 290px;
        margin-bottom: 35px
    }

    .form-partner .form-group {
        margin-bottom: 15px
    }

    .form-partner .form-checkbox {
        margin-top: 35px
    }
}

@media screen and (max-width: 413px) {
    .form-partner__wrap {
        padding-bottom: 60px;
    }

    .form-partner__wrap::after {
        background-size: 130% 100%;
    }
    .form-partner__wrap::before {
        width: 309px;
        height: 142px;
        background: url(/local/templates/edisontheme/css/styles_parts/../../img/pic-feedback-xs.webp) center bottom/contain no-repeat;
    }

    .form-partner .form-checkbox label a {
        width: 100%
    }
}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/form/kontakty/bitrix/form.result.new/.default/style.css?1747630040623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/edisontheme/components/bitrix/form/kontakty/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/edisontheme/components/bitrix/form/kontakty/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/templates/edisontheme/css/styles_parts/partner.css?17476300394632 */
/* /local/templates/edisontheme/components/bitrix/form/kontakty/bitrix/form.result.new/.default/style.css?1747630040623 */
