

/* Start:/local/templates/edisontheme/css/styles_parts/article.css?17476300393880*/
.article {
    margin-bottom: 110px
}

.article__img {
    position: relative;
    border-radius: 20px;
    height: 600px;
    margin-bottom: 60px;
    overflow: hidden
}

.article__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.article__img::before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: -53px;
    bottom: -40px;
    height: 230px;
    background: url(/local/templates/edisontheme/css/styles_parts/../../icons/logo-white.svg) center/contain no-repeat
}

.article__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px
}

.article__left {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article__left .logo {
    width: 209px;
    height: 27px;
    margin-left: 0
}

.article__right {
    width: calc(((100% - ((12 - 1) * 30px))/ 12 * 6) + ((6 - 1) * 30px))
}

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

.article__text {
    font-weight: 400;
    font-size: 16px;
    color: #1e1e26
}

.article__text p {
    margin: 0
}

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

    .article__img::before {
        right: 2px;
        bottom: -45px;
        height: 180px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .article__left {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 4.63) + ((4.63 - 1) * 30px))
    }

    .article__right {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 7.37) + ((7.37 - 1) * 30px))
    }
}

@media screen and (max-width: 1365px) {
    .article {
        margin-bottom: 80px;
        margin-top: -12px;
        padding-top: 0
    }

    .article__img {
        height: 450px;
        margin-bottom: 40px
    }

    .article__img::before {
        right: 0;
        bottom: -19px;
        height: 134px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .article__left {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))
    }

    .article__left .logo {
        width: 132px;
        height: 17px
    }

    .article__right {
        width: calc(((100% - ((12 - 1) * 30px))/ 12 * 12) + ((12 - 1) * 30px))
    }

    .article__title {
        margin-bottom: 15px;
        font-size: 32px
    }
}

@media screen and (max-width: 1023px) {
    .article__img::before {
        bottom: -19px;
        height: 99px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media screen and (max-width: 767px) {
    .article__img {
        height: 250px
    }

    .article__img::before {
        bottom: -13px;
        left: -1px;
        right: -11px;
        height: 54px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media screen and (max-width: 413px) {
    .article__img::before {
        left: 0;
        right: -2px;
        bottom: -13px;
        height: 39px
    }

    .article__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .article__title--sm {
        font-size: 28px
    }
}
/* End */


/* 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/news.list/cooperation/style.css?1755151607185*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.article__title{
	display: none;
}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/form/cooperation/bitrix/form.result.new/.default/style.css?1747630039666*/
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/cooperation/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/cooperation/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/templates/edisontheme/css/styles_parts/article.css?17476300393880 */
/* /local/templates/edisontheme/css/styles_parts/partner.css?17476300394632 */
/* /local/templates/edisontheme/components/bitrix/news.list/cooperation/style.css?1755151607185 */
/* /local/templates/edisontheme/components/bitrix/form/cooperation/bitrix/form.result.new/.default/style.css?1747630039666 */
