

/* Start:/local/templates/stopexpress/components/bitrix/news.detail/banner/style.css?17592264583432*/
.hero {
    margin-top: 2rem
}

.hero .wrap {
    padding: 3.75rem;
    position: relative;
    height: calc(100vh - 21.19rem);
    min-height: 36.25rem;
}

.hero-info {
    position: relative;
    z-index: 1
}

.hero-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-video:after {
    background: rgba(0, 0, 0, .302);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.hero.with-video .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.hero.without-video .title.white {
    color: #12522f
}

.hero.without-video .wrap {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 2.5rem;
    border-radius: 2.5rem;
    overflow: hidden;
    position: relative
}

.hero.without-video .hero-img {
    bottom: 0;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    width: auto
}

.hero.without-video .hero-btns {
    gap: .5rem;
    margin-top: 7.25rem;
}

.hero.without-video .hero-text {
    color: #6e6e7f;
    margin-top: 2.5rem;
}

.hero.without-video .hero-info {
    max-width: 65%;
}

.hero.without-video .hero-video {
    display: none;
}

.banner-img {
    bottom: 0;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    max-width: 50%;
}

.hero.with-video .wrap .hero-info {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hero.without-video .wrap .hero-info {
    padding: 2.5rem 0;
}

.banner-btns a:first-child {
    margin-right: 0.5rem;
}

@media screen and (max-width: 1399px) {
    .hero.without-video .wrap .hero-info {
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-img {
        max-width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .hero.with-video .wrap {
        height: calc(100vh - 20rem);
    }
}

@media screen and (max-width: 767px) {
    .hero .wrap {
        height: calc(100vh - 14.75rem);
        max-height: 420px;
    }

    .banner-img {
        max-width: 70%;
    }

    .hero.without-video .wrap .hero-info {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
    }

    .banner-btns {
        margin-top: 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-btns a:first-child {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
}

@media screen and (max-width: 420px) {
    .hero.with-video .wrap {
        min-height: calc(100vh - 21rem);
        height: calc(100vh - 21rem);
    }
}

@media screen and (max-width: 375px) {
    .banner-img {
        max-width: 60%;
    }
}

/* End */


/* Start:/local/templates/stopexpress/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?17592264583422*/
.career-front .info {
    max-width: 29rem;
    position: relative
}

.career-front .info .title {
    margin-bottom: 2.5rem
}

.career-front .info .text {
    margin-bottom: 3rem
}

.career-front .info-arrow {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 3rem;
    width: 16.25rem
}

.career-front .left {
    width: 58%
}

.career-front .left > img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.career-front .right {
    padding: 4rem;
    width: 42%
}

.career-front .right .note {
    background-color: #2e2e34;
    color: #fff;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem
}

.career-front .right .note img {
    margin-right: 1rem
}

.career-front .right .title-card {
    margin-bottom: 2.5rem
}

.career-front .right .item {
    margin-bottom: 1.75rem;
    min-height: 12.5rem;
    padding: 1.5rem;
}

.career-front .right .item-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

.career-front .right .item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.career-front .right .item img {
    height: 8rem;
    margin: .75rem;
    width: 8rem
}

.career-front .right .item:last-child {
    margin-bottom: 0
}

.career-list-btn {
    background-color: #12522f;
    margin-top: 1.5rem;
    padding: 1rem;
    text-align: center
}

.career-list .item {
    background-color: #f7f7f8;
    height: 16.75rem;
    position: relative
}

.career-list .item-count {
    color: #6e6e7f;
    margin-top: 1rem
}

.career-list .item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2rem;
    width: 50%
}

.career-list .item img {
    bottom: 0;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1199px) {
    .items-2 .item-career.item {
        width: 100%;
        margin-bottom: 8rem;
    }

    .items-2 .item-career.item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .career-list .wrap.p-sect-top {
        padding-top: 0;
    }

    .items-2 .item-career.item {
        overflow: hidden;
        height: auto;
        margin-bottom: 0;
    }

    .career-list .item-left {
        padding: 1.5rem;
    }

    .career-list .item img {
        position: unset;
        max-width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .career-list .item-left {
        width: 55%;
    }
}

@media screen and (max-width: 375px) {
    .career-list .item-left {
        width: 55%;
    }
}
/* End */


/* Start:/local/templates/stopexpress/components/bitrix/news.list/advantages/style.css?1759226458752*/
.advantages-slider .swiper-slide {
    height: auto;
    padding: 1.5rem
}

.advantages-slider .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.advantages-slider .item img {
    height: 4rem;
    margin-bottom: 1.5rem;
    width: 4rem
}

.advantages-slider .item .text {
    margin-top: 1rem
}

.advantages-text {
    margin-top: 2rem
}
/* End */


/* Start:/local/templates/stopexpress/components/bitrix/news.list/faq/style.css?17592264582242*/
.faq-info {
    background-color: #232328;
    margin-top: 2rem;
    padding: 1rem 2rem
}

.faq-info-text {
    color: #f7f7f8;
    margin-left: auto;
    margin-right: 1.5rem
}

.faq .title.h2 {
    text-align: center
}

.faq .item {
    margin-bottom: .5rem;
    padding: 1rem 5rem 1rem 2rem;
    position: relative
}

.faq .item-head {
    cursor: pointer
}

.faq .item-head.active .item-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.faq .item-head.active + .item-text {
    height: auto;
    opacity: 1;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    will-change: opacity, max-height
}

.faq .item-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 2rem;
    top: 1rem;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 2.5rem
}

.faq .item-name {
    padding: .5rem 0
}

.faq .item-text {
    color: #6e6e7f;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .2s linear, max-height .2s linear;
    -o-transition: opacity .2s linear, max-height .2s linear;
    transition: opacity .2s linear, max-height .2s linear;
    will-change: opacity, max-height
}

.faq .item-text .text-wrap {
    padding-top: 1.5rem
}

.faq .item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .faq-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .faq-info-text {
        margin: 0;
        margin-top: 0.75rem;
        text-align: center;
    }

    .faq-info .btn {
        margin-top: 1rem;
    }
}
/* End */


/* Start:/local/templates/stopexpress/components/bitrix/news.list/reviews/style.css?17592264581501*/
.reviews .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 1.5rem
}

.reviews .item .title-card.title3 {
	color: #6e6e7f;
	margin-bottom: 1rem
}

.reviews .item .title-card.title2 {
	margin-bottom: 1.5rem
}

.reviews .item .text-16 {
	color: #6e6e7f
}

.reviews .item-grade {
	background-position: 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.5rem;
	margin-top: 1.5rem;
	width: 12.5rem
}

.reviews .item-grade.star-5 {
	background-image: url(/local/templates/stopexpress/assets/img/icons/star-5.svg)
}

.reviews .item-grade.star-4 {
	background-image: url(/local/templates/stopexpress/assets/img/icons/star-4.svg)
}

.reviews .item-grade.star-3 {
	background-image: url(/local/templates/stopexpress/assets/img/icons/star-3.svg)
}

.reviews .item-grade.star-2 {
	background-image: url(/local/templates/stopexpress/assets/img/icons/star-2.svg)
}

.reviews .item-grade.star-1 {
	background-image: url(/local/templates/stopexpress/assets/img/icons/star-1.svg)
}

@media screen and (max-width: 767px) {
	.reviews-top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.reviews-top a {
		margin-top: 1rem;
	}
}

/* End */
/* /local/templates/stopexpress/components/bitrix/news.detail/banner/style.css?17592264583432 */
/* /local/templates/stopexpress/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?17592264583422 */
/* /local/templates/stopexpress/components/bitrix/news.list/advantages/style.css?1759226458752 */
/* /local/templates/stopexpress/components/bitrix/news.list/faq/style.css?17592264582242 */
/* /local/templates/stopexpress/components/bitrix/news.list/reviews/style.css?17592264581501 */
