

/* Start:/local/templates/main/components/bitrix/catalog.section.list/main_page/style.min.css?17790006731641*/
.catalog-section-list h2{line-height:1.1;font-size:3rem}@media (max-width:768px){.catalog-section-list h2{font-size:1.5rem}}.catalog-section-list p{color:#8b8b8f;font-size:1.125rem}.catalog{padding-bottom:7rem}.catalog__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:1rem}@media (max-width:992px){.catalog{padding-bottom:4.5rem}.catalog__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.catalog-section-list p{font-size:1rem}.catalog__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.card{background-color:#2e2e35;border-radius:.625rem;padding:1.5rem}.card__img{width:100%;max-width:15rem;margin:0 auto}.card__title{font-size:1.5rem;line-height:1.5rem;margin-bottom:1rem}.card__title a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#fff}@media (max-width:992px){.card{display:grid;grid-template-columns:116px 1fr;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.card__img{max-width:116px}.card__title{-ms-flex-item-align:center;align-self:center}.card__tags{grid-column:1/3}}.card__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}@media (max-width:576px){.card{grid-template-columns:100%}.card__tags{grid-column:1}}.card__tag{font-size:.75rem;background-color:#434349;padding:.5rem 1rem;border-radius:.25rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.card__tag a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#fff}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/advantages/style.min.css?1779000673355*/
.advantages__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:1rem}
/* End */


/* Start:/local/templates/main/components/devob/form/main/style.min.css?17790006735581*/
.devob-form__fields{gap:clamp(1rem,2.5vw,1.5rem)}.devob-form__opros a{padding-left:30px;position:relative}.devob-form__opros a::before{content:url(/upload/download-icon.svg);position:absolute;left:0;width:20px;height:20px}.devob-form__status{margin-bottom:.25rem}.devob-form__file{display:grid;gap:.5rem}.devob-form__file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.devob-form__file-text{display:inline-block;line-height:1.3}.devob-form__file-summary{font-size:.875rem;color:#abb5be}.devob-form__file-list{display:grid;gap:.5rem}.devob-form__file-item{display:grid;padding:.75rem;border-radius:.5rem;background-color:rgba(66,104,166,.06);-webkit-box-shadow:inset 0 0 0 1px rgba(66,104,166,.12);box-shadow:inset 0 0 0 1px rgba(66,104,166,.12)}.devob-form__file-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.5rem}.devob-form__file-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0}.devob-form__file-name{font-weight:600;word-break:break-word}.devob-form__file-size{font-size:.75rem;color:#abb5be}.devob-form__file-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;-ms-flex-negative:0;flex-shrink:0}.devob-form__file-status{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.25rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#abb5be;background-color:rgba(233,236,239,.35)}.devob-form__file-status[data-state=uploading]{color:#4268a6;background-color:rgba(66,104,166,.15)}.devob-form__file-status[data-state=ready]{color:#28a745;background-color:rgba(40,167,69,.12)}.devob-form__file-remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:none;background:0 0;color:#ced4da;cursor:pointer;-webkit-transition:background-color .2s,color .2s,-webkit-transform .2s;transition:background-color .2s,color .2s,transform .2s,-webkit-transform .2s}.devob-form__file-remove:hover:not(:disabled){color:#dc3545;background-color:rgba(220,53,69,.12)}.devob-form__file-remove:focus-visible{outline:0;-webkit-box-shadow:0 0 0 3px rgba(220,53,69,.2);box-shadow:0 0 0 3px rgba(220,53,69,.2)}.devob-form__file-remove:disabled{opacity:.5;cursor:not-allowed}.devob-form__file-remove svg{display:block}.devob-form__file-progress{position:relative;width:100%;height:.45rem;border-radius:999px;background-color:rgba(66,104,166,.15);overflow:hidden}.devob-form__file-progress-bar{position:absolute;inset:0;width:0;background:linear-gradient(135deg,#4268a6,#385b92);-webkit-transition:width .25s;transition:width .25s}.devob-form__file-progress-text{justify-self:end;font-size:.75rem;font-weight:600;color:#2e2e35}.devob-form__file--error .devob-form__file-button{-webkit-box-shadow:0 0 0 3px rgba(220,53,69,.2);box-shadow:0 0 0 3px rgba(220,53,69,.2)}.devob-form__consent{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;display:grid;gap:.5rem;margin-bottom:1.25rem}.devob-form__consent-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;cursor:pointer;position:relative}.devob-form__consent-checkbox{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.devob-form__consent-checkbox-visual{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.5rem;height:1.5rem;margin-right:.9375rem;border-radius:.3125rem;border:solid #343a40;-webkit-transition:background-color .2s,border-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,border-color .2s,box-shadow .2s,-webkit-box-shadow .2s;-ms-flex-negative:0;flex-shrink:0}.devob-form__consent-checkbox-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:.9rem;height:.9rem;color:#fff;opacity:0;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s}.devob-form__consent-checkbox:checked+.devob-form__consent-checkbox-visual{background:#4268a6;border-color:#4268a6}.devob-form__consent-checkbox:checked+.devob-form__consent-checkbox-visual .devob-form__consent-checkbox-icon{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.devob-form__consent-checkbox:focus-visible+.devob-form__consent-checkbox-visual{-webkit-box-shadow:0 0 0 3px rgba(66,104,166,.3);box-shadow:0 0 0 3px rgba(66,104,166,.3)}.devob-form__consent-text{font-size:.875rem;line-height:1.5;color:#8b8b8f}.devob-form__consent-link{color:#4268a6;text-decoration:underline;-webkit-transition:color .2s;transition:color .2s}.devob-form__consent-link:hover{color:#385b92}.devob-form__field-error--consent{color:#dc3545}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/last_services/style.min.css?17790006731618*/
.services{margin-bottom:4.375rem}.services__head{margin-bottom:2.1875rem}.services__head h2{line-height:1.1;font-size:3rem}@media (max-width:992px){.services__head h2{font-size:2.5rem}}@media (max-width:768px){.services__head h2{font-size:2.1875rem}}@media (max-width:576px){.services__head h2{font-size:1.5rem}}.services__head p{color:#8b8b8f;font-size:1.125rem}.services__body{display:grid;grid-template-columns:33% 66%;gap:1rem}@media (max-width:992px){.services__body{grid-template-columns:21.875rem 1fr}}.services__item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:32.5rem;width:100%;cursor:pointer;padding:1.25rem;border-radius:.625rem;overflow:hidden;-webkit-transition:.3s;transition:.3s}.services__item:hover .services__bg{-webkit-transform:scale(1.1);transform:scale(1.1)}.services__name{font-size:2.5rem;line-height:1.1;-ms-flex-item-align:end;align-self:end;z-index:2;color:#fff;text-decoration:none;-webkit-transition:.3s;transition:.3s}@media (max-width:768px){.services__body{grid-template-columns:1fr 1fr}.services__item{height:21.875rem}.services__name{font-size:1.875rem}}@media (max-width:576px){.services__head p{font-size:1rem}.services__item{height:12.5rem}.services__name{font-size:1rem}}.services__mask{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background:rgba(0,0,0,.4)}.services__bg{position:absolute;height:32.5rem;top:0;left:0;width:100%;-o-object-fit:cover;object-fit:cover;z-index:1;-webkit-transition:.3s;transition:.3s}@media (max-width:768px){.services__bg{height:21.875rem}}@media (max-width:576px){.services__bg{height:12.5rem}}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/certs_for_main_page/style.min.css?17790006732079*/
.certs{margin-bottom:6.25rem}@media (max-width:576px){.certs{margin-bottom:3.125rem}}.certs__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:.625rem;margin-bottom:1.25rem}.certs__all-btn{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:.625rem;-webkit-transition:color .3s;transition:color .3s}.certs__all-btn-mobile{display:none}@media (max-width:576px){.certs__all-btn{display:none}.certs__all-btn-mobile{margin:1.25rem auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4268a6;padding:.625rem;border-radius:.625rem;color:#fff!important}}.certs__all-btn:hover{color:#4268a6}.certs__all-btn svg{width:.9375rem;height:.9375rem}.certs__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:1rem}@media (max-width:768px){.certs__list{display:grid;grid-template-columns:1fr 1fr}}.certs__item{width:100%;max-width:37.5rem;border-radius:.625rem}.certs__item a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.certs__name{color:#8b8b8f;font-size:.875rem}@media (max-width:576px){.certs__name{font-size:.75rem}}.certs__picture{width:100%;max-width:37.5rem;border-radius:.625rem;aspect-ratio:3/4}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/last_news/style.min.css?17790006732391*/
.news__picture{max-width:100%;border-radius:.625rem;margin-bottom:.625rem}.news__all-btn{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:.625rem;-webkit-transition:color .3s;transition:color .3s}.news__all-btn:hover{color:#4268a6}.news__all-btn svg{width:.9375rem;height:.9375rem}.news__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:.625rem;margin-bottom:1.25rem}.news__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.875rem}@media (max-width:768px){.news__list{grid-template-columns:repeat(2,1fr);gap:.9375rem}}.news__date{color:#8b8b8f;gap:.625rem;font-size:.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.news__date svg{width:1.25rem;height:1.25rem;margin-top:-2px;stroke:#8b8b8f}@media (max-width:576px){.news__list{gap:.625rem}.news__date{font-size:.75rem}.news__date svg{width:.9375rem;height:.9375rem}}.news__item a{display:-webkit-box;display:-ms-flexbox;display:flex}.news__link{display:block;margin-top:.625rem;text-decoration:none;color:#fff;font-size:1.5rem;-webkit-transition:color .3s;transition:color .3s}.news__link:hover{color:#4268a6;text-decoration:none}@media (max-width:1200px){.news__link{font-size:1.1875rem}}@media (max-width:992px){.news__link{font-size:1rem}}@media (max-width:576px){.news__link{font-size:.8125rem}}.news__name{font-weight:400;font-size:1.5rem;margin:0;padding:0}@media (max-width:1200px){.news__name{font-size:1.1875rem}}@media (max-width:992px){.news__name{font-size:1rem}}@media (max-width:576px){.news__name{font-size:.8125rem;line-height:1.0625rem}}
/* End */
/* /local/templates/main/components/bitrix/catalog.section.list/main_page/style.min.css?17790006731641 */
/* /local/templates/main/components/bitrix/news.list/advantages/style.min.css?1779000673355 */
/* /local/templates/main/components/devob/form/main/style.min.css?17790006735581 */
/* /local/templates/main/components/bitrix/news.list/last_services/style.min.css?17790006731618 */
/* /local/templates/main/components/bitrix/news.list/certs_for_main_page/style.min.css?17790006732079 */
/* /local/templates/main/components/bitrix/news.list/last_news/style.min.css?17790006732391 */
