

/* Start:/local/templates/.default/components/bitrix/news.detail/banner_geo/style.css?17647680281163*/
.main_banner ul li {
    color: #fff;
}
.background-green {
    cursor: pointer;
}
.background-green p {
    max-width: inherit !important;
}
.main_banner p {
    color: #ffffff;
}

.background-blue {
    position: relative;
    overflow: visible;
}

.background-blue {
    background-image: var(--bg)!important;
}
.background-blue::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    right: 0%;
    background-image:
            linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), var(--bg);
    background-size: contain;
    background-position: center right;
    z-index: 1;
    background-repeat: no-repeat;
    background-color: black;
}
.background-blue_text{
    position: relative;
    z-index: 10;
}
@media (max-width: 991px){
    .background-blue {
        background-image: none!important;
    }
    .main_banner {
        background-image:  linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), var(--bg_main)!important;
    }
    .background-blue::before {
        display: none;
    }
}
@media (max-width: 576px) {
    .main_banner ul li {
        font-size: 0.875rem;
        line-height: 17px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/text_table/style.css?1764689769802*/
.service_tabs_table table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    font-size: 14px;
}

.service_tabs_table table thead th {
    background: #0078E1;
    color: #fff;
    padding: 12px 10px 15px 16px;
    text-align: left;
    font-weight: 600;
    border: 1px solid white;
}

.service_tabs_table table td {
    border: 1px solid white;
    padding: 14px 10px 15px 16px;
    vertical-align: top;
}

.service_tabs_table table td p {
    margin: 0;
    line-height: 1.5;
    color: #2A2A2A;
}

tr:nth-child(odd) {
    background-color: #ffffff;
}
.service_tabs_table table tbody tr:nth-child(even) td {
    background: #F7F7F7;
}
.seo_block{
    position: sticky;
    top: 90px;
}
@media (max-width: 768px) {
    .service_card-text {
       font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/tariffs/style.css?1719390813956*/
.mobile-block-list {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
@media (min-width: 769px) {
    .mobile-block-list {
        display: none;
    }
}
@media (max-width: 768px) {
    .tariffs .mobile-block-list {
        display: flex;
        gap: 10px;
        margin-bottom: 24px;
    }

    .tariffs .mobile-block-list div:nth-child(-n+4) {
        width: calc((100% - 30px) / 4);
    }

    .tariffs .mobile-block-list div:last-child {
        width: 100%;
    }

    .tariffs .mobile-block-list div:nth-child(n+5):not(:last-child) {
        width: calc((100% - 10px) / 2);
    }


    .opportunities .mobile-block-list div:not(:last-child) {
        width: calc((100% - 10px) / 2);
    }

    .opportunities .mobile-block-list div:last-child {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .tariffs-mobile-title {
        font-size: 0.775rem !important;
        padding: 11px 8px !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/text_include/style.css?176467381444*/
.text_include{
    padding: 0 40px 0 20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?1764673814602*/
.faq {
    padding: 0 !important;
}
.faq_block {
    padding: 40px 0 20px 0 !important;
}
.faq__spoiler {
    color: #0093ff;
}
.text__spoiler {
    color: #8f9091;
}
.spoiler_block {
    padding: 0 29px;
}
.faq__column.even {
    padding-right: 10px;
}
.faq__column.odd {
    padding-left: 10px;
}
.faq__columns {
    flex-wrap: wrap;
}
.h6-style{
    font-size: 1rem;
}
@media (max-width: 768px) {
    .faq__column {
        padding: 0 !important;
        width: 100% !important;
    }
    .spoiler_block {
        padding: 0 0 14px 12px;
        font-size: 0.75rem;
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/carousel_min/style.css?1761832022992*/
.awards .owl-carousel .owl-item img,
.orm_awards .owl-carousel .owl-item img,
.awards_site .owl-carousel .owl-item img{
  filter: grayscale(100%);
}
.awards .owl-carousel .owl-item img:hover,
.orm_awards .owl-carousel .owl-item img:hover,
.awards_site .owl-carousel .owl-item img:hover{
  filter: inherit;
}
.slider-certificates__arrows .arrow_rotate {
  rotate: 180deg;
}

.services_new .section__blue.section__transparent {
  background-color: transparent;
  padding-bottom: 0;

  .title_white {
    color: black;
  }
  p {
    color: black;
  }
  .certificates__text {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .slider-certificates__arrows .owl-prev,
  .slider-certificates__arrows .owl-next {
    width: 24px;
    height: 24px;
    top: 28%;
  }
}
@media (max-width: 576px) {
  .steps .owl-next {
    right: -10px;
  }
  .slider-certificates__arrows .owl-next {
    right: 0 !important;
  }
  .slider-certificates__arrows .owl-prev,
  .steps .owl-prev {
    left: -10px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/cases_racurs/style.css?1741772139742*/
.blue-section .col-md-6 {
    min-height: 100px;
}
@media (max-width: 992px) {
    .results_racurs .owl-prev, .results_racurs .owl-next {
        width: 24px !important;
        height: 24px !important;
        position: absolute;
        top: 300px !important;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .results_racurs .owl-prev img, .results_racurs .owl-next img {
        width: 16.75px;
        height: 16.75px;
    }
    .results_racurs .results-head .results-slider-controls .owl-prev {
        left: -10px !important;
    }
    .results_racurs .owl-next {
        right: -10px !important;
    }
    .result_no {
        background-color: #fff !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/listing_img/style.css?1719390813425*/
.show_more_cl {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #0078E1;
}
.show_less_cl {
    display: none;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    color: #0078E1;
}
.clients-item img {
    max-height: 110px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/reviews_block/style.css?1719390813112*/
.reviews_text_block img {
    max-width: inherit !important;
    max-height: 55px;
    width: auto !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/team_block_seo/style.css?1740997244108*/
.slider-item__img {
    filter: grayscale(100%);
}
.slider-item__person-position {
    text-align: center;
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/banner_geo/style.css?17647680281163 */
/* /local/templates/.default/components/bitrix/news.detail/text_table/style.css?1764689769802 */
/* /local/templates/.default/components/bitrix/news.list/tariffs/style.css?1719390813956 */
/* /local/templates/.default/components/bitrix/news.detail/text_include/style.css?176467381444 */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?1764673814602 */
/* /local/templates/.default/components/bitrix/news.list/carousel_min/style.css?1761832022992 */
/* /local/templates/.default/components/bitrix/news.list/cases_racurs/style.css?1741772139742 */
/* /local/templates/.default/components/bitrix/news.list/listing_img/style.css?1719390813425 */
/* /local/templates/.default/components/bitrix/news.list/reviews_block/style.css?1719390813112 */
/* /local/templates/.default/components/bitrix/news.list/team_block_seo/style.css?1740997244108 */
