<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Browsers: last 6 version,not dead
*/

* {
	-webkit-tap-highlight-color: transparent;
}

div.tooltip {
	top: 0;
	max-width: 200px;
}

.popup-message {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	max-width: 480px;
	background-color: white;
	border: 1px solid #EFEFF9;
	border-radius: 25px;
	padding: 25px;
	box-shadow: 0 0 25px 6px rgba(0, 0, 0, 0.05);
	z-index: 9;
}

.shop-mobile-modal {
	position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 99;
  transition: 350ms;
	opacity: 0;
	pointer-events: none;
}

.shop-mobile-modal.shop-mobile-modal__opened {
	opacity: 1;
	pointer-events: all;
}

.shop-mobile-modal.shop-mobile-modal--full {
	transform: translateY(0);
}
.shop-mobile-modal.shop-mobile-modal--preview {
	transform: translateY(287px);
}


.shop-mobile-modal__controls {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 10px 10px 0;
}

.shop-mobile-modal__content {
    /* height: 100%; */
    /* border-radius: 25px 25px 0 0; */
    /* box-shadow: 0px 16px 64px -8px rgba(0, 0, 0, .25); */
}
.shop-mobile-modal .shop-info {
	border-radius: 25px 25px 0 0;
	position: static;
	transform: translateY(0);
	margin-left: auto;
	box-shadow: 0px 16px 64px -8px rgba(0, 0, 0, .25);
}

.shop-mobile-modal .accordion-simple__body {
	padding: 0 8px;
  border: 1px solid #EFEFF9;
	border-top: none;
}

.shop-mobile-modal .accordion-simple__content {
	max-height: 100px;
  overflow-y: auto;
}

.unfold-btn {
    width: 130px;
    height: 38px;
    right: 65px !important;
    transition: all 0.25s;
    border: 1px solid rgba(155, 160, 182, 0.4);
    background-color: #FFF;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unfold-btn svg {
	fill: #9BA0B6;
    stroke: #9BA0B6;
    transition: all 0.25s;
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);

}

/*.shop-mobile-modal .close-btn {
	top: 0px;
	right: 15px;
}*/
/*.shop-mobile-modal .close-btn,
.shop-mobile-modal .unfold-btn {
	position: static !important;
}*/

.shop-mobile-modal .close-btn::before,
.shop-mobile-modal .close-btn::after {
	background-color: #9BA0B6;	
}

.shop-mobile-modal .brand {
	height: 110px;
	padding: 14px;
}

.bg-404 {
	background-image: url(/local/assets/images/bg-404.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width: 768px) {
	.g-md-24 {
		gap: 24px !important;
	}
}


.img_horizont.img_horizont--position-top img {
	-o-object-position: center 15%;
	   object-position: center 15%;
}


.accordion-simple__header {
	cursor: pointer;
}
.accordion-simple__header .bg-lightgray {
	transition: 300ms;
}
.accordion-simple__header:hover .bg-lightgray {
	background-color: #f2f2f7;
}


.spoiler__item.opened .spoiler__arrow{
	transform: rotate(-135deg) translateY(-2px);
}


.header__logo {
	height: 40px;
}
.header__logo img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
}

.mb-180 {
	margin-bottom: 180px !important;
}

@media screen and (max-width: 1200px) {
	.mb-180 {
		margin-bottom: 160px !important;
	}
}
@media screen and (max-width: 992px) {
	.mb-180 {
		margin-bottom: 140px !important;
	}
}
@media screen and (max-width: 768px) {
	.mb-180 {
		margin-bottom: 120px !important;
	}
}
@media screen and (max-width: 576px) {
	.mb-180 {
		margin-bottom: 100px !important;
	}
}
@media screen and (max-width: 414px) {
	.mb-180 {
		margin-bottom: 70px !important;
	}
	.pb-160 {
        padding-bottom: 70px;
    }
}


@media screen and (max-width: 575px) {
	.categories__link {
	    color: #9BA0B6;
	    padding: 24px 0;
	}
}




input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}


input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 2px;
    width: 17px;
    height: 9px;
    border-radius: 1px;
    border-left: 4px solid #5C90DD;
    border-bottom: 4px solid #5C90DD;
    transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


.ml-auto {
	margin-left: auto;
}
.accordion__content {
	display: none; /* Ensures content is hidden by default for jQuery to control visibility */
	overflow: hidden; /* Ensures smooth slide */
}

.accordion__item_show .accordion__content {
	display: block; /* Ensures content is visible when the accordion item is active */
}
.hover-line:hover{
	text-decoration: underline;
}
.circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	min-width: 80px;
	height: 80px;
	min-height: 80px;
	border-radius: 50%;
}
.menu-mobile-privacy{
	padding-top: 64px;
    margin-top: 64px;
    border-top: 1px solid #E2E2E9;
}
.bg--red {
	background: #FFE9E9;
}

.bg--orange {
	background: #FFF3E2;
}

.bg--purple {
	background: #ECEEFF;
}

.bg--green {
	background: #CEFAD8;
}

/* РћС‚РґРµР»С‹ */

.shop-list__badge {
	border: 1px solid #EFEFF9;
	transition: 0.3s;
}

.shop-list__badge--hover:hover {
	background: #F9F9FC;
}

.shop-list__badge-link, .shop-list__badge-text {
	border-bottom: 1px solid #9EA3A6;
	transition: 0.3s;
}

.shop-list__badge-link:hover, .shop-list__badge--hover:hover .shop-list__badge-text {
	color: #5C90DD;
	border-bottom: 1px solid #BACFEF;
}

.shop-list__cat img {
	transition: 0.3s;
}

@media (max-width: 992px) {
	.shop-list__cat:hover img {
		filter: brightness(0) invert(1);
	}
	.shop-list__badge .btn_md {
		padding: 8px 12px;
		font-size: 14px;
	}
}

/* sticky menu */

.menu-btn-mobile {
	margin-left: 48px;
	cursor: pointer;
}

.menu-btn-mobile:hover .menu-btn-mobile__icon div {
	width: 100%;
}

.menu-btn-mobile__icon {
	display: flex;
	flex-direction: column;
	width: 24px;
	margin-right: 10px;
}

.menu-btn-mobile__icon div {
	height: 3px;
	margin-bottom: 4px;
	background-color: #5C90DD;
	border-radius: 3px;
	transition: 0.3s;
}

.menu-btn-mobile__icon div:last-child {
	width: 16px;
	margin: 0;
}

/* search */

.search__result-inner::-webkit-scrollbar {
	width: 5px;
}

.search__result-inner::-webkit-scrollbar-track {
	background-color: #DFDFDF;
	border-radius: 8px;
}

.search__result-inner::-webkit-scrollbar-thumb {
	background-color: #5C90DD;
	border-radius: 8px;
}

@media (max-width: 576px) {
	.search {
		top: 55px;
	}
	.search__result-inner {
		max-height: 250px;
	}
	.search-result__brand {
		max-width: 100%;
	}
}

.special-content img, .masonry-item img, .img-vert img, .slider-two__slide img, .content-wrapper iframe {
	border-radius: 25px;
}

/* rent */

.hero-rent {
    position: relative;
	height: calc(100vh - 167px);
    margin-bottom: 120px;
	padding-bottom: 120px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: 50% 50%;
}

.hero-rent video, .section-numbers video {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-numbers {
	background-size: cover;
    background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* map */

.map-btn.map-btn--collapsable {
	display: none;
}

@media (max-width: 992px) {
	.svg-floor {
		height: 500px;
	}
	.map-aside {
		top: 15px;
        left: auto;
        right: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
        height: 50px;
	}
	.search-form_map {
		margin-bottom: 0;
	}
	.map-acc {
		display: none;
		margin-top: 10px;
		max-height: 300px;
		overflow-y: auto;
		-ms-overflow-style: none;  /* IE and Edge */
	  	scrollbar-width: none;  /* Firefox */
	}
	.map-acc.example::-webkit-scrollbar {
	  display: none;
	}

	.map-nav {
		position: static;
	}
	.map-zoom {
		display: none;
		/*position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		margin-bottom: 0;*/
	}
	.map-floor {
		position: absolute;
		left: 15px;
		bottom: 15px;
	}
	.map-btn {
		width: 52px;
		height: 52px;
	}
	.map-btn.map-btn--collapsable {
		display: flex;
	}
	.map-btn-container {
		position: absolute;
	    left: 0;
	    bottom: 84px;
	    transition: 200ms;
	    opacity: 0;
	    transform: translateY(10px);
	    pointer-events: none;
	}
	.map-btn-container.map-btn-container--visible {
		opacity: 1;
	    transform: translateY(0px);
	    pointer-events: all;
	}
}

/* hero slider */

@media (max-width: 992px) {
	.hero-slider, .hero-slider__bg img {
		height: 500px;
	}
	.hero-slider__slide {
			height: auto;
	}
}
@media (max-width: 576px) {
	.hero-slider__btn {
		width: calc(100% - 30px);
	}
}

/* running line */

@media (max-width: 992px) {
	.running-line {
		padding-top: 28px;
		padding-bottom: 27px;
	}
	.running-line__link {
		font-size: 40px;
	}
}

/* gallery */

.download-icon {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #5C90DD;
	border-radius: 50%;
	transition: 0.5s;

	opacity: 0;
}

.download-icon svg {
    width: 20px;
    height: 20px;
    stroke: #FFFFFF;
}

.download-icon:hover {
    background-color: #EF8723;
}

@media (max-width: 992px) {
	.download-icon {
		bottom: 15px;
		left: 15px;
	}
}

/* rent button */

.rent-container {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 99;
	transition: opacity 0.25s;
}

/* .rent-container {
	position: fixed;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
	z-index: 2;
} */

.rent-btn {
	display: inline-block;
	padding: 15px 30px;
	white-space: nowrap;
	background: #FFFFFF;
	border: 1px solid #D7D9E2;
	border-radius: 30px;
	cursor: pointer;
}

.rent-menu {
	display: none;
}

.rent-menu a {
	font-weight: 500;
	transition: 0.5s;
}

.rent-menu a:hover, .rent-active {
	color: #5C90DD;
}

.list_dot_blue li {
    list-style: none;
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}

.list_dot_blue li::after {
    position: absolute;
    content: '';
    background-color: #5C90DD;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
}

.rent-arrow {
	min-width: 13px;
	transition: 0.5s;
}

.rent-arrow-active {
	transform: rotate(180deg);
}

.input.error-field, .nice-select.error-field{
	border: 1px solid #e53d3d;
}

.error-field label, .error-field a{
	color: #e53d3d !important;
}


.handling-bth {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 56px;
	height: 56px;
	background: #FFFFFF url(/images/envelope.png) 50% 50% no-repeat;
	background-size: 30px;
  border: 1px solid #D7D9E2;
	border-radius: 30px;
	box-shadow: 0px 16px 64px -8px #7b8fad;
	transition: box-shadow 0.25s;
	z-index: 99;
	opacity: 1;
	pointer-events: all;
	transition: opacity 0.25s;
}
.handling-bth:hover {
	box-shadow: 0px 16px 64px -8px #0E3E86;
}

.handling-bth.hidden,
.rent-container.hidden {
	opacity: 0;
	pointer-events: none;
}

@media screen and (max-width: 576px) {
	.handling-bth {
		right: 10px;
		bottom: 10px;
		width: 44px;
		height: 44px;
		background-size: 22px;
	}
	.rent-container {
		bottom: 10px;
		left: 10px;
		right: 64px;
	}
	.rent-btn {
		font-size: 14px;
		padding: 10px 16px;
		max-width: 100%;
		border-radius: 22px;
	}
}

.word-elipsis {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.icon_circle_green.__free_area svg {
	fill: #40C75E;
	width: 20px;
	height: 20px;
}
.accordion__item_show .icon_circle_green.__free_area svg {
	stroke: #fff;
	fill: #fff;
}
.accordion__item_slidedown .icon_circle_green.__free_area svg {
	stroke: #fff;
	fill: #fff;
}

/* new store dept color */
.icon_circle_blue {
	background-color: #CEEFFA;
}
.icon_circle_blue svg {
	stroke: #29B9D9;
}
.accordion__item_show .map-acc__header_blue {
	background-color: #CEEFFA;
}
.accordion__item_slidedown .map-acc__header_blue {
	background-color: #CEEFFA;
}
.accordion__item_show .icon_circle_blue {
	background-color: #29B9D9;
}
.accordion__item_slidedown .icon_circle_blue {
	background-color: #29B9D9;
}
.accordion__item_show .icon_circle_blue svg {
	stroke: #fff;
}
.accordion__item_slidedown .icon_circle_blue svg {
	stroke: #fff;
}
.list_dot_lightblue li::after {
	background-color: #29B9D9;
}

.bg--lightblue {
	background-color: #CEEFFA;
}

.circle_service svg {
	width: 44px;
	height: 44px;
	stroke: #29B9D9;
}

.list_dot_lightblue .map-list-item:hover {
	color: #29B9D9;
}

.shop-card__category a:hover .color-gray {
	transition: color 0.25s;
	color: #EF8723 !important;
	text-decoration: underline;
}

.lb-nav a.lb-next {
	background-position: right 5% top 48%;
}
.lb-nav a.lb-prev {
	background-position: left 5% top 48%;
}
.lightbox .lb-image {
	border: none;
	border-radius: 25px;
}
.lb-outerContainer {
	border-radius: 25px;
}

@media screen and (max-width: 768px) { 
	.lb-nav a.lb-next,
	.lb-nav a.lb-prev {
		background-size: 36px;
		opacity: 1;
	}

	.categories {
		padding: 0;
	}
}

.player-container.fullsize-video-bg {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

.map-aside .header__search {
	display: none;
}

@media screen and (max-width: 992px) {
	/*.map-aside .search-form {
		display: none;
	}*/
	.map-aside .header__search {
		display: flex;
		background-color: white;
	}

}

.search-map {
	position: fixed;
	top: 20px;
	left: 15px;
	right: 15px;
	width: calc(100% - 30px);
	max-width: 750px;
	z-index: 120;
	pointer-events: none;
	opacity: 0;
	transition: all 0.25s;
	background-color: #fff;
	border-radius: 24px;
	padding: 16px;
}

.search-map .search-form__btn {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.search-map .search__result {
	top: 100px;
}

.map-acc-mobile {
	max-height: calc(100vh - 230px);
	overflow-y: auto;
}

.search-map.open {
	pointer-events: all;
	opacity: 1;
}
/*.masonry-item img {
	opacity: 0;
}*/


/* Р¦РІРµС‚Р° РґР»СЏ РѕС‚РґРµР»РѕРІ РЅР° РєР°СЂС‚Рµ. РџСЂР°РІРёС‚СЊ С‚РѕР»СЊРєРѕ Р·РґРµСЃСЊ! */

.map-container {
	--shop_fill_hover: #FFDEDE;
	--shop_fill_active: var(--shop_fill_hover);
	--shop_fill_active_hover: #FFCDCD;

	--entertainment_fill_hover: #D8DBFE;
	--entertainment_fill_active: var(--entertainment_fill_hover);
	--entertainment_fill_active_hover: #CACFFB;

	--food_fill_hover: #FAE2C0;
	--food_fill_active: var(--food_fill_hover);
	--food_fill_active_hover: #F7DAB0;

	--services_fill_hover: #C9F2FF;
	--services_fill_active: var(--services_fill_hover);
	--services_fill_active_hover: #BCEEFF;

	--freeArea_fill_hover: #B6FCC6;
	--freeArea_fill_active: var(--freeArea_fill_hover);
	--freeArea_fill_active_hover: #A6FAB9;
}

.shop.shop-main:hover,
.shop:hover {
	fill: var(--shop_fill_hover);
}
.shop-active {
	fill: var(--shop_fill_active);
}
.shop-active:hover,
.shop-main.shop-active:hover {
	fill: var(--shop_fill_active_hover);
}

.entertainment:hover,
.entertainment.entertainment-main:hover {
	fill: var(--entertainment_fill_hover);
}
.entertainment-active{
	fill: var(--entertainment_fill_active);
}
.entertainment-active:hover,
.entertainment-main.entertainment-active:hover{
	fill: var(--entertainment_fill_active_hover);
}

.food:hover,
.food.food-main:hover {
	fill: var(--food_fill_hover);
}
.food-active{
	fill: var(--food_fill_active);
}
.food-active:hover,
.food-main.food-active:hover {
	fill: var(--food_fill_active_hover);
}

.services:hover,
.services.services-main:hover {
	fill: var(--services_fill_hover);
}
.services-active{
	fill: var(--services_fill_active);
}
.services-active:hover,
.services-main.services-active:hover{
	fill: var(--services_fill_active_hover);
}

.free_area:hover {
	fill: var(--freeArea_fill_hover);
}
.free_area-active{
	fill: var(--freeArea_fill_active);
}
.free_area-active:hover{
	fill: var(--freeArea_fill_active_hover);
}

/* Р¦РІРµС‚Р° РґР»СЏ РѕС‚РґРµР»РѕРІ РЅР° РєР°СЂС‚Рµ. РџСЂР°РІРёС‚СЊ С‚РѕР»СЊРєРѕ Р·РґРµСЃСЊ! */


.cinema-calendar {
	gap: 12px;
	overflow-y: auto;
	flex-wrap: nowrap;
}
.cinema-day {
	padding: 10px;
	min-width: 114px;
}
.session {
	cursor: pointer;
}

.news-preview .news-preview__img img,
.shop-card .shop-card__img img {
	transition: filter 0.25s;
}
.shop-card .shop-card__title {
	transition: color 0.25s;
}
.shop-card__img {
	border: 1px solid #F6F6FA;
	border-bottom: none;
	transition: border-color 0.25s;
	border-radius: 25px 25px 0 0;
}
.shop-card__content {
	transition: border-color 0.25s;
}

.first-page__aside {
	padding: 50px 80px;
}

@media (min-width: 991px) {
	.news-preview:hover .h6 {
			color: #0C1821;
	}
}
@media (min-width: 991px) {
	a.news-preview:hover .h6 {
			color: #5C90DD;
	}
	a.news-preview:hover .news-preview__img&gt;img {
		filter: brightness(1.1);
	}
	.shop-card:hover .shop-card__img {
		border-color: #d7d7d7;
	}
	.shop-card:hover .shop-card__content{
		border-color: #d7d7d7;
	}
	.shop-card:hover .shop-card__title {
		color: #E5521D;
	}
}

.first-page__link {
	margin-bottom: 20px;
}
.first-page__link-title {
	font-size: calc(18px + 6 * ((100vw - 320px) / 1180));
}

@media (max-width: 1200px) {
	.first-page__aside {
		width: 390px;
		padding: 46px;
    padding-right: 120px;
	}
	.header-scroll__open-search {
		border: none;
		background-color: transparent;
		width: auto;
		height: auto;
	}
	.header-scroll__open-search svg {
		width: 28px;
		height: 28px;
	}
	.header-scroll {
		padding: 16px 0;
	}
}

@media (max-width: 767px) {
	.first-page__aside {
		width: 100%;
		padding: 24px 20px;
		padding-right: 4px;
	}
	.aside-title-decor {
		font-size: 130px;
	}
}

.hero,
.section-numbers {
	margin-bottom: 100px;
}
.word-decor {
	margin-top: 0;
}

.current_black .current {
	color: #0C1821;
	font-weight: 600;
}

.slider-three__slide {
	height: auto;
}

.img_horizont .tmb-wrap {
	padding: 0 18px;
}

.modal-request .select_border-list {
	font-size: 14px;
}

.floating-label__label {
	left: 25px;
}

.close-btn:hover::after,
.close-btn:hover::before {
	background-color: #5C90DD;
}

.slider-btn::after {
	margin-left: 6px;
}
.slider-btn_next::after {
	margin-left: -6px;
}

.menu-mobile__nav{
	padding-bottom: 36px;
}
.menu-mobile__header,
.menu-mobile__nav {
	margin-bottom: 36px;
}
.menu-mobile-privacy {
	padding-top: 36px;
	margin-top: 36px;
}

.cinema-day {
	cursor: pointer;
}

.gallery-item img {
	filter: brightness(0.95);
	transition: filter 0.25s;
}

.gallery-item:hover img {
	filter: brightness(1.05);
}

.first-page__img img {
	filter: brightness(0.75);
}

.decor-stroke::before {
	position: absolute;
    content: '';
    width: 114%;
    height: 200%;
    background-image: url(../images/decor/stroke-word.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%) rotate(3deg);
    -ms-transform: translate(-50%, -45%) rotate(3deg);
    transform: translate(-50%, -45%) rotate(3deg);
    z-index: -1;
		animation-name: outline-two;
  	animation-duration: 8s;
  	animation-iteration-count: infinite;
		animation-direction: normal;
		animation-timing-function: linear;
}
.decor-stroke::after {
	width: 114%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
	animation-name: outline;
  animation-duration: 8s;
  animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
}

@keyframes outline {
  from {
    transform: translate(-50%, -45%);
  }
	25% {
		transform: translate(-51%, -46%);
	}
  50% {
    transform: translate(-49%, -44%);
  }
	75% {
		transform: translate(-51%, -47%);
	}
  to {
    transform: translate(-50%, -45%);
  }
}
@keyframes outline-two {
  from {
    transform: translate(-50%, -45%) rotate(3deg);
  }
	25% {
		transform: translate(-48%, -43%) rotate(4deg);
	}
  50% {
    transform: translate(-51%, -41%) rotate(3deg);
  }
	75% {
		transform: translate(-48%, -46%) rotate(4deg);
	}
  to {
    transform: translate(-50%, -45%) rotate(3deg);
  }
}


.drop-down.__open-time .drop-down__btn {
	cursor: default;
}
.drop-down.__open-time .drop-down__btn::after {
	display: none;
}
.drop-down.__open-time .drop-down__list {
	width: 320px;
	padding: 16px;
}

.spoiler.__open-time .spoiler__header span {
	border: none;
}
.accordion-simple.__open-time .accordion__arrow {
	position: static;
	margin-top: -4px;
}

.accordion-simple.__open-time .accordion-simple__header {
	display: flex;
	align-items: center;
	gap: 16px;
}

.spoiler.__open-time .accordion__item_show .spoiler__arrow, 
.spoiler.__open-time .accordion__item_slidedown .spoiler__arrow {
	margin-top: 0;
}

.spoiler__header {
	cursor: pointer;
}

.spoiler.__open-time .accordion__item_show .accordion__content {
	max-height: 190px;
	overflow-y: auto;
}

.menu-mobile {
	padding-bottom: 16px;
}

.free-area-notice {
	padding: 6px 16px;
	background-color: #fff;
	border: 1px solid #E2E2E9;
  -webkit-box-shadow: 0px 8px 64px -8px rgba(14,62,134,0.16);
  box-shadow: 0px 8px 64px -8px rgba(14,62,134,0.16);
	position: absolute;
	top: 38px;
	right: 130px;
	border-radius: 8px;
	font-weight: 500;
	font-size: 14px;
}

@media (max-width: 991px) {
	.free-area-notice {
		top: auto;
		bottom: 15px;
		right: 15px;
	}
}

.shop-card__no-img-name {
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
		text-align: center;
}

.brand.__partners {
	padding: 12px;
}

.tag-list {
	column-gap: 24px;
	row-gap: 6px;
}

@media (max-width: 576px) {
	.vote__btn {
		right: 8px;
		left: 8px;
		width: auto;
	}
	.floating-label__label {
		left: 12px;
	}
	.tag-list {
		column-gap: 10px;
		row-gap: 0;
	}
	.specials-tag span {
		font-size: 12px;
	}
	.specials-date {
		width: 100%;
		margin-top: 8px;
	}
}

.contest-modal_detail {
	max-width: 680px;
	width: 100%;
	min-width: auto;
}

.contest-modal__pic {
	height: auto;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	object-position: center;
}

.content-acc__item.opened .content-acc__arrow {
	transform: rotate(180deg);
}

.inner-page_bg {
	position: relative;
}
.inner-page_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fullsize-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-bage {
	width: 100px;
	height: 38px;
	padding: 6px 14px;
	border-radius: 100px;
}
.movie-bage.__pushkin {
	background-color: #00E500;
}
.movie-bage.__wednesday {
	background-color: #E73D26;
}
.movie-bage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.news-preview__bage {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 16px;
}

.subtitle_icon svg {
	width: 20px;
	height: 20px;
}
.subtitle_icon.__gray svg {
	fill: #9BA0B6;
}

/* РќРћР’РђРЇ РџР&nbsp;РР›РРџРђР®Р©РђРЇ РЁРђРџРљРђ */
.header-scroll {
	padding: 0;
}
.drop-down__list {
	left: auto;
	right: 0;
}

@media (max-width: 1200px) {
	.header__social {
		gap: 6px;
	}
	.header__logo {
		height: 30px;
		max-width: 156px;
	}
}

@media (max-width: 991px) {
	.header__social {
		display: none;
	}
	.drop-down__list {
		left: 0;
	}
}

@media (max-width: 767px) {
	.header_desktop {
		display: none;
	}
}


.lookbook {
	width: 100%;
	padding-top: 63%;
	position: relative;
}
.lookbook__wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.modal-lookbook {
	width: 100vw;
	height: 98vh;
	padding: 0;
	border-radius: 0;
	overflow: hidden;
}
.lookbook-trigger {
	cursor: pointer;
}

@media (max-width: 1200px) {
	.header__search {
		padding: 0;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header__search span {
		display: none;
	}
}</pre></body></html>