

/* Start:/local/templates/new2_r1moscow/assets/css/style.css?17731486607382*/
.row {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-6 {
    order: 6 !important;
}
@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.collapse {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.text-left {
    text-align: left !important;
}
.btn-site {
    display: inline-block;
    align-items: center;
    margin: auto;
    padding: 21px 44px;
    border: 1px solid var(--accent);
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--accent);
    transition: all .3s ease-in-out;
}
.btn-site:hover {
    background-color: white;
    color: var(--accent);
}
.btn-site-border {
    border: 1px solid white;
}

img {
    max-width: 100%;
}

.bg_color_gray {
    background: var(--grey-background);
}

.section_other {
    padding: 100px 0;
    line-height: normal;
}
.h2_title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}
.h2_title span {
    color: var(--accent);
}
.h2_subtitle {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}
.h2_subtitle span {
    color: var(--accent);
}

.loyalty_logo {
    display: flex;
    align-items: center;
    width: 148px;
    height: 148px;
    margin: 0 auto 20px;
    padding: 15px;
    background: white;
}
.loyalty_logo svg {
    width: 100%;
}

.section_loyalty_programm {
    padding-top: 50px;
    background-color: white;
}
.section_loyalty_points {
    padding-bottom: 50px;
    background-color: var(--accent);
}
.section_loyalty_points .h2_title {
    color: white;
}
.section_loyalty_points .h2_subtitle {
    color: white;
}

.section_loyalty_levels {
    background-color: white;
}

.section_reviews_yandex {
    padding: 0 0 100px;
}

.section_reviews_video {
    background-color: white;
}


.section_promotions {
    padding-top: 0;
    background: var(--grey-background);
}
.section_promotions .h2_subtitle {
    font-size: 16px;
    line-height: 24px;
}

.section_promotions_steps {
    background-color: white;
}
.section_promotions_steps .bg_color_gray {
    padding: 40px;
}
.section_promotions_steps .h2_title {
    margin: auto auto 20px;
}
.section_promotions_steps .section_text {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.section_promotions_steps .section_text span {
    color: var(--accent);
}
.section_promotions_steps .applications_link_item {
    flex: 0 0 24%;
    height: auto;
}

.section_promotions_form {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("/local/templates/new2_r1moscow/assets/css/../images/section_promotions_form_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}
.section_promotions_form .h2_title {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .h2_title {
        font-size: 24px;
        line-height: 32px;
    }
    .h2_subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .section_reviews_yandex {
        padding: 0 0 50px;
    }

    .section_reviews_video {
        padding: 50px 0;
    }

    .section_promotions {
        padding: 0 0 50px 0;
    }
    .section_promotions_steps,
    .section_promotions_form {
        padding: 50px 0;
    }
    .section_promotions_steps .h2_title,
    .section_promotions_steps .h2_subtitle {
        text-align: left;
    }
    .section_promotions_steps .bg_color_gray {
        padding: 0;
        background-color: inherit;
    }
    .section_promotions_steps .section_text {
        display: none;
    }
    .section_promotions_steps .applications_link {
        gap: 15px;
    }
    .section_promotions_steps .applications_link_item {
        flex: 0 0 calc(50% - 8px);
        height: auto;
    }

    .section_promotions_form .h2_title {
        margin-bottom: 20px;
    }
    .section_promotions_form .btn-site {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/new2_r1moscow/components/bitrix/news.list/reviews_yandex/style.css?17715695741646*/
.reviews_yandex {

}

.reviews_yandex_top {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}
.reviews_yandex_title {
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
}
.reviews_yandex_title span {
	color: #ff3d00;
}

.reviews_yandex_tabs {
	display: flex;
	padding: 4px;
	border-radius: 30px;
	background: var(--white);
}
.reviews_yandex_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	min-height: 52px;
	padding: 5px 20px;
	border-radius: 26px;
	border: 1px solid transparent;
	gap: 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	background-color: var(--white);
	color: var(--accent);
	cursor: pointer;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.reviews_yandex_tab:hover {
	border-color: var(--accent);
}
.reviews_yandex_tab path {
	stroke: var(--accent);
}
.reviews_yandex_tab.active {
	background-color: var(--accent);
	color: var(--white);
}
.reviews_yandex_tab.active path {
	stroke: var(--white);
}

.reviews_yandex_body {
	position: relative;
	overflow: hidden;
	height: 100%;
	padding-right: 20px;
}
.reviews_yandex iframe {
	width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	box-sizing: border-box;
}
.reviews_yandex_image {

}


@media (max-width: 768px) {
	.reviews_yandex_top {
		margin-bottom: 0px;
	}
	.reviews_yandex_title {
		font-size: 24px;
		line-height: 32px;
	}
	.reviews_yandex_tabs {
		margin: 20px 0;
	}
	.reviews_yandex_body {
		min-height: 100vh;
		padding: 0;
	}
	.reviews_yandex_image {
		display: none;
	}
}
/* End */


/* Start:/local/templates/new2_r1moscow/components/bitrix/news.list/reviews_video/style.css?17715825033419*/
.reviews_video {

}
.reviews_video_top {

}
.reviews_video_title {
    margin-bottom: 48px;
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
}

.reviews_video_body {

}
.reviews_video_body video {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 224px;
}
.reviews_video_body_video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(50, 50, 50, 0.95);
    z-index: 9999;
}
.reviews_video_body_video video {
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 100%;
    margin: auto;
}
.reviews_video_body_image {
    position: relative;
    height: var(--size-block);
    padding-top: 56%;
    border-radius: 8px;
    background-color: lightgrey;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.reviews_video_body_image svg {
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.reviews_video_body_image:after {
    content: "";
}
.reviews_video_body_name {
    margin-top: 28px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}
.reviews_video_body_subtitle {
    margin-top: 12px;
    font-size: 16px;
    line-height: 16px;
    color: #8A8A8A;
}
.reviews_video_body_description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}

.reviews_video_slider_container {
    --size-arrow: 52px;
    --size-block: 224px;
    --size-margin: 18px;
    position: relative;
}
.reviews_video_slider_arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(var(--size-block) / 2 - var(--size-arrow) / 2);
    left: calc(0px - var(--size-arrow) - var(--size-margin));
    width: calc(100% + 2 * (var(--size-arrow) + var(--size-margin)));
}
.reviews_video_slider_arrows svg {
    width: var(--size-arrow);
    height: var(--size-arrow);
    cursor: pointer;
}
.reviews_video_slider_arrows circle,
.reviews_video_slider_arrows path {
    stroke: #0080C5;
}
.reviews_video_slider_arrows .swiper-button-disabled {
    border: none;
}
.reviews_video_slider_arrows .swiper-button-disabled circle,
.reviews_video_slider_arrows .swiper-button-disabled path {
    stroke: #A8A8A8;
}

.reviews_video_slider_pagination {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 48px 0 0;
}

@media (max-width: 768px) {
    .reviews_video_top {
        width: 65%;
    }
    .reviews_video_title {
        margin-bottom: 28px;
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }
    .reviews_video_body_image svg {
        width: 52px;
        height: 52px;
    }
    .reviews_video_body_name {
        margin-top: 16px;
        font-size: 16px;
        line-height: 16px;
    }
    .reviews_video_body_subtitle {
        margin-top: 8px;
        font-size: 12px;
        line-height: 12px;
    }
    .reviews_video_body_description {
        margin-top: 12px;
        font-size: 12px;
        line-height: 18px;
    }

    .reviews_video_slider_container {
        --size-arrow: 32px;
        --size-block: 150px;
    }
    .reviews_video_slider_arrows {
        justify-content: flex-end;
        gap: 20px;
        width: 30%;
        left: inherit;
        right: 0;
        top: calc(0px - var(--size-arrow) - 28px);
    }
}
/* End */
/* /local/templates/new2_r1moscow/assets/css/style.css?17731486607382 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/reviews_yandex/style.css?17715695741646 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/reviews_video/style.css?17715825033419 */
