body {
	font-family: "ProximaNova";
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: rgba(49, 47, 54, 1);
	margin: 0;
	padding: 0;
	min-width: 400px !important;
}

strong {
	font-weight: 900;
}

a {
	text-decoration: none;
	background-color: transparent;
}

p.color_warning {
	color: rgba(228, 4, 40, 1);
}
.mfp-bg {
    background: #000000a8 !important;
    opacity: 1 !important;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
    background: #000000a8 !important;
}
@media (min-width: 320px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.top_gap {
	margin-top: 24px;
}

.row {
	display: flex;
	flex-wrap: nowrap;
}

.row.justify-content-between {
	justify-content: space-between;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col {
	flex-basis: 0%;
	flex-grow: 1;
	max-width: 100%;
}

#content {
	padding: 24px 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a,
a:hover {
	color: rgba(32, 33, 36, 1);
}

#breadcrumbs {
	display: flex;
	color: rgba(32, 33, 36, 0.54);
	height: 54px;
	margin-top: -24px;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
}

#breadcrumbs ul {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	gap: 8px;
	flex-wrap: wrap;
}

#breadcrumbs ul li span {
	color: rgba(32, 33, 36, 0.85);
}

#breadcrumbs ul li a span {
	color: rgba(32, 33, 36, 0.54);
}

#breadcrumbs ul li:hover a span {
	color: rgba(89, 90, 93, 1);
	font-weight: 600;
}

#breadcrumbs ul li i {
	padding-top: 2px;
}

h1 {
	font-size: 22px;
	font-weight: 600;
	line-height: 26.4px;
}

h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24.4px;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22.4px;
}

@media (max-width: 991px) {
	.right-nav {
		display: none;
	}
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:disabled+label {
	opacity: 0.5;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	display: inline-block;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(228, 4, 40, 1);
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 13px;
	height: 13px;
	background: rgba(228, 4, 40, 1);
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.checkbox-group {
	display: block;
	margin-bottom: 15px;
}

.checkbox-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox-group label {
	position: relative;
	cursor: pointer;
}

.checkbox-group label span:first-child {
	padding-left: 32px;
}

.checkbox-group label:before {
	content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 2px solid rgba(201, 202, 202, 1);
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-group input:checked+label:before {
	background-color: rgba(228, 4, 40, 1);
	border: 2px solid rgba(228, 4, 40, 1);
}

.checkbox-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 5px;
	height: 13px;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.line_block-wrapper .price-input {
	width: 100%;
	display: flex;
	margin: 30px 0 25px;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	align-items: flex-end;
	flex-wrap: nowrap;
}

.line_block-wrapper .price-input .field {
	display: flex;
	width: 50%;
	align-items: flex-start;
	flex-direction: column;
}

.line_block-wrapper .price-input .field input {
	width: 100%;
	outline: none;
	border-radius: 8px;
	text-align: center;
	-moz-appearance: textfield;
	border: 1px solid rgba(201, 202, 202, 1);
	padding: 7px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(32, 33, 36, 1);
	margin-top: 5px;
}

.line_block-wrapper .price-input .fieldbutton {
	width: 55px;
	height: 40px;
}

.line_block-wrapper .price-input .fieldbutton button.filter-price-button {
	width: 100%;
	height: 100%;
	background-color: white;
	border: 1px solid rgba(228, 4, 40, 1);
	border-radius: 8px;
	color: rgba(228, 4, 40, 1);
	font-size: 16px;
	font-weight: 600;
	padding: 3px 0 0px;
	cursor: pointer;
}

.line_block-wrapper .price-input .fieldbutton button.filter-price-button.disabled {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: none;
}

.line_block-wrapper input[type="number"]::-webkit-outer-spin-button,
.line_block-wrapper input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.line_block-wrapper .price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.line_block-wrapper .slider {
	height: 2px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.line_block-wrapper .slider .progress {
	height: 100%;
	left: 25%;
	right: 25%;
	position: absolute;
	border-radius: 5px;
	background: rgba(228, 4, 40, 1);
}

.line_block-wrapper .range-input {
	position: relative;
}

.line_block-wrapper .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.line_block-wrapper input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: rgba(228, 4, 40, 1);
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.line_block-wrapper input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: rgba(228, 4, 40, 1);
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.slider_relative {
	position: relative;
}

.index_subheader {
	text-align: left;
	color: rgba(32, 33, 36, 1);
	padding: 48px 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_subheader_rigth {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.index_subheader .slider_header {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color: rgba(32, 33, 36, 1);
}

.index_subheader .slider_link a {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	color: rgba(32, 33, 36, 1);
	border-bottom: 1px solid rgba(32, 33, 36, 1);
	text-wrap: nowrap;
	margin-right: 20px;
}

.swiper-buttons {
	height: 20px;
	width: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.swiper-buttons.disabled {
	opacity: 0.3;
}

.swiper-buttons .owl-next,
.swiper-buttons .owl-prev {
	width: 32px;
	height: 32px;
	margin: 0 !important;
	position: initial;
	border: none;
	background: none;
	padding: 0 !important;
}

.swiper-buttons .owl-next.disabled,
.swiper-buttons .owl-prev.disabled {
	opacity: 0.3;
}

.swiper-buttons .owl-next span,
.swiper-buttons .owl-prev span {
	display: none;
	}

.swiper-buttons .owl-next:after {
	content: '';
	background: url('../img/main_page_icons/slider_right.svg');
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	display: inline-block;
}

.swiper-buttons .owl-prev:after {
	content: '';
	background: url('../img/main_page_icons/slider_left.svg');
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	display: inline-block;
}

.swiper-wrapper.hide_nav .owl-nav,
.swiper-wrapper.hide_nav .owl-dots {
	display: none !important;
}

.standart_banner_action {
	position: absolute;
	right: 14px;
	bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 161px;
	height: 48px;
	background: linear-gradient(168.19deg, #F6634F -0.03%, #E51133 27.44%, #BD102C 95.36%);
	border-radius: 8px;
	color: white;
	border: none;
	font-weight: 400 !important;
}

.standart_banner_action:hover {
	color: white;
}

@media (max-width: 1000px) {
	.standart_banner_action {
		width: 140px;
		height: 38px;
		font-size: 0.8rem;
	}
}

@media (max-width: 520px) {
	.standart_banner_action {
		width: 115px;
		height: 26px;
		font-size: 0.7rem;
		right: 7px;
		bottom: 11px;
	}
	
	#breadcrumbs ul li:last-child span {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 75px;
		display: inline-block;
	}
}

.tabs {
	display: flex;
	flex-wrap: wrap;
}

.tabs .input {
	position: absolute;
	opacity: 0;
}

.tabs .label {
	width: 33% !important;
    padding: 10px 15px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: rgba(32, 33, 36, 0.72);
    border-bottom: 1px solid rgba(237, 237, 237, 1);
    text-align: center;
    box-sizing: border-box;
}
.tabs .label:before,
.tabs .label:after {
	display: none;
}
.tabs .label:hover,
.tabs .label:active {
	border-bottom: 1px solid rgba(228, 4, 40, 1);
	color: rgba(228, 4, 40, 1);
}

.tabs .label:active {
	background: #ccc;
}

.tabs .input:focus+.label {
	z-index: 1;
}

.tabs .input:checked+.label {
	border-bottom: 1px solid rgba(228, 4, 40, 1);
	color: rgba(228, 4, 40, 1);
}

.tabs .panel {
    display: none;
    padding: 0;
    background: #fff;
    max-height: 250px;
    overflow-y: auto;
    font-size: 14px;
    order: 99;
	width: 100%;
}

.tabs .input:checked+.label+.panel {
	display: block;
}
.modaltimeslots {
    position: absolute;
	top: 0;
    left: 0;
	background-color: #000000a8;
	width: 100%;
    height: 100vh;
    z-index: 5001;
	display: none;
}
.modaltimeslots-container {
	position: fixed;
    width: 430px;
    z-index: 5001;
	top: 10%;
    background-color: white;
    padding: 15px 20px;
    border-radius: 8px;
	box-sizing: border-box;
}
.modaltimeslots-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.modaltimeslots-header .modaltimeslots-header-menu-name {
    font-size: 22px;
    font-weight: 600;
}
.modaltimeslots-header .modaltimeslots-header-menu-icon {
    display: flex;
    width: 24px;
    height: 24px;
    background: url('../img/category/close.svg');
    cursor: pointer;
}
.modaltimeslots-subheader {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	padding: 5px 0 15px;
}
.modaltimeslots-city-selector {
    position: relative;
}
.modaltimeslots-city-selector .city-selector-active {
	padding: 5px 0 15px;
	display: flex;
}
.modaltimeslots-selector .modaltimeslots-city-selector .city-selector-prename {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	padding-right: 5px;
}
.modaltimeslots-selector .modaltimeslots-city-selector .city-selector-select {
    display: flex;
    align-items: center;
    gap: 5px;
}
.modaltimeslots-selector .modaltimeslots-city-selector .city-selector-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 22.4px;
    cursor: pointer;
}
.modaltimeslots-selector .modaltimeslots-city-selector .city-selector-icon {
    display: flex;
    width: 24px;
    height: 24px;
    background: url('../img/category/down_icon.svg');
    cursor: pointer;
}
.modaltimeslots-city-selector .city-selector-menu {
	display: none;
	position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(32, 33, 36, 0.08);
    border-radius: 8px;
    left: -2px;
    top: 30px;
    color: rgba(32, 33, 36, 1);
    cursor: pointer;
    z-index: 10;
    padding: 15px 0;
    width: 250px;
}
.modaltimeslots .city-selectordownbg,
.modaltimeslots .modaltimeslotsbg {
	display: none;
	background: none;
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0px;
    left: 0;
    z-index: 5;
}
.modaltimeslots-city-selector ul li {
    padding: 5px 30px;
    text-wrap: nowrap;
    font-size: 16px;
    line-height: 26px;
}
.modaltimeslots-city-selector ul li label {
	padding-left: 0 !important;
}
.modaltimeslots-city-selector ul li label:before,
.modaltimeslots-city-selector ul li label:after {
    display: none;
}
.modaltimeslots-city-selector ul li:first-child {
	border-radius: 8px 8px 0 0;
}
.modaltimeslots-city-selector ul li:last-child {
	border-radius: 0 0 8px 8px;
}
.modaltimeslots-city-selector ul li:hover {
	text-shadow: 0px 0px 0 #000;
}
.modaltimeslots-city-selector ul li .sort-name {
	text-wrap: nowrap;
}
.modaltimeslots .modaltimeslots-chips {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding-bottom: 15px;
	padding-top: 15px;
}
.modaltimeslots .modaltimeslots-chips .modaltimeslots-chip-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    border-radius: 8px;
    border: 1px solid rgba(201, 202, 202, 1);
    color: rgba(59, 60, 62, 1);
    padding: 6px 0 5px;
    text-align: center;
    width: 33%;
    box-sizing: border-box;
    cursor: pointer;
}
.modaltimeslots .modaltimeslots-chips .modaltimeslots-chip-name.active {
    border: 1px solid rgba(228, 4, 40, 1);
    color: rgba(228, 4, 40, 1);
}
.modaltimeslots .modaltimeslots-windows {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-bottom: 15px;
}
.modaltimeslots .modaltimeslots-windows.active {
    display: flex;
}
.modaltimeslots .modaltimeslots-windows .modaltimeslots-window-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.6px;
    border-radius: 8px;
    color: rgba(59, 60, 62, 1);
    padding: 5px 0 4px;
    text-align: center;
    width: 32%;
    box-sizing: border-box;
}
.modaltimeslots .modaltimeslots-windows .modaltimeslots-window-name.open {
    background-color: rgba(0, 135, 90, 0.08);
    color: rgba(0, 135, 90, 1);
}
.modaltimeslots .modaltimeslots-windows .modaltimeslots-window-name.close {
    background-color: rgba(32, 33, 36, 0.04);
    color: rgba(113, 115, 118, 1);
	text-decoration: line-through;
}
.modaltimeslots .modaltimeslots-beforechips {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.modaltimeslots .modaltimeslots-beforechips-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}
.modaltimeslots .panel_accordion.close .modaltimeslots-beforechips-icon {
    display: flex;
    width: 24px;
    height: 24px;
    background: url('../img/category/down_icon.svg');
    cursor: pointer;
}
.modaltimeslots .panel_accordion.open .modaltimeslots-beforechips-icon {
    display: flex;
    width: 24px;
    height: 24px;
    background: url('../img/category/up_icon.svg');
    cursor: pointer;
}
.modaltimeslots .panel_accordion.close .modaltimeslots-chips,
.modaltimeslots .panel_accordion.close .modaltimeslots-windows {
    display: none;
}
#messages_block {
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 5002;
	display: none;
}
#messages_block .messages_wrapper {
    padding: 10px;
    min-width: 250px;
    max-width: 250px;
    border-radius: 8px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
	display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
}
#messages_block .messages_wrapper.error_message {
	background: rgba(251, 229, 228, 1);
}
#messages_block .messages_wrapper.confirm_message {
	background: rgba(32, 33, 36, 0.87);
}
#messages_block .messages_wrapper.info_message {
	background: rgba(255, 255, 255, 1);
}
#messages_block .messages_wrapper.alert_message {
	background: rgba(224, 232, 249, 1);
}
#messages_block .messages_text {
	font-size: 14px;
	font-weight: 400;
	color: rgba(32, 33, 36, 1);
}
#messages_block .confirm_message .messages_text {
	color: rgba(255, 255, 255, 1);
}
#messages_block .error_message .messages_icon {
    background: url('../img/footer/error_message.svg');
	width: 16px;
    height: 22px;
    display: block;
}
#messages_block .alert_message .messages_icon {
    background: url('../img/footer/alert_message.svg');
	width: 16px;
    height: 22px;
    display: block;
}
#messages_block .messages_wrapper.product_message .messages_product img{
	border-radius: 8px;
}
#messages_block .messages_wrapper.product_message .messages_product_text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(32, 33, 36, 1);
    width: calc(100% - 88px);
    display: flex;
    flex-direction: column;
}
#messages_block .messages_wrapper.product_message .messages_title {
	font-weight: 700;
}
#messages_block .messages_wrapper.product_message .messages_product_close {
	background-image: url(../img/checkin/close_button.svg);
    width: 24px;
    height: 24px;
    cursor: pointer;
    align-self: flex-start;
}

@media (max-width: 520px) {
	.modaltimeslots-container {
		width: 360px;
	}
	.tabs .label {
		font-size: 13px;
	}
}
