

/* Start:/local/templates/tmpl2/components/bitrix/news.list/services.1/style.css?1782433769418*/
.awz-services-1-item {
    position:relative;
}
.awz-services-1-item-wrap {
    min-height:200px;
}
.awz-services-1-item .col-image {position:absolute;top:2rem;left:2rem;}
.awz-services-1-item .col-image img {width:48px;height:auto;}
.awz-services-1-item-wrap .col-image + .col-desc {
    padding-left:calc(48px + 1rem);
}
@media (max-width: 767.98px) {
    .awz-services-1-item-wrap {
        min-height:auto;
    }
}
/* End */


/* Start:/local/templates/tmpl2/components/bitrix/news.list/preim.2/style.css?1782433769120*/
.awz-preim-2-item .image {max-width:72px;height:72px;width:72px;}
.awz-preim-2-item .image img {width:100%;height:100%;}
/* End */


/* Start:/local/templates/tmpl2/components/bitrix/news.list/partners/style.css?1782433769371*/
.awz-partners-list-item {
    align-items: center;
    justify-content: center;
    background: #fff;
    height:100px;
    max-width:240px;
    margin:auto;
}
.awz-partners-list-item img {max-height: 100%;max-width: 100%;}

.awz-partners-list-item.container-bg {
    border: 1px solid #F2F4F6;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
}

/* End */


/* Start:/local/templates/tmpl2/components/bitrix/news.detail/galery10photo/style.css?1782433769470*/
.awz-galery10photo .awz-galery-item {align-items: center;
    justify-content: center;
}
.awz-galery10photo .awz-galery-item a {
    height:200px;
    width:100%;
}
.awz-galery10photo .awz-galery-item img {max-height: 100%;max-width: 100%;}
.awz-galery10photo .awz-galery-item-10-0 a {height:100%;}

@media (max-width: 575.98px) {
    .awz-galery10photo .awz-galery-item a {height:calc(33vw);}
    .awz-galery10photo .awz-galery-item-10-0 a {height:100%;}
}
/* End */


/* Start:/local/templates/tmpl2/components/awz/ajax.form/.default/style.css?17824337691164*/
.awz-ajax-form-wrap .system-error {display:none;}
.awz-ajax-form-wrap .system-error p {color:#E71D36;padding:0;margin:0;padding-bottom:5px;
font-size:12px;line-height:16px;
}
.awz-ajax-form-wrap .oferta-row-checkbox .oferta-name, .awz-ajax-form-wrap .row-clever {font-size:12px;line-height:14px;}
.awz-ajax-form-wrap .oferta-row-checkbox .checkbox-wrapper-42 .cbx {top:-1px;margin-right:3px;}
.awz-checkbox-form-styled {overflow:hidden;}
.awz-checkbox-form-styled .checkbox-wrapper-42 {margin-top:-2px;}
.awz-ajax-field-stars .star {cursor: pointer;}
.awz-ajax-field-stars .star:hover {cursor: pointer;}
.awz-ajax-form-wrap .oferta-row-checkbox .oferta-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    min-height:26px;
}
.awz-ajax-form .oferta-row-checkbox .oferta-name * {margin-right:3px;margin-left:3px;}
.awz-ajax-form-wrap .preload {width:100%;height:100%;position:absolute;top:0;z-index:21;background:url('/local/templates/tmpl2/components/awz/ajax.form/.default/images/loadbg2.png') 0 0 repeat;left:0;}
.awz-ajax-form-wrap .preload .load {width:100%;height:100%;display:block;background:url('/local/templates/tmpl2/components/awz/ajax.form/.default/images/load.gif') 50% 50% no-repeat;opacity:0.8;}

/* End */


/* Start:/local/templates/tmpl2/components/bitrix/news.list/etap.1/style.css?1782433769743*/
.awz-etap-1-item {
    --awz-tmpl-rh: 5rem;
}
@media (max-width: 575.98px) {
    .awz-etap-1-item {
        --awz-tmpl-rh: 4rem;
    }
}
.awz-etap-1-item .image {width:var(--awz-tmpl-rh);height:var(--awz-tmpl-rh);border:2px solid var(--color-link);
border-radius: var(--awz-tmpl-rh);line-height:var(--awz-tmpl-rh);color:var(--color-link);background: #ffffff;
    position:relative;z-index:2;
}
.awz-etap-1-item > .row:before {content: " ";display:block;height:2px;width:100%;background: var(--color-link);
z-index:1;top:calc(var(--awz-tmpl-rh) / 2);margin-top:-1px;position:absolute;
    width: calc(100% - 1.5rem);left:0.75rem;
}
.awz-col-name {min-height:calc(var(--awz-tmpl-rh) / 2);line-height:calc(var(--awz-tmpl-rh) * 1 / 2)!important;}

/* End */


/* Start:/local/templates/tmpl2/components/bitrix/news.list/faq.1/style.css?17824337691083*/
.awz-faq-item {
    border: 1px solid var(--color-grey-border);
    border-radius: var(--radius-1);
    overflow: hidden;
    background-color: var(--color-primary-white);
}
.awz-faq-question {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border: none;
    background: none;
    color: var(--color-primary-black);
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.awz-faq-question:hover {
    background-color: var(--color-grey-bg);
}
.awz-faq-question[aria-expanded="true"] {
    background-color: var(--color-grey-bg);
}
.awz-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--color-link);
    transition: transform 0.2s ease;
}
.awz-faq-question[aria-expanded="true"] .awz-faq-icon {
    transform: rotate(180deg);
}
.awz-faq-answer {
    display: none;
}
.awz-faq-answer-inner {
    padding: 0 1.5rem 1.25rem 3rem;
    color: var(--color-primary-black);
}

/* End */
/* /local/templates/tmpl2/components/bitrix/news.list/services.1/style.css?1782433769418 */
/* /local/templates/tmpl2/components/bitrix/news.list/preim.2/style.css?1782433769120 */
/* /local/templates/tmpl2/components/bitrix/news.list/partners/style.css?1782433769371 */
/* /local/templates/tmpl2/components/bitrix/news.detail/galery10photo/style.css?1782433769470 */
/* /local/templates/tmpl2/components/awz/ajax.form/.default/style.css?17824337691164 */
/* /local/templates/tmpl2/components/bitrix/news.list/etap.1/style.css?1782433769743 */
/* /local/templates/tmpl2/components/bitrix/news.list/faq.1/style.css?17824337691083 */
