

/* Start:/local/components/custom/catalog.store.detail/templates/.default/style.css?16486383164324*/
.store {
	margin-bottom: 32px;
	margin-top: 16px;
}

.store__btn.btn {
	line-height: 20px;
	padding: 13px 18px;
}

.store__btn_map.btn {
	position: absolute;
	left: 16px;
	top: 16px;
	border: none;
	z-index: 1;
}

.store__block {
	padding: 32px 0;
	border-bottom: solid 1px #C4C4C5;
}

.store__block:last-of-type {
	margin-bottom: 32px;
}

.store__block_map {
	padding-top: 0;
}

.store__map {
	position: relative;
	width: 100%;
	height: 200px;
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 24px;
}

.store__title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 8px;
}

.store__address {
	margin-bottom: 16px;
}

.store__prop {
	display: flex;
	align-items: flex-start;
}

.store__prop_line {
	margin-bottom: 16px;
}

.store__prop_col:not(:last-of-type) {
	margin-bottom: 24px;
}

.store__prop-icon {
	font-size: 16px;
	margin-right: 8px;
	line-height: inherit;
}

.store__prop-icon_phone {
	color: #0D61AE;
}

.store__prop-icon_subway {
	color: #EE3537;
	line-height: inherit!important;
}

.store__prop-icon_payment {
	color: #FDC81B;
}

.store__prop-icon_buy {
	color: #0D61AE;
}

.store__prop-icon_delivery {
	color: #8ABD01;
}

.store__prop-name {
	color: #89898B;
}

.store__prop-value {
	margin-top: 8px;
}

.store__schedule {
	padding: 24px 16px;
	border-radius: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 2px 20px rgba(0, 0, 0, 0.06);
	background-color: #FFF;
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}

.store__photos {
	margin-right: -10px;
	position: relative;
}

.store__photo {
	width: 96px;
	height: 96px;
	flex: 0 0 auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 16px;
	overflow: hidden;
}

.swiper-container:not(.swiper-container-initialized) .store__photo {
	margin-right: 16px;
}

.store__photos-btn {
	display: none;
	position: absolute;
	height: 100%;
	width: 100px;
	top: 0;
	z-index: 1;
	opacity: 1;
	transition: opacity .3s ease-in-out;
	cursor: pointer;
}

.store__photos-btn_hidden {
	pointer-events: none;
	opacity: 0;
}

.store__photos-btn_prev {
	left: 0;
	background: linear-gradient(90deg, #FFFFFF 45px, rgba(255, 255, 255, 0) 100%);
}

.store__photos-btn_next {
	right: 0;
	background: linear-gradient(270deg, #FFFFFF 45px, rgba(255, 255, 255, 0) 100%);
}

.store__photos-btn-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	border-radius: 50%;
	background-color: #FFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04), 0 2px 20px rgba(0, 0, 0, .06);
}

.store__photos-btn_prev .store__photos-btn-icon {
	left: 0;
}

.store__photos-btn_next .store__photos-btn-icon {
	right: 0;
}

.store__block-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 16px;
}

.store__feedback-descr-link {
	display: flex;
	align-items: center;
	color: #0D61AE;
	font-size: 14px;
	margin-bottom: 24px;
	cursor: pointer;
}

.store__feedback-descr-link i {
	font-size: 16px;
	margin-left: 4px;
	transition: transform .2s ease-in-out;
}

.store__feedback-descr-link_open i {
	transform: rotate(180deg);
}

.store__feedback-descr-text {
	display: none;
	background-color: #FAFAFA;
	padding: 24px;
	border-radius: 16px;
	margin-bottom: 24px;
}

.store__feedback-descr-text p {
	margin: 0 0 15px 0;
}

.store__feedback-descr-text ul {
	padding: 0;
	list-style-type: none;
}

@media (min-width: 768px) {
	.store__map {
		height: 230px;
	}

	.store__prop_line:last-of-type {
		margin-bottom: 0;
	}

	.store__schedule {
		margin-left: auto;
		margin-right: auto;
	}

	.store__photos {
		margin-right: -20px;
	}
}

@media (min-width: 992px) {
	.store__feedback-descr {
		order: 1;
	}

	.store__feedback-descr-link {
		display: none;
	}

	.store__feedback-descr-text {
		display: block!important;
		padding: 32px;
		margin-bottom: 0;
	}
}

@media (min-width: 1280px) {
	.store__title {
		font-size: 24px;
	}

	.store__prop_col {
		margin-bottom: 0;
	}

	.store__schedule {
		padding: 32px 40px;
		margin-top: -48px;
		max-width: 456px;
	}

	.store__photos {
		margin-right: 0;
	}

	.store__photo {
		width: 128px;
		height: 128px;
	}

	.swiper-container:not(.swiper-container-initialized) .store__photo {
		margin-right: 24px;
	}

	.swiper-container.swiper-container-initialized ~ .store__photos-btn {
		display: block;
	}

	.store__block-title {
		margin-bottom: 24px;
	}
}
/* End */


/* Start:/local/templates/zi/components/bitrix/map.yandex.system/simple/style.css?1648638316149*/
.yandex-map {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #ebebeb;
	overflow: hidden;
}
/* End */


/* Start:/local/templates/zi/components/bitrix/system.field.view/custom_schedule/style.css?16486383161358*/
.uf-schedule__status {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.uf-schedule__status-icon {
	font-size: 16px;
	margin-right: 8px;
}

.uf-schedule__status-icon_open {
	color: #8ABD01;
}

.uf-schedule__status-icon_closed {
	color: #F84842;
}

.uf-schedule__week {
	display: flex;
	font-size: 12px;
	line-height: 20px;
	overflow-x: auto;
}

.uf-schedule__day {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
	background-color: rgba(232, 232, 232, 0.2);
	padding: 4px 7px;
	border-radius: 4px;
	text-align: center;
}

.uf-schedule__day:not(:last-child) {
	margin-right: 2px;
}

.uf-schedule__day_open {
	background-color: #8ABD01;
}

.uf-schedule__day_closed {
	background-color: #F84842;
}

.uf-schedule__dayname {
	color: #89898B;
}

.uf-schedule__hours {
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px solid #E8E8E8;
}

.uf-schedule__hours_empty {
	color: #C4C4C5;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
}

.uf-schedule__day_current .uf-schedule__dayname,
.uf-schedule__day_current .uf-schedule__hours {
	color: #FFF;
}

.uf-schedule__day_open .uf-schedule__hours {
	border-color: #749A0C;
}

.uf-schedule__day_closed .uf-schedule__hours {
	border-color: #DA443F;
}

@media (min-width: 1280px) {
	.uf-schedule__status {
		margin-bottom: 16px;
	}
	
	.uf-schedule__week {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/zi/components/custom/feedback.form/store/style.css?16486383161030*/
.sf-form__message {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 16px;
}

.sf-form__message_error {
	color: red;
}

.sf-form__message_success {
	color: green;
}

.sf-form__fields {
	padding-bottom: 8px;
}

.sf-form__field {
	margin-bottom: 16px;
}

.sf-form__input_text,
.sf-form__input_select {
	width: 100%;
}

.sf-form__input_textarea {
	min-height: 180px;
	resize: vertical;
}

.sf-form__input_file {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.sf-form__input_file input {
	display: none;
}

.sf-form__input_file i {
	color: #C4C4C5;
	margin-right: 8px;
}

.sf-form__agreement {
	font-size: 14px;
	margin-bottom: 16px;
}

.sf-form__recaptcha {
	font-size: 12px;
	margin-top: 16px;
}

.sf-form__agreement-link {
	color: #F84842;
}

.sf-form__submit.btn {
	font-size: 16px;
	justify-content: center;
	min-width: 100%;
	min-height: 56px;
}

@media (min-width: 768px) {
	.sf-form__submit.btn {
		min-width: 289px;
	}
}

@media (min-width: 992px) {
	.sf-form__submit.btn {
		min-width: 220px;
	}
}
/* End */
/* /local/components/custom/catalog.store.detail/templates/.default/style.css?16486383164324 */
/* /local/templates/zi/components/bitrix/map.yandex.system/simple/style.css?1648638316149 */
/* /local/templates/zi/components/bitrix/system.field.view/custom_schedule/style.css?16486383161358 */
/* /local/templates/zi/components/custom/feedback.form/store/style.css?16486383161030 */
