

/* Start:/local/templates/brightpark/components/bitrix/news.detail/service/style.css?17527572863833*/

.section-service-detail {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}

.service__icon {
    position: absolute;
    background-size: cover;
    z-index: -1;
}

.service__icon._left {
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 196 453' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M-0.000244141 1L150.297 112.314C156.523 116.925 160.723 123.766 162.019 131.404L194.427 322.439C196.565 335.045 190.479 347.621 179.266 353.766L-0.000244141 452' stroke='%23514EA1' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
    width: 196px;
    height: 453px;
    left: 0;
    bottom: 45px;
}

.service__icon._right {
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 104 406' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.6' d='M104 400.433L71.8348 404.894C66.0954 405.69 60.7143 401.93 59.5069 396.281L1.8083 126.301C0.0219798 117.943 1.21723 109.225 5.188 101.651L54.8547 6.91289C57.1341 2.565 62.0239 0.244279 66.8468 1.22142L104 8.74877' stroke='%23514EA1' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
    width: 104px;
    height: 406px;
    right: 0;
    top: 45px;
}

h1.service__title {
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
}

.service__sub-title,
.service__sub-title p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.service__btns {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.service__img-wrapper {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    h1.service__title {
        font-size: 32px;
    }

    .service__btns {
        margin-top: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .service__btns a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .service__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service__btns a {
        width: 100%;
    }

    .service__icon {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-service-detail {
        padding-bottom: 20px;
    }
    .service__img-wrapper img {
        max-height: 375px;
        margin: 0 auto;
    }

    .service__img-wrapper::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 190px;
        background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(71.28%, rgba(255, 255, 255, 0))),
        -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(82.59%, rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 71.28%),
        -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 82.59%);
        background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 71.28%),
        linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 82.59%);
    }
}

@media only screen and (max-width: 574px) {
    .section-service-detail {
        border: none;
    }

    h1.service__title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .service__sub-title,
    .service__sub-title p {
        font-size: 15px !important;
    }

    .service__btns {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .service__btns a {
        font-size: 11px;
        padding: 20px 12px;
    }
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/teasers/style.css?171508565325622*/

.service__item {
    box-shadow: 0 10px 30px 0 #00000012;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    height: calc(100% - 30px);
    background: #fff;
}

.service__item img {
    margin-bottom: 45px;
}

.service__item-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
}

@media only screen and (max-width: 767px) {
    .service__item {
        padding: 15px;
        margin-bottom: 15px;
        height: calc(100% - 15px);
        box-shadow: 0 10px 20px 0 #00000012;
    }
    .service__item img {
        max-width: 35px;
        margin-bottom: 25px;
    }
    .service__item-text {
        font-size: 14px;
    }
}

.section-career-list {
    padding-bottom: 0 !important;
}

.career-list {
    display: grid;
    grid-template-rows: repeat(3, 240px);
    grid-template-columns: repeat(3, 32.5%);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.career-list > .career-item:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
}

.career-list > .career-item:nth-child(2) {
    grid-area: 1 / 2 / 1 / 2;
}

.career-list > .career-item:nth-child(3) {
    grid-area: 1 / 3 / 1 / 3;
}

.career-list > .career-item:nth-child(4) {
    grid-area: 2 / 1 / 2 / 1;
    margin-top: 90px;
}

.career-list > .career-item:nth-child(5) {
    grid-area: 2 / 2 / 2 / 2;
}


.career-list > .career-item:nth-child(6) {
    grid-area: 2 / 3 / 2 / 3;
    margin-top: 90px;
}

.career-list > .career-item:nth-child(7) {
    grid-area: 3 / 2 / 3 / 2;
}

.career-list > .career-item:nth-child(1),
.career-list > .career-item:nth-child(3),
.career-list > .career-item:nth-child(4),
.career-list > .career-item:nth-child(6) {
    height: 330px;
}


.career-list > .career-item:nth-child(2) .teaser-block.type-career,
.career-list > .career-item:nth-child(5) .teaser-block.type-career,
.career-list > .career-item:nth-child(7) .teaser-block.type-career {
    padding: 0 35px 35px;
}

.teaser-title {
    font-family: 'Bright Park Display';
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
}

.teaser-sub-title {
    margin-top: 14px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.type-icons-with-title-img {
    position: absolute;
    top: 51px;
    transform: translateY(-50%);
    width: calc(100% - 8px);
}

.type-icons-with-title-container {
    margin-top: 95px;
}

.teaser-item.type-icons-with-title {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding: 30px 30px 34px 30px;
    height: calc(100% - 16px);
    margin-bottom: 16px;
}

.teaser-item.type-icons-with-title .teaser-item__back-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 20px;
    height: 122px;
}

.teaser-item.type-icons-with-title .teaser-item__back-img._mobile {
    display: none;
}

.teaser-item.type-icons-with-title .teaser-item__icon {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.teaser-item.type-icons-with-title .teaser-item__icon img {
    transition: all .3s ease-in-out;
    max-height: 104px;
    transform-origin: 50% 100%;
}

.teaser-item.type-icons-with-title .teaser-item__title {
    font-family: 'Bright Park Display';
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.teaser-item.type-icons-with-title .teaser-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.teaser-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.teaser-block.type-career {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    background: #F1F1F8;
    height: 100%;
    padding: 0 55px 55px;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.teaser-block.type-career .teaser-block__hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Bright Park Display';
    transition: all .3s ease-in-out;
    padding: 50px;
}

.career-list > .career-item:nth-child(2) .teaser-block.type-career .teaser-block__hover,
.career-list > .career-item:nth-child(5) .teaser-block.type-career .teaser-block__hover,
.career-list > .career-item:nth-child(7) .teaser-block.type-career .teaser-block__hover {
    padding: 35px;
}

.teaser-block.type-career .teaser-block__hover-title {
    font-size: 20px;
    line-height: 1.1;
}

.teaser-block.type-career .teaser-block__hover-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.teaser-block.type-career .teaser-block__icon {
    display: flex;
}

.teaser-block.type-career .teaser-block__icon img {
    max-height: 170px;
    transition: all .3s ease-in-out;
}

.teaser-block.type-career .teaser-block__text {
    font-family: 'Bright Park Display';
    color: #2B2B2B;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}

.teaser-block.type-1 {
    margin: 15px;
}

.teaser-block.type-1 .teaser-block__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}

.teaser-block__text {
    text-align: left;
}

.teaser-block.type-1 .teaser-block__icon img {
    max-height: 55px;
}

.teaser-block.type-1 .teaser-block__text {
    margin: 0px 0px 0 20px;
    font-size: 16px;
}

@media all and (max-width: 575px) {

    .teaser-block.type-1 {
        margin: 10px 15px;
    }

    .teaser-block.type-1 .teaser-block__icon {
        width: 70px;
        max-width: 70px;
        margin-right: 10px;
        height: auto;
    }

    .teaser-block.type-1 .teaser-block__icon img {
        max-width: 100%;
        max-height: 55px;
    }
}


.type-banks a {
    display: block;
    line-height: 1;
    border-bottom: unset;
    font-size: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.type-banks {
    margin: 7px 0px;
}


@media all and (min-width: 1200px) {
    .teaser-item.type-icons-with-title:hover .teaser-item__icon img {
        transform: scale(1.5);
    }

    .type-banks a:hover {
        -webkit-box-shadow: 0 15px 60px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 5%), 0 20px 60px -40px rgb(0 0 0 / 15%);
        box-shadow: 0 15px 60px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 5%), 0 20px 60px -40px rgb(0 0 0 / 15%);
        z-index: 100;
    }

    .type-career:hover .teaser-block__hover {
        opacity: 1;
        visibility: visible;
    }
}


.teaser-block.type-2 {
    margin: 15px;
}

.teaser-block.type-2 .teaser-block__text {
    margin-left: 15px;
    font-weight: 600;
}


.teaser-block.type-3 {
    height: calc(100% - 15px);
    min-height: 300px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 30px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
}

.teaser-block.type-3 .h4 {
    color: #2b2b2b;
}

@media all and (max-width: 575px) {
    .teaser-block.type-3 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-3:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-3:hover .h4 {
        color: #ff8351;
    }
}


@media all and (min-width: 767px) and (max-width: 990px) {
    .teaser-block.type-3 {
        min-height: 250px;
    }

    .type-3 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-3 .h4 {
        max-width: 80%;
    }
}


.teaser-block.type-4 {
    height: calc(100% - 15px);
    min-height: 195px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 22px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
}

.teaser-block.type-4 .h4 {
    color: #2b2b2b;
    font-size: 18px;
}

@media all and (max-width: 575px) {
    .teaser-block.type-4 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-4:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-4:hover .h4 {
        color: #ff8351;
    }
}


@media all and (min-width: 767px) and (max-width: 990px) {
    .teaser-block.type-4 {
        min-height: 250px;
    }

    .type-4 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-4 .h4 {
        max-width: 80%;
    }
}


.teaser-block.type-5 {
    height: calc(100% - 15px);
    min-height: 240px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 22px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teaser-block.type-5 .h4 {
    color: #2b2b2b;
}

.teaser-block.type-5 p {
    width: 50%;
    font-size: 15px;
    line-height: 1.5;
    color: #4D4D4D;
}

@media all and (max-width: 575px) {
    .teaser-block.type-5 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-5:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-5:hover .h4 {
        color: #ff8351;
    }
}

@media all and (max-width: 991px) {
    .teaser-block.type-5 p {
        width: 100%;
        margin-top: 0;
    }

    .teaser-block.type-5 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-size: 60%;
        min-height: 350px;
    }
}

@media all and (max-width: 767px) {
    .teaser-block.type-5 {
        min-height: 310px;
    }
}

@media all and (min-width: 767px) and (max-width: 990px) {
    .type-5 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-5 .h4 {
        max-width: 80%;
    }
}


.icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.icons-list img {
    width: calc(100% / 1.5);
}

.teasers-icons-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110%;
    height: 210%;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1303" height="276" viewBox="0 0 1303 276" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M54.1144 20.0109L1240.07 0.923323C1254.87 0.685086 1267.56 11.4546 1269.73 26.0992L1301.42 240.157C1304.06 257.961 1290.27 273.956 1272.27 273.977L30.8838 275.46C13.1739 275.481 -0.563103 260.002 1.56162 242.42L25.3022 45.9678C27.0709 31.3315 39.3735 20.2481 54.1144 20.0109Z" stroke="%23D9DADA"/> </svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    top: -80px;
}


@media all and (max-width: 1365px) {
    .teasers-icons-bg {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .icons-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icons-list__item {
        margin-bottom: 15px;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    }
}

@media all and (max-width: 575px) {
    .icons-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icons-list__item {
        margin-bottom: 15px;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    }

}


.permanent-partners-slider .type-partners-icon {
    width: 100%;
    position: relative;
}

.js-slider-partners-arrows-container {
    position: relative;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98%;
    margin: 15px auto 0;
}

.js-slider-partners-prev,
.js-slider-partners-next {
    position: absolute;
    bottom: 0;
    border: 1px solid rgba(81, 78, 161, 1);;
    border-radius: 4px;
    position: relative;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.js-slider-partners-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 7L7 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}

.js-slider-partners-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.js-slider-partners-prev.swiper-button-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.35' d='M7 1L1 7L7 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}

.js-slider-partners-next.swiper-button-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.35' d='M1 1L7 7L1 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}


.partners-pagination {
    width: 50% !important;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
}

.partners-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
    background: none;
    border: 2px solid rgba(81, 78, 161, 1);
}


.partners-pagination .swiper-pagination-bullet-active {
    background: rgba(81, 78, 161, 1) !important;
}

@media all and (max-width: 400px) {
    .partners-pagination .swiper-pagination-bullet {
        margin: 0 4px !important;
    }
}


.type-partners-icon-container {
    margin-bottom: 5%;
    border-radius: 10px;
}

.type-partners-icon {
    border-radius: 10px;
}

.type-easy-buy-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.type-easy-buy-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5px;
    font-size: 24px;
    line-height: 0.7;
}

.type-easy-buy-button-text {
    border-bottom: 1px dashed rgba(81, 78, 161, 0.35);
}

.type-easy-buy-button-lizing {
    aspect-ratio: 150/68;
    background-image: url("data:image/svg+xml,%3Csvg width='146' height='66' viewBox='0 0 146 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.674 16.0124L146 66H0L10.8555 8.68317C11.7947 3.72394 16.2824 0.242074 21.3195 0.564447L129.419 7.48279C134.131 7.78436 137.99 11.3406 138.674 16.0124Z' fill='%23F1F1F8'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-beznalichnyy-raschet {
    aspect-ratio: 301/68;
    background-image: url("data:image/svg+xml,%3Csvg width='301' height='69' viewBox='0 0 301 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.688 19.1077L301 69H0L9.19628 18.2015C9.97258 13.9134 13.4364 10.6217 17.7586 10.0648L91.1027 0.615602C91.6997 0.538691 92.3024 0.515836 92.9035 0.547314L284.317 10.5715C289.076 10.8207 292.997 14.393 293.688 19.1077Z' fill='%23F1F1F8'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-lizing-active {
    top: 2px;
    font-weight: 700;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='146' height='66' viewBox='0 0 146 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.674 16.0124L146 66H0L10.8555 8.68317C11.7947 3.72394 16.2824 0.242074 21.3195 0.564447L129.419 7.48279C134.131 7.78436 137.99 11.3406 138.674 16.0124Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-beznalichnyy-raschet-active {
    top: 2px;
    font-weight: 700;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='301' height='69' viewBox='0 0 301 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.688 19.1077L301 69H0L9.19628 18.2015C9.97258 13.9134 13.4364 10.6217 17.7586 10.0648L91.1027 0.615602C91.6997 0.538691 92.3024 0.515836 92.9035 0.547314L284.317 10.5715C289.076 10.8207 292.997 14.393 293.688 19.1077Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    width: 100%;
}

.type-easy-buy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border: 1px solid #EAEAEA;
    margin: 0 -1px;
}

.type-easy-buy-item-img-container {
    position: relative;
    width: 90px;
    height: 90px;
}

.type-easy-buy-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.type-easy-buy-item-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.type-easy-buy-partners-text {
    margin: 25px 0;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.6;
}

@media all and (max-width: 768px) {
    .type-easy-buy-button {
        height: 57px;
        font-size: 18px;
    }

    .type-easy-buy-item {
        padding: 3.91vw;
    }

    .type-easy-buy-item-img-container {
        width: 70px;
        height: 70px;
    }

    .type-easy-buy-item-text {
        font-size: 14px;
        line-height: 20px;
    }
}


@media all and (max-width: 576px) {
    .type-easy-buy-items {
        height: auto !important;
    }

    .type-easy-buy-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .type-easy-buy-button {
        height: 47px;
        font-size: 16px;
    }
}


@media all and (max-width: 370px) {
    .type-easy-buy-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .type-easy-buy-buttons {
        gap: 5px;
    }

    .type-easy-buy-button {
        height: 40px;
        font-size: 14px;
    }
}

@media all and (max-width: 1199px) {

    .type-icons-with-title-img {
        top: 29px;
    }

    .teaser-title {
        font-size: 36px;
    }

    .teaser-sub-title {
        margin-top: 5px;
        font-size: 18px;
    }

    .teaser-item.type-icons-with-title {
        overflow: hidden;
        padding: 44px 20px 43px 20px;
    }

    .teaser-item.type-icons-with-title .teaser-item__title {
        font-size: 20px;
    }

    .type-icons-with-title-container {
        margin-top: 70px;
    }
}

@media all and (max-width: 992px) {

    .teaser-block.type-career .teaser-block__text {
        font-size: 16px;
    }

    .teaser-block.type-career .teaser-block__icon img {
        max-height: 120px;
    }

    .career-list {
        grid-template-rows: repeat(3, 200px);
    }

    .teaser-block.type-career {
        padding: 30px;
    }

    .career-list > .career-item:nth-child(2) .teaser-block.type-career,
    .career-list > .career-item:nth-child(5) .teaser-block.type-career,
    .career-list > .career-item:nth-child(7) .teaser-block.type-career {
        padding: 15px;
    }

    .career-list > .career-item:nth-child(1),
    .career-list > .career-item:nth-child(3),
    .career-list > .career-item:nth-child(4),
    .career-list > .career-item:nth-child(6) {
        height: 290px;
    }

    .site-section-smart-teasers {
        padding: 50px 0 !important;
    }

    .type-icons-with-title-img {
        top: 25px;
    }

    .teaser-title {
        font-size: 32px;
    }

    .teaser-sub-title {
        font-size: 16px;
    }

    .teaser-item.type-icons-with-title .teaser-item__title br {
        display: none;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img {
        max-height: 130px;
    }

    .type-icons-with-title-container {
        margin-top: 60px;
    }
}

@media all and (max-width: 767px) {
    .career-list {
        display: flex;
        flex-wrap: wrap;
        margin-right: var(--gutter-compensation, -8px);
        margin-left: var(--gutter-compensation, -8px);
        grid-column-gap: 0;
    }

    .career-item {
        flex-basis: 50%;
        max-width: 50%;
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: 100%;
        padding-right: var(--half-gutter-width, 8px);
        padding-left: var(--half-gutter-width, 8px);
        height: 230px !important;
    }

    .career-list > .career-item:nth-child(4),
    .career-list > .career-item:nth-child(6) {
        margin-top: 0;
    }

    .teaser-block.type-career {
        padding: 0 30px 30px !important;
    }
    .teaser-block.type-career .teaser-block__icon img {
        max-height: 150px;
    }
}

@media all and (max-width: 575px) {

    .career-item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .site-section-smart-teasers {
        padding-top: 0 !important;
        padding-bottom: 50px;
    }

    .type-icons-with-title-img-mobile {
        width: calc(100% + 8px);
    }

    .type-icons-with-title-img-mobile img {
        width: 100%;
        margin-bottom: 30px;
    }

    .teaser-title,
    .teaser-sub-title {
        text-align: center;
    }

    .type-icons-with-title-container {
        margin-top: 30px;
    }

    .teaser-item.type-icons-with-title {
        padding: 25px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img {
        display: none;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img._mobile {
        display: block;
        max-height: 100%;
        height: 100%;
        width: auto;
    }

    .teaser-item.type-icons-with-title .teaser-item__icon {
        width: 70px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .teaser-item.type-icons-with-title .teaser-item__text br {
        display: none;
    }
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/other-services-new/style.css?17333137992373*/

.section-other-services {
    padding-bottom: 100px;
}

.other-services__item {
    display: flex;
    padding: 10px 20px;
    background: #514EA10D;
    margin-bottom: 5px;
    border-radius: 5px;
    align-items: center;
    border: 2px solid transparent;
    transition: border-color .3s ease-in-out;
}

.other-services__item._disabled {
    display: none;
}

.other-services__item._head {
    padding: 20px;
    margin-bottom: 10px;
}

.other-services__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    width: 65%;
}

.other-services__title span,
.other-services__value-flex div span {
    display: none;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: rgba(52, 52, 52, .5);
}

.other-services__value {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: #514EA1;
    width: 35%;
}

.other-services__item._head .other-services__title,
.other-services__item._head .other-services__value {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #514EA1;
    text-transform: uppercase;
}

.other-services__value-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-list__more {
    margin-top: 35px;
}

.other-services__item._disabled._visible {
    display: flex;
}

@media (hover: hover) {
    .other-services__item:not(._head):hover {
        border-color: #EE6723;
    }
}

@media only screen and (max-width: 1199px) {
    .section-other-services {
        padding-bottom: 60px;
    }
    .other-services__title {
        width: 60%;
    }
    .other-services__value {
        width: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .other-services__title,
    .other-services__value {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .other-services__item {
        flex-wrap: wrap;
    }

    .other-services__title,
    .other-services__value {
        width: 100%;
    }
    .other-services__item {
        padding: 25px 20px;
    }
    .other-services__title {
        margin-bottom: 20px;
    }
    .other-services__title span,
    .other-services__value-flex div span {
        display: block;
    }
}

@media only screen and (max-width: 574px) {

}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/stocks/style.css?16995356361655*/
.stocks-list__item {
	height: calc(100% - 16px);
	position: relative;
	margin: 8px 0;
	border:1px solid #E5E5E5;
	z-index: 1;
}

.stocks-list__item__pic {
	display: block;
	border-bottom: unset;
	line-height: 0;
	padding-bottom: 64%;
	position: relative;
}

.stocks-list__item__pic picture {
	display: block;
	position: absolute;
	width: calc(100% + 2px);
	height: 100%;
	top: 0;
	left: -1px;
}

.stocks-list__item__pic picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}

.stocks-list__item__line {
	margin-bottom: 20px;
}

.stocks-list__item__content {
	padding: 25px;
	font-size: 15px;
	line-height: 1.5;
}

.stocks-list__item__content h4 {
	font-size: 20px;
}

.stocks-list__item__content  .stocks-list__item__line:last-child {
	margin-bottom: 0;
}

.stocks-link-all {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.stocks-white .stocks-list__item {
	border-color: transparent;
	background-color: white;
}

@media all and (min-width: 1200px) {
	.stocks-list__item:hover {
		-webkit-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 40px 40px rgba(0, 0, 0, 0.05);
		        box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 40px 40px rgba(0, 0, 0, 0.05);
		z-index: 100;
	}
}

@media all and (min-width: 576px) {
	.stocks-link-all {
		position: absolute;
		right: 15px;
		top: 20px;
	}
}

@media all and (max-width: 575px) {
	.stocks-link-all {
		margin-bottom: 25px;
		display: inline-block;
	}
}

.stocks-list__item__from {
	margin-bottom: 12px;
	color: #aaa;
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/services/style.css?16692128852896*/

.service-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.service-list__item-img {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.service-list__item-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px;
    border: 1px solid #D9DADA;
}

.service-list__item-title {
    font-family: 'Bright Park Display';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    color: #2B2B2B;
    margin-bottom: 5px;
}

.service-list__item-sub-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #4D4D4D;
}

.service-list__item-inner {
    padding-top: 30px;
    margin-bottom: 35px;
}

.service-list__item-prop {
    margin-bottom: 24px;
}

.service-list__item-prop-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(43, 43, 43, .5);
    margin-bottom: 6px;
}

.service-list__item-prop-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    color: #2B2B2B;
}

.service-list__item-btns .btn {
    font-size: 11px;
    padding: 19px 25px;
}

.service-list__item-img {
    border-radius: 10px 0 0 10px;
}

.service-list__item-content {
    border-radius: 0 10px 10px 0;
}

@media all and (max-width: 991px) {
    .service-list__item-content {
        padding: 25px;
    }

    .service-list__item-img {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    }
}

@media all and (min-width: 768px) {
    .service-list__item-btns .btn:first-child {
        margin-right: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .service-list__item-img {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .service-list__item-content {
        padding: 25px 15px 15px;
    }
    .service-list__item-btns .btn {
        width: 100%;
    }

    .service-list__item-btns .btn:first-child {
        margin-bottom: 15px;
    }

}

@media all and (max-width: 575px) {
    .service-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-list__item-inner {
        padding-top: 20px;
        margin-bottom: 15px;
    }

    .service-list__item-content {
        padding: 25px 15px 15px;
        border-radius: 0 0 10px 10px;
    }

    .service-list__item-btns .btn {
        width: 100%;
    }

    .service-list__item-btns .btn:first-child {
        margin-bottom: 15px;
    }

    .service-list__item-img {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        border-radius: 10px 10px 0 0;
    }
}
/* End */
/* /local/templates/brightpark/components/bitrix/news.detail/service/style.css?17527572863833 */
/* /local/templates/brightpark/components/bitrix/news.list/teasers/style.css?171508565325622 */
/* /local/templates/brightpark/components/bitrix/news.list/other-services-new/style.css?17333137992373 */
/* /local/templates/brightpark/components/bitrix/news.list/stocks/style.css?16995356361655 */
/* /local/templates/brightpark/components/bitrix/news.list/services/style.css?16692128852896 */
