

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

.promotions_items {

}
.promotions_item {
	min-height: 550px;
	background-color: var(--accent);
}

.promotions_item_text {
	display: flex;
	flex-direction: column;
	padding: 40px;
	color: white;
}
.promotions_item_state {
	align-self: flex-start;
	display: inline-block;
	margin-bottom: 20px;
	padding: 7px 8px;
	background-color: white;
	color: var(--accent);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.promotions_item_name {
	max-width: 85%;
	margin-bottom: 16px;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
}
.promotions_item_preview {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
}
.promotions_item_button {
	margin-top: auto;
}

.promotions_item_text .li_check {
	display: flex;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}
.promotions_item_text .li_check:before {
	content: "";
	content: url(/local/templates/new2_r1moscow/components/bitrix/news.list/promotions/images/icon_check.svg);
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	font-size: 24px;
}
.promotions_item_text .li_warning {
	display: flex;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}
.promotions_item_text .li_warning:before {
	content: "";
	content: url(/local/templates/new2_r1moscow/components/bitrix/news.list/promotions/images/icon_warning.svg);
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	font-size: 24px;
}

.promotions_item_text ol {
	--size: 12px;
	list-style-type: none;
	counter-reset: num;
	margin: 20px 0;
	padding: 0;
}
.promotions_item_text ol li {
	position: relative;
	display: flex;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}
.promotions_item_text ol li:before {
	content: counter(num);
	counter-increment: num;
	position: relative;
	flex: 0 0 calc(var(--size) * 2);
	width: calc(var(--size) * 2);
	height: calc(var(--size) * 2);
	margin-right: 16px;
	border-radius: 50%;
	border: 2px solid;
	text-align: center;
	line-height: calc(var(--size) * 2 - 4px);
	font-size: var(--size);
	font-weight: 600;
}

.promotions_item_image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.promotions_item_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.promotions_item_text {
		padding: 20px;
	}
	.promotions_item_image img {
		max-height: 400px;
	}
	.promotions_item_state {
		font-size: 12px;
		line-height: 12px;
	}
	.promotions_item_name {
		font-size: 20px;
		line-height: 28px;
	}
	.promotions_item_preview {
		font-size: 16px;
		line-height: 24px;
	}
	.promotions_item_preview ol {
		font-size: 14px;
		line-height: 22px;
	}
	.promotions_item_button .btn-site {
		width: 100%;
	}

}
@media (max-width: 560px) {
	.promotions_item_image img {
		max-height: 250px;
	}
}
@media (max-width: 400px) {
	.promotions_item_image img {
		max-height: 200px;
	}
}
/* End */


/* Start:/local/templates/new2_r1moscow/components/bitrix/news.list/promotions_steps/style.css?17731466831106*/
.promotions_steps {
	margin-bottom: 40px;
	line-height: normal;
}

.promotions_steps_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	height: 100%;
	margin-right: 20px;
	padding: 40px;
	border: 1px solid #EDEDED;
	text-decoration: none !important;
	z-index: 1;
}
.promotions_steps_item_number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 80px;
	margin-bottom: 32px;
	padding: 5px;
	border: 1px solid;
	border-radius: 50%;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	background: var(--accent);
	color: white;
	text-transform: uppercase;
}
.promotions_steps_item_title {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}
.promotions_steps_item_preview {
	margin-top: auto;
	color: #585858;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 768px) {
	.promotions_steps_item_number {
		height: 64px;
		width: 64px;
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 24px;
	}
	.promotions_steps_item_title {
		font-size: 20px;
		line-height: 24px;
	}
}
/* 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 */
/* /local/templates/new2_r1moscow/assets/css/style.css?17731486607382 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/promotions/style.css?17731461292756 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/promotions_steps/style.css?17731466831106 */
/* /local/templates/new2_r1moscow/components/bitrix/news.list/applications_link/style.css?1771071162253 */
