

/* Start:/local/templates/main/styles.css?17501852495678*/
[contenteditable="true"] {
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 14px;
}

.page__content {
    font-size: 14px;
}

.light-text {
    font-weight: 300;
}

@media (max-width: 575px) {
    [contenteditable="true"] h2,
    .page__content h2 {
        margin-bottom: 19px;
        font-size: 20px;
        line-height: 28px;
    }
}

[contenteditable="true"] b,
.page__content b {
    font-weight: 600;
}

[contenteditable="true"] h2,
.page__content h2 {
    max-width: 550px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

[contenteditable="true"] h3,
.page__content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

[contenteditable="true"] hr,
.page__content hr {
    margin: 38px 0 33px;
    border: unset;
    border-top: 1px solid #D9D9D9;
}

.custom-blog-section {
    width: 50%;
    margin-bottom: 30px;
    padding-right: 60px;
    line-height: 22px;
    box-sizing: border-box;
}

.custom-blog-section p {
    margin-bottom: 22px;
}

.custom-blog-section:nth-of-type(2n - 1) {
    clear: left;
    float: left;
}

.custom-blog-section:nth-of-type(2n) {
    clear: right;
    float: right;
}

@media (max-width: 575px) {
    .custom-blog-section {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}


.custom-link {
    color: #CD072D;
    text-decoration: underline;
}

.custom-list {
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 23px
}

.custom-list li {
    position: relative;
    padding-left: 20px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}


.custom-list li::before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    left: 8px
}

@media (max-width: 575px) {
    .custom-list {
        padding-left: 40px;
    }
}

.custom-num-list {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}

.custom-num-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 14px;
    margin-bottom: 20px;

    padding-top: 2px;
    font-size: 16px;
    font-weight: 600;
}

.custom-num-list li:before {
    content: counter(num);
    counter-increment: num;
    width: 28px;
    height: 28px;
    margin-top: -2px;
    border-radius: 4px;
    background: #CD072D;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1px;
    padding-bottom: 1px;
}



.custom-thesis-list {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}

.custom-thesis-list li {
    padding: 27px 45px;
    border: 1px solid #D9D9D9;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 24px;

    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.custom-thesis-list li:first-of-type {
    border-radius: 20px 20px 0px 0px;
}

.custom-thesis-list li:last-of-type {
    margin-bottom: 0;
    border-radius: 0px 0px 20px 20px;
}

.custom-thesis-list li:before {
    content: ' ';
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: url('/local/templates/main/assets/img/ico-thesis-arrow.svg') center no-repeat, #CD072D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


[contenteditable="true"] table,
.page__content table {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    border-collapse: collapse;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px
}

[contenteditable="true"] table tr,
.page__content table tr {
    border-bottom: 1px solid #D9D9D9
}

[contenteditable="true"] table th,
.page__content table th {
    background: #FAF8F9;
    padding: 16px 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid #D9D9D9
}

[contenteditable="true"] table th:nth-child(1),
.page__content table th:nth-child(1) {
    text-align: left
}

[contenteditable="true"] table td,
.page__content table td {
    border: 1px solid #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 30px;
    max-width: 370px
}

[contenteditable="true"] table td:nth-child(1),
.page__content table td:nth-child(1) {
    text-align: left
}


@media (max-width: 575px) {
    [contenteditable="true"] table,
    .page__content table {
        margin: 20px -20px;
        padding: 0 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        overflow-x: scroll;
        border: 0
    }

    [contenteditable="true"] table tbody,
    .page__content table tbody {
        display: table
    }

    [contenteditable="true"] table td,
    .page__content table td,
    [contenteditable="true"] table th,
    .page__content table th {
        min-width: 40vw;
        padding-left: 13px;
        padding-right: 13px
    }
}
/* End */


/* Start:/local/templates/main/template_styles.css?175018524910883*/
.bread { color: #868484; } .bread .bx-breadcrumb-item:last-of-type { color: #CD072D; } .page__aside ul&gt;li&gt;a.active { cursor: default; pointer-events: none; } .prod-aside__drop a:hover { text-decoration: none; color: #fff; } table { width: 100%; } .card-top__ru { min-height: 36px; margin: 15px; padding: 5px; } .card-top__ru img { max-height: 30px; margin-right: 15px; } .card-top__img { outline: none; } .card-top__pdf { display: inline-flex; grid-gap: 10px; margin-top: 30px; text-decoration: none; color: #CD072D; } .card-top__prevs { padding-left: 15px; padding-right: 15px; } .news__name { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-clamp: 3; } .news-top__name, .news__descr { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-clamp: 2; } .news-top__descr { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 5; -webkit-box-orient: vertical; line-clamp: 5; } .nav-prod__name { text-decoration: none; } .reliz__stat { background: #1e7c13; background: #CD072D; } .reliz__stat.out { background: #CD072D; } .search__cont { width: 100%; } .search__text b { color: #CD072D; } .card__tabs { justify-content: unset; grid-gap: 15px; } .search__name, .search__text { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } .search__name { -webkit-line-clamp: 1; } .search__text { -webkit-line-clamp: 4; } .opros__top { color: #000; text-decoration: none !important; } .vac__title, .vac__link { margin-top: 30px; } .vac__main { margin: unset !important; } .vac__link { color: #CD072D; text-decoration: none; } .prod__img img, .catalog-cats__img img { max-width: 70%; max-height: 70%; } .card-down__name, .card-serts__name { display: flex; } .card-down__name svg, .card-serts__name svg { flex-shrink: 0; margin-right: 10px; } .catalog__img { height: 250px; padding-top: 40px; padding-bottom: 15px; } .catalog__img_new { position: relative; } .catalog__img_new:before { content: ' '; z-index: 10; width: 100px; height: 20px; position: absolute; left: 15px; top: 15px; background: url('/local/templates/main/assets/img/ico-new.png') no-repeat; background-size: auto 20px; } .home-catalog__img:hover::after { opacity: 0; } .home-catalog__img img { max-width: 85%; max-height: 85%; } .home-catalog__name { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-clamp: 2; margin-bottom: 11px; padding-bottom: unset; } .home-quest__wrap { max-width: 39%; } @media (max-width: 575px) { .home-catalog__name { margin-bottom: 10px; padding-bottom: unset; } .home-quest__wrap { max-width: 100%; } } .catalog__price { font-size: 15px; } .catalog__cont { padding-left: 18px; padding-right: 18px; } .catalog__name { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-clamp: 2; margin-bottom: 10px; padding-bottom: unset; } .catalog__line { display: flex; justify-content: space-between; } .news__sort-drop a { white-space: nowrap; } .el-pagination { width: 100%; align-items: center; justify-content: center; display: flex; grid-gap: 20px; } .el-pagination .prev, .el-pagination .next { margin-top: 10px; } .el-pagination .swiper-button-disabled { opacity: 0.3; pointer-events: none; cursor: unset; } .scroll-to-top.visible { opacity: 1; } .scroll-to-top { -moz-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; opacity: 0; position: fixed; text-align: center; text-decoration: none; display: block; background: #ef3000 url("<a href="https://bitleg.ru/bitrix/templates/aspro_max/images/scroll.png&quot;">https://bitleg.ru/bitrix/templates/aspro_max/images/scroll.png&amp;quot;</a>) no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 61px;
    left: inherit;
    bottom: 55px;
    opacity: 0;
    z-index: 995;
    cursor: pointer;
}
.overlay-model .popup,
.overlay-pdf .popup {
    width: 980px;
    max-width: 95%;
    background: #fff;
    padding: 57px 45px;
    padding-bottom: 30px;
    border-radius: 20px;
    position: relative;
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.overlay-pdf .popup {
    width: 600px;
}
.overlay-pdf .popup.active,
.overlay-model .popup.active {
    top: 0;
    opacity: 1;
}
.overlay-pdf .overlay-call__pdf {
    display: flex;
    flex-direction: column;
}
.overlay-pdf .overlay-call__title {
    font-size: 24px;
    margin-bottom: 30px;
}
.overlay-call__check_full {
    width: 100%;
    max-width: unset;
    -ms-grid-column: unset !important;
    -ms-grid-column-span: unset !important;
    grid-column: unset !important;
    cursor: pointer;
}
.overlay-call__check_full {
    margin-bottom: 20px;
}
.overlay-pdf .overlay-call__bot {
    justify-content: center;
}
.overlay-pdf .overlay-call__text {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 300;
}
.card-top__left {
    position: relative;
}
.model-3d {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding-left: 60px;
    background: url('/local/templates/main/assets/img/ico-3d.png') no-repeat;
    background-size: auto 30px;
    text-decoration: none;
}
.participation__title {
   margin-top: 0;
   margin-bottom: 50px;
   font-family: Montserrat;
   font-size: 36px;
   font-style: normal;
   font-weight: 600;
   line-height: 32px;
}
@media (max-width: 575px) {
    .participation__title {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 28px;
    }
}
.search__block.disabled {
    cursor: default;
    pointer-events: none;
}
.pserts__block &gt; div {
    width: 100%;
}
.card-atr__name {
    width: 45%;
    flex-shrink: 0;
}
.card-atr__line {
    width: 100%;
}
.prod-aside ul &gt; li.active {
    background: transparent;
}
.prod-aside ul &gt; li.active {
    border-radius: 0px 0px 20px 20px;
    background: #202975 url("./assets/img/prod-aside.svg") bottom center no-repeat
}
.prod-aside ul &gt; li.active &gt; a {
    color: #FFF
}
.prod-aside ul &gt; li.active &gt; a svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.prod-aside ul &gt; li.active &gt; a path {
    fill: #fff
}
.prod-aside ul &gt; li.active + li &gt; a {
    border-top: 0
}
.contacts__map {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
}
.mission__feat {
    flex-wrap: wrap;
}
.mission__block_full {
    justify-content: flex-start;
    height: auto;
}
@media screen and (min-width: 768px) {
    .mission__block_full {
        width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .mission__block_full {
        width: 25%;
    }
}
.mission__block_full .mission__name {
    min-height: 44px;
    text-align: center;
}
.mission__block_full .mission__text {
    font-size: 12px;
    text-align: center;
}
.banner-poster {
    background-size: cover;
}
.banner-poster_product {
    padding: 30px 0 66px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    background: url("/local/templates/main/./assets/img/main-banner-bg_sm.jpg") center / cover no-repeat;
}
.banner-poster__info {
    max-width: 445px;
}
.banner-poster__title {
    margin: 0 0 11px;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    color: #cd072d;
}
.banner-poster__subtitle {
    margin: 0 0 23px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.banner-poster__subtitle span {
    font-weight: 800;
}
.banner-poster__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 46px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    background: #cd072d;
}
.banner-poster__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 230px;
    height: 230px;
    margin: 0 auto 28px;
}
.banner-poster__img img {
    max-width: 100%;
    max-height: 100%;
}
.banner-poster__btn_desktop {
    display: none;
}
.banner-poster__logo {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    height: 30px;
    margin-top: 40px;
}
.banner-poster__logo img {
    object-fit: contain;
    max-width: calc(33.33% - ((25px * 2) / 3));
    max-height: 100%;
}
.banner-poster__link {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .banner-poster_product {
        padding: 28px 0 36px;
        font-size: 16px;
        background: url("/local/templates/main/./assets/img/main-banner-bg_big.jpg") center / cover no-repeat;
    }
    .banner-poster__wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .banner-poster__title {
        margin-bottom: 36px;
        font-size: 36px;
    }
    .banner-poster__subtitle {
        margin-bottom: 44px;
        font-size: 16px;
    }
    .banner-poster__img {
        margin: unset;
        width: 310px;
        height: 310px;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .banner-poster__logo {
        flex-direction: column;
        grid-gap: 68px;
        justify-content: space-between;
        height: auto;
        margin: unset;
    }
    .banner-poster__logo img {
        max-width: 150px;
        max-height: 60px;
    }
    .banner-poster__btn_mobile {
        display: none;
    }
    .banner-poster__btn_desktop {
        display: inline-flex;
    }
}
.custom-pagination .swiper-pagination-bullet {
    border: solid 1px #fff;
}
.custom-pagination .swiper-pagination-bullet-active {
    background: #CD072D;
}
/*    СТИЛИ АСКАРА от 11.04.2025 до 14.05.2025    */
.companies__block img, .home-partners__block img{
	filter: grayscale(1);
	transition: all 0.2s ease
}
.companies__block img:hover, .home-partners__block img:hover{
	filter: grayscale(0);
}
.tasks__bg{
	pointer-events: none;
}
.main{
	padding-bottom: 100px;
}
.main__watch {
  bottom: 0px;
}
.home-tasks__title{
	font-weight: 600;
  font-size: calc(52*100vw / 1440);
  font-size: calc(52*var(--width-multiplier));
  line-height: 123%;
margin-bottom: 40px;
padding-left: calc(85*var(--width-multiplier));
}
.home-partners {
  margin-bottom: 80px;
}
.home-call__subtitle {
  width: 100%;
}
.mod-top__img {
  width: calc(755*var(--width-multiplier));


@media (max-width: 768px) {
	.main {
	  padding-bottom: 250px;
	}
.home-tasks__title{
font-size: calc(28*var(--width-multiplier));
    line-height: 143%;
margin-bottom: 20px;
padding-left: 0px;
}
.mod-top__img {
  width: 100vw;
}
}
/* End */
/* /local/templates/main/styles.css?17501852495678 */
/* /local/templates/main/template_styles.css?175018524910883 */
