

/* 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/loyalty_programm/style.css?17710936581470*/
.loyalty_programm {
	line-height: normal;
}

.loyalty_programm .title_block {
	width: 100%;
	margin-bottom: 40px;
	padding: 40px 40px 0 40px;
	background: #EDF7FF;
}
.loyalty_programm .title_block .image img {
	max-width: 100%;
}
.loyalty_programm .title_block span {
	color: var(--accent);
}
.loyalty_programm .title {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
}
.loyalty_programm .subtitle {
	font-size: 20px;
	line-height: 20px;
}

.loyalty_programm_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	text-decoration: none !important;
	z-index: 1;
}
.loyalty_programm_item_number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	width: 32px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid;
	border-radius: 50%;
	font-size: 14px;
	line-height: 32px;
	font-weight: 700;
	color: var(--accent);
	text-transform: uppercase;
}
.loyalty_programm_item_title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}
.loyalty_programm_item_preview {
	margin-top: auto;
	color: #585858;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 768px) {
	.loyalty_programm .title_block .image {
		margin-top: 20px;
	}

	.loyalty_programm .title {
		font-size: 24px;
		line-height: 32px;
	}
	.loyalty_programm .subtitle {
		font-size: 16px;
		line-height: 16px;
	}
	.loyalty_programm_item_title {
		font-size: 20px;
	}
}
/* End */


/* Start:/local/templates/new2_r1moscow/components/bitrix/news.list/loyalty_points/style.css?17710927661399*/
.loyalty_points {
	line-height: normal;
}

.loyalty_points .title_block {
	align-items: flex-end;
	width: 100%;
	margin-bottom: 40px;
	color: white;
}
.loyalty_points .title_block span {
	color: var(--accent);
}
.loyalty_points .title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
}
.loyalty_points .subtitle {
	font-size: 16px;
	line-height: 24px;
}

.loyalty_points_items {
	column-count: 2;
	display: flex;
	padding-bottom: 50px;
	flex-wrap: wrap;
	gap: 30px 34%;
	justify-content: space-between;

	background-image: url("/local/templates/new2_r1moscow/components/bitrix/news.list/loyalty_points/images/phone.webp");
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: 41% 0px;
}
.loyalty_points_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	width: 33%;
	padding: 40px;
	background-color: white;
	text-decoration: none !important;
	z-index: 1;
}
.loyalty_points_item_title {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}
.loyalty_points_item_title span {
	color: var(--accent);
}
.loyalty_points_item_preview {
	margin-top: auto;
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}

@media (max-width: 768px) {
	.loyalty_points_items {
		gap: 25px;
		background-size: 90%;
		background-position: -60% top;
		padding-top: 100%;
	}
	.loyalty_points_item {
		width: 100%;
	}

	.loyalty_points .title {
		font-size: 24px;
		line-height: 32px;
	}
}
/* End */


/* Start:/local/templates/new2_r1moscow/components/bitrix/news.list/applications_link/style.css?1771071162253*/
.applications_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.applications_link_item {
	flex: 0 0 auto;
	height: 40px;
	display: flex;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
/* End */


/* Start:/local/templates/new2_r1moscow/components/bitrix/news.list/loyalty_levels/style.css?17710931001975*/
.loyalty_levels {
	line-height: normal;
}

.loyalty_levels .title_block {
	align-items: flex-end;
	width: 100%;
	margin-bottom: 40px;
}
.loyalty_levels .title_block span {
	color: var(--accent);
}
.loyalty_levels .title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
}
.loyalty_levels .subtitle {
	font-size: 16px;
	line-height: 24px;
}

.loyalty_levels_items {

}
.loyalty_levels_item {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 30px 30px 0 30px;
	background-color: white;
	text-decoration: none !important;
	z-index: 1;
}
.loyalty_levels_item:nth-child(1) {
	background-color: #FFF2E5;
}
.loyalty_levels_item:nth-child(2) {
	background-color: #F4F4F4;
}
.loyalty_levels_item:nth-child(3) {
	background-color: #FFF7E0;
}
.loyalty_levels_item:nth-child(4) {
	background-color: #EDF7FF;
}

.loyalty_levels_item_text .title {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
}
.loyalty_levels_item_text .subtitle {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
}
.loyalty_levels_item_text ul {

}
.loyalty_levels_item_text ul li {
	display: flex;
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}
.loyalty_levels_item_text ul li:before {
	content: "";
	content: url(/local/templates/new2_r1moscow/components/bitrix/news.list/loyalty_levels/images/li.svg);
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 24px;
	font-size: 24px;
}
.loyalty_levels_item_image {
	text-align: center;
}

@media (max-width: 768px) {
	.loyalty_levels .title {
		font-size: 24px;
		line-height: 32px;
	}
	.loyalty_levels_item {
		padding: 30px;
	}
	.loyalty_levels_item_image {
		margin-bottom: 20px;
	}
	.loyalty_levels_item_text .title {
		font-size: 20px;
		line-height: 20px;
	}
	.loyalty_levels_item_text .subtitle {
		font-size: 16px;
		line-height: 24px;
	}
	.loyalty_levels_item_text ul li {
		font-size: 14px;
		line-height: 22px;
	}
	.loyalty_levels_item_text ul li:before {
		width: 22px;
		height: 22px;
		margin-right: 22px;
		font-size: 22px;
	}
}
/* End */
/* /local/templates/new2_r1moscow/assets/css/style.css?17731486607382 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/loyalty_programm/style.css?17710936581470 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/loyalty_points/style.css?17710927661399 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/applications_link/style.css?1771071162253 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/loyalty_levels/style.css?17710931001975 */
