

/* Start:/personal/orders/css/order-pagination.css?1687729600959*/
.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.pagination-wrap .active-page,
.pagination-wrap .page {
    width: 48px;
    height: 48px;
    color: #cc0000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrap .page {
    color: #1d1d1d;
    cursor: pointer;
}

.pointers {
    width: 2px;
    height: 2px;
    border-radius: 50px;
    background-color: #999;
}

.prev-page,
.next-page {
    width: 30px;
    height: 30px;
    background-color: #cc0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.prev-page {
    margin-right: 15px;
}

.next-page {
    margin-left: 15px;
}

.arrow-icon {
    color: #fff;
    font-size: 16px;
}

.all-counts-number {
    display: block;
    margin: 15px 0;
}
/* End */


/* Start:/about/pres-centr/css/desktop.css?17501557188342*/
/* -------------------------------------------------------------------- */
/* --------------------- ABOUT GENERAL STYLES ------------------------- */
/* -------------------------------------------------------------------- */

/* About general styles */
.about-logo-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo-inner::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-logo-inner-text {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.about-title-text {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 60px;
    color: #ff0000;
    display: block;
    text-transform: none;
}

.about-title {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.about-bottom-text {
    color: #f0f0f0;
    font-size: 24px;
    display: block;
    width: 100%;
    margin: auto;
}

.about-tabs .tabs-btn-about a.btn.tab-btn-about {
    margin-right: 20px;
    margin-bottom: 15px;
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgb(44 44 57 / 5%);
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #2b2b37;
    padding: 15px 30px;
    width: auto;
    transition: box-shadow 0.5s;
}

.about-tabs .tabs-btn-about a.btn.tab-btn-about:hover,
.about-tabs .tabs-btn-about a.btn.tab-btn-about.active {
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgb(44 44 57 / 10%);
    background-color: #2a2a36;
    border: 1px solid #2a2a36;
    color: #fff;
}

.about-tabs .tabs-btn-about a.btn.tab-btn-about.active:hover {
    cursor: default;
}

/* End about general styles */

/* -------------------------------------------------------------------- */
/* ------------------------ SERVICES MAIN ----------------------------- */
/* -------------------------------------------------------------------- */
.main-title-wrap.press-title {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    justify-content: flex-start;
}

.news-wrap .service-text {
    max-width: 100%;
    justify-content: flex-start;
}

.news-wrap .pages-title-top {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 30px;
}

.news-all {
    margin: 20px 0;
}

.news-all a {
    text-decoration: underline;
}

.news-date-time {
    font-family: "Roboto-Bold", sans-serif;
    display: block;
    margin-top: 15px;
}

.news-detail iframe {
    width: 100%;
}

.news-detail h2 {
    color: #2a2a36;
    font-size: 24px;
    width: 100%;
    text-align: left;
    padding: 10px 0;
}

.pages-title-wrap .pages-title-top {
    font-family: 'Roboto-Bold',sans-serif;
    font-size: 30px;
}

.news-detail-inner {
    line-height: 24px;
    color: #272731;
}

.filter-news {
    display: flex;
    margin-top: 20px;
}

.filter-news .filter-link {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #2a2a36;
    border-radius: 5px;
    padding: 15px 30px;
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgb(44 44 57 / 5%);
    transition: box-shadow 0.5s;
}

.filter-news .filter-link:hover {
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgb(44 44 57 / 10%);
    background-color: #2a2a36;
    border: 1px solid #2a2a36;
    color: #fff;
}

.filter-news .filter-link:first-child {
    margin-right: 10px;
}

.services-wrap.services-wrap-desktop.news-wrap .filter-news .filter-link {
    margin-right: 20px;
}

/* -------------------------------------------------------------------- */
/* --------------------------- SERVICES ------------------------------- */
/* -------------------------------------------------------------------- */

.service-prod-wrap {
    display: flex;
}

.services-wrap-desktop .production-pict {
    margin-right: 55px;
    max-width: 400px;
    height: 310px;
    background-color: #f0f0f1;
    width: 100%;
    border-radius: 10px;
}

.services-wrap-desktop .service-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-wrap-desktop .service-wrapper .service-title {
    display: block;
    margin-bottom: 15px;
    color: #999;
    cursor: default;
}

.services-wrap-desktop .service-prod-wrap .production-pict::before {
    border-radius: 10px;
}

.services-wrap-desktop .services-block-wrap .production-pict img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1);
    transition: transform 0.5s;
}

.services-wrap-desktop.news-wrap .services-block-wrap .production-pict img:hover {
    transform: scale(0.95);
    transition: all 0.5s;
    cursor: pointer;
}

.services-wrap .service-text {
    font-family: "Roboto-Bold", sans-serif;
    color: #2a2a36;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-underline-position: from-font;
    text-align: left;
    width: 100%;
    position: relative;
    margin: 0;
    justify-content: flex-start;
    max-width: 100%;
    font-size: 36px;
    line-height: 48px;
    opacity: 1;
    transition: opacity 0.5s;
}

.services-wrap .service-text:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.5s;
}

.main-title-wrap.press-title,
.pages-title-top {
    font-size: 48px;
}

.news-wrap .press-center-inner-info {
    margin: 35px 0 80px;
}

.press-center-wrap {
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding-top: 20px;
}

.news-detail-desktop  .press-center-inner-box .press-center-inner-slide.swiper-slide img,
.services-wrap-desktop .press-center-inner-box .press-center-inner-slide.swiper-slide img {
    height: 280px;
}

.services-wrap-desktop .icon-plus {
    width: 56px;
    height: 56px;
}

.services-wrap-desktop .icon-text {
    font-size: 16px;
}

.pagination-all-box {
    justify-content: center;
    bottom: 20px;
}

.news-detail-desktop h1 {
    font-size: 48px;
    line-height: 48px;
    color: #2a2a36;
    margin-bottom: 30px;
    justify-content: flex-start;
}

.news-date-time {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 20px;
}

.news-detail-desktop p {
    font-size: 18px;
    line-height: 30px;
    color: #2a2a36;
}

.news-detail-desktop img {
    width: 900px;
    border-radius: 10px;
    background-color: #f0f0f1;
    margin: 20px 0;
    max-width: 80%;
    object-fit: cover;
}

.news-detail-desktop ul li {
    position: relative;
}

.news-detail-desktop ul li::before {
    content: "\2022";
    color: #ff0000;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -20px;
    font-size: 24px;
}

.news-detail-desktop .press-center-inner-box .press-center-inner-slide.swiper-slide img {
    max-width: 100%;
}

.news-detail-desktop .icon-plus {
    width: 56px;
    height: 56px;
}

.news-detail-body {
    font-size: 18px;
}

.news-detail-body h2,
.news-detail-body h3 {
    font-size: 24px;
    color: #2a2a36;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}

.news-detail-body h3 {
    font-size: 21px;
    padding-block: 5px;
}

.news-detail-body > a,
.news-detail-body > div {
    font-size: 18px;
}

.news-detail-body a {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.news-detail-body ul {
    padding-left: 20px;
}

.news-detail-body table {
    width: 100%;
}

.news-detail-body table tr th,
.news-detail-body table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}

.services-wrap .services-block-wrap a:hover {
    cursor: default;
}

.navigate-arrow {
    background: url('/bitrix/images/av-new/icons/arrow-dropdown-icon-white.svg') center/70% no-repeat;
    width: 18px;
    height: 10px;
}

.navigate-arrow-left {
    transform: rotate(90deg);
}

.navigate-arrow-right {
    transform: rotate(-90deg);
}
/* End */


/* Start:/bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713*/
.main-block-subscribe {
    background: url('/bitrix/components/av/mailing.subscription/templates/desktop/../.default/images/wave.svg') no-repeat 9% 34%,
    linear-gradient(140.46deg, #2C2C38 20.67%, #3A3B50 80.89%);
    border-radius: 5px;
    margin-top: 30px;
}

.main-block-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 44px 83px;
}

.main-block-success {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 31px 0;
}

.main-block-success > h5 {
    color: #fff;
    font-size: 24px;
}

.main-block-action-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.main-block-subscribe-data {
    display: flex;
    flex-wrap: wrap;
    width: 366px;
    position: relative;
}

.main-block-subscribe-data > [data-clear-btn] {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.subscribe-title {
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    width: max-content;
}

.subscribe-title > h4 {
    display: block;
    font-size: 24px;
    text-align: left;
    color: inherit;
}

.subscribe-title > p {
    display: block;
    font-size: 14px;
    text-align: right;
    width: 100%;
    padding: 0;
}

.input-email-subscribe {
    text-indent: 10px;
    color: #999;
    font-size: 14px;
}

.main-block-subscribe .btn-subscribe {
    background-color: #ff0000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 13px 45px;
    border-radius: 5px;
    min-width: 238px;
    height: 45px;
}

@media (hover: hover) {
    .main-block-subscribe .btn-subscribe:hover {
        background-color: #CD0000;
    }
}

.message-subscribe {
    display: none;
    /*margin: 10px;*/
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.3px;
    width: 100%;
}

.message-subscribe {
    display: none;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 52px;
}

/*.message-subscribe.active {*/
/*    display: flex;*/
/*}*/

.message-subscribe > span {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.63398 0.5C8.01888 -0.166667 8.98112 -0.166667 9.36602 0.5L16.7272 13.25C17.1121 13.9167 16.631 14.75 15.8612 14.75H1.13878C0.368984 14.75 -0.112141 13.9167 0.272759 13.25L7.63398 0.5Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.message-subscribe > p {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0;
}

.main-block-subscribe-data .input-email-subscribe {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #FFFFFF;
    padding-left: 10px;
    color: #292836;
}

.main-block-subscribe-data .input-email-subscribe.invalid {
    border: 1px solid #CD0000;
    background-color: #FFEEEE;
}

.mail-form-captcha {
    margin-left: 25px;
    transform: scale(0.7);
    transform-origin: 0;
}

@media screen and (max-width: 1440px) {
    .main-block-action {
        flex-direction: column;
        gap: 30px;
    }
    .subscribe-title > p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .main-block-action-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .main-block-subscribe-data {
        width: 100%;
    }
    .main-block-subscribe .btn-subscribe {
        min-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .main-block-action-wrapper {
        gap: 26px;
    }
    .main-block-action {
        gap: 20px;
        padding: 20px 15px;
    }
    .subscribe-title > h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
    }
    .subscribe-title > p {
        font-size: 12px;
        line-height: 14.06px;
    }
    .message-subscribe {
        top: 47px;
    }
    .main-block-success > h5 {
        font-size: 20px;
        text-align: center;
    }
}

/* End */
/* /personal/orders/css/order-pagination.css?1687729600959 */
/* /about/pres-centr/css/desktop.css?17501557188342 */
/* /bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713 */
