

/* Start:/local/components/rbroker/banner/templates/.default/style.css?164360596290*/
.content.content_projects{
    padding-bottom: 0;
}
.main-baner-box p {
    color: #fff;
}
/* End */


/* Start:/local/components/rbroker/key_benefits/templates/.default/style.css?1643605962999*/
.container-benefits{
    background: #F7F7F7;
}
.block-benefits{
    display: flex;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.box-benefits{
    width: calc(33% - 25px);
    padding: 35px 20px 20px 20px;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    /*font-family: 'PF Din Text';*/
}
.benefits__title{
    display: inline-block;
    margin-bottom: 55px;
    font-size: 32px;
    line-height: 43px;
    color: #403A3A;
    border-bottom: 2px solid #FC534F;
}
.benefits__description{
    font-size: 17px;
    line-height: 23px;
    color: #1F1E1E;
}
.benefits__img{
    float: right;
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
}
@media (max-width: 1000px) {
    .box-benefits{
        width: 100%;
        margin-bottom: 20px;
    }
    .benefits__title{
        font-size: 27px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/project_list/bitrix/catalog.filter/.default/style.css?1654790757464*/
.menu-project{
    display: flex;
    margin-top: 60px;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-project__item{
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #0083b0;
}
.menu-project__item_active{
    color: #90D2E9;
}
@media (max-width: 900px) {
    .menu-project{
        flex-direction: column;
        align-items: center;
    }
    .menu-project__item{
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/project_list/bitrix/news.list/.default/style.css?16807741595107*/
.container-project {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
}

.block-project {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.btn-border-full.arr:after {
    display: none !important;
}

.box-project {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-sizing: border-box;
    /*font-family: 'PF Din Text';*/
    margin-bottom: 40px;
    width: calc(50% - 25px);
}

.box-project__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding-top: 44%;
    transition: .3s;
    width: 100%;
}

#solutions {
    position: relative;
}

.solutions-load:before {
    background: rgba(255, 255, 255, 0.6);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.box-project-info {
    padding: 0 24px;
}

.btn_load_hidden {
    display: none;
}

.box-project__title {
    color: #0083b0;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 20px 0 10px;
}

.box-project__description {
    color: #403a3a;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.block-project-partners {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.box-project-partners {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    margin-right: 50px;
}

.box-project-partners + .box-project-partners {
}

.partners-title {
    color: #403a3a;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-right: 16px;
}

.partners-img {
    max-width: 120px;
}

.component__title {
    color: #403a3a;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;

}

.list-component {
    display: flex;
    flex-wrap: wrap;
}

.box-project-component {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 0 10px;
    text-align: center;
    width: 25%;
}

.component-title {
    color: #209dcc;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.component-img {
    max-width: 80%;
}

.btn-border-full.arr {
    background: #fff;
    border: 1px solid #209dcc;
    color: #209dcc;
    position: relative;
    transition: .3s;
}

.btn-border-full .btn-img {
    align-items: center;
    background: #fff;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.btn_load .btn-img {
    display: flex;
}

.btn-border-full img {
    height: 80%;
    width: auto;
}

.btn-border-full.arr:hover {
    background: #209dcc;
    color: #fff;
}

.box-project_hidden {
    display: none;
}

@media (max-width: 1100px) {
    .box-project-component {
        width: 50%;
    }
}

@media (max-width: 870px) {
    .box-project {
        width: 100%;
    }
}

.clickFilter {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.clickFilter div {
    color: #3981ac;
    font-size: 24px;
    line-height: 5px;
    margin-right: 5px;
}

.clickFilter svg {
    margin-top: 4px;
}

.filterInput {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.filterBlock {
    display: none;
}

.clickFilter svg {
    transition: 0.5s;
}

.clickFilter.svgRotate svg {
    transform: rotateX(180deg);
}

.inputProject select {
    border-bottom: 2px solid #656363;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 4px;
}

@media screen and (min-width: 1101px) {
    .inputProject select {
        max-width: 120px;
    }
}

@media screen and (max-width: 1100px) {
    .inputProject select {
        max-width: 50%;
        width: 50%;
    }
}

.inputProject span {
    color: #656363;
    font-size: 16px;
    font-weight: 400;
    line-height: 4px;
}

@media (max-width: 500px) {
    .filterInput {
        display: block;
    }

    .menu-project {
        align-items: baseline;
    }

    .clickFilter {
        justify-content: unset;
    }

    .inputProject {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 2px;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .filterInput {
        display: block;
    }

    .menu-project {
        align-items: baseline;
    }

    .clickFilter {
        justify-content: unset;
    }

    .inputProject {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 2px;
        width: 100%;
    }
}

/* End */


/* Start:/local/components/rbroker/block.link/templates/.default/style.css?164360596259*/
.solutions-block-link .block-link{
    margin: 60px auto;
}
/* End */


/* Start:/local/components/cleverence/clients.reviews/templates/new-review/style.css?16436059611501*/
.review-container{
    padding: 60px 0;
    background: #F7F7F7;
}
.container-review{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.block-review{
    width: calc(50% - 44px);
    margin-bottom: 40px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    color: #403A3A;
}
.review-container__title{
    font-size: 40px;
    line-height: 54px;
    padding-bottom: 60px;
}
.block-review{
    display: flex;
}
.review-avatar{
    min-width: 100px !important;
    width: 100px !important;
    height: 100px !important;
    margin-right: 18px;
    border-radius: 50%;
}
.review-text{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
}
.review-text p{
    padding: 0;
}
.review-author{
    font-weight: 600;
    font-size: 26px;
    line-height: 37px;
}
.review-position{
    font-size: 20px;
    line-height: 27px;
}
.review-name{
    font-size: 20px;
    line-height: 27px;
}

@media (max-width: 960px) {
    .review-container{
        padding: 25px 0;
    }
    .block-review{
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .review-text{
        font-size: 20px;
        line-height: 27px;
    }
    .review-author{
        font-size: 26px;
        line-height: 37px;
    }
    .review-position{
        font-size: 20px;
        line-height: 27px;
    }
    .review-name{
        font-size: 20px;
        line-height: 27px;
    }
}
/* End */


/* Start:/local/components/rbroker/list.video/templates/.default/style.css?16436059624318*/
.main-top-box .max-wrap {
    max-width: 1200px;
}


@media (min-width: 1024px) {
    .main-media-box .main-title {
        margin-bottom: 70px;
    }
}

.main-media-box .main-title {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .main-title {
        font-size: 40px;
        line-height: 1.25;
        margin-bottom: 60px;
    }
}

.main-title {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0;
}
@media (min-width: 1024px) {
    .main-media-box .content-wrap {
        padding-right: 400px;
    }
}
.content-wrap {
    position: relative;
}

@media (min-width: 1024px) {
    .main-media-box .media-wrap {
        width: 100%;
        float: left;
        max-width: 656px;
        margin: 0;
        font-size: 24px;
        line-height: 1.5;
    }
}
@media (min-width: 1024px) {
    .main-media-box .media-wrap .item-media {
        margin-bottom: 55px;
    }
}

.main-media-box .media-wrap .item-media {
    margin-bottom: 25px;
}

.item-media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}
.item-media {
    display: block;
}

.new-photo img, .photo-wrap img, .item-media img {
    height: auto;
    width: 100%;
}
.item-media .btn-action-play {
    position: absolute;
    display: block;
    z-index: 10;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn-action-play {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    background: url(/local/templates/cleverence/css/../img/solutions/icons/ico-play.svg) center no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
}
.item-media:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
@media (min-width: 1024px) {
    .main-media-box .media-wrap .btn-content {
        width: auto;
        display: inline-block;
        min-width: 222px;
        margin-top: 50px;
    }
}
.main-media-box .media-wrap .btn-content {
    display: block;
    margin-top: 15px;
}
.btn-content.btn-content-second {
    background: #209dcc;
}
.btn-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 3px;
    padding: 0 24px;
    background: #fc534f;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
@media (min-width: 1024px) {
    .main-media-box .slider-wrap, .main-media-box .media-wrap + .items-wrap {
        width: 366px;
        float: right;
        margin: 0 -400px 0 0;
    }
}
.main-media-box .slider {
    margin-bottom: 25px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.btn-action-more {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: #403a3a;
    padding-right: 28px;
    background: url(/local/templates/cleverence/css/../img/solutions/icons/arr02.svg) right center no-repeat;
    background-size: 8px auto;
}
.main-media-box .owl-dot:hover, .main-media-box .owl-dot.active {
    background: #209dcc;
}
.main-media-box .owl-dot {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 8px;
    height: 8px;
    margin: 0 27px 0 0;
    border-radius: 50%;
    background: #dddddd;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-media-box .owl-dot {
    border: none;
}
.main-media-box.cnt-section{
    padding: 60px 0 120px;
    background: #fff;
}
@media (max-width: 600px) {
    .main-media-box.cnt-section{
        padding-top: 40px;
        padding-bottom: 80px;
    }
}
/* End */


/* Start:/local/components/cleverence/form.master.any/include/personal_data_consent.css?17822867845010*/
.frm-pd-consent,
.js-pd-consent-wrap {
    font-size: 12px;
    line-height: 1.45;
    color: #909090;
    margin-bottom: 12px;
    max-width: 100%;
}

/* solutions: отступы чекбокса от полей и кнопки */
.popup__form .frm-pd-consent,
.popup__form .js-pd-consent-wrap,
.questions__form .frm-pd-consent,
.questions__form .js-pd-consent-wrap {
    margin-top: 10px;
    margin-bottom: 15px !important;
}

.frm-pd-consent__label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
}

.frm-pd-consent__checkbox,
.js-pd-consent-wrap input[type="checkbox"] {
    flex-shrink: 0;
    margin: 2px 0 0;
    width: 16px;
    height: 16px;
    accent-color: #3858c9;
    cursor: pointer;
}

.frm-pd-consent__text a {
    color: inherit;
    text-decoration: underline;
}

.frm-pd-consent__error,
.js-pd-consent-error {
    display: none;
    margin-top: 8px;
    color: #a32d2d;
    font-size: 12px;
}

.frm-pd-consent__error--visible,
.frm-pd-consent--error .frm-pd-consent__error,
.frm-pd-consent--error .js-pd-consent-error {
    display: block;
}

.frm-pd-consent--error .frm-pd-consent__label,
.js-pd-consent-wrap.frm-pd-consent--error > .frm-pd-consent__label {
    padding: 10px 12px;
    border: 1.5px solid #e24b4a;
    border-radius: 8px;
    background: #fcebeb;
    box-sizing: border-box;
}

@keyframes frmPdConsentShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-2px); }
    40% { transform: translateX(2px); }
    60% { transform: translateX(-1px); }
    80% { transform: translateX(1px); }
}

.frm-pd-consent__label.frm-pd-consent--shake {
    animation: frmPdConsentShake 0.35s ease;
    will-change: transform;
}

/* В попапах shake отключён — иначе появляется горизонтальный скролл */
.popup-outer-box .frm-pd-consent__label.frm-pd-consent--shake,
.popup-box .frm-pd-consent__label.frm-pd-consent--shake,
.ui-dialog .frm-pd-consent__label.frm-pd-consent--shake {
    animation: none;
    transform: none;
}

.popup-box .popup-form-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
}

.popup-box .js-pd-consent-wrap,
.popup-box .frm-pd-consent {
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .popup-box .js-pd-consent-wrap,
    .popup-box .frm-pd-consent,
    .popup-box .js-pd-consent-wrap .frm-pd-consent__text,
    .popup-box .frm-pd-consent .frm-pd-consent__text {
        font-size: 11px;
        line-height: 1.35;
    }

    .popup-box .js-pd-consent-wrap .frm-pd-consent__label,
    .popup-box .frm-pd-consent .frm-pd-consent__label {
        gap: 6px;
    }
}

@media (max-width: 479px) {
    .popup-box .js-pd-consent-wrap,
    .popup-box .frm-pd-consent,
    .popup-box .js-pd-consent-wrap .frm-pd-consent__text,
    .popup-box .frm-pd-consent .frm-pd-consent__text {
        font-size: 11px;
    }
    .frm-field{
        padding: 0px 7px;
    }
}

/* Старый popup-mf (form.master.soft): компактные отступы чекбокса согласия */
.help_box.wrap.popup-mf .row + .js-pd-consent-wrap,
.help_box.wrap.popup-mf .row + .frm-pd-consent {
    margin-top: -12px;
}

.help_box.wrap.popup-mf .js-pd-consent-wrap.row,
.help_box.wrap.popup-mf .frm-pd-consent.row {
    margin-bottom: 6px;
}

.help_box.wrap.popup-mf .js-pd-consent-wrap input[type=checkbox],
.help_box.wrap.popup-mf .frm-pd-consent input[type=checkbox] {
    margin-bottom: 0;
}

.help_box.wrap.popup-mf .js-pd-consent-wrap .frm-pd-consent__error,
.help_box.wrap.popup-mf .frm-pd-consent .js-pd-consent-error {
    margin-top: 4px;
}

.ui-dialog.popup-dialog-mf .help_box.wrap.popup-mf .btns {
    margin-top: 14px;
}

/* call_me_back / popup-list: чекбокс под строкой телефон+кнопка */
.popup-form-wrap__list .frm-popup-main .field-input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
}

.popup-form-wrap__list .frm-pd-consent,
.popup-form-wrap__list .js-pd-consent-wrap {
    margin: 12px 0 0;
    width: 100%;
}

#popup-list .frm-pd-consent--error,
#popup-list .js-pd-consent-wrap.frm-pd-consent--error {
    display: block;
}

#popup-list .frm-pd-consent__error--visible,
#popup-list .frm-pd-consent--error .frm-pd-consent__error,
#popup-list .frm-pd-consent--error .js-pd-consent-error {
    display: block;
}

.popup-form-wrap__list .frm-pd-consent__checkbox,
.popup-form-wrap__list .js-pd-consent-wrap input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    flex: 0 0 16px;
}

/* Список партномеров: не растягивать radio в попапе */
#popup-list .popup-items-wrap .item-wrap input[type="radio"],
#popup-list .items-wrap .item-wrap input[type="radio"] {
    height: auto;
    max-height: none;
    float: none;
    margin-left: 0;
    width: auto;
}

/* End */


/* Start:/local/components/cleverence/form.master/templates/solution_with_manager_new_v2/style.css?17822867843692*/

.help_box {
    height: auto;
    padding: 75px 30px 30px 60px;
    margin: 0 auto 45px auto;
    position: relative;
    background: #e6eced url(/local/components/cleverence/form.master/templates/solution_with_manager_new_v2/../img/main/help.jpg) right bottom no-repeat;
    box-sizing: border-box;
}

.help_box::before {
    left: auto;
    right: 100%;
}

.help_box h1, .help_box h2, .help_box h3, .help_box .title {
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: left;
    font-family: 'dinproregular';
}

.help_box .row {
    overflow: hidden;
    margin-bottom: 40px;
}

.help_box input[type="text"], .help_box input[type="tel"], .help_box input[type="email"], .help_box input[type="password"] {
    float: left;
    width: 245px;
    margin-right: 20px;
}

.wrap input[type="email"], .wrap input[type="text"], .wrap input[type="tel"], .wrap input[type="password"] {
    height: 52px;
    padding: 0 17px;
    border: 2px solid white;
    background: white;
    border-radius: 3px;
    font-size: 20px;
}

.wrap .btn, .full_screen_box .btn, .ui-dialog .btn, .wrap input[type="submit"], .full_screen_box input[type="submit"], .ui-dialog input[type="submit"], .wrap button, .full_screen_box button, .ui-dialog button {
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
    background: #e24949;
    padding: 0 50px;
    border: none;
    text-decoration: none;
    font-size: 24px;
    color: white;
}

.help_box h1, .help_box h2, .help_box h3, .help_box .title {
    font-size: 29px;
    line-height: 33px;
    font-weight: normal;
    text-align: left;
    font-family: 'dinproregular';
}

.wrap .smart-captcha {
    display: inline-block;
}

.wrap .smart-captcha iframe {
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .help_box header h3 span:first-child {
        font-size: 20px !important;
    }

    .help_box header h3 span:last-child {
        font-size: 12px !important;
    }

    .btn, input[type="submit"], button {
        width: 100%;
        padding: 0;
    }

    .wrap input[type="submit"] {
        padding: 0;
    }

    .help_box input[type="text"], .help_box input[type="tel"], .help_box input[type="email"], .help_box input[type="password"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }


    .help_box h1, .help_box h2, .help_box h3, .help_box .title {
        text-align: right;
    }

    .help_box header {
        min-height: 215px;
    }

    .help_box {
        height: auto;
        width: 100%;
        padding: 160px 30px 0 30px;
    }

    .help_box {
        padding-top: 100px;
        padding-bottom: 30px;
        background-position: 90% top;
    }


    .help_box {
        padding-top: 100px;
        padding-bottom: 30px;
        background-position: 90% top;
    }
}

@media (max-width: 1023px) {
    .help_box {
        padding-top: 176px;
        background-position: 45% top;
    }
}

@media (max-width: 767px) {
    .help_box {
        background-position: -50px top;
    }
}

@media (max-width: 669px) {
    .help_box {
        background-image: none !important;
    }
}

.wiki-post .help_box {
    padding: 15px 30px 0 40px;
    height: 370px;
}

.wiki-post .help_box h3 {
    padding-bottom: 0;
}

.wiki-post .help_box h3,
.article-detail .help_box h3 {
    font-family: dinL, Arial, Tahoma, Verdana, sans-serif;
}

.wiki-post .help_box input[type="text"], .wiki-post .help_box input[type="tel"], .wiki-post .help_box input[type="email"], .wiki-post .help_box input[type="password"] {
    width: 200px;
}

[data-formmaster] [data-overlay] {
    position: absolute;
}

[data-formmaster] [data-overlay] [data-overlay-close] {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}
/* End */


/* Start:/local/components/westadv/forms.input/templates/clean/style.css?164360596141*/
[hidden] {
	display: none !important;
}
/* End */
/* /local/components/rbroker/banner/templates/.default/style.css?164360596290 */
/* /local/components/rbroker/key_benefits/templates/.default/style.css?1643605962999 */
/* /local/templates/.default/components/bitrix/news/project_list/bitrix/catalog.filter/.default/style.css?1654790757464 */
/* /local/templates/.default/components/bitrix/news/project_list/bitrix/news.list/.default/style.css?16807741595107 */
/* /local/components/rbroker/block.link/templates/.default/style.css?164360596259 */
/* /local/components/cleverence/clients.reviews/templates/new-review/style.css?16436059611501 */
/* /local/components/rbroker/list.video/templates/.default/style.css?16436059624318 */
/* /local/components/cleverence/form.master.any/include/personal_data_consent.css?17822867845010 */
/* /local/components/cleverence/form.master/templates/solution_with_manager_new_v2/style.css?17822867843692 */
/* /local/components/westadv/forms.input/templates/clean/style.css?164360596141 */
